robbie g wrote:
> Hello,
>
> Now when I run the /lenya web application I get an error screen saying
> Cocoon servlet failed to initialise. Looking in the logs i see this:
>
> ERROR (2003-05-23) 21:56.26:260 [access] (Unknown-URI)
> Unknown-thread/CocoonServlet: Exception reloading
> org.apache.avalon.framework.configuration.ConfigurationException:
> Invalid configuration schema version. Must be '2.0'.
>
> Plus a stack trace
>
> I think I'll wait till you put out a binary
Have you downloaded one of the nightly builds:
http://cocoon.apache.org/lenya/installation/download.html
There is a also a binary ("war") version.
btw, what is your setup (OS, Tomcat, etc.)?
HTH
Michael
>
> TC
>
> Robbie
>
> ----- Original Message -----
> *From:* robbie g <mailto:robbie_gibbon@yahoo.co.uk>
> *To:* Lenya Users List <mailto:lenya-user@cocoon.apache.org>
> *Sent:* Friday, May 23, 2003 9:13 PM
> *Subject:* Re: problems installing lenya snapshot
>
> I've solved it myself. As long as the cocoon.jar and all the
> libraries in the cocoon/webapp/lib directroy are copied to the
> lenya/lib directory it works ok
>
> Robbie
>
> ----- Original Message -----
> *From:* robbie g <mailto:robbie_gibbon@yahoo.co.uk>
> *To:* lenya-user@cocoon.apache.org
> <mailto:lenya-user@cocoon.apache.org>
> *Sent:* Friday, May 23, 2003 8:59 PM
> *Subject:* problems installing lenya snapshot
>
> Hello,
>
> I get the following compile errors when installing Lenya as
> per the instructions. Not sure whats up:
>
> [javac] Compiling 182 source files to
> F:\src\lenyacms\build\lenya\classes
> [javac] This version of java does not support the classic
> compiler; upgradin
> g to modern
> [javac]
> F:\src\lenyacms\build\lenya\src\org\apache\lenya\cms\cocoon\acting\P
> MLAuthorizerAction.java:155: cannot resolve symbol
> [javac] symbol : constructor Policy
> (org.w3c.dom.Document,org.apache.log.Lo
> gger)
> [javac] location: class org.apache.lenya.cms.ac.Policy
> [javac] Policy policy = new Policy(policyDoc,
> getLogger());
> [javac] ^
> [javac]
> F:\src\lenyacms\build\lenya\src\org\apache\lenya\cms\cocoon\acting\U
> RIParametrizerAction.java:102: cannot resolve symbol
> [javac] symbol : method resolveURI (java.lang.String)
> [javac] location: interface
> org.apache.cocoon.environment.SourceResolver
> [javac] inputSource =
> resolver.resolveURI(parameterSrc);
> [javac] ^
> [javac]
> F:\src\lenyacms\build\lenya\src\org\apache\lenya\cms\publication\Pag
> eEnvelope.java:87: cannot resolve symbol
> [javac] symbol : method resolveURI (java.lang.String)
> [javac] location: interface
> org.apache.cocoon.environment.SourceResolver
> [javac] Source inputSource = resolver.resolveURI("");
> [javac] ^
> [javac]
> F:\src\lenyacms\build\lenya\src\org\apache\lenya\cms\cocoon\transfor
> mation\AbstractDOMTransformer.java:182: cannot resolve symbol
> [javac] symbol : method setNormalizeNamespaces (boolean)
> [javac] location: class org.apache.cocoon.xml.dom.DOMStreamer
> [javac] s.setNormalizeNamespaces(false);
> [javac] ^
> [javac]
> F:\src\lenyacms\build\lenya\src\org\apache\lenya\cms\task\AntTask.ja
> va:214: cannot resolve symbol
> [javac] symbol : method toProperties
> (org.apache.avalon.framework.parameter
> s.Parameters)
> [javac] location: class
> org.apache.avalon.framework.parameters.Parameters
> [javac] Map parametersMap =
> Parameters.toProperties(getParameter
> s());
> [javac] ^
> [javac] 5 errors
>
> BUILD FAILED
> file:F:/src/lenyacms/src/targets/compile-build.xml:15: Compile
> failed; see the c
> ompiler error output for details.
>
> I'm using cocoon 2.1m2 source which compiled ok and created
> the webapp directory and a cocoon.jar file [not cocoon.war]
> which I chucked into the lenya source tree root as instructed.
>
> Prodding around in
> org.apache.avalon.framework.parameters.Parameters the
> toProperties method does appear to be there.
>
> Can anyone help me out?
>
> Thanks
>
> Robbie Gibbon
>
---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org
|