Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 75035 invoked from network); 7 Feb 2010 21:54:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2010 21:54:32 -0000 Received: (qmail 41559 invoked by uid 500); 7 Feb 2010 21:54:32 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 41497 invoked by uid 500); 7 Feb 2010 21:54:32 -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 41487 invoked by uid 99); 7 Feb 2010 21:54:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Feb 2010 21:54:32 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dirk.frederickx@gmail.com designates 209.85.220.214 as permitted sender) Received: from [209.85.220.214] (HELO mail-fx0-f214.google.com) (209.85.220.214) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Feb 2010 21:54:23 +0000 Received: by fxm6 with SMTP id 6so2030936fxm.38 for ; Sun, 07 Feb 2010 13:54:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=7DLGG5G3NZ12d6tFh7AuzGyakA9CgQeS002uw5XG/68=; b=lZI41MQH4eVr0cWDSE8pVmCba5SuDnJRQ0AUrFVooPp4TjDFiIA6ufXc1MlKOdBfzs tf2o6dN8H3ty/Hm2699QroICDeq2WPZh/lG6t5ldmtjHuLjXS9Ta/FnWgPATPuUKVRs7 TGckifviN1Hqi0s/38ttgL+ZEJDXPGNPnke54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Yi6ptr3eWl7QwXdBgjakDpgk0+8wLt92vmGoKP/YFxFmq1hx9If8bd9Rr+em2GZiV+ P0C/rQIJZwxh8bpjE8x0ldjSk4SjawCFmIok37xfS7neseRDxBMzdcl0SZdYZNP7av3c 6cRSVXDjBrltf74Yoo3IQmSW6eRoaLNxpmPII= MIME-Version: 1.0 Received: by 10.87.62.28 with SMTP id p28mr2194819fgk.55.1265579643651; Sun, 07 Feb 2010 13:54:03 -0800 (PST) In-Reply-To: References: <15cc92001001231039t3fbcbafei4cd08b8e23f8643e@mail.gmail.com> <3a6c97f01001231128t3c4f5703m219d704699c0d967@mail.gmail.com> <15cc92001001231153k55311d15xdd88de5561347cff@mail.gmail.com> <15cc92001001231154r50ddb128r50ab8e81b31800a9@mail.gmail.com> <3a6c97f01001240306k3e2e6d57y929684bbea76e0ba@mail.gmail.com> <15cc92001002071300q4c4417bdrc4aece0fefee74ca@mail.gmail.com> Date: Sun, 7 Feb 2010 22:54:03 +0100 Message-ID: <15cc92001002071354m46fe1f47v5725b73ed8d512af@mail.gmail.com> Subject: Re: help with v3.0.0-svn-200 From: Dirk Frederickx To: jspwiki-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=001485f44bc4184a41047f09b90a X-Virus-Checked: Checked by ClamAV on apache.org --001485f44bc4184a41047f09b90a Content-Type: text/plain; charset=ISO-8859-1 Andrew, A removed the .prihalock file, but I'm still faced with the same problem. I have a standard TOMCAT running, just performing an auto deploy of the war. Normally, I'm just updating the .jar and the changed jsp's; but due to the amount of changes I now tried a redeploy. Is this working at your end ? dirk On Sun, Feb 7, 2010 at 10:34 PM, Andrew Jaquith wrote: > Dirk, > > Is an old /tmp/priha/.prihalock file kicking around from a previous > deployment? If it is, that would explain the failure to deploy. > > That said, the specific DOM message suggests a classloader issue, or > missing jar. What's your setup? > > > On Feb 7, 2010, at 13:00, Dirk Frederickx > wrote: > > Guys, >> >> The latest check-ins on v3.0.0 seem to have broken the deployability from >> WAR. >> I'm kind a blocked to check in several pending fixes (mainly javascript ) >> to align with the latest template changes of Andrew. >> >> It seems the Content-Manager doesn't initialize properly. >> >> Any suggestions ? >> >> >> 2010-01-23 19:29:15,648 [main] INFO org.priha.core.RepositoryImpl - >> Initializing SessionManager... >> 2010-01-23 19:29:15,841 [main] INFO org.apache.wiki.util.ClassUtil - >> Failed >> to invoke class org.apache.wiki.content.ContentManager >> java.lang.NoSuchMethodError: >> org.w3c.dom.Node.getTextContent()Ljava/lang/String; >> 2010-01-23 19:29:15,843 [main] ERROR org.apache.wiki.WikiEngine - JSPWiki >> could not start, due to an unknown exception while starting, stacktrace >> follows: >> org.apache.wiki.api.WikiException: Failed to invoke class >> org.apache.wiki.content.ContentManager, reason: >> java.lang.NoSuchMethodError: >> org.w3c.dom.Node.getTextContent()Ljava/lang/String; >> at org.apache.wiki.util.ClassUtil.getMappedObject(ClassUtil.java:311) >> at org.apache.wiki.util.ClassUtil.getMappedObject(ClassUtil.java:204) >> at org.apache.wiki.WikiEngine.initialize(WikiEngine.java:565) >> at org.apache.wiki.WikiEngine.(WikiEngine.java:429) >> >> >> dirk >> >> >> On Sun, Jan 24, 2010 at 12:06 PM, Harry Metske > >wrote: >> >> could it be that there is an old version of org.w3c.dom.Node somewhere >>> else in your classpath ? >>> >>> /Harry >>> >>> 2010/1/23 Dirk Frederickx >>> >>> Harry, >>>> >>>> Txs for the quick reply. >>>> But that's not the problem -- I have v3.0.0. runing quite some time. >>>> I just did a clean install from the war. >>>> >>>> I'm running java 1.5 >>>> >>>> java version "1.5.0_19" >>>> Java(TM) 2 Runtime Environment, Standard Edition (build >>>> 1.5.0_19-b02-306) >>>> Java HotSpot(TM) Client VM (build 1.5.0_19-138, mixed mode, sharing) >>>> >>>> >>>> >>>> dirk >>>> >>>> >>>> On Sat, Jan 23, 2010 at 8:53 PM, Dirk Frederickx >>>> wrote: >>>> >>>> Harry, >>>>> >>>>> Txs for the quick reply. >>>>> But that's not the problem -- I have v3.0.0. runing quite some time. >>>>> I just tried a >>>>> >>>>> >>>>> On Sat, Jan 23, 2010 at 8:28 PM, Harry Metske >>>> wrote: >>>>> >>>>> it looks like you are running with a JDK 1.4, while JDK5 is the >>>>>> >>>>> minimum >>> >>>> requirement. >>>>>> >>>>>> regards, >>>>>> Harry >>>>>> >>>>>> 2010/1/23 Dirk Frederickx >>>>>> >>>>>> I have difficulties in deploying a recent v3.0.0 version. >>>>>>> The startup op JSPWiki fails with the below error/stack-trace. >>>>>>> >>>>>>> Any hint what could be wrong ? >>>>>>> >>>>>>> >>>>>>> 2010-01-23 19:29:15,648 [main] INFO org.priha.core.RepositoryImpl - >>>>>>> Initializing SessionManager... >>>>>>> 2010-01-23 19:29:15,841 [main] INFO org.apache.wiki.util.ClassUtil >>>>>>> >>>>>> - >>> >>>> Failed >>>>>>> to invoke class org.apache.wiki.content.ContentManager >>>>>>> java.lang.NoSuchMethodError: >>>>>>> org.w3c.dom.Node.getTextContent()Ljava/lang/String; >>>>>>> 2010-01-23 19:29:15,843 [main] ERROR org.apache.wiki.WikiEngine - >>>>>>> >>>>>> JSPWiki >>>>>> >>>>>>> could not start, due to an unknown exception while starting, >>>>>>> >>>>>> stacktrace >>>> >>>>> follows: >>>>>>> org.apache.wiki.api.WikiException: Failed to invoke class >>>>>>> org.apache.wiki.content.ContentManager, reason: >>>>>>> java.lang.NoSuchMethodError: >>>>>>> org.w3c.dom.Node.getTextContent()Ljava/lang/String; >>>>>>> at >>>>>>> >>>>>> org.apache.wiki.util.ClassUtil.getMappedObject(ClassUtil.java:311) >>> >>>> at >>>>>>> >>>>>> org.apache.wiki.util.ClassUtil.getMappedObject(ClassUtil.java:204) >>> >>>> at org.apache.wiki.WikiEngine.initialize(WikiEngine.java:565) >>>>>>> at org.apache.wiki.WikiEngine.(WikiEngine.java:429) >>>>>>> >>>>>>> >>>>>>> >>>>>>> dirk >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>> >>> --001485f44bc4184a41047f09b90a--