Hi,

Sorry this is a bit late but the problem you are experiencing is
actually due the MBean registration.  There are two known issues with
using the servicemix war distribution in websphere (one of which
occurs in JBoss as well due to JEE constraints):

1) JNDI contexts are not writable by child threads of the WAR
application (to be precise child threads of the dummy EAR that is
created by WAS); and

2) The MBeans that are returned by WAS have information about the
node, cell and server appended to their registration names which means
that if you stop the WAR or application then servicemix cannot
unregister its own beans since the registered names are different.  I
believe there is a fix for this being produced (if not already).

A maven config for WAS 6.1 and some configuration steps/guide will be
put up on the wiki this weekend.

Grant

On 2/24/07, Alper Sogukpinar (Garanti Teknoloji) <[EMAIL PROTECTED]> wrote:



I use Servicemix 3.1 in a web application and its configuration is very
similar to configuration of "servicemix-web" example.
When application starts  I see exceptions which are taken from start and
stop methods of org.apache.servicemix.jbi.framework.ClientFactory class.
As far as I understand ClientFactory fails while binding itself to the
JBI container and while unbinding from container.
Even the application takes these exceptions, it works.
But When I try to start my web appplication SECOND time.
"javax.jbi.JBIException:
javax.management.InstanceAlreadyExistsException: " is thrown and
application can not be started.
I think it is because, ClientFactory.stop was failed while application
was stopping, and jbi container could not be destroyed.
Because of that I have to restart Application Server instead of
restarting the application itself.
Is the problem because of  DEFAULT_JNDI_NAME =
"java:comp/env/jbi/ClientFactory"?
Should I configure different jndiName for the container, If I should,
How can I configure it?

I tested my application both in Tomcat 5.5 and Websphere 6.1. I see the
similar logs both in Tomcat and WAS 6.1.
I also tested "servicemix-web" example with Tomcat 5.5 and I see the
logs for "servicemix-web" example, too.

********************************** TOMCAT 5.5 START
************************************************************************
************************

12587 WARN  [main] org.apache.servicemix.jbi.framework.ClientFactory
- Cound not start ClientFactory: javax.naming.NamingException: Context
is read only
12587 DEBUG [main] org.apache.servicemix.jbi.framework.ClientFactory
- Could not start ClientFactory
javax.naming.NamingException: Context is read only
 at
org.apache.naming.NamingContext.checkWritable(NamingContext.java:902)
 at org.apache.naming.NamingContext.bind(NamingContext.java:830)
 at org.apache.naming.NamingContext.bind(NamingContext.java:170)
 at org.apache.naming.NamingContext.bind(NamingContext.java:186)
 at org.apache.naming.SelectorContext.bind(SelectorContext.java:170)
 at javax.naming.InitialContext.bind(InitialContext.java:359)
 at
org.apache.servicemix.jbi.framework.ClientFactory.start(ClientFactory.ja
va:84)
 at
org.apache.servicemix.jbi.container.JBIContainer.start(JBIContainer.java
:597)
 at
org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSe
t(SpringJBIContainer.java:79)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1057)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.initializeBean(AbstractAutowireCapableBeanFactory.java:1024)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.createBean(AbstractAutowireCapableBeanFactory.java:421)
 at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObjec
t(AbstractBeanFactory.java:245)
 at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.g
etSingleton(DefaultSingletonBeanRegistry.java:140)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ab
stractBeanFactory.java:242)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ab
stractBeanFactory.java:156)
 at
org.springframework.beans.factory.support.DefaultListableBeanFactory.pre
InstantiateSingletons(DefaultListableBeanFactory.java:273)
 at
org.springframework.context.support.AbstractApplicationContext.refresh(A
bstractApplicationContext.java:346)
 at
org.springframework.web.context.support.AbstractRefreshableWebApplicatio
nContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
 at
org.springframework.web.context.ContextLoader.createWebApplicationContex
t(ContextLoader.java:246)
 at
org.springframework.web.context.ContextLoader.initWebApplicationContext(
ContextLoader.java:184)
 at
org.springframework.web.context.ContextLoaderListener.contextInitialized
(ContextLoaderListener.java:49)
 at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.j
ava:3729)
 at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4187
)
 at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
 at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
 at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
 at
org.apache.catalina.core.StandardService.start(StandardService.java:450)
 at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

