Thanks for your efforts anyway ! ulimit -a gives:
time(seconds) unlimited file(blocks) unlimited data(kbytes) 262144 stack(kbytes) 31248 memory(kbytes) unlimited coredump(blocks) 4194303 Kind regards, Marco Ivan-65 wrote: > > Which version of AIX did you use ? If 6+, shall you run ulimt -a to check > the value of threads(per process) is unlimited or big enough. Wish it > could > help you. > Thanks ! > > 2009/3/19 MarcoLaponder <[email protected]> > >> >> I tried your suggestions but the error is still there. Do you have any >> other >> suggestions or items I can try and/or check to solve this problem ? >> >> Kind regards, >> Marco >> >> >> MarcoLaponder wrote: >> > >> > 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 [email protected]: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-tp22558472s134p22599099.html >> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. >> >> > > > -- > Ivan > > -- View this message in context: http://www.nabble.com/startup-geronimo-jetty-on-AIX-fails-tp22558472s134p22615051.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
