You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Andy Osburn <an...@csus.edu> on 2003/09/16 20:09:20 UTC

Need help w/ install error - Failed to load sitemap

Cocoon is installed and working properly on a RH 9 box.

j2sdk 1.4.2
tomcat 4.0.5
cocoon 2.1


When I point the browser at http://host:8080/lenya I get this error page:

******
******

Message: Failed to load sitemap from
file:/root/tomcat-4.0.5/jakarta-tomcat-4.0.5/webapps/lenya/sitemap.xmap

Description: org.apache.cocoon.ProcessingException: Failed to load sitemap
from
file:/root/tomcat-4.0.5/jakarta-tomcat-4.0.5/webapps/lenya/sitemap.xmap:
org.apache.avalon.framework.configuration.ConfigurationException: Could not
load class org.apache.cocoon.webapps.authentication.selection.MediaSelector
for component named 'auth-media' at
file:/root/tomcat-4.0.5/jakarta-tomcat-4.0.5/webapps/lenya/sitemap.xmap:333:
109

Sender: org.apache.cocoon.servlet.CocoonServlet

Source: Cocoon Servlet

Request URI

cause

java.lang.ClassNotFoundException:
org.apache.cocoon.webapps.authentication.selection.MediaSelector

request-uri

/lenya/

******
******

and then a BIG long full exception chain stacktrace

can anyone help me out?

Andy Osburn - Cal State Univ. Sacramento

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


Re: Need help w/ install error - Failed to load sitemap

Posted by Steve Duncan <sd...@ksg.harvard.edu>.
What version or lenya are you using?

Some where along the line the pathing to MediaSelector changed

Milestone 1 location
bin/cocoon2.1m1/cocoon-2.1-M1/src/blocks/authentication-fw/java/org/apache/c
ocoon/webapps/authentication/selection/MediaSelector.java

2.1 Release
bin/cocoon2.1/cocoon-2.1/src/blocks/session-fw/java/org/apache/cocoon/webapp
s/session/selection/MediaSelector.java

I updated from the latest version in the cvs and it comes up ok.

Steve


"Andy Osburn" <an...@csus.edu> wrote in message
news:4EAAE4E8A820E54EA5111F74BDCED00D013E8294@library1b.lib.csus.edu...
> Cocoon is installed and working properly on a RH 9 box.
>
> j2sdk 1.4.2
> tomcat 4.0.5
> cocoon 2.1
>
>
> When I point the browser at http://host:8080/lenya I get this error page:
>
> ******
> ******
>
> Message: Failed to load sitemap from
> file:/root/tomcat-4.0.5/jakarta-tomcat-4.0.5/webapps/lenya/sitemap.xmap
>
> Description: org.apache.cocoon.ProcessingException: Failed to load sitemap
> from
> file:/root/tomcat-4.0.5/jakarta-tomcat-4.0.5/webapps/lenya/sitemap.xmap:
> org.apache.avalon.framework.configuration.ConfigurationException: Could
not
> load class
org.apache.cocoon.webapps.authentication.selection.MediaSelector
> for component named 'auth-media' at
>
file:/root/tomcat-4.0.5/jakarta-tomcat-4.0.5/webapps/lenya/sitemap.xmap:333:
> 109
>
> Sender: org.apache.cocoon.servlet.CocoonServlet
>
> Source: Cocoon Servlet
>
> Request URI
>
> cause
>
> java.lang.ClassNotFoundException:
> org.apache.cocoon.webapps.authentication.selection.MediaSelector
>
> request-uri
>
> /lenya/
>
> ******
> ******
>
> and then a BIG long full exception chain stacktrace
>
> can anyone help me out?
>
> Andy Osburn - Cal State Univ. Sacramento




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