Hibernate is no longer used, we are still updating the docs. Please
ensure that you are at the latest version of Wookie by doing an "svn
up". You'll find that readme_tomcat.txt no longer exists, it seems you
have a version between the removal of hibernate and the updating of the
docs.
For more info on this change see http://markmail.org/thread/66qpwpkyprvby635
and the updated docs at
http://incubator.apache.org/wookie/downloading-and-installing-wookie.html
Ross
On 18/10/2010 12:57, Vivek Malhotra wrote:
Dear All,
I am trying to use wookie with tomcat and mysql.
While following steps in readme_tomcat.txt, I am unable to complete step 6
*(6) Edit WEB-INF\classes\hibernate.cfg to include the database username
and password*
because there's no *hibernate.cfg* in my WEB-INF/classes folder (or
anywhere else).*
*
I tried running wookie after ignoring that step but I am getting the
following error log:
1. SEVERE: Exception sending context initialized event to listener
instance of class org.apache.wookie.server.ContextListener
2. java.lang.IllegalStateException: Transaction not initiated or already
closed
3. at
org.apache.wookie.beans.jpa.JPAPersistenceManager.close(JPAPersistenceManager.java:335)
4. at
org.apache.wookie.beans.util.PersistenceManagerFactory.closePersistenceManager(PersistenceManagerFactory.java:312)
5. at
org.apache.wookie.beans.util.PersistenceManagerFactory.initialize(PersistenceManagerFactory.java:256)
6. at
org.apache.wookie.server.ContextListener.contextInitialized(ContextListener.java:105)
7. at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4323)
8. at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4780)
9. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:139)
Also, I am using tomcat7... (I know your docs does not mention tomcat7
but would not wookie work with v7??)
I have created widgetdb, given access rights to wookie user, ran
*classes/org/apache/wookie/beans/jpa/mysql-wookie-schema.sql*
widgetdb database exists and seems properly initialized. what else??
Please help. I seem stuck.
Regards.