When I try to start geronimo with jetty on AIX it gives me the following
message:

Module 24/67 org.apache.geronimo.configs/j2ee-corba-yoko/2.1.3/car              
 
started in  1.910s

Module 25/67 org.apache.geronimo.configs/jetty6/2.1.3/car                       
12:16:48,589 ERROR [log] failed ajp13socketconnec...@0.0.0.0:8009

java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start0(Native Method)
        at java.lang.Thread.start(Thread.java:597)
        at
java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703)

        at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652)
        at org.apache.geronimo.pool.ThreadPool.execute(ThreadPool.java:232)
        at
org.apache.geronimo.jetty6.connector.JettyThreadPool.dispatch(JettyThreadPool.java:47)
        at
org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:266)

I also tried :
JAVA_OPTS="-Xmx256m -XX:MaxPermSize=128m" 
and 
JAVA_OPTS="-Xmx512m -XX:MaxPermSize=256m" 

but still no luck. When I use geronimo with tomcat I got no problems.

Anyone got an idea what to do to solve this problem ? 

Kind regards,
Marco  


-- 
View this message in context: 
http://www.nabble.com/startup-geronimo-jetty-on-AIX-fails-tp22558472s134p22558472.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to