You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jarek Gawor <jg...@gmail.com> on 2010/04/20 16:14:11 UTC

Re: Why two org.apache.aries.util binary files are packaged in Geronimo 3.0

This should be fixed now. I think some old karaf snapshot was pulling
in a different version of the aries util module.

Jarek

On Tue, Apr 20, 2010 at 4:54 AM, Ivan <xh...@gmail.com> wrote:
> Hi,
>    Just check why I got an error message while starting Tomcat assembly, I
> found that we packaged two org.apache.aries.util binary files in the
> repository folder, 0.1-incubating-20100406.004533-6 and
> 0.1-incubating-SNAPSHOT. Is it a known issue ?
>   -->
> org.osgi.framework.BundleException: Bundle symbolic name and version are not
> unique: org.apache.aries.util:0.1.0.incubating-SNAPSHOT
>         at
> org.apache.felix.framework.BundleImpl.createModule(BundleImpl.java:1151)
>         at org.apache.felix.framework.BundleImpl.<init>(BundleImpl.java:79)
>         at org.apache.felix.framework.Felix.installBundle(Felix.java:2429)
>         at org.apache.felix.framework.Felix.installBundle(Felix.java:2334)
>         at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:130)
>         at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:108)
>         at
> org.apache.geronimo.system.configuration.DependencyManager.starting(DependencyManager.java:182)
>         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)
>
> --
> Ivan
>

Re: Why two org.apache.aries.util binary files are packaged in Geronimo 3.0

Posted by Ivan <xh...@gmail.com>.
Thanks for info ,Jarek. At least, I found the duplicate files are there
while building the server today.  Will check it again tomorrow.

2010/4/20 Jarek Gawor <jg...@gmail.com>

> This should be fixed now. I think some old karaf snapshot was pulling
> in a different version of the aries util module.
>
> Jarek
>
> On Tue, Apr 20, 2010 at 4:54 AM, Ivan <xh...@gmail.com> wrote:
> > Hi,
> >    Just check why I got an error message while starting Tomcat assembly,
> I
> > found that we packaged two org.apache.aries.util binary files in the
> > repository folder, 0.1-incubating-20100406.004533-6 and
> > 0.1-incubating-SNAPSHOT. Is it a known issue ?
> >   -->
> > org.osgi.framework.BundleException: Bundle symbolic name and version are
> not
> > unique: org.apache.aries.util:0.1.0.incubating-SNAPSHOT
> >         at
> > org.apache.felix.framework.BundleImpl.createModule(BundleImpl.java:1151)
> >         at
> org.apache.felix.framework.BundleImpl.<init>(BundleImpl.java:79)
> >         at
> org.apache.felix.framework.Felix.installBundle(Felix.java:2429)
> >         at
> org.apache.felix.framework.Felix.installBundle(Felix.java:2334)
> >         at
> >
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:130)
> >         at
> >
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:108)
> >         at
> >
> org.apache.geronimo.system.configuration.DependencyManager.starting(DependencyManager.java:182)
> >         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)
> >
> > --
> > Ivan
> >
>



-- 
Ivan