[xwiki-users] Displaying annotations messes up German Umlaute in page content

2013-03-22 Thread Richard Hierlmeier
We have an xwiki instance running in tomcat. As database we use mysql. We followed strictly the install instructions from http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat and http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding The database collation is UTF-

Re: [xwiki-users] Tomcat + MySQL + Xwiki

2013-03-22 Thread Hirji Patel
Hi, After installing TomCat7 + Mysql. Created blank DB in mysql. Configured hibernate.cfg.xml But now I get error below. Not sure what I'm doing wrong. Xml file attached. HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context ---

Re: [xwiki-users] Tomcat + MySQL + Xwiki

2013-03-22 Thread Sorin Burjan
org.hibernate. HibernateException: Could not parse configuration: /WEB-INF/hibernate.cfg.xml Seems you had an invalid configuration of hibernate file. It can't be properly parsed. Also make sure you put the MySQL JDBC driver in /lib folder from XWiki Sorin B. On Fri, Mar 22, 2013 at 3:01 PM, Hi

Re: [xwiki-users] Tomcat + MySQL + Xwiki

2013-03-22 Thread Paul Libbrecht
Hirji, please also look in your log (by default in Tomcat, conf/catalina.out) to see the detailed error report about the hibernate file. The "web-facing" error you report does not provide a line number, for example, if the error can be attributed to a line (e.g. a wrong tag closing). paul On