On Thu, Dec 13, 2012 at 9:49 AM, Hoang Tuan Viet <[email protected]> wrote:
Hi,
I have checked hibernate file's content before and did not find any problem.
The problem is the file's permission:
root@ubuntu:~# ll /etc/xwiki/ total 144 drwxr-xr-x 6 vietht vietht 4096 Dec 12 18:23 ./ drwxr-xr-x 94 root root 4096 Dec 12 15:19 ../ drwxr-xr-x 5 vietht vietht 4096 Dec 12 11:01 cache/ drwxr-xr-x 3 vietht vietht 4096 Dec 12 11:01 classes/ drwxr-xr-x 2 vietht vietht 4096 Dec 12 11:01 fonts/ -rw-r----- 1 root root 8804 Dec 12 18:23 hibernate.cfg.xml -rw-r--r-- 1 vietht vietht 2022 Nov 26 22:12 jboss-deployment-structure.xml drwxr-xr-x 3 vietht vietht 4096 Dec 12 11:01 observation/ -rw-r--r-- 1 vietht vietht 1181 Nov 26 22:12 portlet.xml -rw-r--r-- 1 vietht vietht 14720 Nov 26 22:12 struts-config.xml -rw-r--r-- 1 vietht vietht 435 Nov 26 22:12 sun-web.xml -rw-r--r-- 1 vietht vietht 12 Nov 26 22:12 version.properties -rw-r--r-- 1 vietht vietht 13793 Nov 26 22:12 web.xml -rw-r--r-- 1 vietht vietht 30532 Nov 26 22:12 xwiki.cfg -rw-r--r-- 1 vietht vietht 22514 Nov 26 22:12 xwiki.properties -rw-r--r-- 1 root root 1257 Nov 26 22:13 xwiki-tomcat.xml
I chmod 644 hibernate.cfg.xml file and the problem is solved.
I installed XWiki from deb http://maven.xwiki.org stable/ on a fresh Ubuntu server so that there is a mistake on that repository.
See http://jira.xwiki.org/browse/XE-1255.
Thank you for your support,
Viet
On 12/13/2012 02:07 PM, Vincent Massol wrote:
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<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<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
______________________________**_________________ users mailing list [email protected] http://lists.xwiki.org/**mailman/listinfo/users<http://lists.xwiki.org/mailman/listinfo/users>
______________________________**_________________ users mailing list [email protected] http://lists.xwiki.org/**mailman/listinfo/users<http://lists.xwiki.org/mailman/listinfo/users>
-- Thomas Mortagne