Re: timed out only for several files

2010-12-21 Thread David Crossley
Szabo, Patrick (LNG-VIE) wrote:
> I guess this is what's going wrong:
> 
> ERROR   (2010-12-21) 14:32.34:132   [access] (/cpf/news/vpi.html) 
> PoolThread-7/CocoonServlet: Internal Cocoon Problem
> org.apache.cocoon.ProcessingException: Error executing pipeline.: 
> org.apache.cocoon.ProcessingException: Error executing pipeline.: 
> java.net.ConnectException: Connection timed out: connect 
> .
> .
> .
> .
> .
> Caused by: org.apache.cocoon.ProcessingException: Error executing pipeline.: 
> java.net.ConnectException: Connection timed out: connect
> .
> .
> 
> 
> Does anyone know what i should to next ?!

Ah, i wonder if it is going to the network to get a DTD
that is declared in your special xml source files.
It should be specified in a catalog entity resolver
to refer to local copies, but perhaps is not.

I wonder if on the old machine, it was doing it too.
There it might have had an outgoing connection available,
but on this new machine, not.

I suggest installing ngrep.sf.net or some such
and search for "dtd".

I know that you are using an old version of Forrest,
but this newer documentation would be of more help:
http://forrest.apache.org/docs/validation.html#catalog

-David


Re: timed out only for several files

2010-12-21 Thread Tim Williams
On Tue, Dec 21, 2010 at 8:26 AM, Szabo, Patrick (LNG-VIE)
 wrote:
> Can you tell me where that file is located ?!

http://forrest.apache.org/howto-dev.html#debug-logfiles

http://forrest.apache.org/docs_0_90/faq.html#logs



> . . . . . . . . . . . . . . . . . . . . . . . . . .
> Patrick Szabo
>  XSLT-Entwickler
> LexisNexis
> Marxergasse 25, 1030 Wien
>
> mailto:patrick.sz...@lexisnexis.at
> Tel.: +43 (1) 534 52 - 1573
> Fax: +43 (1) 534 52 - 146
>
>
> -Ursprüngliche Nachricht-
>
> Von: Tim Williams [mailto:william...@gmail.com]
> Gesendet: Dienstag, 21. Dezember 2010 14:23
> An: user@forrest.apache.org
> Betreff: Re: timed out only for several files
>
> I was thinking the actual log file itself, not stdout.
>
> --tim
>
> On Tue, Dec 21, 2010 at 8:14 AM, Szabo, Patrick (LNG-VIE)
>  wrote:
>> I started forrest with forrest run -l log.txt and i do get the txt-file but 
>> if i browse to a page nothing is written into the file.
>>
>> Still there is an error in the log file:
>>
>> 14:08:10.857 EVENT  Checking Resource aliases
>> 14:08:10.982 EVENT  Starting Jetty/4.2.19
>> 14:08:11.045 EVENT  Started WebApplicationContext[/,Apache Forrest]
>> 14:08:11.076 WARN!! Delete existing temp dir C:\WINDOWS\TEMP\Jetty____ 
>> for WebApplicationContext[/,Apache Forrest]
>> Lazy mode: false
>> 14:08:11.638 WARN!! Failed to start: socketliste...@0.0.0.0:
>> 14:08:11.638 WARN!!
>> org.mortbay.util.MultiException[java.net.BindExceLazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> Lazy mode: false
>> va:359)
>>        at java.net.ServerSocket.bind(ServerSocket.java:319)
>>        at java.net.ServerSocket.(ServerSocket.java:185)
>>        at 
>> org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:317)
>>        at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:390)
>>        at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:419)
>>        at org.mortbay.http.SocketListener.start(SocketListener.java:154)
>>        at org.mortbay.http.HttpServer.start(HttpServer.java:671)
>>        at org.mortbay.jetty.Server.main(Server.java:429)
>>
>> Kind regards
>>
>>
>> . . . . . . . . . . . . . . . . . . . . . . . . . .
>> Patrick Szabo
>>  XSLT-Entwickler
>> LexisNexis
>> Marxergasse 25, 1030 Wien
>>
>> mailto:patrick.sz...@lexisnexis.at
>> Tel.: +43 (1) 534 52 - 1573
>> Fax: +43 (1) 534 52 - 146
>>
>>
>> -Ursprüngliche Nachricht-
>>
>> Von: Tim Williams [mailto:william...@gmail.com]
>> Gesendet: Dienstag, 21. Dezember 2010 14:02
>> An: user@forrest.apache.org
>> Betreff: Re: timed out only for several files
>>
>> Not much to go on here, can you post relevant sections of your log
>> file after you make a request? If you've not already, put log-level to
>> debug.
>>
>> --tim
>>
>>
>> On Tue, Dec 21, 2010 at 7:51 AM, Szabo, Patrick (LNG-VIE)
>>  wrote:
>>> Hi,
>>>
>>> It seems to have something todo with the doctype.
>>> We are using 2 of them : topic and task.
>>>
>>> All of the topic-files work, the task-files don't.
>>>
>>> Does that telly ou anything ?!
>>>
>>> Kind regards
>>>
>>>
>>> . . . . . . . . . . . . . . . . . . . . . . . . . .
>>> Patrick Szabo
>>>  XSLT-Entwickler
>>> LexisNexis
>>> Marxergasse 25, 1030 Wien
>>>
>>> mailto:patrick.sz...@lexisnexis.at
>>> Tel.: +43 (1) 534 52 - 1573
>>> Fax: +43 (1) 534 52 - 146
>>>
>>>
>>> -Ursprüngliche Nachricht-
>>>
>>> Von: Szabo, Patrick (LNG-VIE) [mailto:patrick.sz...@lexisnexis.at]
>>> Gesendet: Montag, 20. Dezember 2010 15:30
>>> An: user@forrest.apache.org
>>> Betreff: timed out only for several files
>>>
>>> hi,
>>>
>>> I'm running an 0.7 forrest server and i have a problem with a couple of
>>> files.
>>> For the most part everything is working fine but i can't acces all
>>> files.
>>> A hand full of files deliver that error:
>>>
>>> Message: null
>>>
>>> Description: No details available.
>>>
>>> Sender: org.apache.cocoon.servlet.CocoonServlet
>>>
>>> Source: Cocoon Servlet
>>>
>>> cause
>>>
>>> Connection timed out: connect
>>>
>>> Request URI
>>>
>>> cpf/newsletter/pvp.html
>>>
>>> request-uri
>>>
>>> /cpf/newsletter/pvp.html
>>>
>>> The files exist, and are accessbile through the filesystem.
>>>
>>> Any ideas ?!
>>>
>>> Thanks in advance...
>>>
>>> Kind regards
>>>
>>> . . . . . . . . . . . . . . . . . . . . . . . . . .
>>> Patrick Szabo
>>>  XSLT-Entwickler
>>> LexisNexis
>>> Marxergasse 25, 1030 Wien
>>>
>>> mailto:patrick.sz...@lexisnexis.at
>>> Tel.: +43 (1) 534 52 - 1573
>>> Fax: +43 (1) 534 52 - 146
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>


