----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi!

Im trying to install cocoon on my RedHat box and
it "fails"

Apache is running fine - the servlet engine is
running fine but when try
to setup Cocoon and access
it(
http://127.0.0.1/servlets/org.apache.cocoon.Cocoon
), i get the
following error:

Publishing Engine could not be initialized.

java.lang.IllegalArgumentException: "./store" cannot be created.
at org.apache.cocoon.store.CocoonStore.init(Compiled Code)
at org.apache.cocoon.framework.Manager.create(Compiled Code)
at org.apache.cocoon.Engine.(Compiled Code)
at org.apache.cocoon.Cocoon.init(Compiled Code)
at org.apache.jserv.JServServletManager.load_init(Compiled Code)
at org.apache.jserv.JServServletManager.loadServlet(Compiled Code)
at org.apache.jserv.JServConnection.processRequest(Compiled Code)
at org.apache.jserv.JServConnection.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)

I've tried to change the ./store in the properties
file to a hardcoded
path eg. /home/http/store (and even created it and
chmod 777 just to
check if the engine was blind) and i had no luck!
It still come up with
the same error (just with another path instead of
"./store")

I guess it is a simple ownership error but i
haven't tweaked anything in
the apache installation or other parts of the
installation and i just
followed the instructions on the java.apache.org
site.......so does
anyone have an suggestion ?

Max


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