Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4723F9E6B for ; Mon, 4 Mar 2013 08:30:17 +0000 (UTC) Received: (qmail 93238 invoked by uid 500); 4 Mar 2013 08:30:16 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 92920 invoked by uid 500); 4 Mar 2013 08:30:14 -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 92880 invoked by uid 99); 4 Mar 2013 08:30:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 08:30:13 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FROM_STARTS_WITH_NUMS,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 08:30:07 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from <91454_lee@ing-life.co.jp>) id 1UCQmI-0000ed-3P for users@activemq.apache.org; Mon, 04 Mar 2013 00:29:46 -0800 Date: Mon, 4 Mar 2013 00:29:46 -0800 (PST) From: tran302 <91454_lee@ing-life.co.jp> To: users@activemq.apache.org Message-ID: <1362385786064-4664337.post@n4.nabble.com> Subject: 32-bit JSW on 64-bit Java and performance MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm using ActiveMQ 5.4.3 on 32-bit Java, and want to upgrade to 64-bit Java. I notice that in this version, 64-bit wrapper is not provided yet. Are there any issues, bugs, or performance related problems reported on using 32-bit wrapper for AMQ on 64-bit Java? I'm currently getting below message from the wrapper when I start it on 64-bit Java: STATUS | wrapper | 2013/02/16 09:39:39 | --> Wrapper Started as Service STATUS | wrapper | 2013/02/16 09:39:39 | Launching a JVM... INFO | jvm 1 | 2013/02/16 09:39:40 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org INFO | jvm 1 | 2013/02/16 09:39:40 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. INFO | jvm 1 | 2013/02/16 09:39:40 | INFO | jvm 1 | 2013/02/16 09:39:40 | INFO | jvm 1 | 2013/02/16 09:39:40 | WARNING - Unable to load the Wrapper's native library 'wrapper.dll'. INFO | jvm 1 | 2013/02/16 09:39:40 | The file is located on the path at the following location but INFO | jvm 1 | 2013/02/16 09:39:40 | could not be loaded: INFO | jvm 1 | 2013/02/16 09:39:40 | O:\ActiveMQ-Broker-5.4.3\bin\win32\..\..\bin\win32\wrapper.dll INFO | jvm 1 | 2013/02/16 09:39:40 | Please verify that the file is readable by the current user INFO | jvm 1 | 2013/02/16 09:39:40 | and that the file has not been corrupted in any way. INFO | jvm 1 | 2013/02/16 09:39:40 | One common cause of this problem is running a 32-bit version INFO | jvm 1 | 2013/02/16 09:39:40 | of the Wrapper with a 64-bit version of Java, or vica versa. INFO | jvm 1 | 2013/02/16 09:39:40 | This is a 64-bit JVM. INFO | jvm 1 | 2013/02/16 09:39:40 | Reported cause: INFO | jvm 1 | 2013/02/16 09:39:40 | O:\ActiveMQ-Broker-5.4.3\bin\win32\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform INFO | jvm 1 | 2013/02/16 09:39:40 | System signals will not be handled correctly. INFO | jvm 1 | 2013/02/16 09:39:40 | INFO | jvm 1 | 2013/02/16 09:39:40 | Java Runtime: Sun Microsystems Inc. 1.6.0_38 O:\Program Files\Java\jre6 INFO | jvm 1 | 2013/02/16 09:39:40 | Heap sizes: current=188352k free=180477k max=466048k Running Environment: JRE 64-bit build 1.6.0_38-b05 Windows Server 2003 x64 12GB RAM Also, is there any performance difference between 32-bit and 64-bit JVM in general? Basically, I'm seeing slower performance in enqueing/dequeing messages on 64-bit Java during testing, but I am not sure if this is because I'm using 32-bit wrapper or 64-bit JVM is just slower. If neither, are there any settings that we could adjust? Thank you in advance! -- View this message in context: http://activemq.2283324.n4.nabble.com/32-bit-JSW-on-64-bit-Java-and-performance-tp4664337.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.