0

When I am starting the tomcat-6, its giving me the below error:

Error: Invalid com.sun.management.jmxremote.port number: %my.jmx.port%

I have enabled the remote port sometime back in catalina.sh startup file but I have reverted back, but still giving me the error and tomcat is unable to start. Is there any cache or something needs to be flushed which stops it to start the tomcat process.

Ramesh Kumar
  • 1,690
  • 5
  • 18
  • 29
  • Just out of curiosity, how is the JVM launched? Can you run `ps aux | grep tomcat` and paste the output? – Andrew M. Dec 24 '10 at 02:29

1 Answers1

0

Try this:

cd <tomcat-install-dir>
grep -r '%my.jmx.port%' *

Hopefully that will give you the answer.

  • I have already searched everywhere and its not uncommneted in any of the file. Thats the weired part. I have also even deployed the new tomcat installed the new java still the same error.. – Ramesh Kumar Dec 23 '10 at 18:34