Andrew Panagos wrote:
> 
>  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


"JetspeedResources.propertie" is spelled wrong :)

That is a problem though.  We should catch this.  This is more of a core
java/apache thing.  I will look into it.

Kevin

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


-- 
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN:  "Please 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]

Reply via email to