I am using weblogic 8.1 SP6. I am attaching the config.xml file.
Main Topics
Browse All TopicsHi,
We are getting the following error on the console. We have not changed anything on our side and the application server has been running fine. But recently we are seeing this error on the console.
"<Oct 17, 2008 10:56:04 AM CDT> <Warning> <EJB> <BEA-010096> <The Message-Driven
EJB: WorkerMDB_FirehouseU_11859
ion: wli.internal.egrdbms.queue
ll attempt to reconnect every 20 seconds. This log message will repeat every 600
seconds until the condition clears.>
<Oct 17, 2008 10:56:04 AM CDT> <Warning> <EJB> <BEA-010061> <The Message-Driven
EJB: WorkerMDB_FirehouseU_11859
ion: wli.internal.egrdbms.queue
[EJB:011010]The JMS destination with the JNDI name: wli.internal.egrdbms.queue
ould not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.xml
is correct, and the JMS destination has been deployed.>"
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Can you make the following change and check it out?
<JMSQueue CreationTime="118598217757
JNDIName="MaxFireHouseInt3
<JMSQueue CreationTime="118598219843
JNDIName="MaxFireHouseInt3
<JMSQueue CreationTime="122425807336
JNDIName="wli.internal.egr
To the following
<JMSQueue JNDIName="MaxFireHouseInt3
<JMSQueue JNDIName="MaxFireHouseInt3
<JMSQueue JNDIName="wli.internal.egr
Try removing your cache by deleting contents in stage directory and in <appserverdomain>\servers\<yo
~Rajesh.B
Thanks for your suggestion. I will try it out.
I did some research on the above mentioned problem and nailed it down to the following.
The pointbase database is rejecting the connections for the connection pool CGJms and the other two default connection pools created by the weblogic. This is resulting in the following error. The error I am getting in the Pointbase console says 'java.lang.OutofMemoryErro
How do we eliminate the outofMemory error in the pointbase database?
thanks,
Anu
Business Accounts
Answer for Membership
by: rajesh_balaPosted on 2008-10-20 at 20:00:19ID: 22764143
Which version of weblogic are you using. It would be helpful if you could post the config.xml or the jms.xml present in weblogic.
Can you also check if the queue has been active through weblogic console?
~Rajesh.B