*********************************** WEBSPHERE 6.1
START************************************************************
[2/23/07 16:27:01:981 GMT+02:00] 0000001a SystemOut     O 16114 WARN
[server.startup : 1] org.apache.servicemix.jbi.framework.ClientFactory
- Cound not start ClientFactory: javax.naming.NameNotFoundException:
Name comp/env/jbi not found in context "java:".
[2/23/07 16:27:01:990 GMT+02:00] 0000001a SystemOut     O 16120 DEBUG
[server.startup : 1] org.apache.servicemix.jbi.framework.ClientFactory
- Could not start ClientFactory
javax.naming.NameNotFoundException: Name comp/env/jbi not found in
context "java:".
 at
com.ibm.ws.naming.ipbase.NameSpace.getParentCtxInternal(NameSpace.java:1
767)
 at
com.ibm.ws.naming.ipbase.NameSpace.getParentContext(NameSpace.java:1644)
 at
com.ibm.ws.naming.urlbase.UrlContextImpl.getParentBindingData(UrlContext
Impl.java:1639)
 at
com.ibm.ws.naming.urlbase.UrlContextImpl.bind(UrlContextImpl.java:205)
 at
com.ibm.ws.naming.urlbase.UrlContextImpl.bind(UrlContextImpl.java:344)
 at javax.naming.InitialContext.bind(InitialContext.java:371)
 at
org.apache.servicemix.jbi.framework.ClientFactory.start(ClientFactory.ja
va:84)
 at
org.apache.servicemix.jbi.container.JBIContainer.start(JBIContainer.java
:597)
 at
org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSe
t(SpringJBIContainer.java:79)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1057)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.initializeBean(AbstractAutowireCapableBeanFactory.java:1024)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.createBean(AbstractAutowireCapableBeanFactory.java:421)
 at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObjec
t(AbstractBeanFactory.java:245)
 at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.g
etSingleton(DefaultSingletonBeanRegistry.java:140)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ab
stractBeanFactory.java:242)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ab
stractBeanFactory.java:156)
 at
org.springframework.beans.factory.support.DefaultListableBeanFactory.pre
InstantiateSingletons(DefaultListableBeanFactory.java:273)
 at
org.springframework.context.support.AbstractApplicationContext.refresh(A
bstractApplicationContext.java:346)
 at
org.springframework.web.context.support.AbstractRefreshableWebApplicatio
nContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
 at
org.springframework.web.context.ContextLoader.createWebApplicationContex
t(ContextLoader.java:246)
 at
org.springframework.web.context.ContextLoader.initWebApplicationContext(
ContextLoader.java:184)
 at
org.springframework.web.context.ContextLoaderListener.contextInitialized
(ContextLoaderListener.java:49)
 at
com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated(WebA
pp.java:621)
 at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.
java:275)
 at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:273)
 at
com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.jav
a:88)
 at
com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java
:157)
 at
com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:655)
 at
com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.ja
va:608)
 at
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerI
mpl.java:333)
 at
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImp
l.java:549)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl
.java:1312)
 at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectS
tart(DeployedApplicationImpl.java:1129)
 at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl
.java:569)
 at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedAppli
cationImpl.java:814)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica
tionMgrImpl.java:965)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(Appli
cationMgrImpl.java:2131)
 at
com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(W
sComponentImpl.java:340)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
[2/23/07 16:27:01:997 GMT+02:00] 0000001a SystemOut     O 16131 DEBUG
[server.startup : 1] org.apache.servicemix.eip.EIPComponent     -
Starting component

***********************************WEBSPHERE 6.1
STOP********************************************************************
*******************************************************************
[2/23/07 16:24:14:929 GMT+02:00] 0000000e SystemOut     O 10325572 DEBUG
[Non-deferrable Alarm : 0]
org.apache.servicemix.jbi.framework.ClientFactory     - Could not stop
ClientFactory
javax.naming.NameNotFoundException: Name comp/env/jbi not found in
context "java:".
 at
com.ibm.ws.naming.ipbase.NameSpace.getParentCtxInternal(NameSpace.java:1
767)
 at
com.ibm.ws.naming.ipbase.NameSpace.getParentContext(NameSpace.java:1644)
 at
com.ibm.ws.naming.urlbase.UrlContextImpl.getParentBindingData(UrlContext
Impl.java:1639)
 at
com.ibm.ws.naming.urlbase.UrlContextImpl.unbind(UrlContextImpl.java:560)
 at
com.ibm.ws.naming.urlbase.UrlContextImpl.unbind(UrlContextImpl.java:636)
 at javax.naming.InitialContext.unbind(InitialContext.java:387)
 at
