Hi!
We are running TS 7.3.2 on a 64bit Linux machine. During the last couple of days the JBoss was running out of memory with the following message:
08:49:49,825 ERROR [Naming] Unexpected exception during accept
org.jboss.util.threadpool.ThreadPoolFullException: java.lang.OutOfMemoryError: unable to create new native thread
at org.jboss.util.threadpool.BasicThreadPool.execute(BasicThreadPool.java:417)
at org.jboss.util.threadpool.BasicThreadPool.runTaskWrapper(BasicThreadPool.java:192)
at org.jboss.util.threadpool.BasicThreadPool.run(BasicThreadPool.java:212)
at org.jboss.util.threadpool.BasicThreadPool.run(BasicThreadPool.java:206)
at org.jnp.server.Main$AcceptHandler.run(Main.java:485)
at org.jboss.util.threadpool.RunnableTaskWrapper.run(RunnableTaskWrapper.java:148)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
at java.lang.Thread.run(Thread.java:619)
The JBoss is running with the following paramters:
-Xms2048m -Xmx2048m -XX
ermSize=512m -XX:MaxPermSize=768m
Is it possible to run this TeamSite version with Java 64bit ? (i.e. jdk-7u60-linux-x64)
The configfile “/iw-home/ApplicationContainer/bin/iw_jboss_run.conf" provides an (commented out) option to specify the JAVA location.
Using Java 64bit would let us increase the Java heap size.
I appreciate any help!
Kind regards
Tim