[xwiki-users] Component manager has not been initialized before lookup for

2014-03-19 Thread El_Nico
Hello, I'm a big problem when I try to acces at this page : http://localhost:8080/xwiki/bin/view/Main/. I have some errors : javax.servlet.ServletException: java.lang.RuntimeException: Component manager has not been initialized before lookup for

Re: [xwiki-users] Component manager has not been initialized before lookup for

2014-03-19 Thread Marius Dumitru Florea
You need to fix this: Caused by: java.lang.IllegalArgumentException: The given path '/var/lib/xwiki/data/solr' must be a readable and writable directory at org.xwiki.search.solr.internal.EmbeddedSolrInstance.validateAndInitializeHomeDirectory(EmbeddedSolrInstance.java:153)

Re: [xwiki-users] Component manager has not been initialized before lookup for

2014-03-19 Thread El_Nico
Thank for your answer, but it doesn't work, in this path : /var/lib/xwiki/data/, I had just : drwxr-xr-x 6 tomcat7 tomcat7 4096 janv. 23 16:47 ./ drwxr-xr-x 3 rootroot4096 janv. 16 15:48 ../ drwxr-xr-x 3 tomcat7 tomcat7 4096 janv. 16 16:14 extension/ drwxr-xr-x 3 tomcat7 tomcat7 4096

Re: [xwiki-users] Component manager has not been initialized before lookup for

2014-03-19 Thread Thomas Mortagne
On Wed, Mar 19, 2014 at 3:31 PM, El_Nico nicolas.mo...@rn3dlab.com wrote: Thank for your answer, but it doesn't work, in this path : /var/lib/xwiki/data/, I had just : drwxr-xr-x 6 tomcat7 tomcat7 4096 janv. 23 16:47 ./ drwxr-xr-x 3 rootroot4096 janv. 16 15:48 ../ drwxr-xr-x 3

Re: [xwiki-users] Component manager has not been initialized before lookup for

2014-03-19 Thread El_Nico
It works ! I could find a backup of this directory, and I copy it in this path. Thanks a lot for your answers ! -- View this message in context: http://xwiki.475771.n2.nabble.com/Component-manager-has-not-been-initialized-before-lookup-for-tp7589689p7589702.html Sent from the XWiki- Users

Re: [xwiki-users] Component manager has not been initialized before lookup

2014-02-19 Thread Aye Jaye
that you should do this... RTFM, I guess. Anyway, thanks for the help. Date: Tue, 18 Feb 2014 18:11:41 +0100 From: thomas.morta...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] Component manager has not been initialized before lookup Could you paste the full log file in http

[xwiki-users] Component manager has not been initialized before lookup

2014-02-18 Thread Aye Jaye
Trying to install on CentOS / Tomcat6 / MySQL And have managed to do it once with the previous version. Now I try to do it again with the 541 release. After battling through the mysql connector problem and various other things, I now get a 500 error with the message Component manager has not

Re: [xwiki-users] Component manager has not been initialized before lookup

2014-02-18 Thread Thomas Mortagne
It does not really mean anything by itself. Something wrong happen during initialization and you should have some errors in the log. On Tue, Feb 18, 2014 at 12:41 PM, Aye Jaye aye.j...@outlook.com wrote: Trying to install on CentOS / Tomcat6 / MySQL And have managed to do it once with the

Re: [xwiki-users] Component manager has not been initialized before lookup

2014-02-18 Thread Aye Jaye
) at javax.servlet.http.HttpServlet.service(HttpServ let.java:617) at javax.servlet.http.HttpServlet.se Date: Tue, 18 Feb 2014 16:11:30 +0100 From: thomas.morta...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] Component manager has not been initialized before lookup It does not really mean anything

Re: [xwiki-users] Component manager has not been initialized before lookup

2014-02-18 Thread Thomas Mortagne
From: thomas.morta...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] Component manager has not been initialized before lookup It does not really mean anything by itself. Something wrong happen during initialization and you should have some errors in the log

Re: [xwiki-users] Component manager has not been initialized before lookup

2014-02-18 Thread Aye Jaye
Yes. I took it from /usr/share/tomcat6/logs which equates to /var/log/tomcat6 Date: Tue, 18 Feb 2014 17:39:19 +0100 From: thomas.morta...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] Component manager has not been initialized before lookup This is the exact same error you

Re: [xwiki-users] Component manager has not been initialized before lookup

2014-02-18 Thread Thomas Mortagne
From: thomas.morta...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] Component manager has not been initialized before lookup This is the exact same error you already copy/pasted, is that all you have in the log ? ___ users mailing

Re: [xwiki-users] Component manager has not been initialized before lookup

2014-02-18 Thread Aye Jaye
Yup, /var/log/tomcat6/catalina.out is where I got it. If that's not it, I am at a loss where to look. Date: Tue, 18 Feb 2014 17:59:32 +0100 From: thomas.morta...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] Component manager has not been initialized before lookup

Re: [xwiki-users] Component manager has not been initialized before lookup

2014-02-18 Thread Thomas Mortagne
From: thomas.morta...@xwiki.com To: users@xwiki.org Subject: Re: [xwiki-users] Component manager has not been initialized before lookup In standard Debian tomcat install I look at /var/log/tomcat6/catalina.out but might be different in CentOS

Re: [xwiki-users] Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver java.lang.String ] for hint [currentmixed]

2013-09-10 Thread Vincent Massol
Hi Mohit, Does this happen again if you restart again XWiki or is it a fluke? Thanks -Vincent On Sep 9, 2013, at 4:40 PM, Mohit Gupta motgu...@gmail.com wrote: Hi, I installed the xwiki latest version i.e 5.1 war file under tomcat and getting the below error when i hit the deployed

Re: [xwiki-users] Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver java.lang.String ] for hint [currentmixed]

2013-09-10 Thread Mohit Gupta
Hi Vincent, This did not happen again as of now after restart. On Tue, Sep 10, 2013 at 12:15 PM, Vincent Massol vinc...@massol.net wrote: Hi Mohit, Does this happen again if you restart again XWiki or is it a fluke? Thanks -Vincent On Sep 9, 2013, at 4:40 PM, Mohit Gupta

[xwiki-users] Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver java.lang.String ] for hint [currentmixed]

2013-09-09 Thread Mohit Gupta
Hi, I installed the xwiki latest version i.e 5.1 war file under tomcat and getting the below error when i hit the deployed xwiki from browser. I am not sure what i missed here? java.lang.RuntimeException: Component manager has not been initialized before lookup for

Re: [xwiki-users] Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver java.lang.String ] for hint [currentmixed]

2013-09-09 Thread Mohit Gupta
Folks Issue got resolved by deleting work folder under my tomcat directory. Looks like it was some cache issue. as i was upgrading it from 3.5 to 5.1. On Mon, Sep 9, 2013 at 8:10 PM, Mohit Gupta motgu...@gmail.com wrote: Hi, I installed the xwiki latest version i.e 5.1 war file under tomcat