DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7634>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7634 Binary dist cocoon-2.0.2-bin.zip missing latest class file(s) Summary: Binary dist cocoon-2.0.2-bin.zip missing latest class file(s) Product: Cocoon 2 Version: 2.0.2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I apologize if this doesn't belong in the bug database, as I suspect it's more of a build/distribution issue. I couldn't find a more appropriate place to report it. It sounds like there's an older version of a class file included in this zip file (possibly the other binary files as well) that's missing the referenced "manager" field. I installed the WAR file from cocoon-2.0.2-bin.zip on 2 Windows systems (Sun JDK 1.3.1) each of which was successfully running Cocoon 2.0.1. I receive the following error when trying to load the welcome page: ========================================================== Cocoon 2 - Internal server error type fatal message Error compiling sitemap description org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoSuchFieldError: manager sender org.apache.cocoon.servlet.CocoonServlet source Cocoon servlet stack-trace org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoSuchFieldError: manager at org.apache.cocoon.sitemap.Handler.run(Handler.java:295) at java.lang.Thread.run(Unknown Source) java.lang.NoSuchFieldError: manager at org.apache.cocoon.www.sitemap_xmap.configure(sitemap_xmap.java:344) 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:170) at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:248) at org.apache.cocoon.sitemap.Handler.run(Handler.java:270) at java.lang.Thread.run(Unknown Source) request-uri /cocoon/welcome path-info welcome ========================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]