Hi, On Dec 13, 2012, at 5:52 AM, Hoang Tuan Viet <[email protected]> wrote:
Hi all,
I have installed XWiki on a fresh Ubuntu 12.04 server followed this guide http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
My installation: XWiki 4.3, Postgres 9.1, tomcat6.
When I tried to navigate to XWiki from other LAN desktop, this error is displayed:
HTTP Status 500 -
------------------------------------------------------------------------
*type* Exception report
[snip]
org.hibernate.HibernateException: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.getConfigurationInputStream(DefaultHibernateSessionFactory.java:143) org.hibernate.cfg.Configuration.configure(Configuration.java:2157)
The error is pretty clear: XWiki (Hibernate) cannot find the Hibernate configuration file. If you can't figure out why you'll need to show us how you start xwiki and where you've setup the files. Thanks -Vincent
I tried:
- Check the installation followed http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationPostgreSQL xwiki database is created already by dbconfig - Connect to Postgres DB as xwiki user successfully. I see that there are no relations (I think it is correct).
Do you have any idea?
-- Viet Hoang