The fix worked. Thanks, David.
-Atul
> -----Original Message-----
> From: Atul Dambalkar [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 03, 2001 3:07 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: NoSuchMethodError after for NewRSSPortlet in CVS HEAD
>
>
> Gosh! I just completed a fresh CVS HEAD checkout (with no errors), and
> build/restart tomcat. And still got the same error.
>
> Okay now, since we have a fix, I will try that and keep you
> posted on that.
>
> > -----Original Message-----
> > From: David Sean Taylor [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 03, 2001 2:57 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: NoSuchMethodError after for NewRSSPortlet in CVS HEAD
> >
> >
> > Nevermind my last response - I reproduced the bug.
> > The problem is me - Im an awful QA Engineer.
>
> Never mind... you guys are doing great there! Hats off..
>
> > Raphael is surely going to dock my pay...
> >
> > I went back and installed Tomcat 3.2 from scratch, and then
> > retested it, and
> > it immediately reproduced.
> > I guess I forgot all about the scenario Im about to describe.
> >
> > This is one of the typical recent Jetspeed configuration 'problems'.
> > A few months back, a newer version of xerces was added to the
> > build (I dont
> > remember the reason).
> > This works fine with Catalina, but for Tomcat you need to do
> > this little
> > file copy magic.
> >
> > Here is the fix:
> >
> > Remove jaxp.jar, parser.jar from tomcat/lib
> > Copy xerces_1_3_1.jar (from the Jetspeed distribution) into
> > tomcat/lib
> >
> > Xerces can act as a drop-in replacement for jaxp.jar and parser.jar.
> >
> > This fixes the dependency in Jetspeed on the newer version
> of xerces.
>
> It must have been a quite work to figure out this bug... Great Job!
>
> >
> > I guess I should add that to the FAQ...
> >
>
> Great!
>
> Thanks,
>
> -Atul
> >
> >
> > > -----Original Message-----
> > > From: David Sean Taylor [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, July 03, 2001 2:05 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: NoSuchMethodError after for NewRSSPortlet in CVS HEAD
> > >
> > >
> > > > I did a fresh build... Error is indeed there. And if you try
> > > > to customize a
> > > > page with ApacheWeek, XMLHack..the error is all over the
> > > places on the
> > > > rendered page..
> > > >
> > > > org.apache.jetspeed.portal.portlets.NewRSSPortlet threw
> > > > exception class
> > > > java.lang.NoSuchMethodError
> > >
> > > Ive been trying, but I still can't reproduce this bug.
> > >
> > > What operating system are you using? (that shouldn't matter...)
> > > Do you have a connection to the internet active?
> > > Are you checking out directly from the cvs head?
> > >
> > > **** Did you do a clean checkout? ****
> > >
> > > What user are you loggin on as?
> > > Have you modified the default psml for that user?
> > >
> > > Could you please send a complete stack trace and the relevant
> > > sections of
> > > your jetspeed.log to the mailing list
> > >
> > >
> > > > -----Original Message-----
> > > > From: Atul Dambalkar [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, July 03, 2001 11:58 AM
> > > > To: '[EMAIL PROTECTED]'
> > > > Subject: RE: NoSuchMethodError after for NewRSSPortlet
> in CVS HEAD
> > > >
> > > >
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: David Sean Taylor [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Monday, July 02, 2001 10:56 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: RE: NoSuchMethodError after for NewRSSPortlet
> > in CVS HEAD
> > > > >
> > > > >
> > > > > > > Also there is one more error in HelloVelocity
> Portlet... It
> > > > > > > says user can
> > > > > > > change the text "HelloWorld", thro' the text box, but it
> > > > > > > doesn't reflect the
> > > > > > > change if done.
> > > > >
> > > > > I can confirm that one above, however I can't confirm the
> > > > > NewRSSPortlet bug.
> > > >
> > > > ========
> > > > org.apache.turbine.util.TurbineException: Error rendering
> > > > Velocity template:
> > > > /controls/html/jetspeed.vm: Error rendering Velocity template:
> > > > /controls/html/jetspeed.vm: Invocation of method
> > > 'getContent' in class
> > > > org.apache.jetspeed.portal.portlets.NewRSSPortlet threw
> > > > exception class
> > > > java.lang.NoSuchMethodError
> > > > ===========
> > > >
> > > > I did a fresh build... Error is indeed there. And if you try
> > > > to customize a
> > > > page with ApacheWeek, XMLHack..the error is all over the
> > > places on the
> > > > rendered page..
> > > >
> > > > -Atul
> > > >
> > > > > Im creating a buglist for 1.3a2. Please send any other bugs
> > > > > you find, thanks
> > > > >
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: McClelland, Mark [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Monday, July 02, 2001 12:55 PM
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Subject: RE: NoSuchMethodError after for NewRSSPortlet
> > > in CVS HEAD
> > > > > >
> > > > > >
> > > > > > Ditto. (Just confirming the bug.)
> > > > > >
> > > > > > My setup:
> > > > > > Win2K
> > > > > > BlueStone
> > > > > > Latest CVS
> > > > > > JDK 1.3
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Atul Dambalkar [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Friday, June 29, 2001 3:50 PM
> > > > > > > To: '[EMAIL PROTECTED]'
> > > > > > > Subject: NoSuchMethodError after for NewRSSPortlet
> > in CVS HEAD
> > > > > > >
> > > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > I extracted CVS HEAD for Jetspeed. Compiled/Build War and
> > > > > > > restarted Tomcat.
> > > > > > > Now I am getting NoSuchMethodError.. for NewRSSPortlet.
> > > > > > >
> > > > > > > =============
> > > > > > > org.apache.turbine.util.TurbineException: Error rendering
> > > > > > > Velocity template:
> > > > > > > /controls/html/jetspeed.vm: Error rendering
> > Velocity template:
> > > > > > > /controls/html/jetspeed.vm: Invocation of method
> > > > > > 'getContent' in class
> > > > > > > org.apache.jetspeed.portal.portlets.NewRSSPortlet threw
> > > > > > > exception class
> > > > > > > java.lang.NoSuchMethodError
> > > > > > > ================
> > > > > > >
> > > > > > > Also there is one more error in HelloVelocity
> Portlet... It
> > > > > > > says user can
> > > > > > > change the text "HelloWorld", thro' the text box, but it
> > > > > > > doesn't reflect the
> > > > > > > change if done.
> > > > > > >
> > > > > > > -Atul
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > > > To unsubscribe, e-mail:
> > > > > [EMAIL PROTECTED]
> > > > > > > For additional commands, e-mail:
> > > > > > [EMAIL PROTECTED]
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail:
> > > > > [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]