Posted: Tue Feb 17, 2009 8:35 am Post subject: MQJMS1016E : null pointer
Apprentice
Joined: 06 Jan 2009 Posts: 28
Hello MQ Gurus,
I looked around the forum for information on the below but was of no help. I am getting the following error when I get a message from MQ server to my WL bridge. The exception just says java.lang.NullPointerException without any more stack trace information as to which information is missing.
2009.02.17 11:30:17 MQJMS1016E an internal error has occurred. Please contact your system administrator. Detail: java.lang.NullPointerException
2009.02.17 11:30:17 MQJMS1016E an internal error has occurred. Please contact your system administra
tor. Detail: java.lang.NullPointerException
Is there any flags in weblogic startup script I can use to debug this more?
Currently I have the following setup
set SYSPROP=%SYSPROP% -Dweblogic.Debug.DebugMessagingBridgeStartup=true
set SYSPROP=%SYSPROP% -Dweblogic.Debug.DebugMessagingBridgeRuntime=true
set SYSPROP=%SYSPROP% -Dweblogic.Debug.DebugMessagingBridgeRuntimeVerbose=true
set SYSPROP=%SYSPROP% -Dweblogic.debug.DebugJMSBackEnd=true
set SYSPROP=%SYSPROP% -Dweblogic.log.StdoutSeverity="Debug"
Posted: Tue Feb 17, 2009 8:41 am Post subject: Re: MQJMS1016E : null pointer
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
BDB wrote:
Is there any flags in weblogic startup script I can use to debug this more?
You could try trapping the linked exception, which often contains more information including the MQ Reason code. _________________ Honesty is the best policy.
Insanity is the best defence.
It is not even reaching the MDB. I tried to let my MDB catch the LinkedException. My bridge starts transferring and it shows in my console.
Any ideas?
Ok... I just saw this in my trace...
<Feb 17, 2009 12:27:35 PM EST> <Warning> <EJB> <BEA-010216> <The Message-Driven EJB: JMSResponseHand
ler is throwing exception when processing the messages. Delivery failed after 80 attempts. The EJB container will suspend the message delivery for 60 seconds before retry.>
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