Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 40606 invoked from network); 24 May 2010 20:32:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 May 2010 20:32:46 -0000 Received: (qmail 89932 invoked by uid 500); 24 May 2010 20:32:46 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 89832 invoked by uid 500); 24 May 2010 20:32:46 -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 89825 invoked by uid 99); 24 May 2010 20:32:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 May 2010 20:32:46 +0000 X-ASF-Spam-Status: No, hits=-1459.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 May 2010 20:32:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4OKWPaf012601 for ; Mon, 24 May 2010 20:32:25 GMT Message-ID: <31243410.18351274733145170.JavaMail.jira@thor> Date: Mon, 24 May 2010 16:32:25 -0400 (EDT) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-5247) IllegalStateException during Geronimo build. In-Reply-To: <1996021625.19911270755336665.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor reassigned GERONIMO-5247: ------------------------------------- Assignee: Jarek Gawor > 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.