Hello all,
Well, I finally got the time to try and do a new build from CVS.
And, as has been made abundantly clear in emails over the last few weeks,
the build didn't work.
As most of the errors seemed to be related to missing classes in
jetspeed/xml/api/portletmarkup/, I got all the files that were
in the Attic in portletmarkup (via CVSWeb).
After that I only got a few errors (mostly from
psml/factory/PortletSetFactory).
I fixed(?) those errors et voila! Jetspeed.jar.
Now when I try to access the Home page I get the error at the end of the email.
So, my questions are:
Should I have been able to fudge this into a working build?
If so, what is causing the exception below?
(I didn't move any of the other jars, or anything in config or content,
over to my working directories. I just replaced the working Jetspeed.jar
with the new one. Didn't have the guts to mess with a good thing :-)
Thanks and keep up the good work!
Mike
BEGIN JETSPEED ROOT DOCUMENT
-->java.lang.StackOverflowError
at
org.apache.jetspeed.psml.factory.PortletSetFactory.getPortletSet(PortletSetFact
ory.java:139)
at
org.apache.jetspeed.psml.factory.PortletSetFactory.getPortletSet(PortletSetFact
ory.java:139)
>snip (the above error repeats about 7000 times)
at
org.apache.jetspeed.psml.factory.PortletSetFactory.getPortletSet(PortletSetFact
ory.java:105)
at
org.apache.jetspeed.turbine.screens.Home.getPSMLContent(Home.java:272)
at org.apache.jetspeed.turbine.screens.Home.doBuild(Home.java:176)
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.java:
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:390)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:422)
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:390)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:523)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConn
ectionHandler.java:146)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:334)
at java.lang.Thread.run(Thread.java:475)
--
--------------------------------------------------------------
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]