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] 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] 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

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

2015-08-27 Thread vinc...@massol.net
Hi Mohit, My fix is NOT in 7.2-milestone-2! See http://jira.xwiki.org/browse/XWIKI-12425 it says fix version = 7.2-milestone-3 Thanks -Vincent PS: Please always reply to the list! On 27 Aug 2015 at 12:31:07, Mohit Gupta (motgu...@gmail.com(mailto:motgu...@gmail.com)) wrote: > Thanks vincet

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

2015-08-25 Thread vinc...@massol.net
Hi again, I’ve noticed someone else has reported the issue at http://jira.xwiki.org/browse/XWIKI-12425 with full details. We’ll fix it. Thanks -Vincent On 23 Aug 2015 at 19:21:50, vinc...@massol.net (vinc...@massol.net(mailto:vinc...@massol.net)) wrote: > Hi Mohit, > > This is possibly a b

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

2015-08-23 Thread vinc...@massol.net
Hi Mohit, This is possibly a bug but we’d need the full stack trace to know more. This is a clean install, right (not an upgrade)? Thanks -Vincent On 23 Aug 2015 at 17:58:57, Mohit Gupta (motgu...@gmail.com(mailto:motgu...@gmail.com)) wrote: > Thanks Thomas and Clemens. > > I moved to java

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

2015-08-23 Thread Mohit Gupta
Thanks Thomas and Clemens. I moved to java 7 and using ojdbc6.jar instead of ojdbc14.jar. But i am getting below error when i hit url http://localhost:/wiki/ in browser after my tomcat start Failed to extract Entity Resource Reference from URL [ http://localhost:/wiki/bin/view/Main/]] wi

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

2015-08-17 Thread Thomas Mortagne
Yes the exact error looks more like jdbc issue but the first thing is to move to Java 7 instead of Java 6 in any case. I'm even surprised it went as far as trying to initialize the DB. On Mon, Aug 17, 2015 at 10:57 AM, Clemens Klein-Robbenhaar wrote: > > Alternatively it might have something to d

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

2015-08-17 Thread Clemens Klein-Robbenhaar
Alternatively it might have something to do with the JDBC driver. XWiki wants a JDBC-4 driver for the 7.x series (This information can be found somewhere in the release notes for 7.0: http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki70#HIssuesspecifictoXWiki7.0 ) Maybe you h

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

2015-08-17 Thread Mohit Gupta
But this issue does not seems to be related to java 6/7. Looking at logs looks like its an issue related to database. Isn't it ? On Mon, Aug 17, 2015 at 11:52 AM, Thomas Mortagne wrote: > XWiki require Java 7 since 6.0. > > On Sun, Aug 16, 2015 at 3:11 PM, Mohit Gupta wrote: > > I download the

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

2015-08-16 Thread Thomas Mortagne
XWiki require Java 7 since 6.0. On Sun, Aug 16, 2015 at 3:11 PM, Mohit Gupta wrote: > I download the xwiki war file i.e xwiki-enterprise-web-7.2-milestone-2 with > db as Oracle. > > Here the configuration in hibernate.cfg.file > > jdbc:oracle:thin:@localhost > :1521:orcl > xwiki > xwi

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

2015-08-16 Thread Mohit Gupta
I download the xwiki war file i.e xwiki-enterprise-web-7.2-milestone-2 with db as Oracle. Here the configuration in hibernate.cfg.file jdbc:oracle:thin:@localhost :1521:orcl xwiki xwiki oracle.jdbc.driver.OracleDriver org.hibernate.dialect.Oracle10gDialect true 0 f