It's all about the answers!

Ask a question

Setting up Tomcat as a Windows Service for RTC2.0.0.2 iFix1


Martina Riedel (20323341) | asked Apr 08 '10, 1:33 p.m.
starting a new thread in hopes of getting an answer.
I'm trying to solve a similar problem as to what was discussed in http://jazz.net/forums/viewtopic.php?t=6710

I just downloaded 2.0.0.2 iFix1 and installed it on a brand new XP 32-bit (vm) box and I get.
CreateJavaVM Failed

I looked at the manual and the tech note and I am pretty sure that I am missing a java option somewhere. Since its 32-bit it should work out-of-the-box (I'm thinking).

If somebody could post the complete java options section that works for them, the generated and edited part, I'd really appreciate it.

4 answers



permanent link
Martina Riedel (20323341) | answered Apr 16 '10, 7:13 p.m.
no answers :(
At this point I'm interested in the complete java options section that works on any win box.

Anybody?

permanent link
Lin Ye (30632611) | answered Apr 19 '10, 12:53 p.m.
Here is the configuration for the service running on our windows 64-bit machine.

-Dcatalina.base=C:\RTC-STD\jazz\server\tomcat
-Dcatalina.home=C:\RTC-STD\jazz\server\tomcat
-Djava.endorsed.dirs=C:\RTC-STD\jazz\server\tomcat\common\endorsed
-Djava.io.tmpdir=C:\RTC-STD\jazz\server\tomcat\temp
-DJAZZ_HOME=file:///C:/RTC-STD/jazz/server/conf
-Djava.awt.headless=true
-Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true
-Dcom.ibm.team.repository.tempDir=%TEMP%
-DSQLSERVER_JDBC=C:/SQLServerJDBCDriver2.0/sqljdbc_2.0/enu

Cheers
Lin


no answers :(
At this point I'm interested in the complete java options section that works on any win box.

Anybody?

permanent link
Martina Riedel (20323341) | answered Apr 19 '10, 3:31 p.m.
Here is the configuration for the service running on our windows 64-bit machine.


Thanks. That is what the manual says.
I played with it a bit more and figured out that the Memory Pool of 1536 in the instructions is too big for what I have configure. It's a test/demo system after all.
Yeah, on to the next thing

permanent link
Martina Riedel (20323341) | answered Apr 19 '10, 6:16 p.m.

Yeah, on to the next thing


Dang, the service runs and I can get to the url on the server box, but on other PCs I get a 404. It works just great when I run start_server.bat.

I've figured out how to run start_service.bat at system startup as a scheduled job and tweaked it so it keeps going after a user logs off (add -Xrs to JAVA_OPTS). Since its a demo/test system, I don't want to spend too much time on this, but for the future, it shure would be a good thing to know.

Does anybody have any ideas where to look?
I can't find any log that says something - on either box.
I'm running in a workgroup, not a domain in case that matters.

Your answer


Register or 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.