You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Philippe Lavoie <ph...@cactus.ca> on 2000/05/17 16:45:23 UTC

Cocoon null pointer in standalone mode

Hello all,

I'm trying to use Cocoon from the command line, I read the FAQ about being
relative, etc. However from the command line I can't understand why it
wouldn't work. Please inform me of the errors of my way.

d:\project\docs>java org.apache.cocoon.Cocoon -p
d:\project\config\cocoon\cocoon.properties release.xml test.tex
Exception in thread "main" java.lang.NullPointerException:
        at java.util.Hashtable.get(Hashtable.java:321)
        at org.apache.cocoon.Engine.getInstance(Engine.java:197)
        at org.apache.cocoon.EngineWrapper.<init>(EngineWrapper.java:81)
        at org.apache.cocoon.Cocoon.main(Cocoon.java:265)


Thanks all

Phil