Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

What do I do when my local Jazz Team Server(on Tomcat) doesn't restart?

 Occasionally, when I shutdown my local Jazz Team Server and attempt to restart it, The "Tomcat" window flashes briefly but does not stay open. I can clear this problem by shutting down my laptop and rebooting. This is kind of a pain. Is there a simpler way to clear the Jazz Team Server so it can be restarted.  

0 votes

Comments

Can you check the stop and start from command line? To check what error/issue is flagged when Tomcat tries to start again.
Have you seen anything in the logs?
An option is that Tomcat didn't stopped completely, or it did stop but the port is still in use. But the information suggested may throw a clearer clue.

1 vote



3 answers

Permanent link
The root cause could be that you dont have enough JVM memory. By default v4.x(supposed you are using v4.0.x) requires min JVM 4GB memory. If you have less memory, you will see the flash windows only. You can try to start the server process at below way so that more information can be captured in the logs(\server\tomcat\logs) as well as command prompt.
In <rtc install="">\server\tomcat\bin\starup.bat , change "start" to "run" in the following line near the end of the file:
"%EXECUTABLE%" start %CMD_LINE_ARGS% to "%EXECUTABLE%" run %CMD_LINE_ARGS%

From the further details, you may determine whether it is JVM related, or user not having enough rights for some installed directories and so on.

1 vote


Permanent link
Hi Andrew,

Assuming you are on windows 7, configure the shortcut to "Run as Administrator" and see if that resolves the problem.

Or you can open a command prompt with Administrator privilege the same way as mentioned above and then start the server so that it doesn't go away and shows you the error message which will probably help you debug this further.
Thanks

0 votes


Permanent link
See https://jazz.net/forum/questions/109259/why-is-my-tomcat-console-dying-just-after-starting-up#109536 for a way to see the error causing Tomcat startup to fail.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Apr 02 '13, 2:02 p.m.

Question was seen: 4,214 times

Last updated: Apr 23 '13, 4:44 p.m.

Confirmation Cancel Confirm