Forums Register Login

Context is read only exception

+Pie Number of slices to send: Send
Hi All,

I am using Hibernate. It works fine, but I have this exception in my logs. What should I look for ?

Thanks
+Pie Number of slices to send: Send
Tomcat's JNDI implementation is read only I believe. The error you are seeing is the SessionFactory trying to remove itself from JNDI, so its not that serious, all you are getting is an ungraceful shutdown. How do you configure your SessionFactory to bind it in JNDI in the first place?
+Pie Number of slices to send: Send
Thanks for the reply.



This is in my hibernate.cfg.xml


Thanks
+Pie Number of slices to send: Send
None of that will bind the SessionFactory in JNDI - do you have a hibernate.properties file kicking around in your deployment too? Its the hibernate.session_factory_name property that tells Hibernate to bind the SessionFactory in JNDI itself, if you are not using that I'm assuming you are trying to bind it manually?
+Pie Number of slices to send: Send
Thanks for the reply.

No I dont have any hibernate.properties file. Just the cfg.xml file.
When does the binding actually take place.

Thanks
+Pie Number of slices to send: Send
The binding takes place (if Hibernate is doing it) when you create your SessionFactory. If you don't specify hibernate.session_factory_name Hibernate does not try to bind anything. Have you ever set it? Could you have an older version of your configuration deployed somehow?

If you're gonna buy things, buy this thing and I get a fat kickback:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 9736 times.
Similar Threads
how to analyse log file in tomcat
problem with getOutputStream() has already been called for this response
org.springframework.beans.factory.NoSuchBeanDefinitionException No bean named
Getting an exception in Hibernate, was fine till yesterday
Struts JSP exception
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 09:23:29.