org.apache.servicemix.jbi.framework.ClientFactory.stop(ClientFactory.jav
a:102)
 at
org.apache.servicemix.jbi.management.BaseSystemService.shutDown(BaseSyst
emService.java:57)
 at
org.apache.servicemix.jbi.container.JBIContainer.shutDown(JBIContainer.j
ava:662)
 at
org.apache.servicemix.jbi.container.SpringJBIContainer.destroy(SpringJBI
Container.java:185)
 at
org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(
DisposableBeanAdapter.java:102)
 at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.d
estroyBean(DefaultSingletonBeanRegistry.java:331)
 at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.d
estroySingleton(DefaultSingletonBeanRegistry.java:304)
 at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.d
estroySingletons(DefaultSingletonBeanRegistry.java:280)
 at
org.springframework.context.support.AbstractApplicationContext.doClose(A
bstractApplicationContext.java:610)
 at
org.springframework.context.support.AbstractApplicationContext.close(Abs
tractApplicationContext.java:578)
 at
org.springframework.web.context.ContextLoader.closeWebApplicationContext
(ContextLoader.java:339)
 at
org.springframework.web.context.ContextLoaderListener.contextDestroyed(C
ontextLoaderListener.java:73)
 at
com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextDestroyed(We
bApp.java:707)
 at com.ibm.ws.webcontainer.webapp.WebApp.destroy(WebApp.java:2551)
 at com.ibm.ws.wswebcontainer.webapp.WebApp.destroy(WebApp.java:1036)
 at
com.ibm.ws.webcontainer.webapp.WebGroup.removeWebApplication(WebGroup.ja
va:216)
 at
com.ibm.ws.webcontainer.VirtualHost.removeWebApplication(VirtualHost.jav
a:267)
 at
com.ibm.ws.wswebcontainer.VirtualHost.removeWebApplication(VirtualHost.j
ava:181)
 at
com.ibm.ws.wswebcontainer.WebContainer.removeWebApplication(WebContainer
.java:725)
 at
com.ibm.ws.webcontainer.component.WebContainerImpl.uninstall(WebContaine
rImpl.java:357)
 at
com.ibm.ws.webcontainer.component.WebContainerImpl.stop(WebContainerImpl
.java:560)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl.stop(ApplicationMgrImpl.
java:1335)
 at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectS
top(DeployedApplicationImpl.java:1134)
 at
com.ibm.ws.runtime.component.DeployedModuleImpl.stop(DeployedModuleImpl.
java:602)
 at
com.ibm.ws.runtime.component.DeployedApplicationImpl.stop(DeployedApplic
ationImpl.java:882)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl.stopApplication(Applicat
ionMgrImpl.java:1117)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl.stop(ApplicationMgrImpl.
java:1053)
 at
com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.
java:1036)
 at
com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:685)
 at
com.ibm.ws.runtime.component.ApplicationServerImpl.stop(ApplicationServe
rImpl.java:221)
 at
com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.
java:1036)
 at
com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:685)
 at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:584)
 at
com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook$1.run(Serve
rCollaborator.java:701)
 at
com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.jav
a:3874)
 at
com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerIm
pl.java:3951)
 at
com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerC
ollaborator.java:691)
 at
com.ibm.ws.runtime.component.ServerCollaborator$StopAction.alarm(ServerC
ollaborator.java:660)
 at com.ibm.ejs.util.am._Alarm.run(_Alarm.java:90)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
[2/23/07 16:24:14:929 GMT+02:00] 0000000e SystemOut     O 10325627 DEBUG
[Non-deferrable Alarm : 0]
org.apache.servicemix.jbi.management.ManagementContext     -
Unregistering system service:
org.apache.servicemix:ContainerName=JBI1,Type=SystemService,Name=ClientF
actory

****************************************************** SECOND TIME
APPLICATION START
************************************************************************
***********

[2/23/07 16:31:04:578 GMT+02:00] 00000037 SystemOut     O 258653 ERROR
[SoapConnectorThreadPool : 2]
org.springframework.web.context.ContextLoader     - Context
initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'jbi' defined in ServletContext resource
[/WEB-INF/servicemix.xml]: Invocation of init method failed; nested
exception is javax.jbi.JBIException:
javax.management.InstanceAlreadyExistsException:
org.apache.servicemix:Name=ManagementContext,cell=mpmbtestCell01,Type=Sy
stemService,ContainerName=JBI1,node=mpmbtestNode01,process=server1
Caused by:
javax.jbi.JBIException: javax.management.InstanceAlreadyExistsException:
org.apache.servicemix:Name=ManagementContext,cell=mpmbtestCell01,Type=Sy
stemService,ContainerName=JBI1,node=mpmbtestNode01,process=server1
 at
