Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 19912 invoked from network); 6 Sep 2006 18:09:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 18:09:46 -0000 Received: (qmail 61627 invoked by uid 500); 6 Sep 2006 18:09:45 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 61438 invoked by uid 500); 6 Sep 2006 18:09:45 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 61429 invoked by uid 99); 6 Sep 2006 18:09:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 11:09:45 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of james.strachan@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 11:09:42 -0700 Received: by wr-out-0506.google.com with SMTP id i21so959015wra for ; Wed, 06 Sep 2006 11:09:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EVGP2s8cijTLLLjlkzhLrIq4U28We9USciLXqiBzUSVRd4zVjcpivDoamyFMcvSx/z2dMfSYRfj/eQPT4IOmn1P1/eaIB1X7gfXTNppfBHFCyF+GAjPUXZngqLyQ8W0CnLV7Ap2puGTAQcjSLxDAGK+isBtHXl8WYLWgp4xUJbs= Received: by 10.90.78.1 with SMTP id a1mr2368863agb; Wed, 06 Sep 2006 11:09:21 -0700 (PDT) Received: by 10.90.86.4 with HTTP; Wed, 6 Sep 2006 11:09:21 -0700 (PDT) Message-ID: Date: Wed, 6 Sep 2006 19:09:21 +0100 From: "James Strachan" To: activemq-users@geronimo.apache.org Subject: Re: Running ActiveMQ under kaffe In-Reply-To: <6176300.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6029672.post@talk.nabble.com> <6157442.post@talk.nabble.com> <44FE00A0.1090604@exist.com> <6176300.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It mostly starts up then. I wonder if you delete the activemq-data/ directory and run it again does it do any better? Am wondering if that directory was created and populated with non-kaffe JVM causing marshalling issues? On 9/6/06, rubyfan wrote: > > Running activemq using kaffe gives the following results: > $ ./activemq > ACTIVEMQ_OPTS IS -Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true > -Dderby.system.home=../data -Dderby.storage.fileSyncTransactionLog=true > -Dcom.sun.management.jmxremote > ACTIVEMQ_HOME: /home/patomson/devel/incubator-activemq-4.0.1 > Loading message broker from: xbean:activemq.xml > Created MBeanServer with ID: [UID: > 116661362,1157564156300,-32768]:phpe-dev-10:1 > INFO BrokerService - ActiveMQ 4.0.1 JMS Message Broker > (localhost) is starting > INFO BrokerService - For help or more information please > see: http://incubator.apache.org/activemq/ > WARN ManagementContext - Failed to start jmx connector: > javax.naming.NoInitialContextException: Can't find property: > java.naming.factory.initial > INFO JDBCPersistenceAdapter - Database driver recognized: > [apache_derby_embedded_jdbc_driver] > INFO JournalPersistenceAdapter - Journal Recovery Started from: Active > Journal: using 5 x 20.0 Megs at: > /home/patomson/devel/incubator-activemq-4.0.1/activemq-data/journal > kaffe-bin: gc-incremental.c:1311: gcFree: Assertion `!!!"Attempt to > explicitly free nonfixed object"' failed. > Aborted > > > > > Adrian Co wrote: > > > > Out of curiosity, what problems/exceptions are you encountering? > > > > rubyfan wrote: > >> I tried running ActiveMQ using kaffe and I can confirm that it does not > >> work. > >> Currently investigating running it with gij, but I'm losing hope that > >> that > >> will work either. > >> > >> > >> > >> James.Strachan wrote: > >> > >>> On 8/28/06, rubyfan wrote: > >>> > >>>> Is it possible to run ActiveMQ using the kaffe VM and libs (open source > >>>> java > >>>> vm and libs http://www.kaffe.org/)? > >>>> > >>> I've no idea - try it and see :) > >>> > >>> > >>> > >>>> Does anyone happen to have a script which is equivilent to the > >>>> bin/activemq > >>>> script which uses kaffe instead of Sun's java? > >>>> > >>> No - though the script should work with any JVM. Just set JAVACMD to > >>> be whatever the command is to run 'java' > >>> > >>> > >>> -- > >>> > >>> James > >>> ------- > >>> http://radio.weblogs.com/0112098/ > >>> > >>> > >>> > >> > >> > > > > > > > > -- > View this message in context: http://www.nabble.com/Running-ActiveMQ-under-kaffe-tf2180373.html#a6176300 > Sent from the ActiveMQ - User forum at Nabble.com. > > -- James ------- http://radio.weblogs.com/0112098/