Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 18608 invoked from network); 30 Sep 2008 08:22:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 08:22:05 -0000 Received: (qmail 52251 invoked by uid 500); 30 Sep 2008 08:22:03 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 52239 invoked by uid 500); 30 Sep 2008 08:22:03 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 52228 invoked by uid 99); 30 Sep 2008 08:22:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 01:22:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 08:21:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B347234C1F9 for ; Tue, 30 Sep 2008 01:21:44 -0700 (PDT) Message-ID: <1740767283.1222762904569.JavaMail.jira@brutus> Date: Tue, 30 Sep 2008 01:21:44 -0700 (PDT) From: "Janne Jalkanen (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Updated: (JSPWIKI-390) NullPointerException during start of JSPWiki.war In-Reply-To: <455115978.1222762064217.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Janne Jalkanen updated JSPWIKI-390: ----------------------------------- Fix Version/s: (was: 2.6.4) Also, please don't set the fix version. > 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.