Hi,
I'm trying to run the FeedDaemon. I realized that it requires 2 arguments at the end
of the command line: --turbineresources and --jetspeedresources,
and point them to the right files. I did it but I got the following exception:
java.lang.NullPointerException
at org.apache.turbine.services.resources.TurbineResources.getString(Turb
ineResources.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(JetspeedResour
ces.java:180)
at org.apache.jetspeed.daemon.FeedDaemon.<clinit>(FeedDaemon.java)
Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.Null
PointerException:
at org.apache.turbine.services.resources.TurbineResources.getString(Turb
ineResources.java:353)
at org.apache.jetspeed.util.JetspeedResources.getInstance(JetspeedResour
ces.java:186)
at org.apache.jetspeed.daemon.FeedDaemon.<clinit>(FeedDaemon.java)
I have Jetspeed running but it seems that this Daemon looks for another property. Does
enybody know anything about it?
"Kevin A. Burton" wrote:
> stuart wrote:
> >
> > how to run FeedDaemon? i follow the instruction in the document:
> > java
>-Djetspeed.properties=[path/to/Jetspeed]/src/config/TurbineResources.properties
>-classpath $CLASSPATH org.apache.jetspeed.daemon.FeedDaemon
> > and i receive the infomations below:
>
> Yeah... I should have fixed that a little better:
>
> Here is what you are looking for:
>
> org.apache.jetspeed.util.JetspeedException: --turbineresources: is a
> required option
> at java.lang.Throwable.fillInStackTrace(Native Method)
>
> This was in the middle of the stack trace.
>
> Point it to your TurbineResources.properties and you should be set.
>
> Kevin
>
> --
> Kevin A Burton ([EMAIL PROTECTED])
> http://relativity.yi.org
> Message to SUN: "Please Open Source Java!"
> The house of the unbelievers shall be razed and they shall be
> scorched to the earth. Their code will be open until the end of days.
>
> --
> --------------------------------------------------------------
> 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]
--
--------------------------------------------------------------
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]