I get the first screen correctly but if I go to any of the edit links I
just get a blank screen.

The same if I go to http://xxxxxx/jetspeed/screens/Admin

I also can't seem to get FeedDaemons working.
Here is the command line I am using.

java org.apache.jetspeed.daemon.FeedDaemon  --jetspeedresources
/usr/local/Jetspeed/src/config/JetspeedResources.propertie  --turbineresourc
es /usr/local/Jetspeed/src/config/TurbineResources.properties

and the error it returns.

java.lang.NullPointerException
 at
org.apache.turbine.services.resources.TurbineResources.getString(TurbineReso
urces.java:353)
 at org.apache.turbine.util.Log.init(Log.java:112)
 at org.apache.turbine.util.Log.<clinit>(Log.java:102)
 at
org.apache.jetspeed.util.JetspeedResources.getInstance(JetspeedResources.jav
a:180)
 at org.apache.jetspeed.daemon.FeedDaemon.<clinit>(FeedDaemon.java:91)
Exception in thread "main" java.lang.ExceptionInInitializerError:
java.lang.NullPointerException:
 at
org.apache.turbine.services.resources.TurbineResources.getString(TurbineReso
urces.java:353)
 at
org.apache.jetspeed.util.JetspeedResources.getInstance(JetspeedResources.jav
a:186)
 at org.apache.jetspeed.daemon.FeedDaemon.<clinit>(FeedDaemon.java:91)


So what have I done wrong now ?

Andrew



--
--------------------------------------------------------------
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