Bug 24828 - The admin tab in the blog publication shows the site tab which throws an exception when clicked.
Summary: The admin tab in the blog publication shows the site tab which throws an exce...
Status: RESOLVED FIXED
Alias: None
Product: Lenya
Classification: Unclassified
Component: blog (show other bugs)
Version: Trunk
Hardware: All All
: P3 normal
Target Milestone: 1.4
Assignee: Lenya Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 16:19 UTC by Christian Egli
Modified: 2006-11-30 05:27 UTC (History)
1 user (show)



Attachments
stack trace of xeception (44.64 KB, text/xml)
2003-11-20 14:44 UTC, Christian Egli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Egli 2003-11-19 16:19:20 UTC
If you select the admin tab in the blog pub the new page also shows the 'Site'
tab. If you click on this tab you'll get the following exception:

An Error Occurred org.apache.cocoon.ProcessingException Unable to get
transformer handler for cocoon://lenya-page/blog/info/default.xml
org.apache.cocoon.ProcessingException: Unable to get transformer handler for
cocoon://lenya-page/blog/info/default.xml:
org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating
Transform Handler org.apache.cocoon.ResourceNotFoundException: No pipeline
matched request: menu-xml/blog/info/default.xml Original Exception:
org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating
Transform Handler at
org.apache.excalibur.xml.xslt.XSLTProcessorImpl.getTransformerHandlerAndValidity(XSLTProcessorImpl.java:375)
at
org.apache.cocoon.transformation.TraxTransformer.setup(TraxTransformer.java:302)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:394)
at
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:652)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:508)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:470)
at
org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(SerializeNode.java:150)
at...
Comment 1 Christian Egli 2003-11-20 14:44:06 UTC
Created attachment 9203 [details]
stack trace of xeception
Comment 2 Gregor J. Rothfuss 2003-12-04 15:57:01 UTC
the solution will be to rip out all the references to the deprecated menu
handling, and do a tab aggregation for the admin area. admin tab + tabs from
config per publication

too risky for 1.2 though, and it is a low impact bug anyway
Comment 3 Hubertus Groepper 2006-06-10 18:17:37 UTC
No Exception any more, rather 404 on index.html. Maybe it's time to get rid of
this bug, seems kind of old? There is no site tab when in authoring, so there
should be no site tab when in admin.
Comment 4 Andreas Hartmann 2006-11-30 05:27:28 UTC
The site tab doesn't appear anymore in the admin area.