Apache2/Tomcat8/Xwiki8.0 - Installation impossible (White screen 50%)
Bonjour à tous,
Peut-être que je me trompe d'endroit dans le forum afin de poser ma question mais la voici :
J'ai installé Apache2 sur ma debian 8.5. J'ai également installé Tomcat8 et je voudrais y mettre xwiki en web app.
Malheureusement lorsque je lance l'installation "web" sur : 192(...):8080/xwiki l'installation se bloque à 50% puis white screen, donc direction les log et pour moi qui n'ai jamais touché de Java ces log me font peur:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| 2016-08-24 17:00:52,960 [XWiki initialization] ERROR c.x.x.s.DBCPConnectionProvider - Could not create a DBCP pool. There is an error in the Hibernate configuration file, please review it.
java.sql.SQLException: Cannot load JDBC driver class 'org.hsqldb.jdbcDriver'
Caused by: java.lang.ClassNotFoundException: org.hsqldb.jdbcDriver
2016-08-24 17:00:52,963 [XWiki initialization] ERROR .AnnotationConfigurationSource - Failed to access configuration property
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while reading document [xwiki:AnnotationCode.AnnotationConfig]
Caused by: org.hibernate.HibernateException: Could not create a DBCP pool. There is an error in the Hibernate configuration file, please review it.
Caused by: java.sql.SQLException: Cannot load JDBC driver class 'org.hsqldb.jdbcDriver'
Caused by: java.lang.ClassNotFoundException: org.hsqldb.jdbcDriver
2016-08-24 17:00:53,096 [XWiki initialization] ERROR c.x.x.s.DBCPConnectionProvider - Could not create a DBCP pool. There is an error in the Hibernate configuration file, please review it.
java.sql.SQLException: Cannot load JDBC driver class 'org.hsqldb.jdbcDriver' |
Je crois que ce sont les logs d'erreurs les plus importants :/
Voilà, si quelqu'un peut me renseigner, Merci !