You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Michael Wechner <mi...@wyona.com> on 2006/03/21 22:26:16 UTC

[1.4-dev] Problem with default publication

Hi


After doing an SVN update and fresh build I receive the following error
in the case of the default publication:


Resource not found: cocoon://menu-xml/module/authoring/opendocument.xml

org.apache.cocoon.ProcessingException: Unable to get transformer handler 
for cocoon://lenya-page/default/authoring/index.xml?doctype=homepage at 
<map:serialize type="xhtml"> - 
file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:234:50 
at <map:transform> - 
file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:214:91 
at <map:transform> - 
file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:207:164 
at <map:generate> - 
file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:196:171 
at <map:mount> - 
file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/global-sitemap.xmap:428:113 
at <map:mount> - 
file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/sitemap.xmap:620:106

cause: org.apache.avalon.framework.CascadingException: Resource not 
found: cocoon://menu-xml/module/authoring/opendocument.xml

full exception chain stacktrace[Hide]

org.apache.cocoon.ProcessingException: Unable to get transformer handler for cocoon://lenya-page/default/authoring/index.xml?doctype=homepage
	at <map:serialize type="xhtml"> - file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:234:50
	at <map:transform> - file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:214:91
	at <map:transform> - file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:207:164
	at <map:generate> - file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:196:171
	at <map:mount> - file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/global-sitemap.xmap:428:113
	at <map:mount> - file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/sitemap.xmap:620:106
	at org.apache.cocoon.transformation.TraxTransformer.setup(TraxTransformer.java:338)
	at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:397)
	at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:720)
	at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:500)
	at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.


...

Any idea what has changed?

Thanks

Michi

-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org
+41 44 272 91 61


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


Re: [1.4-dev] Problem with default publication

Posted by Michael Wechner <mi...@wyona.com>.
after commenting

  <!--
  <module name="opendocument"/>
  -->

within publication.xconf (of default pub) it works again, so
I guess something must be wrong within the opendocument module ...

Michi


Michael Wechner wrote:

> Hi
>
>
> After doing an SVN update and fresh build I receive the following error
> in the case of the default publication:
>
>
> Resource not found: cocoon://menu-xml/module/authoring/opendocument.xml
>
> org.apache.cocoon.ProcessingException: Unable to get transformer 
> handler for 
> cocoon://lenya-page/default/authoring/index.xml?doctype=homepage at 
> <map:serialize type="xhtml"> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:234:50 
> at <map:transform> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:214:91 
> at <map:transform> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:207:164 
> at <map:generate> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:196:171 
> at <map:mount> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/global-sitemap.xmap:428:113 
> at <map:mount> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/sitemap.xmap:620:106 
>
>
> cause: org.apache.avalon.framework.CascadingException: Resource not 
> found: cocoon://menu-xml/module/authoring/opendocument.xml
>
> full exception chain stacktrace[Hide]
>
> org.apache.cocoon.ProcessingException: Unable to get transformer 
> handler for 
> cocoon://lenya-page/default/authoring/index.xml?doctype=homepage
>     at <map:serialize type="xhtml"> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:234:50 
>
>     at <map:transform> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:214:91 
>
>     at <map:transform> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:207:164 
>
>     at <map:generate> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/lenya/pubs/default/sitemap.xmap:196:171 
>
>     at <map:mount> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/global-sitemap.xmap:428:113 
>
>     at <map:mount> - 
> file:/home/michi/src/apache/lenya/trunk/build/lenya/webapp/sitemap.xmap:620:106 
>
>     at 
> org.apache.cocoon.transformation.TraxTransformer.setup(TraxTransformer.java:338) 
>
>     at 
> org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:397) 
>
>     at 
> org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:720) 
>
>     at 
> org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:500) 
>
>     at 
> org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline. 
>
>
>
> ...
>
> Any idea what has changed?
>
> Thanks
>
> Michi
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org
+41 44 272 91 61


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