Hi,

 

I am trying to run Orbeon presentation server on JBOSS 3.2.6 without any success. I have looked at previous posts and made the following changes recommended by the last post. I am using the latest unstable Orbeon build and JDK 1.4.2_05.

 

The error I get is java.lang.IncompatibleClassChangeError

 

 

1. Assuming that JBOSS_HOME represents the location of your JBoss

 installation: create a new

 JBOSS_HOME/server/default/deploy/orbeon.war directory.

2. Unzip orbeon.war in the orbeon.war directory you just created.

3. Edit JBOSS_HOME/bin/run.bat (or run.sh on UNIX). Look for the

 line that starts with set JAVA_OPTS. Add at the end of this

 line the following option:

 -Dorg.jboss.logging.Log4jService.catchSystemOut=false

4. Edit JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar/

 META-INF/jboss-service.xml and change the value in

 <attribute name="UseJBossWebLoader"> from false to true.

5. Start JBoss by running JBOSS_HOME/bin/run.bat

 (or run.sh on UNIX).

 

The error seems to be related to SAX stuff.

 

I get the following Exception. Any help appreciated,

 

Avinder

 

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception
        org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)

root cause

java.lang.IncompatibleClassChangeError
        com.werken.saxpath.XPathReader.parse(XPathReader.java:103)
        org.orbeon.oxf.xml.JaxenXPathRewrite.rewrite(JaxenXPathRewrite.java:48)
        org.orbeon.oxf.processor.xforms.output.element.XFormsElement.rewriteXPath(XFormsElement.java:133)
        org.orbeon.oxf.processor.xforms.output.element.XFormsElement.start(XFormsElement.java:107)
        org.orbeon.oxf.processor.xforms.output.element.Group.start(Group.java:31)
        org.orbeon.oxf.processor.xforms.output.XFormsOutput$3.startElement(XFormsOutput.java:133)
        org.orbeon.oxf.xml.TeeContentHandler.startElement(TeeContentHandler.java:77)
        org.orbeon.oxf.xml.ForwardingContentHandler.startElement(ForwardingContentHandler.java:86)
        org.orbeon.oxf.xml.SAXStore.startElement(SAXStore.java:336)
        org.orbeon.oxf.xml.SAXStore.replay(SAXStore.java:160)
        org.orbeon.oxf.processor.pipeline.TeeProcessor$1.readImpl(TeeProcessor.java:50)
        org.orbeon.oxf.processor.ProcessorImpl$6.read(ProcessorImpl.java:956)
        org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1117)
        org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:348)
        org.orbeon.oxf.processor.pipeline.PipelineProcessor.access$1500(PipelineProcessor.java:61)
        org.orbeon.oxf.processor.pipeline.PipelineProcessor$6.run(PipelineProcessor.java:539)
        org.orbeon.oxf.processor.ProcessorImpl.executeParents(ProcessorImpl.java:535)
        org.orbeon.oxf.processor.pipeline.PipelineProcessor.access$1600(PipelineProcessor.java:61)
        org.orbeon.oxf.processor.pipeline.PipelineProcessor$InternalTopOutput.readImpl(PipelineProcessor

 

Reply via email to