Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Weblogic configuration error????

Status
Not open for further replies.

hlan

Programmer
Joined
Aug 6, 2009
Messages
1
Location
US
Hi,

Would anybody help me with this issue? I believe my configuration is not correct...but I don't know exactly where. I don't understand what the error really mean?

Thanks

-Hung

Here's the error:

javax.ejb.EJBException: Error occurred on Topic event transmission; nested exception is: weblogic.jms.common.InvalidDestinationException: Destination must be a topic, q.appl.currentops
 
That means you're sending a message to something that is not a topic (maybe it's a Queue).

Do you have access to the application code? What is q.appl.currentops?

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top