[xwiki-users] XWiki initialization failed!
Hello! I have successfully installed xwiki on Ubuntu 16.06 Server as a deb package using Java JDK instead of JRE. It seemed to be working fine. I've been able to open xwiki without any problems. Then I want to put /manager app for tomcat7 engine. I used apt-get for this task. Now I can use /manager app, but when I'm trying to open xwiki I get this error: XWiki initialization failed! * Can't find descriptor for the component [role = [interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] hint = [file]] class java.lang.RuntimeException: Failed to load component for type [interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] for hint [file] at com.xpn.xwiki.web.Utils.getComponent(Utils.java:758) at com.xpn.xwiki.web.Utils.getComponent(Utils.java:719) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1014) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:965) at com.xpn.xwiki.XWiki.<init>(XWiki.java:954) at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:117) at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205) at org.xwiki.job.AbstractJob.run(AbstractJob.java:188) at java.lang.Thread.run(Thread.java:745) Caused by: class org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] hint = [file]] at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190) at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83) at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83) at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83) at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83) at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83) at com.xpn.xwiki.web.Utils.getComponent(Utils.java:756) at com.xpn.xwiki.web.Utils.getComponent(Utils.java:719) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1014) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:965) at com.xpn.xwiki.XWiki.<init>(XWiki.java:954) at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:117) at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205) at org.xwiki.job.AbstractJob.run(AbstractJob.java:188) at java.lang.Thread.run(Thread.java:745) Since I'm completely new to java and servlet system I can't figure it out. Google doesn't give much information about this.
Hi,
On 18 Oct 2016, at 07:57, Михаил Дьяконов <[email protected]> wrote:
Hello!
I have successfully installed xwiki on Ubuntu 16.06 Server as a deb package using Java JDK instead of JRE. It seemed to be working fine. I've been able to open xwiki without any problems.
Then I want to put /manager app for tomcat7 engine. I used apt-get for this task. Now I can use /manager app, but when I'm trying to open xwiki I get this error:
XWiki initialization failed!
* Can't find descriptor for the component [role = [interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] hint = [file]] class java.lang.RuntimeException: Failed to load component for type [interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] for hint [file] at com.xpn.xwiki.web.Utils.getComponent(Utils.java:758)
[snip]
Since I'm completely new to java and servlet system I can't figure it out. Google doesn't give much information about this.
We’d need the full stack trace to help you. Could you paste it online somewhere (pastebin, etc) and give us the link? Thanks -Vincent
This is not related to Tomcat /manager. Looks like you made a mistakle when you tried to enable filesystem attachment storage and set xwiki.store.versioning.hint=file in xwiki.cfg. "file" is only supported for xwiki.store.attachment.* properties. On Tue, Oct 18, 2016 at 8:13 AM, Vincent Massol <[email protected]> wrote:
Hi,
On 18 Oct 2016, at 07:57, Михаил Дьяконов <[email protected]> wrote:
Hello!
I have successfully installed xwiki on Ubuntu 16.06 Server as a deb package using Java JDK instead of JRE. It seemed to be working fine. I've been able to open xwiki without any problems.
Then I want to put /manager app for tomcat7 engine. I used apt-get for this task. Now I can use /manager app, but when I'm trying to open xwiki I get this error:
XWiki initialization failed!
* Can't find descriptor for the component [role = [interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] hint = [file]] class java.lang.RuntimeException: Failed to load component for type [interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] for hint [file] at com.xpn.xwiki.web.Utils.getComponent(Utils.java:758)
[snip]
Since I'm completely new to java and servlet system I can't figure it out. Google doesn't give much information about this.
We’d need the full stack trace to help you. Could you paste it online somewhere (pastebin, etc) and give us the link?
Thanks -Vincent
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (3)
-
Thomas Mortagne -
Vincent Massol -
Михаил Дьяконов