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 (JIRA)" <ji...@apache.org> on 2010/05/25 17:43:23 UTC

[jira] Resolved: (GERONIMO-5247) IllegalStateException during Geronimo build.

     [ https://issues.apache.org/jira/browse/GERONIMO-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved GERONIMO-5247.
-----------------------------------

    Resolution: Fixed

I fixed the problem in Aries and updated trunk to use the latest Aries JNDI module (committed in revision 948077).


> IllegalStateException during Geronimo build. 
> ---------------------------------------------
>
>                 Key: GERONIMO-5247
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5247
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: Rick McGuire
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> The following IllegalStateException occurs over and over during the Geronimo build process:
> java.lang.IllegalStateException: ObjectFactoryBuilder already set
>         at javax.naming.spi.NamingManager.setObjectFactoryBuilder(NamingManager.
> java:94)
>         at org.apache.aries.jndi.startup.Activator.start(Activator.java:52)
>         at org.apache.felix.framework.util.SecureAction.startActivator(SecureAct
> ion.java:661)
>         at org.apache.felix.framework.Felix.activateBundle(Felix.java:1801)
>         at org.apache.felix.framework.Felix.startBundle(Felix.java:1723)
>         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905)
>         at org.apache.geronimo.system.configuration.DependencyManager.starting(D
> ependencyManager.java:191)
>         at org.apache.geronimo.system.configuration.DependencyManager.bundleChan
> ged(DependencyManager.java:89)
>         at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerC
> allback(EventDispatcher.java:800)
>         at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(
> EventDispatcher.java:728)
>         at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(Event
> Dispatcher.java:610)
>         at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:3670)
>         at org.apache.felix.framework.Felix.activateBundle(Felix.java:1791)
>         at org.apache.felix.framework.Felix.startBundle(Felix.java:1723)
>         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905)
>         at org.apache.geronimo.system.configuration.DependencyManager.starting(D
> ependencyManager.java:191)
>         at org.apache.geronimo.system.configuration.DependencyManager.bundleChan
> ged(DependencyManager.java:89)
>         at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerC
> allback(EventDispatcher.java:800)
>         at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(
> EventDispatcher.java:728)
>         at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(Event
> Dispatcher.java:610)
>         at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:3670)
>         at org.apache.felix.framework.Felix.activateBundle(Felix.java:1791)
>         at org.apache.felix.framework.Felix.startBundle(Felix.java:1723)
>         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905)
>         at org.apache.geronimo.system.configuration.DependencyManager.starting(D
> ependencyManager.java:191)
>         at org.apache.geronimo.system.configuration.DependencyManager.bundleChan
> ged(DependencyManager.java:89)
>         at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerC
> allback(EventDispatcher.java:800)
>         at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(
> EventDispatcher.java:728)
>         at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(Event
> Dispatcher.java:610)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.