org.apache.servicemix.jbi.management.ManagementContext.registerSystemSer
vice(ManagementContext.java:601)
 at
org.apache.servicemix.jbi.management.BaseSystemService.init(BaseSystemSe
rvice.java:52)
 at
org.apache.servicemix.jbi.management.ManagementContext.init(ManagementCo
ntext.java:158)
 at
org.apache.servicemix.jbi.container.JBIContainer.init(JBIContainer.java:
552)
 at
org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSe
t(SpringJBIContainer.java:55)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1057)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.initializeBean(AbstractAutowireCapableBeanFactory.java:1024)
 at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.createBean(AbstractAutowireCapableBeanFactory.java:421)
 at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObjec
t(AbstractBeanFactory.java:245)
 at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.g
etSingleton(DefaultSingletonBeanRegistry.java:140)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ab
stractBeanFactory.java:242)
 at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ab
stractBeanFactory.java:156)
 at
org.springframework.beans.factory.support.DefaultListableBeanFactory.pre
InstantiateSingletons(DefaultListableBeanFactory.java:273)
 at
org.springframework.context.support.AbstractApplicationContext.refresh(A
bstractApplicationContext.java:346)
 at
org.springframework.web.context.support.AbstractRefreshableWebApplicatio
nContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
 at
org.springframework.web.context.ContextLoader.createWebApplicationContex
t(ContextLoader.java:246)
 at
org.springframework.web.context.ContextLoader.initWebApplicationContext(
ContextLoader.java:184)
 at
org.springframework.web.context.ContextLoaderListener.contextInitialized
(ContextLoaderListener.java:49)
 at
com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated(WebA
pp.java:621)
 at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.
java:275)
 at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:273)
 at
com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.jav
a:88)
 at
com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java
:157)
 at
com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:655)
 at
com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.ja
va:608)
 at
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerI
mpl.java:333)
 at
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImp
l.java:549)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl
.java:1312)
 at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectS
tart(DeployedApplicationImpl.java:1129)
 at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl
.java:569)
 at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedAppli
cationImpl.java:814)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica
tionMgrImpl.java:965)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl
.java:1495)
 at
com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.jav
a:3874)
 at
com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerIm
pl.java:3951)
 at
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.jav
a:245)
 at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applica
tionMgrImpl.java:1500)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:64)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:64)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
 at
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredMode
lMBean.java:1089)
 at
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean
.java:971)
 at
com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.j
ava:231)
 at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
 at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBea
nServerInterceptor.java:833)
 at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
 at
com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1080)
 at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.
java:118)
 at
com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:973)
 at
com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServic
eDelegator.java:139)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:64)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:615)
 at
com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.
java:338)
 at
com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector
.java:204)
 at
com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPCo
nnection.java:55)
 at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:
680)
 at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
Caused by:


This message and attachments are confidential and intended solely for the 
individual(s) stated in this
message. If you received this message although you are not the addressee, you 
are responsible to keep the
message confidential. The sender has no responsibility for the accuracy or 
correctness of the
information in the message and its attachments. Our company shall have no 
liability for any changes
or late receiving, loss of integrity and confidentiality, viruses and any 
damages caused in
anyway to your computer system.


Bu mesaj ve ekleri, mesajda gonderildigi belirtilen kisi/kisilere ozeldir ve 
gizlidir. Bu mesajin muhatabi
olmamaniza ragmen tarafiniza ulasmis olmasi halinde mesaj iceriginin gizliligi 
ve bu gizlilik yukumlulugune
uyulmasi zorunlulugu tarafiniz icin de soz konusudur. Mesaj ve eklerinde yer 
alan bilgilerin dogrulugu ve
guncelligi konusunda gonderenin ya da sirketimizin herhangi bir sorumlulugu 
bulunmamaktadir. Sirketimiz
mesajin ve bilgilerinin size degisiklige ugrayarak veya gec ulasmasindan, 
butunlugunun ve gizliliginin
korunamamasindan, virus icermesinden ve bilgisayar sisteminize verebilecegi 
herhangi bir zarardan
sorumlu tutulamaz.

Reply via email to