You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/08/01 04:43:00 UTC

[jira] Resolved: (SMX4-75) get javax.jbi.JBIException: null mBeanServer when exit smx4

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

Freeman Fang resolved SMX4-75.
------------------------------

    Fix Version/s: 4.0-m2
       Resolution: Won't Fix

this error just gone with the latest code

> get javax.jbi.JBIException: null mBeanServer when exit smx4
> -----------------------------------------------------------
>
>                 Key: SMX4-75
>                 URL: https://issues.apache.org/activemq/browse/SMX4-75
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> get exception like
> javax.jbi.JBIException: null mBeanServer
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.doShutDown(AsyncBaseLifeCycle.java:267)
>         at org.apache.servicemix.common.DefaultComponent.doShutDown(DefaultComponent.java:373)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.shutDown(AsyncBaseLifeCycle.java:249)
>         at org.apache.servicemix.common.SyncLifeCycleWrapper.shutDown(SyncLifeCycleWrapper.java:48)
>         at org.apache.servicemix.jbi.deployer.impl.ComponentImpl$ComponentWrapper.shutDown(ComponentImpl.java:270)
>         at org.apache.servicemix.jbi.deployer.impl.ComponentImpl.shutDown(ComponentImpl.java:168)
>         at org.apache.servicemix.jbi.deployer.impl.Deployer.uninstallComponent(Deployer.java:361)
>         at org.apache.servicemix.jbi.deployer.impl.Deployer.unregister(Deployer.java:203)
>         at org.apache.servicemix.jbi.deployer.impl.AbstractBundleWatcher.onBundleStopped(AbstractBundleWatcher.java:87)
>         at org.apache.servicemix.jbi.deployer.impl.AbstractBundleWatcher.destroy(AbstractBundleWatcher.java:74)
>         at org.apache.servicemix.jbi.deployer.impl.Deployer.destroy(Deployer.java:145)
>         at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:151)
>         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:456)
>         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:434)
>         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:407)
>         at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:854)
>         at org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.destroyBeans(AbstractOsgiBundleApplicationContext.java:211)
>         at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:832)
>         at org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.doClose(AbstractOsgiBundleApplicationContext.java:204)
>         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.normalClose(AbstractDelegatedExecutionApplicationContext.java:169)
>         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.close(DependencyWaiterApplicationContextExecutor.java:354)
>         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.doClose(AbstractDelegatedExecutionApplicationContext.java:181)
>         at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:795)
>         at org.springframework.osgi.extender.internal.activator.ContextLoaderListener$1.run(ContextLoaderListener.java:539)
>         at org.springframework.osgi.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable.run(RunnableTimedExecution.java:60)
>         at org.springframework.scheduling.timer.DelegatingTimerTask.run(DelegatingTimerTask.java:66)
>         at java.util.TimerThread.mainLoop(Timer.java:512)
>         at java.util.TimerThread.run(Timer.java:462)
> when exit the smx4

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