Hi Jörn,
I have noticed this as well. I was able to trace it back to this part
of the global-sitemap:
<map:aggregate element="menu"
ns="http://apache.org/cocoon/lenya/menubar/1.0">
<map:part src="cocoon:/menu-xml/{1}/{2}/{3}" strip-root="true"/>
<map:part src="cocoon:/menu-xml/modules/{1}/{2}.xml"
strip-root="true"/>
</map:aggregate>
It looks to be a bug in the map:aggregate. The strip-root="true" seems
to be causing the problem. It is adding multiple
xmlns="http://apache.org/cocoon/lenya/menubar/1.0" to the root menu
element. I am not really sure why this duplicate attribute error is
being reported as logger is null.
--Doug
Jörn Nettingsmeier wrote:
one thing in the logs looks a little fishy to me.
the source is released, and the serializer recycled, *before* the
exception occurs. may be a thread concurrency problem in the logs only,
or a misunderstanding on my part, but here it is anyway:
SocketListener0-8 DEBUG core.manager - Releasing source
cocoon://lenya-page/default/authoring/index.xml?doctype=homepage
SocketListener0-8 DEBUG sitemap - Releasing
[EMAIL PROTECTED]
SocketListener0-8 DEBUG core.manager - Releasing source
cocoon://menu-xml/default/authoring/index.xml
SocketListener0-8 DEBUG sitemap - Put a
org.apache.cocoon.generation.ServerPagesGenerator back into the pool.
SocketListener0-8 DEBUG sitemap - Put a
org.apache.cocoon.components.serializers.XMLSerializer back into the pool.
SocketListener0-8 DEBUG sitemap - Put a
org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline
back into the pool.
.... (some 20 lines deleted)
SocketListener0-8 ERROR sitemap.handled-errors - Unable to get
transformer handler for cocoon://lenya-page/default/authoring/inde
x.xml?doctype=homepage
at <map:serialize type="xhtml"> -
file:/srv/lenya/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:275:50
at <map:transform> -
file:/srv/lenya/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:252:91
at <map:transform> -
file:/srv/lenya/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:245:164
at <map:generate> -
file:/srv/lenya/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:234:171
at <map:mount> -
file:/srv/lenya/build/lenya/webapp/global-sitemap.xmap:421:113
at <map:mount> -
file:/srv/lenya/build/lenya/webapp/sitemap.xmap:630:106
...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]