Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 95664 invoked from network); 22 Sep 2006 17:52:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 17:52:34 -0000 Received: (qmail 36934 invoked by uid 500); 22 Sep 2006 17:52:30 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 36893 invoked by uid 500); 22 Sep 2006 17:52:30 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 36880 invoked by uid 99); 22 Sep 2006 17:52:30 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2006 10:52:30 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=nikolay.kuznetsov@gmail.com; domainkeys=good Authentication-Results: idunn.apache.osuosl.org smtp.mail=nikolay.kuznetsov@gmail.com; spf=pass X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.92.174 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.92.174] ([66.249.92.174:47868] helo=ug-out-1314.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id DB/B1-06791-3D224154 for ; Fri, 22 Sep 2006 10:52:22 -0700 Received: by ug-out-1314.google.com with SMTP id y2so343325uge for ; Fri, 22 Sep 2006 10:51:50 -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:references; b=DA1JxFXuzAYk/3CRNGhoyRk3/NSdnfH2s62hrUfhiOZ6LJ9Hb2d58oGRbE3DF5cWlfdO/1eE+gl9v8GgNDWG4oPB1Y+llpCTcIEBOEQ6Ap+Eyv8RlmkHCXdnz/k8nQvWz0BZCPW1WwjtBGInM+IY/hGZ/+mxXF4wInYvdofFOAk= Received: by 10.67.103.7 with SMTP id f7mr794784ugm; Fri, 22 Sep 2006 10:51:49 -0700 (PDT) Received: by 10.67.119.10 with HTTP; Fri, 22 Sep 2006 10:51:49 -0700 (PDT) Message-ID: <8ce6aa550609221051u3fdcc89ds4186d637170c1ef@mail.gmail.com> Date: Fri, 22 Sep 2006 21:51:49 +0400 From: "Nikolay Kuznetsov" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] getting activeMQ to run In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_12236_11288987.1158947509503" References: <23951bd90609212137n1a6794d3i4f4cd35a68743183@mail.gmail.com> <5322CACC-E5A6-44F6-92D1-52917A7B8046@pobox.com> <23951bd90609212147t504afc17m8ec1c678cad81dfd@mail.gmail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_12236_11288987.1158947509503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I was able to run ActiveQM on Linux with patch attached. Looks like something is broken in logger static initialization sequence. Though this patch helpps in running ActiveQM, I would treat this patch as workaround, this issue requires some more analysis and testing. Nik. On 9/22/06, Geir Magnusson Jr. wrote: > > On Sep 22, 2006, at 12:47 AM, Vladimir Gorr wrote: > > > On 9/22/06, Geir Magnusson Jr. wrote: > >> > >> > >> On Sep 22, 2006, at 12:37 AM, Vladimir Gorr wrote: > >> > >> > On 9/22/06, Geir Magnusson Jr. wrote: > >> >> > >> >> Even though we have the jar issue fixed w/t he launcher-based > >> build, > >> >> I still can't run ActiveMQ using release build on Ubuntu. > >> >> > >> >> Can anyone else report success? Or a patch? :) > >> > > >> > > >> > I was succesfull on Windows. No success exist for Linux however. > >> > >> What do you see on linux? > > > > > > ACTIVEMQ_HOME: /nfs/ins/proj/drl/coreapi/vgorr/Tools/incubator- > > activemq-4.0 > > Loading message broker from: xbean:activemq.xml > > ERROR: java.lang.RuntimeException: Failed to execute start task. > > Reason: > > org.springframework.beans.factory.BeanCreationException: Error > > creating bean > > with name 'org.apache.activemq.store.PersistenceAdapterFactoryBean' > > defined > > in class path resource [activemq.xml]: Instantiation of bean failed; > > ... > > Yah, that's what I get. We really need to get this kind of thing > worked out, and fast... > > geir > > > snipped > > ... > > > >> Steps I do are the following: > >> > 1. unset JAVA_HOME > >> > 2. set PATH=<.../jre/bin>;PATH > >> > 3. cd .../activemq-3.2.3\bin; activemq > >> > > >> > Are these steps correct? > >> > >> Close enough. I set JAVA_HOME to the harmony jre directory (deploy/ > >> jre), added bin to the path, and then > >> > >> sh bin/activemq > >> > >> But I'm using activeMQ 4.0.something > > > > > > > > Yes, it seems this version doesn't work correctly. At least on Linux. > > I'll try this on Windows as well. > > > > Thanks, > > Vladimir. > > > > > >> > >> > Thanks, > >> > Vladimir. > >> > > >> > > >> > geir > >> >> > >> >> > >> >> > >> --------------------------------------------------------------------- > >> >> Terms of use : http://incubator.apache.org/harmony/mailing.html > >> >> To unsubscribe, e-mail: harmony-dev- > >> unsubscribe@incubator.apache.org > >> >> For additional commands, e-mail: harmony-dev- > >> >> help@incubator.apache.org > >> >> > >> >> > >> > >> > >> --------------------------------------------------------------------- > >> Terms of use : http://incubator.apache.org/harmony/mailing.html > >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > >> For additional commands, e-mail: harmony-dev- > >> help@incubator.apache.org > >> > >> > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > ------=_Part_12236_11288987.1158947509503 Content-Type: text/plain; name=LogManager.patch; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: base64 X-Attachment-Id: f_eseva347 Content-Disposition: attachment; filename="LogManager.patch" SW5kZXg6IG1vZHVsZXMvbG9nZ2luZy9zcmMvbWFpbi9qYXZhL2phdmEvdXRpbC9sb2dnaW5nL0xv Z01hbmFnZXIuamF2YQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBtb2R1bGVzL2xvZ2dpbmcvc3JjL21haW4vamF2 YS9qYXZhL3V0aWwvbG9nZ2luZy9Mb2dNYW5hZ2VyLmphdmEJKHJldmlzaW9uIDQ0ODg5NSkKKysr IG1vZHVsZXMvbG9nZ2luZy9zcmMvbWFpbi9qYXZhL2phdmEvdXRpbC9sb2dnaW5nL0xvZ01hbmFn ZXIuamF2YQkod29ya2luZyBjb3B5KQpAQCAtMTk3LDcgKzE5NywxMyBAQAogCiAJCQkJLy8gaWYg Z2xvYmFsIGxvZ2dlciBoYXMgYmVlbiBpbml0aWFsaXplZCwgc2V0IHJvb3QgYXMgaXRzIHBhcmVu dAogICAgICAgICAgICAgICAgIExvZ2dlciByb290ID0gTG9nZ2VyLmdldExvZ2dlcigiIik7IC8v JE5PTi1OTFMtMSQKLSAgICAgICAgICAgICAgICBMb2dnZXIuZ2xvYmFsLnNldFBhcmVudChyb290 KTsKKyAgICAgICAgICAgICAgICBMb2dnZXIgZ2xvYmFsID0gTG9nZ2VyLmdsb2JhbDsKKyAgICAg ICAgICAgICAgICAKKyAgICAgICAgICAgICAgICBpZiAoTG9nZ2VyLmdsb2JhbCA9PSBudWxsKSB7 CisgICAgICAgICAgICAgICAgICAgIGdsb2JhbCA9IExvZ2dlci5nZXRMb2dnZXIoImdsb2JhbCIp OworICAgICAgICAgICAgICAgIH0KKyAgICAgICAgICAgICAgICAKKyAgICAgICAgICAgICAgICBn bG9iYWwuc2V0UGFyZW50KHJvb3QpOwogCQkJCXJldHVybiBudWxsOwogCQkJfQogCQl9KTsK ------=_Part_12236_11288987.1158947509503 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org ------=_Part_12236_11288987.1158947509503--