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

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

     [ https://issues.apache.org/jira/browse/JSPWIKI-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janne Jalkanen updated JSPWIKI-390:
-----------------------------------

    Priority: Minor  (was: Critical)

Irreproducible, so it's almost impossible to fix. It happens in certain configurations, but I've never been able to replicate it. Lowering priority.

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