Sorry, I didn't mean to imply anything. It was just an FYI. Kind of a
funny coincidence. That's all.

Does anybody know of a snapshot of Jetspeed that works pretty cleanly?
Preferably one with iCal support.

-Eric ;-)

David Ramsey wrote:
> 
> I was not aware they were related, Eric. Today was the first time I had
> tried to do a build out of CVS since it was recommended to me that some of
> the application/customization problems I was seeing might be fixed already
> in the CVS tree.
> 
> I will check the responses to your thread to see what was suggested there.
> 
> Thank you.
> 
> ----- Original Message -----
> From: "Eric Princen" <[EMAIL PROTECTED]>
> To: "JetSpeed" <[EMAIL PROTECTED]>
> Sent: Thursday, August 03, 2000 1:58 PM
> Subject: Re: Xerces/Cocoon Incompatibiliy in CVS?
> 
> > That is the problem that launched my org.w3c.dom.Node question. Was it
> > not a problem before today? What was the last daily build that worked
> > well?
> >
> > -Eric ;-)
> >
> > David Ramsey wrote:
> > >
> > > An FYI for the developers - a CVS checkout of sources as of today
> (August
> > > 3rd), followed by a build.sh clean and a build.sh dist seems to yield
> the
> > > following errors when trying to access any of the Applications from the
> home
> > > page:
> > >
> > > *********** Begin Traceback ************
> > > There has been an error! Please review the exception below for more
> > > information.
> > >
> > > Get/Post Data:
> > >
> > >  portlet   = Customizer
> > >
> > > The exception is:
> > >
> > > java.lang.NoSuchMethodError
> > >         at
> org.apache.xerces.dom.ElementImpl.normalize(ElementImpl.java:308)
> > >         at
> > >
> org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.process(XS
> > > PJavaPreprocessor.java:116)
> > >         at
> > >
> org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.process(XS
> > > PJavaPreprocessor.java:123)
> > >         at
> > >
> org.apache.cocoon.processor.xsp.language.java.XSPJavaPreprocessor.preprocess
> > > (XSPJavaPreprocessor.java:81)
> > >         at
> > >
> org.apache.cocoon.processor.xsp.XSPLogicsheet.apply(XSPLogicsheet.java:99)
> > >         at
> > >
> org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java:375)
> > >         at org.apache.cocoon.Engine.handle(Engine.java:303)
> > >         at
> > >
> org.apache.jetspeed.portal.cocoon.CocoonRenderer.transformContent(CocoonRend
> > > erer.java:189)
> > >         at
> > >
> org.apache.jetspeed.portal.cocoon.CocoonRenderer.transform(CocoonRenderer.ja
> > > va:150)
> > >         at
> > >
> org.apache.jetspeed.portal.portlets.CocoonPortlet.getContent(CocoonPortlet.j
> > > ava:151)
> > >         at
> > >
> org.apache.jetspeed.portal.controls.TitlePortletControl.getContent(TitlePort
> > > letControl.java:129)
> > >         at
> > >
> org.apache.jetspeed.portal.controllers.RowColumnPortletController.getContent
> > > (RowColumnPortletController.java:141)
> > >         at
> > > org.apache.jetspeed.turbine.screens.Home.getContent(Home.java:229)
> > >         at
> org.apache.jetspeed.turbine.screens.Home.doBuild(Home.java:161)
> > >         at org.apache.turbine.modules.Screen.build(Screen.java:88)
> > >         at
> > > org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:117)
> > >         at
> > >
> org.apache.jetspeed.turbine.layouts.JetspeedLayout.doBuild(JetspeedLayout.ja
> > > va:139)
> > >         at org.apache.turbine.modules.Layout.build(Layout.java:81)
> > >         at
> > > org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:111)
> > >         at
> > >
> org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:134)
> > >         at org.apache.turbine.modules.Page.build(Page.java:81)
> > >         at
> org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
> > >         at Turbine.doGet(Turbine.java:297)
> > >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> > >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> > >         at
> > >
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
> > >         at
> > >
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
> > >         at
> > >
> org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
> > >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> > >         at
> > >
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
> > >         at
> > > org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
> > >         at
> > >
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> > > onnectionHandler.java:160)
> > >         at
> > >
> org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
> > > )
> > >         at java.lang.Thread.run(Thread.java:484)
> > >
> > > java.lang.NoSuchMethodError
> > > ************End Traceback**************
> > >
> > > I quickly substituted in the xerces.jar from Jetspeed 1.2b1 but that
> > > prevented the default page from even coming up. Restoring the current
> CVS
> > > xerces.jar fixes that but leaves the applications broken. This looks
> like a
> > > mismatch between Cocoon and Xerces. I did a CVS update later this
> morning
> > > but the problem remains.
> > >
> > --
> > Eric Princen
> > Chief Technology Officer
> > BizBlast.com
> >
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives and Other:  <http://java.apache.org/main/mail.html>
> > Problems?:           [EMAIL PROTECTED]
> >
> 
> David Ramsey
> ==============================================================
> "Always listen to experts. They'll tell you what can't be
> done, and why. Then do it."
> -- Lazarus Long, in Robert Heinlein's Time Enough for Love
> ==============================================================
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]

--
Eric Princen
Chief Technology Officer
BizBlast.com


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to