Friday, January 21, 2011

Warnings while starting Oracle SOA 11g

Hello,

Few days back while starting SOA i noticed that SOA gave me the following warning :
"
Warning: JMS queue 'weblogic.wsee.DefaultQueue' is not found, as a result, Web Service async responses via jms transport is not supported. If the target service uses JMS transport, the responses will not be able to come back.
"
I was worried for this warning msg but when i tried to solve it i came accross following conclusion :

It's a harmless warning message and that can be avoided.But still if you don't want to see this WARNING message then please apply the following flag in the JAVA_OPTIONS of your Server :

-Dweblogic.wsee.skip.async.response=true

Why we see this WARNING is your Server Log:

Async web service support is not fully configured. The async response web service uri for this server was not fully deployed because the JMS reliability queue was not defined/deployed: queueName. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message,

set -Dweblogic.wsee.skip.async.response=true.

Enjoy Working with fusion middleware... All the best..


I hope it will help you while working with SOA,

Regards,
Ajinkya

No comments:

Post a Comment