Andrew Panagos wrote:
>
> No exceptions, the log doesn't say anything, it all looks good but just
> blank screens.
> The apache error log does complain about some images missing on startup e.g.
>
> File does not exist: /usr/local/apache/htdocs/content/images/spacer.gif
> File does not exist:
> /usr/local/apache/htdocs/content/images/search/yahoo.img
>
> The line below is an excerpt from my access_log file for apache. I get this
> when I press the edit button for the "Example Cocoon portlet". Is the
> stylesheet setting incorrect ?
>
> 192.168.1.1 - - [01/Apr/2000:10:42:29 -0600] "GET
> /servlets/jetspeed/screen/portlets.PortletInfoScreen?classname=org.apache.je
> tspeed.portal.portlets.CocoonPortlet&url=http%3A%2F%2Fsteadfast.technicool.c
> om%3A80%2Fcontent%2Fdynamic%2Findex.xml&stylesheet=%2Fcontent%2Fdynamic%2Fin
> dex.xsl HTTP/1.1" 200 530
<snip>
This is actually a bug I noticed in both Tomcat and Turbine. Not so
much a Turbine bug but a Tomcat one.
If you throw a throwable which doesn't inherit from Exception. IE
something like NoClassDefFoundError tomcat doesn't tell you about it. I
fixed Turbine so that it would catch all Throwables in Turbine.java but
this may be happening somewhere else. Of course since the bug it
actually that it doesn't print a stack trace there is no stack trace to
help debugging which makes tracking the bug soooo much harder :|.
Kevin
--
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN: "Please Open Source Java!"
"For evil to win is for good men to do nothing."
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]