NullPointerException during start of JSPWiki.war
------------------------------------------------
Key: JSPWIKI-390
URL: https://issues.apache.org/jira/browse/JSPWIKI-390
Project: JSPWiki
Issue Type: Bug
Components: Core & storage
Environment: Linux (Red Hat 4 as well as Fedora 8, 32bit), Tomcat
6.0.18, Java JRE 1.6.0_u7
Reporter: Ingolf Knopf
Priority: Critical
Fix For: 2.6.4
trying to start JSPWiki in Tomcat I get the following error. JSPWiki don't
start.
INFO | jvm 1 | 2008/09/30 09:54:57 | SCHWERWIEGEND: Context [/JSPWiki]
startup failed due to previous errors
INFO | jvm 1 | 2008/09/30 09:54:57 | Background thread error: (stack trace
follows)
INFO | jvm 1 | 2008/09/30 09:54:57 | java.lang.NullPointerException
INFO | jvm 1 | 2008/09/30 09:54:57 | at
com.ecyrd.jspwiki.util.WatchDog.enterState(WatchDog.java:231)
INFO | jvm 1 | 2008/09/30 09:54:57 | at
com.ecyrd.jspwiki.util.WatchDog.enterState(WatchDog.java:209)
INFO | jvm 1 | 2008/09/30 09:54:57 | at
com.ecyrd.jspwiki.search.LuceneSearchProvider$LuceneUpdater.startupTask(LuceneSearchProvider.java:703)
INFO | jvm 1 | 2008/09/30 09:54:57 | at
com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:127)
INFO | jvm 1 | 2008/09/30 09:54:57 | Exception in thread "JSPWiki Lucene
Indexer" com.ecyrd.jspwiki.InternalWikiException
INFO | jvm 1 | 2008/09/30 09:54:57 | at
com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:171)
INFO | jvm 1 | 2008/09/30 09:54:58 | Background thread error: (stack trace
follows)
INFO | jvm 1 | 2008/09/30 09:54:58 | java.lang.NullPointerException
INFO | jvm 1 | 2008/09/30 09:54:58 | at
com.ecyrd.jspwiki.util.WatchDog.enterState(WatchDog.java:231)
INFO | jvm 1 | 2008/09/30 09:54:58 | at
com.ecyrd.jspwiki.search.LuceneSearchProvider$LuceneUpdater.backgroundTask(LuceneSearchProvider.java:711)
INFO | jvm 1 | 2008/09/30 09:54:58 | at
com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:135)
INFO | jvm 1 | 2008/09/30 09:54:58 | Exception in thread "JSPWiki Lucene
Indexer" com.ecyrd.jspwiki.InternalWikiException
INFO | jvm 1 | 2008/09/30 09:54:58 | 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.