Ok, I must be doing something silly...   I've deployed tomcat hundreds
of times, and never had something like this happen.

Just needed to test something simple on a new system.

Grabbed tomcat 7.0.26, unzipped it.

Configured it to run with my local java:

java version "1.6.0_30"
Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)

Changed the ports in server.xml from default, so it wouldn't collide
with anything.

Startup, and it hangs on app deploy:


Using CATALINA_BASE:   /stuff/utils/apache-tomcat-7.0.26
Using CATALINA_HOME:   /stuff/utils/apache-tomcat-7.0.26
Using CATALINA_TMPDIR: /stuff/utils/apache-tomcat-7.0.26/temp
Using JRE_HOME:
/stuff/utils/apache-tomcat-7.0.26/bin/../../java/jdk_x64_1.6.0_30/jre
Using CLASSPATH:
stuff/utils/apache-tomcat-7.0.26/bin/bootstrap.jar:/stuff/utils/apache-tomcat-7.0.26/bin/tomcat-juli.jar
Mar 12, 2012 7:07:39 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path: <snip>
Mar 12, 2012 7:07:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-9090"]
Mar 12, 2012 7:07:39 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-9099"]
Mar 12, 2012 7:07:39 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 944 ms
Mar 12, 2012 7:07:39 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Mar 12, 2012 7:07:39 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.26
Mar 12, 2012 7:07:39 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory
/stuff/utils/apache-tomcat-7.0.26/webapps/ROOT


Nothing of interest in the log files, at all.

If I take out my specified JVM, and just let it find whatever happens
to be default on the system:

java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxa6460sr8-20100409_01(SR8))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64
jvmxa6460sr8-20100401_55940 (JIT enabled, AOT enabled)
J9VM - 20100401_055940
JIT  - r9_20100401_15339
GC   - 20100308_AA)
JCL  - 20100408_01

Then it starts up and runs fine.

What could be causing this?  Is there a compatibility issue with this JVM?

Thanks,

Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to