RE: Unrecognized file format

2005-05-30 Thread Grandia, Gerco
Sorry I have not responded, I have no idea what is happening here.

It seems strange that you say it works with forrest run but not with
the distributed version. This would imply that there was a problem with
the packaging of the war file. However, I do not understand why it is
only happening on one or two files.

Could I ask you to restate your problem again. That will help us to
refocus on the problem as so far I seem to have taken us down blind
alleys.

Ross
Neither have I. I have removed the entire application from the web
server, rebuilt and redployed it again and now it works.

The strange thing is that (obviously) I have tried that before, and then
it failed.

For now, I am just praying it keeps on working since I have to move on,
but I am not really happy with it.

You ask for restating the problem, well here it comes.

We are using forrest to document our software and we are publishing
release notes and that kind of stuff with it.

The pages are simple xml pages with the normal stylesheets, but some of
the pages fail for whatever reason with the following message:
  Message: null
  Description: No details available.
  Sender: org.apache.cocoon.servlet.CocoonServlet
  Source: Cocoon Servlet
  Request URI: vf-global-ue/downloads.html
  Cause: Unrecognized file format.
  request-uri: /docportal/vf-global-ue/downloads.html

The event log is complaining about a pipeline exception, somewhere in
Cocoon:
 INFO: ERROR   (2005-05-27) 14:37.30:421   [access  ]
(/docportal/vf-global-ue/downloads.html)
http-80-Processor24/CocoonServlet: Internal Cocoon Problem
 org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
 org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
 org.xml.sax.SAXException: Unrecognized file format.
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process
...

Cheers,
Gerco



Grandia, Gerco wrote:
Grandia, Gerco wrote:

Grandia, Gerco wrote:

...


4) Yes, but the page giving problems is not using them.

Hmmm... you *think* it is not using them. Lets not rule it out just

yet, we may come back to this.

Agree, you never know. I will attach the sitemap, and the URL we are

using and that's causing us trouble is 
http://rbtmain/docportal/vf-global-ue/downloads.html.

I agree that it doesn't look like it's your sitemap getting in the
way.


It just occured to me your site is online, is it publically
 
 available,
 
if so a link to a problem page would help immensely.

Unfortunately not, it's an intranet site. However, I the error
 
 message
 
is listed below:
Message: null
Description: No details available.
Sender: org.apache.cocoon.servlet.CocoonServlet
Source: Cocoon Servlet
Request URI: vf-global-ue/downloads.html
Cause: Unrecognized file format.
request-uri: /docportal/vf-global-ue/downloads.html

What do you see in WEB-INF/logs/error.log?
 
 
 Nothing, although I have put the error logging to DEBUG, that doesn't

 seem to make a difference.
 In the stdout from tomcat I see the following message:
 
 INFO: ERROR   (2005-05-27) 14:37.30:421   [access  ]
 (/docportal/vf-global-ue/downloads.html)
 http-80-Processor24/CocoonServlet: Internal Cocoon Problem
 org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
 org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
 org.xml.sax.SAXException: Unrecognized file format.
  at

org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.proce
 ss
 XMLPipeline(AbstractProcessingPipeline.java:542)
  at

org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPi
 pe
 line.processXMLPipeline(AbstractCachingProcessingPipeline.java:166)
  at

org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.proce
 ss
 (AbstractProcessingPipeline.java:478)
  at

org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invok
 e(
 SerializeNode.java:134)
  at

org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.
 invokeNodes(AbstractParentProcessingNode.java:76)
  at

org.apache.cocoon.components.treeprocessor.ContainerNode.invoke(Contai
 ne
 rNode.java:38)
  at

org.apache.cocoon.components.treeprocessor.CategoryNode.invokeByName(C
 at
 egoryNode.java:66)
 
 
 
 
Ross

 
 
 This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be
copied, disclosed to, retained or used by, any other party. If you are
not an intended recipient then please promptly delete this e-mail and
any attachment and all copies and inform the sender. Thank you.
 
 


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly 

Re: propfind

2005-05-30 Thread David Crossley
Heidi Fernandez wrote:
 Can't get  access  to the svn repository. Always obtain an Propfind error. 

Please tell us the exact 'svn' command that you are trying to use.

The instructions are at:
http://forrest.apache.org/0.7/docs/build.html

--David

 But I can see the URL in my explorer
  
 http://svn.apache.org/repos/asf/forrest/Error * PROPFIND request failed on
 '/repos/asf/forrest' PROPFIND of '/repos/asf/forrest': 
 Could not read status line: An existing connection  was forcibly closed by
 the remote host.   (http://svn.apache.org http://svn.apache.org/ )
  
 Could you give me some advice
  
 heidi