ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Process Server (WID/WPS/WAS+) » getting InvocationTargetException Please help me

Post new topic  Reply to topic
 getting InvocationTargetException Please help me « View previous topic :: View next topic » 
Author Message
dakshinabalu
PostPosted: Mon Apr 16, 2007 12:20 pm    Post subject: getting InvocationTargetException Please help me Reply with quote

Newbie

Joined: 08 Apr 2007
Posts: 9

13:02:41,248 [gine.Transports : 35] (enerated.nwieglobal_nwiecommon) ERROR shplas150|10.200.145.3 - java.rmi.RemoteException: [CollectorJMX] Failed to initialize CollectorJMX. Error creating AdminClient; nested exception is:
java.lang.reflect.InvocationTargetException
at com.ibm.ws.pmi.perfServer.CollectorJMX.init(CollectorJMX.java:128)
at com.ibm.ws.pmi.perfServer.DataCache.createCollector(DataCache.java:106)
at com.ibm.websphere.pmi.client.PmiClient.init(PmiClient.java:399)
at com.ibm.websphere.pmi.client.PmiClient.init(PmiClient.java:359)
at com.ibm.websphere.pmi.client.PmiClient.<init>(PmiClient.java:259)
at com.pegarules.generated.nwieglobal_nwiecommon.RestartListener02_30_02(nwieglobal_nwiecommon.java:16587)
at com.pegarules.generated.nwieglobal_nwiecommon.RestartListener(nwieglobal_nwiecommon.java:16699)
at com.pegarules.generated.activity.ra_activity_nwie_ni_prod_gsuw_rules_runservicerestartlistener_58daf02786bd2938780fbced3baeb308.step1_circum0(ra_activity_nwie_ni_prod_gsuw_rules_runservicerestartlistener_58daf02786bd2938780fbced3baeb308.java:208)
at com.pegarules.generated.activity.ra_activity_nwie_ni_prod_gsuw_rules_runservicerestartlistener_58daf02786bd2938780fbced3baeb308.perform(ra_activity_nwie_ni_prod_gsuw_rules_runservicerestartlistener_58daf02786bd2938780fbced3baeb308.java:66)
at com.pega.pegarules.engine.runtime.Executable.doActivity(Executable.java(Compiled Code))
at com.pega.pegarules.engine.context.PRThreadImpl.runActivitiesAlt(PRThreadImpl.java(Compiled Code))
at com.pega.pegarules.web.util.HTTPRulesWrapper.processInputData(HTTPRulesWrapper.java(Compiled Code))
at com.pega.pegarules.web.PRServlet.doPost(PRServlet.java(Compiled Code))
at com.pega.pegarules.web.PRServlet.doGet(PRServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java(Inlined Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java(Inlined Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.pega.pegarules.web.StaticContentFilter.doFilter(StaticContentFilter.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java(Compiled Code))
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java(Compiled Code))
at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java(Compiled Code))
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java(Compiled Code))
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java(Compiled Code))
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java(Compiled Code))
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java(Compiled Code))
at java.lang.reflect.Constructor.newInstance(Constructor.java(Compiled Code))
at com.ibm.websphere.pmi.PmiJmxMapper.<init>(PmiJmxMapper.java:73)
at com.ibm.ws.pmi.perfServer.CollectorJMX.init(CollectorJMX.java:123)
... 39 more
Caused by: com.ibm.websphere.management.exception.InvalidAdminClientTypeException
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:489)
at com.ibm.websphere.pmi.extutils.AdminUtilClntImpl.<init>(AdminUtilClntImpl.java:76)
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Mon Apr 16, 2007 12:26 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Is this the first error in the log?

What are you trying to do when you see this error?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Process Server (WID/WPS/WAS+) » getting InvocationTargetException Please help me
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.