Hi All, i have installed WikiManger. But always, when I click to wikimanger webhome i get this error Error number 4001 in 4: Error while parsing velocity page WikiManager.WebHome Wrapped Exception: Invocation of method 'get' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NoClassDefFoundError: com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass @ WikiManager.WebHome1,28? Any idea what is go wrong? Thanks
It's because WikiManager depends on ApplicationManager (as it is said in WikiManager plugin page documentation) : http://www.xwiki.org/xwiki/bin/view/Code/ApplicationManagerPlugin 2007/10/23, Jan Kodera <[email protected]>:
Hi All, i have installed WikiManger. But always, when I click to wikimanger webhome i get this error
Error number 4001 in 4: Error while parsing velocity page WikiManager.WebHome Wrapped Exception: Invocation of method 'get' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NoClassDefFoundError: com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass @ WikiManager.WebHome1,28?
Any idea what is go wrong?
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Idem for me... and also with Groovy and Velocity... On Tue, 23 Oct 2007 11:33:24 +0200, "Jan Kodera" <[email protected]> wrote:
Hi All, i have installed WikiManger. But always, when I click to wikimanger webhome i get this error
Error number 4001 in 4: Error while parsing velocity page WikiManager.WebHome Wrapped Exception: Invocation of method 'get' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NoClassDefFoundError: com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass @ WikiManager.WebHome1,28?
Any idea what is go wrong?
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
same pb with applicationmanager On Tue, 23 Oct 2007 12:22:52 +0200, "Thomas Mortagne" <[email protected]> wrote:
It's because WikiManager depends on ApplicationManager (as it is said in WikiManager plugin page documentation) : http://www.xwiki.org/xwiki/bin/view/Code/ApplicationManagerPlugin
2007/10/23, Jan Kodera <[email protected]>:
Hi All, i have installed WikiManger. But always, when I click to wikimanger webhome i get this error
Error number 4001 in 4: Error while parsing velocity page WikiManager.WebHome Wrapped Exception: Invocation of method 'get' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NoClassDefFoundError:
com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass
@ WikiManager.WebHome1,28?
Any idea what is go wrong?
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Java said to you that it could not find such class as "com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.AbstractSuperClass" but I can guaranty you that this class is in ApplicationManager jar plugin so are you really sure that you have add ApplicationManager jar plugin in you web-app WEB-INF/lib/ directory with WikiManager jar plugin ? 2007/10/23, [email protected] <[email protected]>:
same pb with applicationmanager
On Tue, 23 Oct 2007 12:22:52 +0200, "Thomas Mortagne" <[email protected]> wrote:
It's because WikiManager depends on ApplicationManager (as it is said in WikiManager plugin page documentation) : http://www.xwiki.org/xwiki/bin/view/Code/ApplicationManagerPlugin
2007/10/23, Jan Kodera <[email protected]>:
Hi All, i have installed WikiManger. But always, when I click to wikimanger webhome i get this error
Error number 4001 in 4: Error while parsing velocity page WikiManager.WebHome Wrapped Exception: Invocation of method 'get' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NoClassDefFoundError:
com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass
@ WikiManager.WebHome1,28?
Any idea what is go wrong?
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
I hadn't applicationmanager jar. But now it's installed and i have another problem after filling up the create new wiki form, i get this error Error number 4001 in 4: Error while parsing velocity page WikiManager.CreateNewWiki Wrapped Exception: Invocation of method 'createNewWiki' in class com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi threw exception java.lang.NullPointerException @ WikiManager.CreateNewWiki25,31? And i am quite sure, that i have both plugins installed well. Whats wrong now? On 10/23/07, Thomas Mortagne <[email protected]> wrote:
Java said to you that it could not find such class as "com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.AbstractSuperClass" but I can guaranty you that this class is in ApplicationManager jar plugin so are you really sure that you have add ApplicationManager jar plugin in you web-app WEB-INF/lib/ directory with WikiManager jar plugin ?
2007/10/23, [email protected] <[email protected]>:
same pb with applicationmanager
On Tue, 23 Oct 2007 12:22:52 +0200, "Thomas Mortagne" <[email protected]> wrote:
It's because WikiManager depends on ApplicationManager (as it is said in WikiManager plugin page documentation) : http://www.xwiki.org/xwiki/bin/view/Code/ApplicationManagerPlugin
2007/10/23, Jan Kodera <[email protected]>:
Hi All, i have installed WikiManger. But always, when I click to wikimanger webhome i get this error
Error number 4001 in 4: Error while parsing velocity page WikiManager.WebHome Wrapped Exception: Invocation of method 'get' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NoClassDefFoundError:
com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass
@ WikiManager.WebHome1,28?
Any idea what is go wrong?
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Now it look like a WikiManager bug. Can you get the complete exception log after this error (at least the stack trace of the NullPointerException) from xwiki.log file ? A new release (1.0M2) of WikiManager with lot of corrections will be released this week (hope tomorrow). 2007/10/23, Jan Kodera <[email protected]>:
I hadn't applicationmanager jar. But now it's installed and i have another problem after filling up the create new wiki form, i get this error Error number 4001 in 4: Error while parsing velocity page WikiManager.CreateNewWiki Wrapped Exception: Invocation of method 'createNewWiki' in class com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi threw exception java.lang.NullPointerException @ WikiManager.CreateNewWiki25,31?
And i am quite sure, that i have both plugins installed well. Whats wrong now?
On 10/23/07, Thomas Mortagne <[email protected]> wrote:
Java said to you that it could not find such class as "com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.AbstractSuperClass" but I can guaranty you that this class is in ApplicationManager jar plugin so are you really sure that you have add ApplicationManager jar plugin in you web-app WEB-INF/lib/ directory with WikiManager jar plugin ?
2007/10/23, [email protected] <[email protected]>:
same pb with applicationmanager
On Tue, 23 Oct 2007 12:22:52 +0200, "Thomas Mortagne" <[email protected]> wrote:
It's because WikiManager depends on ApplicationManager (as it is said in WikiManager plugin page documentation) : http://www.xwiki.org/xwiki/bin/view/Code/ApplicationManagerPlugin
2007/10/23, Jan Kodera <[email protected]>:
Hi All, i have installed WikiManger. But always, when I click to wikimanger webhome i get this error
Error number 4001 in 4: Error while parsing velocity page WikiManager.WebHome Wrapped Exception: Invocation of method 'get' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NoClassDefFoundError:
com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass
@ WikiManager.WebHome1,28?
Any idea what is go wrong?
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (3)
-
Jan Kodera -
Thomas Mortagne -
xavier.mehaut@free.fr