Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 17067 invoked from network); 3 Mar 2008 21:43:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2008 21:43:50 -0000 Received: (qmail 74229 invoked by uid 500); 3 Mar 2008 21:43:45 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 74211 invoked by uid 500); 3 Mar 2008 21:43:45 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 74202 invoked by uid 99); 3 Mar 2008 21:43:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 13:43:45 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 21:42:58 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JWIRL-0002oK-5N for users@activemq.apache.org; Mon, 03 Mar 2008 13:43:19 -0800 Message-ID: <15814744.post@talk.nabble.com> Date: Mon, 3 Mar 2008 13:43:19 -0800 (PST) From: QWERTY? To: users@activemq.apache.org Subject: ActiveMQ 5.0.0 OutOfMemory MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: qwertywin@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, when running activemq and I connect to it with a client I get the following exception or exceptions? java.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java:375) at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat. java:268) at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTranspo rt.java:192) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.jav a:184) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java: 172) at java.lang.Thread.run(Thread.java:619) Exception in thread "ActiveMQ Transport Initiator: /152.153.42.183:2963" java.la ng.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method)DEBUG TransportConnection - Stopping connection: /152.153.42.183:2963 at java.lang.Thread.start(Thread.java:597) at org.apache.activemq.thread.DedicatedTaskRunner.(DedicatedTaskRu nner.java:42) at org.apache.activemq.thread.TaskRunnerFactory.createTaskRunner(TaskRun nerFactory.java:74) at org.apache.activemq.broker.TransportConnection.start(TransportConnect ion.java:840) at org.apache.activemq.broker.TransportConnector$1$1.run(TransportConnec tor.java:152) But one thing i have noticed is that when I run AMQ on this particular machine i get up to 36 activeMQ processes...(this is prior to any connections) where on the other 4 systems It runs on there is only 1.. I have tired to fiddle with the JVM memory stack thingies but with no lock (increasing, decreasing etc) and its not a file descriptor restriction issue (its set to 65536) any ideas? -- View this message in context: http://www.nabble.com/ActiveMQ-5.0.0-OutOfMemory-tp15814744s2354p15814744.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.