You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2011/08/26 12:18:29 UTC

[jira] [Commented] (QPID-2720) Qpid broker can not run inside an OSGi container

    [ https://issues.apache.org/jira/browse/QPID-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091700#comment-13091700 ] 

Keith Wall commented on QPID-2720:
----------------------------------

I think this commit is causing a NPE stack trace to be logged when running some tests (during tearDown).   It is not causing test failure as the exception is being swallowed.  I'm seeing it when running ServerConfigurationTest, but I'm sure I see it elsewhere too.


{code}
main 2011-08-26 11:12:59,056 ERROR [qpid.server.registry.ApplicationRegistry] Error thrown whilst closing PluginManager
java.lang.NullPointerException
        at org.apache.qpid.server.plugins.PluginManager.close(PluginManager.java:356)
        at org.apache.qpid.server.registry.ApplicationRegistry.close(ApplicationRegistry.java:443)
        at org.apache.qpid.server.registry.ApplicationRegistry.close(ApplicationRegistry.java:478)
        at org.apache.qpid.server.registry.ApplicationRegistry.remove(ApplicationRegistry.java:203)
        at org.apache.qpid.server.configuration.ServerConfigurationTest.tearDown(ServerConfigurationTest.java:58)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:132)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
{code}

> Qpid broker can not run inside an OSGi container
> ------------------------------------------------
>
>                 Key: QPID-2720
>                 URL: https://issues.apache.org/jira/browse/QPID-2720
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Danushka Menikkumbura
>            Assignee: Danushka Menikkumbura
>             Fix For: 0.13
>
>         Attachments: QPID-2720-V2.patch, QPID-2720-V3.patch, QPID-2720.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org