Hello,
I have gotten the rest of Jetspeed running but I have had problems
starting the FeedDaemon.  I have used the following commands (out of
desperation I have probably used a hundred combinations):

Command 1: java
-Djetspeed.properties=/usr/local/Jetspeed-1.1/src/config/JetspeedResources.properties
-classpath $CLASSPATH org.apache.jetspeed.daemon.FeedDaemon
--turbineresources
/usr/local/Jetspeed-1.1/src/config/TurbineResources.properties
--jetspeedresources
/usr/local/Jetspeed-1.1/src/config/JetspeedResources.properties 

Command 2: java
-Djetspeed.properties=/usr/local/Jetspeed-1.1/src/config/TurbineResources.properties
-classpath $CLASSPATH org.apache.jetspeed.daemon.FeedDaemon
--turbineresources
/usr/local/Jetspeed-1.1/src/config/TurbineResources.properties
--jetspeedresources
/usr/local/Jetspeed-1.1/src/config/JetspeedResources.properties 

Either one returns the following error:

java.lang.NullPointerException
        at
org.apache.turbine.services.resources.TurbineResources.getString(TurbineResources.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.java:180)
        at org.apache.jetspeed.daemon.FeedDaemon.<clinit>(FeedDaemon.java)

What stupid thing am I doing wrong?
-Mike


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