Shad Gunderson wrote:
>
> So I followed the install instructions for JetSpeed on my RH6.1 box. I'm
> using the latest CVS Snapshot ( tried the b2 with less success ) and JDK 1.2
> from Sun. I use jserve 1.1 for the servlet engine.
>
> here's what shows up in jserve.log:
>
> [21/02/2000 12:36:36:770 EST] java.lang.NullPointerException:
> at org.apache.jetspeed.portal.PortletController.getPortlets(PortletContr
> oller.java:132)
> at org.apache.jetspeed.portal.DefaultPortletController.getContent(Defaul
> tPortletController.java:72)
> at org.apache.jetspeed.Home.service(Home.java:108)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
> at org.apache.jserv.JServConnection.processRequest(JServConnection.java:
> 314)
> at org.apache.jserv.JServConnection.run(JServConnection.java:188)
> at java.lang.Thread.run(Thread.java:475)
I bet you aren't running the latest code. PortletController is now an
Interface... therefore it should have generated an exception.
Are you sure you don't have something sitting in your CLASSPATH you
don't know about.
Kevin
--
Kevin A Burton
http://relativity.yi.org
Message to SUN: "Open Source Java!"
"For evil to win is for good men to do nothing."
--
--------------------------------------------------------------
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]