Re: timed out only for several files

2010-12-21 Thread Tim Williams
I was thinking the actual log file itself, not stdout.

--tim

On Tue, Dec 21, 2010 at 8:14 AM, Szabo, Patrick (LNG-VIE)
 wrote:
> I started forrest with forrest run -l log.txt and i do get the txt-file but 
> if i browse to a page nothing is written into the file.
>
> Still there is an error in the log file:
>
> 14:08:10.857 EVENT  Checking Resource aliases
> 14:08:10.982 EVENT  Starting Jetty/4.2.19
> 14:08:11.045 EVENT  Started WebApplicationContext[/,Apache Forrest]
> 14:08:11.076 WARN!! Delete existing temp dir C:\WINDOWS\TEMP\Jetty____ 
> for WebApplicationContext[/,Apache Forrest]
> Lazy mode: false
> 14:08:11.638 WARN!! Failed to start: socketliste...@0.0.0.0:
> 14:08:11.638 WARN!!
> org.mortbay.util.MultiException[java.net.BindExceLazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> Lazy mode: false
> va:359)
>        at java.net.ServerSocket.bind(ServerSocket.java:319)
>        at java.net.ServerSocket.(ServerSocket.java:185)
>        at 
> org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:317)
>        at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:390)
>        at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:419)
>        at org.mortbay.http.SocketListener.start(SocketListener.java:154)
>        at org.mortbay.http.HttpServer.start(HttpServer.java:671)
>        at org.mortbay.jetty.Server.main(Server.java:429)
>
> Kind regards
>
>
> . . . . . . . . . . . . . . . . . . . . . . . . . .
> Patrick Szabo
>  XSLT-Entwickler
> LexisNexis
> Marxergasse 25, 1030 Wien
>
> mailto:patrick.sz...@lexisnexis.at
> Tel.: +43 (1) 534 52 - 1573
> Fax: +43 (1) 534 52 - 146
>
>
> -----Ursprüngliche Nachricht-
>
> Von: Tim Williams [mailto:william...@gmail.com]
> Gesendet: Dienstag, 21. Dezember 2010 14:02
> An: user@forrest.apache.org
> Betreff: Re: timed out only for several files
>
> Not much to go on here, can you post relevant sections of your log
> file after you make a request? If you've not already, put log-level to
> debug.
>
> --tim
>
>
> On Tue, Dec 21, 2010 at 7:51 AM, Szabo, Patrick (LNG-VIE)
>  wrote:
>> Hi,
>>
>> It seems to have something todo with the doctype.
>> We are using 2 of them : topic and task.
>>
>> All of the topic-files work, the task-files don't.
>>
>> Does that telly ou anything ?!
>>
>> Kind regards
>>
>>
>> . . . . . . . . . . . . . . . . . . . . . . . . . .
>> Patrick Szabo
>>  XSLT-Entwickler
>> LexisNexis
>> Marxergasse 25, 1030 Wien
>>
>> mailto:patrick.sz...@lexisnexis.at
>> Tel.: +43 (1) 534 52 - 1573
>> Fax: +43 (1) 534 52 - 146
>>
>>
>> -Ursprüngliche Nachricht-
>>
>> Von: Szabo, Patrick (LNG-VIE) [mailto:patrick.sz...@lexisnexis.at]
>> Gesendet: Montag, 20. Dezember 2010 15:30
>> An: user@forrest.apache.org
>> Betreff: timed out only for several files
>>
>> hi,
>>
>> I'm running an 0.7 forrest server and i have a problem with a couple of
>> files.
>> For the most part everything is working fine but i can't acces all
>> files.
>> A hand full of files deliver that error:
>>
>> Message: null
>>
>> Description: No details available.
>>
>> Sender: org.apache.cocoon.servlet.CocoonServlet
>>
>> Source: Cocoon Servlet
>>
>> cause
>>
>> Connection timed out: connect
>>
>> Request URI
>>
>> cpf/newsletter/pvp.html
>>
>> request-uri
>>
>> /cpf/newsletter/pvp.html
>>
>> The files exist, and are accessbile through the filesystem.
>>
>> Any ideas ?!
>>
>> Thanks in advance...
>>
>> Kind regards
>>
>> . . . . . . . . . . . . . . . . . . . . . . . . . .
>> Patrick Szabo
>>  XSLT-Entwickler
>> LexisNexis
>> Marxergasse 25, 1030 Wien
>>
>> mailto:patrick.sz...@lexisnexis.at
>> Tel.: +43 (1) 534 52 - 1573
>> Fax: +43 (1) 534 52 - 146
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>


