Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 7019 invoked from network); 30 Apr 2010 13:05:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 13:05:42 -0000 Received: (qmail 32922 invoked by uid 500); 30 Apr 2010 13:05:42 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 32857 invoked by uid 500); 30 Apr 2010 13:05:42 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 32850 invoked by uid 99); 30 Apr 2010 13:05:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 13:05:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.86.89.63] (HELO elasmtp-junco.atl.sa.earthlink.net) (209.86.89.63) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 13:05:32 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=L9j0QXrGxGG+y5mNB4CCCcBRMDEPBMa7ntFqDtpXvmRG+GZUgTbpe9n/KRTs4kc4; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=tetra.raleigh.ibm.com) by elasmtp-junco.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1O7pu4-0003BP-2u for dev@geronimo.apache.org; Fri, 30 Apr 2010 09:05:12 -0400 Message-ID: <4BDAD587.90203@earthlink.net> Date: Fri, 30 Apr 2010 09:05:11 -0400 From: Joe Bohn User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: error starting trunk server image References: <4BDAD423.7030401@earthlink.net> In-Reply-To: <4BDAD423.7030401@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec79fb0b002eff5fb16400cfcec00b2fc728350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org If I'm understanding this correctly it seems that activemq wants annotation version 1.0.0 (or greater) but not 1.1.0. Our geronimo-annotation spec is for spec version 1.0 but the bundle version 1.1.0. So I think we may have some version confusion. Joe On 4/30/10 8:59 AM, Joe Bohn wrote: > I recently did an svn update and build of trunk (yesterday) and I'm now > getting an error attempting to start a trunk server. My svn version is > 939402 > > > Could not start bundle: > org.apache.geronimo.modules.geronimo-activemq-blueprint [238] > org.osgi.framework.BundleException: Unresolved constraint in bundle > org.apache.activemq.activemq-core [240]: package; > (&(package=javax.annotation)(version>=1.0.0)(!(version>=1.1.0))) > at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3299) > at org.apache.felix.framework.Felix.startBundle(Felix.java:1657) > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905) > at > org.apache.geronimo.system.configuration.DependencyManager.starting(DependencyManager.java:191) > > at > org.apache.geronimo.system.configuration.DependencyManager.bundleChanged(DependencyManager.java:89) > > at > org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:800) > > at > org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:728) > > at > org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:610) > > at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:3612) > at org.apache.felix.framework.Felix.activateBundle(Felix.java:1750) > at org.apache.felix.framework.Felix.startBundle(Felix.java:1682) > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:302) > > at > org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:145) > > at > org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:81) > > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:109) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32) > 2010-04-30 08:28:10,886 WARN [DependencyManager] Could not start bundle: > org.apache.activemq.activemq-core [240] > org.osgi.framework.BundleException: Unresolved constraint in bundle > org.apache.activemq.activemq-core [240]: package; > (&(package=javax.annotation)(version>=1.0.0)(!(version>=1.1.0))) > at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3299) > at org.apache.felix.framework.Felix.startBundle(Felix.java:1657) > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905) > at > org.apache.geronimo.system.configuration.DependencyManager.starting(DependencyManager.java:191) > > at > org.apache.geronimo.system.configuration.DependencyManager.bundleChanged(DependencyManager.java:89) > > at > org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:800) > > at > org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:728) > > at > org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:610) > > at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:3612) > at org.apache.felix.framework.Felix.activateBundle(Felix.java:1750) > at org.apache.felix.framework.Felix.startBundle(Felix.java:1682) > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:302) > > at > org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:145) > > at > org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:81) > > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:109) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32) > > Joe >