hi y'all, just thought i'd see how c2 and catalina were coming along. i'm
running both straight outta cvs. most examples work great, but the esql
sample fails with a resource-not-found error message. relevant log
messages:
localhost_log -
2001-02-19 22:32:27 ERROR 34200 [cocoon ] (HttpProcessor[8080][13]):
CocoonComponentSelector Could not find component for hint
'_home/_balld/_src/_jakarta_tomcat_4_0/_build/_webapps/_cocoon/_docs/_samples/_xsp/_esql_xsp'.
some other errors appear above this, e.g.:
2001-02-19 22:32:25 ERROR 33989 [cocoon ] (HttpProcessor[8080][13]):
DefaultComponentManager Could not find component for role
'serializer:html'.
java.lang.NullPointerException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at org.apache.cocoon.util.ClassUtils.loadClass(ClassUtils.java:58)
at
org.apache.cocoon.DefaultComponentManager.lookup(DefaultComponentManager.java:114)
at
org.apache.cocoon.sitemap.SitemapComponentManager.lookup(SitemapComponentManager.java:58)
at
org.apache.cocoon.sitemap.ResourcePipeline.setSerializer(ResourcePipeline.java:115)
at
org.apache.cocoon.sitemap.ResourcePipeline.setSerializer(ResourcePipeline.java:107)
at
_home._balld._src._jakarta_tomcat_4_0._build._webapps._cocoon._sitemap_xmap.process(_sitemap_xmap.java:2099)
in the "repository", i find the generated source but no compiled class.
the generated source appears to be correct. i can't think of any change
i've made that would break this. can someone else test the esql sample?
anyone have any suggestions?
- donald
|