Re: timed out only for several files

2010-12-21 Thread Tim Williams
Not much to go on here, can you post relevant sections of your log
file after you make a request? If you've not already, put log-level to
debug.

--tim


On Tue, Dec 21, 2010 at 7:51 AM, Szabo, Patrick (LNG-VIE)
 wrote:
> Hi,
>
> It seems to have something todo with the doctype.
> We are using 2 of them : topic and task.
>
> All of the topic-files work, the task-files don't.
>
> Does that telly ou anything ?!
>
> Kind regards
>
>
> . . . . . . . . . . . . . . . . . . . . . . . . . .
> Patrick Szabo
>  XSLT-Entwickler
> LexisNexis
> Marxergasse 25, 1030 Wien
>
> mailto:patrick.sz...@lexisnexis.at
> Tel.: +43 (1) 534 52 - 1573
> Fax: +43 (1) 534 52 - 146
>
>
> -Ursprüngliche Nachricht-
>
> Von: Szabo, Patrick (LNG-VIE) [mailto:patrick.sz...@lexisnexis.at]
> Gesendet: Montag, 20. Dezember 2010 15:30
> An: user@forrest.apache.org
> Betreff: timed out only for several files
>
> hi,
>
> I'm running an 0.7 forrest server and i have a problem with a couple of
> files.
> For the most part everything is working fine but i can't acces all
> files.
> A hand full of files deliver that error:
>
> Message: null
>
> Description: No details available.
>
> Sender: org.apache.cocoon.servlet.CocoonServlet
>
> Source: Cocoon Servlet
>
> cause
>
> Connection timed out: connect
>
> Request URI
>
> cpf/newsletter/pvp.html
>
> request-uri
>
> /cpf/newsletter/pvp.html
>
> The files exist, and are accessbile through the filesystem.
>
> Any ideas ?!
>
> Thanks in advance...
>
> Kind regards
>
> . . . . . . . . . . . . . . . . . . . . . . . . . .
> Patrick Szabo
>  XSLT-Entwickler
> LexisNexis
> Marxergasse 25, 1030 Wien
>
> mailto:patrick.sz...@lexisnexis.at
> Tel.: +43 (1) 534 52 - 1573
> Fax: +43 (1) 534 52 - 146
>
>
>
>
>
>
>
>