On 06/05/2014 03:31 PM, wafid wrote:
hello.
to build xwiki from sources ( Working with eclipse ), I followed the steps
mentioned in the link:
"http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse".
but in step debugging an error appears:
"2014-06-05 15:10:27,471 [XWiki initialization] ERROR
c.x.x.i.XWikiInitializerJob - Exception thrown during job execution
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document [xwiki:XWiki.GlobalRedirect]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:957)
~[xwiki-platform-oldcore-6.1-SNAPSHOT.jar:na]
at
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:291)
~[xwiki-platform-oldcore-6.1-SNAPSHOT.jar:na]
..........
*Caused by: org.hibernate.HibernateException: Can't find
[/WEB-INF/hibernate.cfg.xml] for hibernate configuration*
at
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.getConfigurationInputStream(DefaultHibernateSessionFacto......................................
"
Any chance you did not copy one of the
"src/main/webapp/WEB-INF/hibernate.<database>.cfg.xml.default"
to hibernate.cfg.xml ?