The current installalation of java ee with glassfish v2 works fine, but fails allocating native resources at start up on suse 10.3 with an OutOfMemoryError. This is the trace:
----------------------------------------------------------------------
[#|2008-03-08T01:10:24.393-0500|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=ae1e03ba-abb9-4620-9e97-541e4ab426a4;|java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.enterprise.server.PELaunch.main(PELaunch.java:412)
Caused by: 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.Timer.<init>(Timer.java:154)
at java.util.Timer.<init>(Timer.java:122)
at com.sun.enterprise.server.AbstractMonitor.start(AbstractMonitor.java:88)
at com.sun.enterprise.server.ApplicationLifecycle.onReady(ApplicationLifecycle.java:309)
at com.sun.enterprise.server.ApplicationServer.onReady(ApplicationServer.java:526)
at com.sun.enterprise.server.PEMain.run(PEMain.java:413)
at com.sun.enterprise.server.PEMain.main(PEMain.java:338)
... 5 more
|#]
--------------------------------------------------------
Someone has expiremented the same issues? Any explanation?
Thanks in advance.
[Message sent by forum member 'dani_drio' (dani_drio)]
http://forums.java.net/jive/thread.jspa?messageID=262994