Hello,

As seen in the Cocoon book from Carsten and Matthew I want to fetch some information 
from the URI "http://linuxtoday.com/backend/biglt.rss"; with the File Generator.
The sitemap (simplified) looks like:

<map:match pattern="linuxtoday">
   <map:generate src="http://linuxtoday.com/backend/biglt.rss"/>
   <map:transform src="portal/styles/rss091.xsl"/>
   <map:serialize type="html"/>
</map:match>

When I execute the pipeline, the browser returns an error after 1 minute:

type: internal-server-error
message: Exception during processing of 
http://p.moreover.com/cgi-local/page?index_health+rss
description: org.apache.cocoon.ProcessingException: Exception during processing of 
http://p.moreover.com/cgi-local/page?index_health+rss: java.net.ConnectException: 
Operation timed out: connect
sender: org.apache.cocoon.servlet.CocoonServlet
source: Cocoon servlet

I run Cocoon in my machine and it is behind a firewall. I use a proxy server to 
connect to internet.

Is it a connection problem?
Anyone had the same problem?

Thank you
Sylvain

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

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

Reply via email to