Trying to get Lenya running under Tomcat6 on FreeBSD.

The error starts off with:
PM org.apache.catalina.core.ApplicationContext log
SEVERE: StandardWrapper.Throwable
java.lang.NoClassDefFoundError: org/apache/regexp/RESyntaxException
        at org.apache.cocoon.Cocoon.configure(Cocoon.java:422)
        at org.apache.cocoon.Cocoon.initialize(Cocoon.java:336)

leads me to think various libs are not installed.

(         * xalan-2.7.0.jar
          * xalan-2.7.0-serializer.jar
          * xerces-2.9.0-xercesImpl.jar
          * xerces-2.9.0-xml-apis.jar )

Yet
$ ls -lt tomcat6.0/webapps/lenya/WEB-INF/lib/endorsed
total 4864
-rw-r--r--  1 me  wheel   522143 Aug 11 18:20 jakarta-bcel-20040329.jar
-rw-r--r--  1 me  wheel    33028 Aug 11 18:20 jakarta-regexp-1.5.jar
-rw-r--r--  1 me  wheel  2922954 Aug 11 18:20 xalan-2.7.1.jar
-rw-r--r--  1 me  wheel   194354 Aug 11 18:20 xml-apis-1.3.04.jar
-rw-r--r--  1 me  wheel  1229125 Aug 11 18:20 xercesImpl-2.9.1.jar

$ jar tf tomcat6.0/webapps/lenya/WEB-INF/lib/endorsed/jakarta-regexp-1.5.jar | g
rep RESyntaxException
org/apache/regexp/RESyntaxException.class

So why am I missing the definition of the class - and what can I do to fix it?


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@lenya.apache.org
For additional commands, e-mail: user-h...@lenya.apache.org

Reply via email to