0 Replies Latest reply on Feb 5, 2003 5:53 PM by riekhof

    Oracle Reports

      We found a reports_ids.ear and web.war that comes with Oracle's report server. The reports_ids.ear is just the the web.war packaged up as an EAR. When I tried deploying it on jboss I got the stacktrace below.

      Has anyone configured this oracle reports webapp to run on jboss-tomcat?

      Thx, Darrel

      ----------

      13:05:39,596 INFO [Engine] WebappLoader[/web]: Deploy JAR /WEB-INF/lib/reports_
      tld.jar to C:\dev\apps\jboss-3.0.4_tomcat-4.1.12\tomcat-4.1.x\work\MainEngine\lo
      calhost\web\WEB-INF\lib\reports_tld.jar
      13:05:39,757 ERROR [Digester] Parse Error at line 5 column -1: This document is
      standalone, so element "web-app" must not have ignorable whitespace.
      org.xml.sax.SAXParseException: This document is standalone, so element "web-app"
      must not have ignorable whitespace.
      at org.apache.crimson.parser.Parser2.error(Parser2.java:3160)
      at org.apache.crimson.parser.Parser2.content(Parser2.java:1823)
      at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
      at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
      at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
      at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)

      at org.apache.commons.digester.Digester.parse(Digester.java:1495)
      at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextCo
      nfig.java:282)
      at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:63
      9)