I am trying to deploy xwiki 1.0 (standalone WAR) on jboss 4.0.5 and mysql 5.
i have also create xwiki db and configured hibernate as required. but when i
deploy the war and start
http://mlbp-0667:8080/xwiki/bin/view/Main/WebHome i
get:
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.objects.classes.BaseClass#-114121954]
14:48:19,922 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#882482795]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:375)
14:48:21,453 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#482909206]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:375)
14:48:21,609 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#660831193]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:375)
And, I only get following on my browser's screen:
#template("startpage.vm")
#template("contentview.vm") #template("docextra.vm")
#template("endpage.vm")
I suspect some data is missing from db tables. Anybody idea
--
View this message in context:
http://www.nabble.com/%22No-row-with-given-identifier-exists%22-with-xwiki-…
Sent from the XWiki- Users mailing list archive at
Nabble.com.