-------- Original Message --------
Subject: China 0.9.9 on resin-pro-3.0.10
Date: Mon, 24 Jan 2005 09:59:35 +1100
From: Bruce McDonald <bmcdonal-bzGI/hKkdgQnC9Muvcwxkw@xxxxxxxxxxxxxxxx>
To: <joernt-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx>
Installed resin pro 3.0.10, installed chiba 0.9.9 (copied war to resin
web apps directory)
I attempt to run any form no luck, get error below.
Looked in cookbook and saw note for tomcat re incompatible XML parser
classes. Appears resin doesn’t ship xerces, has its own internal XML
parser. It might be clashing, but cannot find any notes in cookbook re
resin.
I have tried earlier Chiba versions in tomcat, with similar problems.
What platform do you develop on ?
I have tied this on XP, will try on linux box later, this is just
reseach at moment, have work to do now …
*OOPS - An error occurred.*
*Stack Trace:*
org.chiba.xml.xforms.exception.XFormsException
at org.chiba.xml.xforms.Container.dispatch(Container.java:481)
at org.chiba.xml.xforms.Container.initModels(Container.java:638)
at org.chiba.xml.xforms.Container.init(Container.java:346)
at org.chiba.xml.xforms.ChibaBean.init(ChibaBean.java:492)
at
org.chiba.adapter.web.ServletAdapter.init(ServletAdapter.java:193)
at org.chiba.adapter.web.ChibaServlet.doGet(ChibaServlet.java:273)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:113)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:90)
at
com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:99)
at
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:163)
at
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:208)
at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:259)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:332)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:457)
at com.caucho.util.ThreadPool.run(ThreadPool.java:398)
at java.lang.Thread.run(Thread.java:534)
java.lang.ClassCastException
at org.chiba.xml.xforms.Instance.getModelItem(Instance.java:250)
at org.chiba.xml.xforms.Bind.initializeModelItems(Bind.java:389)
at org.chiba.xml.xforms.Bind.init(Bind.java:147)
at
org.chiba.xml.xforms.Initializer.initializeBindElements(Initializer.java:206)
at org.chiba.xml.xforms.Model.modelConstruct(Model.java:639)
at org.chiba.xml.xforms.Model.performDefault(Model.java:528)
at
org.chiba.xml.xforms.XFormsDocument.performDefault(XFormsDocument.java:148)
at
org.chiba.xml.xforms.XFormsDocument.dispatchEvent(XFormsDocument.java:136)
at org.apache.xerces.dom.NodeImpl.dispatchEvent(Unknown Source)
at org.chiba.xml.xforms.Container.dispatch(Container.java:468)
at org.chiba.xml.xforms.Container.initModels(Container.java:638)
at org.chiba.xml.xforms.Container.init(Container.java:346)
at org.chiba.xml.xforms.ChibaBean.init(ChibaBean.java:492)
at
org.chiba.adapter.web.ServletAdapter.init(ServletAdapter.java:193)
at org.chiba.adapter.web.ChibaServlet.doGet(ChibaServlet.java:273)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:113)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:90)
at
com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:99)
at
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:163)
at
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:208)
at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:259)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:332)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:457)
at com.caucho.util.ThreadPool.run(ThreadPool.java:398)
at java.lang.Thread.run(Thread.java:534)
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
|