History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SFS-12
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Sean Langford
Reporter: Sean Langford
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
SIPfoundry Infrastructre

fix tomcat init script

Created: 2004-04-07 05:03   Updated: 2004-12-13 13:03
Component/s: tracker
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The tomcat init script has issues. IT does not shutdown properly for one; rendering '/etc/init.d/tomcat restart' and 'service tomcat restart' broken. Also there's a funny jvm pathing issue which causes it not to work if run by a a wheeler.



 All   Comments   Work Log   Change History      Sort Order:
Scott Lawrence - 2004-05-20 14:23
One possibly-relevant change made during the server move:

The tomcat rc.d script was being run before the httpd script; they are now run so that httpd starts first.

Scott Lawrence - 2004-12-13 13:03
I think this is at the root of the database problem we had a couple of weeks ago.

Jira was getting database errors this morning, so I logged into the server and restarted it; then checked, and there were two tomcats running. I ran service tomcat stop, which didn't affect either, then killed them by hand and started a new one (had to restart httpd).

Perhaps we should investigate running Jira standalone rather than under the httpd?