Question

I'm facing a serious problem with my tomcat server, which I can't resolve by my own, so I'm hoping you guess can help me out.

Setting

IBM Rational Application Developer 8.5.1

Tomcat 7.0.32

Problem

When I'm deploying a WAR on the tomcat, a bunch of vm arguments is added automatically, which causes a "kickout" of my own vm arguments, because there's so many of the automatically added ones.

The arguments are:

"-agentpath:D:\Entwicklung\IBM\IBMShared\plugins\org.eclipse.tptp.platform.jvmti.
runtime_4.7.101.v201210191900\agent_files\win_ia32\JPIBootLoader=JPIAgent:
server=standalone,file=;ProbekitAgent:ext-pk-BCILibraryName=BCIEngProbe,ext-pk-
probescript=D:\Entwicklung\workspaces\RAD\.metadata\.plugins\com.ibm.rational.
llc.ide.core\.coverage\1361184798442-vke-core-persistency-jar-org.eclipse.jst.
server.tomcat.core.launchConfigurationType.probescript" "-Dcoverage.out.file=
D:\Entwicklung\workspaces\RAD\.metadata\.plugins\com.ibm.rational.llc.ide.core
\.coverage\1361184798442-vke-core-persistency-jar-org.eclipse.jst.server.tomcat.
core.launchConfigurationType.coveragedata"  "-Xbootclasspath/a:D:\Entwicklung\
IBM\IBMShared\plugins\com.ibm.rational.llc.engine_1.1.1.v20121205_2240;
D:\Entwicklung\IBM\IBMShared\plugins\org.eclipse.hyades.execution_4.5.
103.v201210051900\hexl.jar;D:\Entwicklung\IBM\IBMShared\plugins\
org.eclipse.hyades.execution_4.5.103.v201210051900\hexr.jar" -Dcatalina.base
="D:\Entwicklung\workspaces\RAD\.metadata\.plugins\org.eclipse.wst.
server.core\tmp0" -Dcatalina.home="D:\Entwicklung\apache-tomcat-7.0.32\
apache-tomcat-7.0.32" -Dwtp.deploy="D:\Entwicklung\workspaces\
RAD\.metadata\.plugins\org.eclipse.wst. server.core\tmp0\wtpwebapps" 
-Djava.endorsed.dirs="D:\Entwicklung\apache-tomcat-7.0.32\apache-tomcat-
7.0.32\endorsed" -Dcoverage.server.mode=true "-Dac.library.path=D:
\Entwicklung\IBM\IBMShared\plugins\org.eclipse.tptp.platform.
ac.win_ia32_4.5.1.v201210051900\agent_controller\bin"

Things I tried to solve the problem

  • tomcat new installed
  • RAD new installed (from scratch)
  • tomcat cleaned and redeployed

I hope someone knows what's going on here, I'm just curious what and why is changing the vm arguments... If you need further information, please let me know

Était-ce utile?

La solution

I had a similar issue with RAD 8.5 and WAS 6.1 and in my case I had to edit the server.xml

It is located in : [WEBSPHERE_HOME]\AppServer\profiles\config\cells[NodeCellName]Node01Cell\nodes[NodeName]Node01\servers\server1\server.xml

Look for the tag: < jvmEntries /> This tag has few attributes like @debugArgs, @genericJvmArguments make sure that you have the arguments you need.

Hope that helps you.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top