JTS is not starting (on Tomcat) - 4.0
![]()
Simple installation, JTS 4.0 and all CLM apps on Windows 2008 R2 Enterprise x64, on Tomcat. I try to start the JTS via 'server.startup.bat' and also via Windows icon and the command prompt pops up and then immediately terminates. I managed to take a screenshot of the command prompt that launches (see below) but it looks normal. There is nothing logged in \server\tomcat\logs.
I've restarted my machine, uninstalled, reinstalled (express), same behavior. Anyone have any ideas or know what is going on?
showing 5 of 6
show 1 more comments
|
Accepted answer
2 other answers
![]()
I have the same issue running 64-bit windows 7 professional. Got exactly the same error, and I have 4 G RAM.
What I did was to edit server.startup.bat using notepad you'll see a bunch of set JAVA_OPTS You care about the -Xmx and -Xms options. They are probably set to use 4G (looks like -Xms4G). You can try setting it to 2G what the heck are these options? Check out http://stackoverflow.com/questions/1043817/speed-tradeoff-of-javas-xms-and-xmx-options I hope this helps! |
![]()
of course, in doing this, your perfomance will suffer if you lower it, but crap performance is better than no performance! The real solution, install more RAM!
|
Comments
Try running server.startup.bat from a command prompt. You should cd to the ..\<rtc-install>\server directory first. This might allow you to see any errors if present.
Hi Karl,
I've tried that, no luck, same behavior.
Did it return the list of variables that are set? i.e. Using CATALINA_BASE: Using CATALINA_HOME: etc.. (I can't see your screen shot) If it does try running tomcat\bin\catalina run right afterwards. That should start the server in the same command shell and hopefully return some additional information.
I just found an easier way to do the same thing. 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%
Note that you can check the tomcat logs for errors during startup. The tomcat logs will be in server/tomcat/logs.
I am having a similar problem. I'm trying to install it in Windows 7 and have 4 gigs of memory and it does the same thing as described above. I see the initial catalina parameters set and then the next popup dissapears. I have installed it on XP and it is running fine. Same machine configuration. I have followed a few articles on manually starting the tomcat service with tomcat7w.exe and have tried this but the article does not state how to get the packages deployed for JTS. with the tomcat service started I have tried running the start.bat and server.startup.bat and with the service already started I get a ton of errors in the dos window and then it dissapears. Anyone have suggestions if there is something in Windows 7? I am running it as administrator and running the command prompt as administrator.