war and Tomcat 6.0.16 unable to deploy
--------------------------------------
Key: JSPWIKI-263
URL: https://issues.apache.org/jira/browse/JSPWIKI-263
Project: JSPWiki
Issue Type: Bug
Affects Versions: 2.6.2
Environment: Gentoo Linux, Java 6
Reporter: Tomas Cerny
I have default tomcat install. I drop war file on server
and I got this stack trace
Background thread error: (stack trace follows)
java.lang.NullPointerException
at com.ecyrd.jspwiki.util.WatchDog.enterState(WatchDog.java:231)
at
com.ecyrd.jspwiki.search.LuceneSearchProvider$LuceneUpdater.backgroundTask(LuceneSearchProvider.java:711)
at
com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:135)
Exception in thread "JSPWiki Lucene Indexer"
com.ecyrd.jspwiki.InternalWikiException
at
com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:171)
Background thread error: (stack trace follows)
java.lang.NullPointerException
at com.ecyrd.jspwiki.util.WatchDog.enterState(WatchDog.java:231)
at
com.ecyrd.jspwiki.search.LuceneSearchProvider$LuceneUpdater.backgroundTask(LuceneSearchProvider.java:711)
at
com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:135)
Exception in thread "JSPWiki Lucene Indexer"
com.ecyrd.jspwiki.InternalWikiException
at
com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:171)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.