Hi!

I've a problem running Tomcat4 with Cocoon2 on a remote machine. I'm
starting Tomcat on a remote machine using the .sh-script:

catalina.sh start &>/dev/null &

While still being logged in everything runs fine. I get access to both
start pages, tomcat and cocoon. But there's a tricky thing about
logging out of that machine:

Szenario 1) I'm starting 
                     catalina.sh start &>/dev/null &
and then do a LOGOUT. Everything works fine and I do get the
start-page of tomcat. But the cocoon/welcome-page cannot be displayed
because of an exception which is attached to this mails.

Szenario 2) I'm starting
                     catalina.sh start &>/dev/null &
and access both start pages, tomcat AND cocoon. Now I do get both of
them correctly. But after this I _cannot_ LOGOUT because ssh hangs. It
seems there is some open channel or access to some tty/pts which I'm
logged on. Closing the local xterm where ssh is running also kills
Catalina on the remote machine!

Is this a problem with the sitemap creator? Any solution. (BTW: the
"run" argument of catalina.sh doesn't help.) The log's don't say
anything about this problem.

My config:
Tomcat-4.0.1
Cocoon-2-rc1a

ciao
Volker
Title: Internal server error

Cocoon 2 - Internal server error


type internal-server-error

message The sitemap handler's sitemap is not available. Please check logs for the exact error.

description org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available. Please check logs for the exact error.

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoon/

exception

org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available. Please check logs for the exact error.

path-info

stacktrace

org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available. Please check logs for the exact error.
	at org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:243)
	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:111)
	at org.apache.cocoon.Cocoon.process(Cocoon.java:495)
	at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:534)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
	at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
	at java.lang.Thread.run(Thread.java:484)


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to