Results 1 to 1 of 1

Thread: WorkManager is shutdown error

  1. #1
    Join Date
    Apr 2009
    Location
    Chennai, India
    Posts
    3

    Default WorkManager is shutdown error - Unable to consume RolledBack JMS Messages

    Hello Expertise, Can any one please help me at the earliest....

    I am using Weblogic 9.1 , Spring 2.5.5 and EJB 2.1 version.


    Let me explain the scenario first..

    There are 2 application servers.. one is apps1 server and other comms server. Comms server is mainly used for communication purpose[it is used to send and receive the messages to/from the external system( partner appllications)] and it will inturn communicate with apps1 server via JNDI lookup to perform some business logics. The problem here is,when comms server is receiving message and the apps1 server is not in online, Spring RemoteLookupFailureException will occur and the messages will be rolledback. Once the apps1 server comes online, the rolledback messages are not get processed. Instead i am getting the below error....




    weblogic.work.WorkRejectedException: [WorkManager:002916]Request belonging to WorkManager default, application researchear-1 is rejected as the WorkManager is shutdown
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(Respons eImpl.java:211)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(C lusterableRemoteRef.java:338)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(C lusterableRemoteRef.java:252)
    at com.research.researchsched.impl.ResearchManagerBea n_pndrhq_HomeImpl_922_WLStub.create(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.springframework.ejb.access.AbstractSlsbInvoker Interceptor.create(AbstractSlsbInvokerInterceptor. java:223)
    at org.springframework.ejb.access.AbstractRemoteSlsbI nvokerInterceptor.newSessionBeanInstance(AbstractR emoteSlsbInvokerInterceptor.java:221)
    at org.springframework.ejb.access.SimpleRemoteSlsbInv okerInterceptor.getSessionBeanInstance(SimpleRemot eSlsbInvokerInterceptor.java:141)
    at org.springframework.ejb.access.SimpleRemoteSlsbInv okerInterceptor.doInvoke(SimpleRemoteSlsbInvokerIn terceptor.java:97)
    at org.springframework.ejb.access.AbstractRemoteSlsbI nvokerInterceptor.invokeInContext(AbstractRemoteSl sbInvokerInterceptor.java:137)
    at org.springframework.ejb.access.AbstractSlsbInvoker Interceptor.invoke(AbstractSlsbInvokerInterceptor. java:188)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :171)
    at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy46.updateFlight(Unknown Source)
    at com.research.cedigateway.impl.ResearchMessageAdapt erUtility.processMessage(ResearchMessageAdapterUti lity.java:205)
    at com.research.eedigateway.impl.ResearchMessageAdapt erUtility.processMessage(ResearchMessageAdapterUti lity.java:150)
    at com.research.jmsutils.AdapterJmsMessageDrivenBean. onMessage(AdapterJmsMessageDrivenBean.java:48)
    at weblogic.ejb.container.internal.MDListener.execute (MDListener.java:429)
    at weblogic.ejb.container.internal.MDListener.transac tionalOnMessage(MDListener.java:335)
    at weblogic.ejb.container.internal.MDListener.onMessa ge(MDListener.java:291)
    at weblogic.jms.client.JMSSession.onMessage(JMSSessio n.java:4072)
    at weblogic.jms.client.JMSSession.execute(JMSSession. java:3962)
    at weblogic.jms.client.JMSSession$UseForRunnable.run( JMSSession.java:4490)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImp l.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread. java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java :181)
    Last edited by RajkumarPeriyasamy; Jan 15th, 2010 at 10:56 PM. Reason: adding bit more info...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •