Last modified by Vincent Massol on 2021/03/17 21:49

  • andresrosso
    andresrosso, 2012/09/25 17:40

    Hi, i have JSPWiki and we want to migrate our content to XWiki. I´m using the JspWikiImporter but it throws the following exception.
    Can anybody help me??

    java.lang.RuntimeException: Component manager has not been initialized before lookup for [com.xpn.xwiki.store.XWikiStoreInterface] for hint [null]
    at com.xpn.xwiki.web.Utils.getComponent(Utils.java:550)
    at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:674)
    at com.xpn.xwiki.XWiki.<init>(XWiki.java:621)
    at com.xpn.xwiki.XWiki.<init>(XWiki.java:615)
    at JspWikiImporter.export(JspWikiImporter.java:72)
    at JspWikiImporter.main(JspWikiImporter.java:62)
    Exception in thread "main" java.lang.RuntimeException: Export failed
    at JspWikiImporter.export(JspWikiImporter.java:99)
    at JspWikiImporter.main(JspWikiImporter.java:62)
    Caused by: java.lang.RuntimeException: Component manager has not been initialized before lookup for [com.xpn.xwiki.store.XWikiStoreInterface] for hint [null]
    at com.xpn.xwiki.web.Utils.getComponent(Utils.java:550)
    at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:674)
    at com.xpn.xwiki.XWiki.<init>(XWiki.java:621)
    at com.xpn.xwiki.XWiki.<init>(XWiki.java:615)
    at JspWikiImporter.export(JspWikiImporter.java:72)
    ... 1 more
    • Vincent Massol
      Vincent Massol, 2012/09/25 17:41

      Hi, please post questions to the xwiki users list.

Get Connected