On Monday 18 February 2002 08:15, Derek Hohls wrote:
> I am struggling with a problem getting a Cocoon file to work -
> its fine on the test machine but fails on the live machine.

>. . .
> <!DOCTYPE book PUBLIC
>   "-//OASIS//DTD DocBook XML V4.1.2//EN"
>   "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd";>
>. . .

>. . .
> Exception during processing of
> file:/usr/local/tomcat/webapps/cocoon/lead/docs/project/index.xml:
> java.net.ConnectException: Connection refused
>. . .
> When I comment out the <!DOCTYPE> then it works fine...
>. . .
> PS the  path to Docbook is set in the CatalogManager.properties file
>. . .

I'd suspect the parser trying to retrieve 
http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd (or whatever is 
defined in the CatalogManager) and failing. Maybe a firewall is 
blocking access from the Cocoon process to www.oasis-open.org?

Maybe setting DEBUG log level and searching for "oasis" or "docbook" in 
the cocoon logs would help?

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- web technologies consultant - OO, Java, XML, C++






---------------------------------------------------------------------
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