Re: [xwiki-users] Attachment- and extension problems, with related documentation questions for latest stable release

2015-08-30 Thread vinc...@massol.net
  On 30 Aug 2015 at 15:28:30, vinc...@massol.net (vinc...@massol.net(mailto:vinc...@massol.net)) wrote: > See below, > > > On 30 Aug 2015 at 15:15:45, vinc...@massol.net > (vinc...@massol.net(mailto:vinc...@massol.net)) wrote: > > > Hi Johan, > > > > On 30 Aug 2015 at 14:40:38, Johan E

Re: [xwiki-users] Attachment- and extension problems, with related documentation questions for latest stable release

2015-08-30 Thread vinc...@massol.net
See below, On 30 Aug 2015 at 15:15:45, vinc...@massol.net (vinc...@massol.net(mailto:vinc...@massol.net)) wrote: > Hi Johan, > > On 30 Aug 2015 at 14:40:38, Johan Eriksson > (jo...@moulinsart.org(mailto:jo...@moulinsart.org)) wrote: > > > Hi! > > > > I performed my first install ever of xw

Re: [xwiki-users] Attachment- and extension problems, with related documentation questions for latest stable release

2015-08-30 Thread vinc...@massol.net
  On 30 Aug 2015 at 15:15:45, vinc...@massol.net (vinc...@massol.net(mailto:vinc...@massol.net)) wrote: > Hi Johan, > > On 30 Aug 2015 at 14:40:38, Johan Eriksson > (jo...@moulinsart.org(mailto:jo...@moulinsart.org)) wrote: > > > Hi! > > > > I performed my first install ever of xwiki tod

Re: [xwiki-users] Attachment- and extension problems, with related documentation questions for latest stable release

2015-08-30 Thread vinc...@massol.net
Hi Johan, On 30 Aug 2015 at 14:40:38, Johan Eriksson (jo...@moulinsart.org(mailto:jo...@moulinsart.org)) wrote: > Hi! > > I performed my first install ever of xwiki today using the latest > stable. Running with mysql (on separate hosts) as database. I've > installed my servlet container on Cen

[xwiki-users] Attachment- and extension problems, with related documentation questions for latest stable release

2015-08-30 Thread Johan Eriksson
Hi! I performed my first install ever of xwiki today using the latest stable. Running with mysql (on separate hosts) as database. I've installed my servlet container on Centos 7, with java and tomcat versions as below: [root@tomcat-01]# java -version java version "1.7.0_85" OpenJDK Runtime E

Re: [xwiki-users] XWiki initialization failed! with xwiki-enterprise-web-7.2 ?

2015-08-30 Thread vinc...@massol.net
On 30 Aug 2015 at 11:51:01, Mohit Gupta (motgu...@gmail.com(mailto:motgu...@gmail.com)) wrote: > Vincet, > > I believe i need take "7.2-SNAPSHOT/" from > "http://maven.xwiki.org/snapshots/org/xwiki/enterprise/xwiki-enterprise-web/?C=N;O=A";. > Is that correct ? Yes, if you need the WAR dist

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] XWiki initialization failed! with xwiki-enterprise-web-7.2 ?

2015-08-30 Thread vinc...@massol.net
Hi Mohit, On 30 Aug 2015 at 10:21:05, Mohit Gupta (motgu...@gmail.com(mailto:motgu...@gmail.com)) wrote: > Hi Vincet, > > Which location i will get the 7.2-milestone-3 war file. i went to > http://enterprise.xwiki.org/xwiki/bin/view/Main/Download but latest version > to download is still >

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] XWiki initialization failed! with xwiki-enterprise-web-7.2 ?

2015-08-30 Thread Mohit Gupta
Hi Vincet, Which location i will get the 7.2-milestone-3 war file. i went to http://enterprise.xwiki.org/xwiki/bin/view/Main/Download but latest version to download is still xwiki-enterprise-web-7.2-milestone-2.war