Okay, David was right ! >It should be specified in a catalog entity resolver >to refer to local copies, but perhaps is not.
I specified it and bam -> it works ! Thanks a lot ! Merry christmas :-) . . . . . . . . . . . . . . . . . . . . . . . . . . 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: Mittwoch, 22. Dezember 2010 09:20 An: user@forrest.apache.org Betreff: AW: timed out only for several files Okay i managed to identify the packets (at least i think so). Wireshark allows me to se what is transfered in plan text so when i access one of the pages that work i see the html code. If i acces a page that does not work i only see what i would call nonsense. Seems like random charakters. Does that tell you something ?! 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: Mittwoch, 22. Dezember 2010 08:46 An: user@forrest.apache.org Betreff: AW: timed out only for several files Okay, there are so many outgoing connections that it is impossbile for me to distinguish which one of them is caused by forrest. I used wireshark becuase it supports filters and has a gui but even with that i couldn't find anything. Any suggestions what excatly i should be looking for ?! . . . . . . . . . . . . . . . . . . . . . . . . . . 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: Mittwoch, 22. Dezember 2010 08:29 An: user@forrest.apache.org Betreff: AW: timed out only for several files I'll try and install ngrep.sf.net. There is an outgoing connection available. Also i don't think that would be a possible explanation because the files that do work also contain dtd-declarations (of another dtd though). Thx . . . . . . . . . . . . . . . . . . . . . . . . . . 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: David Crossley [mailto:cross...@apache.org] Gesendet: Mittwoch, 22. Dezember 2010 00:55 An: user@forrest.apache.org Betreff: Re: timed out only for several files 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