Hi folks,
I am working on an CMS with OpenOfficeWriter and Xindice. I am using the
FlatXML-Filter of OpenOffice to produce raw XML which I wanted to store
in Xindice and retrieve it with Cocoon. Everthing seemed to work fine
until I tried to retrieve such a document via Cocoon. (Retrieval from a
JAVA-program works fine.) When I type something like
http://localhost:8080/cocoon/xmldb/xaps/test.xml I get a loud complaint
from the browser saying that only the XML-Declaration was given back and
the root element is missing.
I tried the same with parts of the document (i.e. settings.xml or
content.xml) which worked fine even with Cocoon. Only if I try to get
the whole thing it doesn't work.
Testing with Alexander Schatten's "XIndice-Browser" also works.
There is nothing special with that document - does anyone have an idea
what went wrong in Cocoon?

Environment is: Cocoon 2.0.4, Tomcat 4.1.18, WinXP Prof., Xindice 1.0
Stacktrace in Tomcat log says:
2003-03-21 23:38:25 StandardWrapperValve[Cocoon2]: Servlet.service() for
servlet Cocoon2 threw exception
java.lang.IllegalStateException
        at
org.apache.coyote.tomcat4.CoyoteResponseFacade.reset(CoyoteResponseFacad
e.java:251)
        at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1115)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:247

I am not that experienced with JAVA to say whether this message is the
reason. Can anyone help?
Thanks a lot,
Stephan



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

Reply via email to