I forgot ... from cocoon log:

WARN    (2001-10-04) 22:12.55:030   [cocoon  ] (/cocoon/xsptest/welcome) 
Thread-15/sitemap_xmap: org.apache.cocoon.acting.DatabaseSelectAction
java.lang.ClassNotFoundException: org.apache.cocoon.acting.DatabaseSelectAction
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        
        [... more descriptions ...]

ERROR   (2001-10-04) 22:12.55:030   [cocoon  ] (/cocoon/xsptest/welcome) 
Thread-15/GeneratorSelector: Could not set up Component for hint: 
org\apache\cocoon\www\xsptest\sitemap_xmap
org.apache.avalon.framework.configuration.ConfigurationException: Sitemap: 
org.apache.cocoon.acting.DatabaseSelectAction

        [... more descriptions ...]

Package problems? The class file is found. From root.log:

DEBUG   (2001-10-04) 22:41.13:430   [root    ] (Unknown-URI) 
Unknown-thread/CocoonServlet: extraClassPath is absolute: 
C:\Programme\ApacheGroup\jakarta-tomcat-3.2.1\webapps\cocoon\WEB-INF\classes\org\apache\cocoon\acting\TestHeaderAction.class;

And its in the path. But the package org.apache.cocoon.acting should be in 
\cocoon\WEB-INF\classes\org\apache\cocoon\acting.

Or should it be "If it is a pre-written action, simply include the jar in 
WEB-INF/libs." as I found now in the mail lists (mailman.realtime.com is closed till 
december)?

...

No, was the same error and after configuring the cocoon web.xml with

<init-param>
<param-name>extra-classpath</param-name>
<param-value>C:\Programme\ApacheGroup\jakarta-tomcat-3.2.1\webapps\cocoon\WEB-INF\lib\org\apache\cocoon\acting\TestHeaderAction.class;</param-value>
</init-param>

it was recognized in the root.log, but the error is the same.

Next thing I tried was a test action class without packaging and I placed it in 
WEB-INF/libs. But the same error message ...


*************************************************************************************************
*                                                                                      
         *
*       Any suggestions or a short overview in installing actions are very welcome, 
Arno        *
*                                                                                      
         *
*************************************************************************************************

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to