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