Greetings,
i´ve recently downloaded and installed the cvs version of cocoon2. But now i get after starting tomcat the following error:
type fatal
message The sitemap handler's sitemap is not available. Please check logs for the exact error.
description org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available. Please check logs for the exact error.
sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet
request-uri
/cocoon/welcome
path-info
welcome
Here comes the sitemap.log:
java.lang.NoSuchFieldError: manager
at org.apache.cocoon.www.sitemap_xmap.configure(sitemap_xmap.java:347)
at org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(DefaultComponentFactory.java:172)
at org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(ThreadSafeComponentHandler.java:84)
at org.apache.cocoon.components.language.generator.GeneratorSelector.addGenerator(GeneratorSelector.java:135)
at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.addCompiledComponent(ProgramGeneratorImpl.java:355)
at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:189)
at org.apache.cocoon.sitemap.Handler.run(Handler.java:221)
at java.lang.Thread.run(Thread.java:496)
The error in the error.log is the same
So any hint would be nice.
With regards
Thomas Sempf
- sitemap error, after installing cvs version Thomas Sempf
- Re: sitemap error, after installing cvs version Carlos
- Re: sitemap error, after installing cvs version Thomas Sempf
- RE: sitemap error, after installing cvs version Vadim Gritsenko
- Thomas Sempf