that could be, it depends on the classloading hierarchy of Tomcat.
If the class is loaded by the same ClassLoader, and JSPWiki 2.8 has an older
version of JDOM than there is a problem.
(can't check that now from the office....)

verbose:class will tell you so anyway.

regards,
Harry

2010/2/8 Dirk Frederickx <[email protected]>

> Txs Harry,
>
> I will do some more investigation.
>
> Note: I am running also a v2.8.x JSPWiki in the same TOMCAT instance. Could
> this cause any problem ?
>
>
> dirk
>
> On Mon, Feb 8, 2010 at 7:55 AM, Harry Metske <[email protected]>
> wrote:
>
> > Dirk,
> >
> > I can't think of anything else than that you are loading a version of
> > org.w3c.dom.Node that does not have the getTextContent() method.
> > Can you add the java parameter " -verbose:class" to see from which jar it
> > is
> > loaded, maybe that gives a clue.
> >
> > regards,
> > Harry
> >
> > 2010/2/7 Dirk Frederickx <[email protected]>
> >
> > > 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.<init>(WikiEngine.java:429)
> > >
> > >
> > > dirk
> > >
> > >
> > > On Sun, Jan 24, 2010 at 12:06 PM, Harry Metske <[email protected]
> > > >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 <[email protected]>
> > > >
> > > > > 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
> > > > > <[email protected]>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 <
> > > [email protected]
> > > > > >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 <[email protected]>
> > > > > >>
> > > > > >> > 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.<init>(WikiEngine.java:429)
> > > > > >> >
> > > > > >> >
> > > > > >> >
> > > > > >> > dirk
> > > > > >> >
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to