Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-30 Thread Daniel Tibô
All right :) I didn’t checked this part so well apparently…Tomcat 6 can’t have the right servlet. Time to go with a tomcat 7 ! Thank you. Daniel > Le 30 août 2015 à 11:34, vinc...@massol.net a écrit : > > Ah, but that’s a very different error, not related to the DB: > > Caused by: java.lang

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-30 Thread vinc...@massol.net
Ah, but that’s a very different error, not related to the DB: Caused by: java.lang.ClassNotFoundException: javax.servlet.AsyncContext This means you’re using a too old version of your Servlet Container which doesn’t support Servlet 3.0. XWiki 7.x requires Servlet 3.0.1, see  http://platform.xwi

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-30 Thread Daniel Tibô
Hi, As requested : http://pastebin.com/Cn5cmpqc I’ve uncommented the 2 previous commented lines with DBCP but there is no change. For now I’m stuck with this : http://pastebin.com/6UzFgAzr Thanks Daniel > Le 30 août 2015 à 10:38

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-30 Thread vinc...@massol.net
Hi, So: * Could you show the line you have in hibernate.cfg.xml for the “connection.url” property? * You should not comment or uncomment anything else in the file (unless you know what you’re doing). The DBCP config is needed for example. You should try to have the file the same the original v

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-29 Thread Daniel Tibô
I’ve solved this part by replacing localhost in « hibernate.cfg.xml » by the ip of the server. Probably related to my hosts file (or something like that) but the base configuration of our virtual machines is handled by saltstack (who push configuration) so if possible, I prefer to not touch it

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-29 Thread Daniel Tibô
Extra information : I can connect myself to the database with the xwiki user with a simple « mysql -u xwiki -p « . Thx > Le 29 août 2015 à 22:04, Daniel Tibô a écrit : > > Hi Vincent, > > There was, indeed, a problem with the connector. > > I’ve forgot to place it after the second installat

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-29 Thread Daniel Tibô
Hi Vincent, There was, indeed, a problem with the connector. I’ve forgot to place it after the second installation… But, when I have double checked if i had the right version from oracle, i have seen that the 5.0.8 i had (direct link from the installation guide) is not « recommended » for my v

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-29 Thread vinc...@massol.net
Hi Dan, The error is:  ">> java.lang.ClassNotFoundException: com.mysql.jdbc.Driver" Which means that Java cannot load the MySQL driver (most likely because it’s not in the WEB-INF/lib directory).  Please double-check where you’ve copied the mysql driver jar. You could also “jar tvf” you drive

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-29 Thread Dan T
Hi, I have already placed the MySQL connector jar file in the directory as requested in the guide. May be I need to "register" it or something ? Thanks > Le 29 août 2015 à 17:28, Ludovic Dubost a écrit : > > Hi > > You forgot to install the mysql jar driver. > > See http://platform.xwiki.org/x

Re: [xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-29 Thread Ludovic Dubost
Hi You forgot to install the mysql jar driver. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL Ludovic Le 29 août 2015 4:24 PM, "Dan T" a écrit : > Hello, > > After a lot of tests on a debian version (where « everything » is made for > us), i would like to implement

[xwiki-users] HTTP status 500 - xwiki entreprise 7.1.2 on RHEL6/MySql

2015-08-29 Thread Dan T
Hello, After a lot of tests on a debian version (where « everything » is made for us), i would like to implement the 7.1.2 of wiki enterprise to a dev environment following my company actual "standard ». I hope, after some time and tests, push this into production. The base system is composed by