tmortagne wrote: > > > Do you have any error in the log when you start XWiki ? From what i > can see in the code this NullPointerException means that Lucene plugin > initialization failed so some part of the plugin are still null. > > -- > Thomas Mortagne > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > >
Thanks for replying. And thanks for the pointer as well! Through looking at the log i noticed that my JAVA_HOME param was pointing to a non-existing entity, so i fixed that pointer and bam! it works! Interesting that I was able to run XWiki at all without that parameter being recognized correctly... anyways, thanks much! ----- Jared M. Scott Rampgreen -- View this message in context: http://n2.nabble.com/XWiki-2-2-Lucene-Plugin-rebuild-index-fails-tp4561718p4562408.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

