You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2008/09/30 12:52:44 UTC

[jira] Commented: (JSPWIKI-390) NullPointerException during start of JSPWiki.war

    [ https://issues.apache.org/jira/browse/JSPWIKI-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635715#action_12635715 ] 

Harry Metske commented on JSPWIKI-390:
--------------------------------------

This is a DUP of JSPWIKI-185 and should have been fixed in 2.7.0.svn-42.

> 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: Minor
>
> 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.