1 Reply Latest reply on Jan 13, 2009 5:38 PM by thefabulouslb

    Provided InputStream cannot be parsed: org.xml.sax.SAXParseE

    thefabulouslb

      I have JBoss-4.0.5.GA up and running, however when I try to render a GUI in my webbrowser (using the Echo2 framework) I'm getting these errors:

      ERROR [STDERR] [Fatal Error] :-1:-1: Premature end of file.
      WARN [] Servlet.service() for servlet FeedMonitor threw exception
      java.io.IOException: Provided InputStream cannot be parsed: org.xml.sax.SAXParseException: Premature end of file
      at nextapp.echo2.webrender.service.SynchronizeService.parseRequestDocument(SynchronizeService.java:197)
      at nextapp.echo2.webrender.service.SynchronizeService.service(SynchronizeService.java:217)

      I don't know what to check to determine the cause. I looked for invalid xml, but everything seems ok.