You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2012/08/19 10:21:38 UTC

[jira] [Created] (SMXCOMP-940) InstanceAlreadyExistsException in HTTP/JMS component bootstrap on WebSphere

Gert Vanthienen created SMXCOMP-940:
---------------------------------------

             Summary: InstanceAlreadyExistsException in HTTP/JMS component bootstrap on WebSphere
                 Key: SMXCOMP-940
                 URL: https://issues.apache.org/jira/browse/SMXCOMP-940
             Project: ServiceMix Components
          Issue Type: Bug
          Components: servicemix-http, servicemix-jms
    Affects Versions: 2011.02.1
            Reporter: Gert Vanthienen
            Assignee: Gert Vanthienen
             Fix For: 2011.02.2, 2012.01


When running Apache ServiceMix on IBM WebSphere, the HTTP and JMS component bootstrap fails with this exception:

{noformat}
javax.jbi.JBIException: Error calling init
	at org.apache.servicemix.http.HttpBootstrap.init(HttpBootstrap.java:57)
	at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.initBootstrap(InstallerMBeanImpl.java:89)
	... 122 more
Caused by: javax.management.InstanceAlreadyExistsException: org.apache.servicemix:Name=servicemix-http,cell=vmware2Node01Cell,Type=Component,ContainerName=ServiceMix,SubType=bootstrap,node=vmware2Node01,process=server1
	at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:465)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1496)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:975)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:929)
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
	at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:494)
	at com.ibm.ws.management.PlatformMBeanServer.registerMBean(PlatformMBeanServer.java:484)
	at org.apache.servicemix.http.HttpBootstrap.doInit(HttpBootstrap.java:74)
	at org.apache.servicemix.http.HttpBootstrap.init(HttpBootstrap.java:53)
	... 123 more
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (SMXCOMP-940) InstanceAlreadyExistsException in HTTP/JMS component bootstrap on WebSphere

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMXCOMP-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SMXCOMP-940.
-------------------------------------

    Resolution: Fixed

Fixed for the 2011.02.x branch in http://svn.apache.org/viewvc?view=revision&revision=1374742
and for trunk in http://svn.apache.org/viewvc?view=revision&revision=1374743
                
> InstanceAlreadyExistsException in HTTP/JMS component bootstrap on WebSphere
> ---------------------------------------------------------------------------
>
>                 Key: SMXCOMP-940
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-940
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-http, servicemix-jms
>    Affects Versions: 2011.02.1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 2011.02.2, 2012.01
>
>
> When running Apache ServiceMix on IBM WebSphere, the HTTP and JMS component bootstrap fails with this exception:
> {noformat}
> javax.jbi.JBIException: Error calling init
> 	at org.apache.servicemix.http.HttpBootstrap.init(HttpBootstrap.java:57)
> 	at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.initBootstrap(InstallerMBeanImpl.java:89)
> 	... 122 more
> Caused by: javax.management.InstanceAlreadyExistsException: org.apache.servicemix:Name=servicemix-http,cell=vmware2Node01Cell,Type=Component,ContainerName=ServiceMix,SubType=bootstrap,node=vmware2Node01,process=server1
> 	at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:465)
> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1496)
> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:975)
> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:929)
> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:494)
> 	at com.ibm.ws.management.PlatformMBeanServer.registerMBean(PlatformMBeanServer.java:484)
> 	at org.apache.servicemix.http.HttpBootstrap.doInit(HttpBootstrap.java:74)
> 	at org.apache.servicemix.http.HttpBootstrap.init(HttpBootstrap.java:53)
> 	... 123 more
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira