When I submit a form I get the following error but do not know why:
2010-04-29 17:27:06,152 ERROR ProcessorService - Exception at line 55, column 65 of oxf:/ops/xforms/xforms-server.xpl (reading processor output: name='response', id='xforms-response') java.lang.NullPointerException at org.orbeon.oxf.xml.dom4j.Dom4jUtils.explodedQNameToQName(Dom4jUtils.java:549) at org.orbeon.oxf.util.URLRewriterUtils$PathMatcher.<init>(URLRewriterUtils.java:345) at org.orbeon.oxf.xforms.XFormsStaticState.initialize(XFormsStaticState.java:263) at org.orbeon.oxf.xforms.XFormsStaticState.<init>(XFormsStaticState.java:149) at org.orbeon.oxf.xforms.XFormsContainingDocument.<init>(XFormsContainingDocument.java:247) at org.orbeon.oxf.xforms.XFormsContainingDocument.<init>(XFormsContainingDocument.java:279) at org.orbeon.oxf.xforms.state.XFormsDocumentCache$XFormsContainingDocumentPoolableObjetFactory.makeObject(XFormsDocumentCache.java:171) at org.orbeon.oxf.util.SoftReferenceObjectPool.borrowObject(SoftReferenceObjectPool.java:71) at org.orbeon.oxf.xforms.state.XFormsDocumentCache.find(XFormsDocumentCache.java:121) at org.orbeon.oxf.xforms.processor.XFormsServer.doIt(XFormsServer.java:216) at org.orbeon.oxf.xforms.processor.XFormsServer.access$000(XFormsServer.java:59) at org.orbeon.oxf.xforms.processor.XFormsServer$1.readImpl(XFormsServer.java:90) at org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl$1.read(ProcessorImpl.java:996) at org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1179) at org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:351) at org.orbeon.oxf.processor.pipeline.TeeProcessor.access$200(TeeProcessor.java:35) at org.orbeon.oxf.processor.pipeline.TeeProcessor$TeeProcessorOutputImpl.readImpl(TeeProcessor.java:89) at org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl$1.read(ProcessorImpl.java:996) at org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1179) at org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:351) at org.orbeon.oxf.processor.ProcessorImpl.readInputAsTinyTree(ProcessorImpl.java:378) at org.orbeon.oxf.processor.ProcessorImpl$4.read(ProcessorImpl.java:411) at org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsObject(ProcessorImpl.java:457) at org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsTinyTree(ProcessorImpl.java:409) at org.orbeon.oxf.processor.pipeline.choose.ConcreteChooseProcessor.start(ConcreteChooseProcessor.java:189) at org.orbeon.oxf.processor.pipeline.PipelineProcessor$5.run(PipelineProcessor.java:647) at org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:526) at org.orbeon.oxf.processor.pipeline.PipelineProcessor.start(PipelineProcessor.java:644) at org.orbeon.oxf.processor.pipeline.choose.ConcreteChooseProcessor.start(ConcreteChooseProcessor.java:245) at org.orbeon.oxf.processor.pipeline.PipelineProcessor$5.run(PipelineProcessor.java:647) at org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:526) at org.orbeon.oxf.processor.pipeline.PipelineProcessor.start(PipelineProcessor.java:644) at org.orbeon.oxf.pipeline.InitUtils.runProcessor(InitUtils.java:90) at org.orbeon.oxf.webapp.ProcessorService.service(ProcessorService.java:96) at org.orbeon.oxf.servlet.OrbeonServletDelegate.service(OrbeonServletDelegate.java:138) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:619) |
Administrator
|
Brian,
I am not sure that this exception should ever happen, so this might be caused by a bug. Do you have a simple test case for this, that we can for instance run in the XForms sandbox to reproduce the issue? Alex On Thu, Apr 29, 2010 at 5:04 PM, bsteuhl <[hidden email]> wrote: > > When I submit a form I get the following error but do not know why: > > 2010-04-29 17:27:06,152 ERROR ProcessorService - Exception at line 55, > column 65 of oxf:/ops/xforms/xforms-server.xpl (reading processor output: > name='response', id='xforms-response') > java.lang.NullPointerException > at > org.orbeon.oxf.xml.dom4j.Dom4jUtils.explodedQNameToQName(Dom4jUtils.java:549) > at > org.orbeon.oxf.util.URLRewriterUtils$PathMatcher.<init>(URLRewriterUtils.java:345) > at > org.orbeon.oxf.xforms.XFormsStaticState.initialize(XFormsStaticState.java:263) > at > org.orbeon.oxf.xforms.XFormsStaticState.<init>(XFormsStaticState.java:149) > at > org.orbeon.oxf.xforms.XFormsContainingDocument.<init>(XFormsContainingDocument.java:247) > at > org.orbeon.oxf.xforms.XFormsContainingDocument.<init>(XFormsContainingDocument.java:279) > at > org.orbeon.oxf.xforms.state.XFormsDocumentCache$XFormsContainingDocumentPoolableObjetFactory.makeObject(XFormsDocumentCache.java:171) > at > org.orbeon.oxf.util.SoftReferenceObjectPool.borrowObject(SoftReferenceObjectPool.java:71) > at > org.orbeon.oxf.xforms.state.XFormsDocumentCache.find(XFormsDocumentCache.java:121) > at org.orbeon.oxf.xforms.processor.XFormsServer.doIt(XFormsServer.java:216) > at > org.orbeon.oxf.xforms.processor.XFormsServer.access$000(XFormsServer.java:59) > at > org.orbeon.oxf.xforms.processor.XFormsServer$1.readImpl(XFormsServer.java:90) > at > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl$1.read(ProcessorImpl.java:996) > at > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1179) > at > org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:351) > at > org.orbeon.oxf.processor.pipeline.TeeProcessor.access$200(TeeProcessor.java:35) > at > org.orbeon.oxf.processor.pipeline.TeeProcessor$TeeProcessorOutputImpl.readImpl(TeeProcessor.java:89) > at > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl$1.read(ProcessorImpl.java:996) > at > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1179) > at > org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:351) > at > org.orbeon.oxf.processor.ProcessorImpl.readInputAsTinyTree(ProcessorImpl.java:378) > at org.orbeon.oxf.processor.ProcessorImpl$4.read(ProcessorImpl.java:411) > at > org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsObject(ProcessorImpl.java:457) > at > org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsTinyTree(ProcessorImpl.java:409) > at > org.orbeon.oxf.processor.pipeline.choose.ConcreteChooseProcessor.start(ConcreteChooseProcessor.java:189) > at > org.orbeon.oxf.processor.pipeline.PipelineProcessor$5.run(PipelineProcessor.java:647) > at > org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:526) > at > org.orbeon.oxf.processor.pipeline.PipelineProcessor.start(PipelineProcessor.java:644) > at > org.orbeon.oxf.processor.pipeline.choose.ConcreteChooseProcessor.start(ConcreteChooseProcessor.java:245) > at > org.orbeon.oxf.processor.pipeline.PipelineProcessor$5.run(PipelineProcessor.java:647) > at > org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:526) > at > org.orbeon.oxf.processor.pipeline.PipelineProcessor.start(PipelineProcessor.java:644) > at org.orbeon.oxf.pipeline.InitUtils.runProcessor(InitUtils.java:90) > at org.orbeon.oxf.webapp.ProcessorService.service(ProcessorService.java:96) > at > org.orbeon.oxf.servlet.OrbeonServletDelegate.service(OrbeonServletDelegate.java:138) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) > at > org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874) > at > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) > at > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) > at > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) > at java.lang.Thread.run(Thread.java:619) > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06-152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-xforms-xfor-tp2076373p2076373.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Alex,
Here is the problem with a test case. My xform is integrated in Intalio BPP. Their product embeds your xForms engine nd they make modifications to it. The extent of the modifications beyond the pageflow.xml and directory stucture I am not sure. I al,so do not know the version in the current server release. The same xform in previous server release did not prodce this error. Do you have any dealings with Intalio? Is there another way I might be able to show you the behavior and resolve this error. Thank you.
Brian Steuhl home office: 732-961-3187 From: Alessandro Vernet <[hidden email]> To: [hidden email] Sent: Mon, May 3, 2010 9:15:06 PM Subject: [ops-users] Re: 2010-04-29 17:27:06,152 ERROR ProcessorService - Exception at line55, column 65 of oxf:/ops/xforms/xforms-server.xpl (reading processor output: name='response', id='xforms-response') Brian, I am not sure that this exception should ever happen, so this might be caused by a bug. Do you have a simple test case for this, that we can for instance run in the XForms sandbox to reproduce the issue? Alex On Thu, Apr 29, 2010 at 5:04 PM, bsteuhl <[hidden email]> wrote: > > When I submit a form I get the following error but do not know why: > > 2010-04-29 17:27:06,152 ERROR ProcessorService - Exception at line 55, > column 65 of oxf:/ops/xforms/xforms-server.xpl (reading processor output: > name='response', id='xforms-response') > java.lang.NullPointerException > at > org.orbeon.oxf.xml.dom4j.Dom4jUtils.explodedQNameToQName(Dom4jUtils.java:549) > at > org.orbeon.oxf.util.URLRewriterUtils$PathMatcher.<init>(URLRewriterUtils.java:345) > at > org.orbeon.oxf.xforms.XFormsStaticState.initialize(XFormsStaticState.java:263) > at > org.orbeon.oxf.xforms.XFormsStaticState.<init>(XFormsStaticState.java:149) > at > org.orbeon.oxf.xforms.XFormsContainingDocument.<init>(XFormsContainingDocument.java:247) > at > org.orbeon.oxf.xforms.XFormsContainingDocument.<init>(XFormsContainingDocument.java:279) > at > org.orbeon.oxf.xforms.state.XFormsDocumentCache$XFormsContainingDocumentPoolableObjetFactory.makeObject(XFormsDocumentCache.java:171) > at > org.orbeon.oxf.util.SoftReferenceObjectPool.borrowObject(SoftReferenceObjectPool.java:71) > at > org.orbeon.oxf.xforms.state.XFormsDocumentCache.find(XFormsDocumentCache.java:121) > at org.orbeon.oxf.xforms.processor.XFormsServer.doIt(XFormsServer.java:216) > at > org.orbeon.oxf.xforms.processor.XFormsServer.access$000(XFormsServer.java:59) > at > org.orbeon.oxf.xforms.processor.XFormsServer$1.readImpl(XFormsServer.java:90) > at > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl$1.read(ProcessorImpl.java:996) > at > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1179) > at > org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:351) > at > org.orbeon.oxf.processor.pipeline.TeeProcessor.access$200(TeeProcessor.java:35) > at > org.orbeon.oxf.processor.pipeline.TeeProcessor$TeeProcessorOutputImpl.readImpl(TeeProcessor.java:89) > at > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl$1.read(ProcessorImpl.java:996) > at > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1179) > at > org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:351) > at > org.orbeon.oxf.processor.ProcessorImpl.readInputAsTinyTree(ProcessorImpl.java:378) > at org.orbeon.oxf.processor.ProcessorImpl$4.read(ProcessorImpl.java:411) > at > org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsObject(ProcessorImpl.java:457) > at > org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsTinyTree(ProcessorImpl.java:409) > at > org.orbeon.oxf.processor.pipeline.choose.ConcreteChooseProcessor.start(ConcreteChooseProcessor.java:189) > at > org.orbeon.oxf.processor.pipeline.PipelineProcessor$5.run(PipelineProcessor.java:647) > at > org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:526) > at > org.orbeon.oxf.processor.pipeline.PipelineProcessor.start(PipelineProcessor.java:644) > at > org.orbeon.oxf.processor.pipeline.choose.ConcreteChooseProcessor.start(ConcreteChooseProcessor.java:245) > at > org.orbeon.oxf.processor.pipeline.PipelineProcessor$5.run(PipelineProcessor.java:647) > at > org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:526) > at > org.orbeon.oxf.processor.pipeline.PipelineProcessor.start(PipelineProcessor.java:644) > at org.orbeon.oxf.pipeline.InitUtils.runProcessor(InitUtils.java:90) > at org.orbeon.oxf.webapp.ProcessorService.service(ProcessorService.java:96) > at > org.orbeon.oxf.servlet.OrbeonServletDelegate.service(OrbeonServletDelegate.java:138) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) > at > org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874) > at > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) > at > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) > at > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) > at java.lang.Thread.run(Thread.java:619) > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06-152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-xforms-xfor-tp2076373p2076373.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Brian,
I don't see an attachment to your email with the test case; did it get lost? Could you try to send it again? Alex On Tue, May 4, 2010 at 2:31 PM, Brian Steuhl <[hidden email]> wrote: > > Alex, > > Here is the problem with a test case. My xform is integrated in Intalio BPP. Their product embeds your xForms engine nd they make modifications to it. The extent of the modifications beyond the pageflow.xml and directory stucture I am not sure. I al,so do not know the version in the current server release. The same xform in previous server release did not prodce this error. Do you have any dealings with Intalio? Is there another way I might be able to show you the behavior and resolve this error. Thank you. > > > Brian Steuhl > website: http://BTMSoftwareSolutions.com > business email: [hidden email] > cell: 908-421-0742 > > home office: 732-961-3187 > RSS Feed To My Blog: > > > > ________________________________ > From: Alessandro Vernet <[hidden email]> > To: [hidden email] > Sent: Mon, May 3, 2010 9:15:06 PM > Subject: [ops-users] Re: 2010-04-29 17:27:06,152 ERROR ProcessorService - Exception at line55, column 65 of oxf:/ops/xforms/xforms-server.xpl (reading processor output: name='response', id='xforms-response') > > Brian, > > I am not sure that this exception should ever happen, so this might be > caused by a bug. Do you have a simple test case for this, that we can > for instance run in the XForms sandbox to reproduce the issue? > > Alex > > On Thu, Apr 29, 2010 at 5:04 PM, bsteuhl <[hidden email]> wrote: > > > > When I submit a form I get the following error but do not know why: > > > > 2010-04-29 17:27:06,152 ERROR ProcessorService - Exception at line 55, > > column 65 of oxf:/ops/xforms/xforms-server.xpl (reading processor output: > > name='response', id='xforms-response') > > java.lang.NullPointerException > > at > > org.orbeon.oxf.xml.dom4j.Dom4jUtils.explodedQNameToQName(Dom4jUtils.java:549) > > at > > org.orbeon.oxf.util.URLRewriterUtils$PathMatcher.<init>(URLRewriterUtils.java:345) > > at > > org.orbeon.oxf.xforms.XFormsStaticState.initialize(XFormsStaticState.java:263) > > at > > org.orbeon.oxf.xforms.XFormsStaticState.<init>(XFormsStaticState.java:149) > > at > > org.orbeon.oxf.xforms.XFormsContainingDocument.<init>(XFormsContainingDocument.java:247) > > at > > org.orbeon.oxf.xforms.XFormsContainingDocument.<init>(XFormsContainingDocument.java:279) > > at > > org.orbeon.oxf.xforms.state.XFormsDocumentCache$XFormsContainingDocumentPoolableObjetFactory.makeObject(XFormsDocumentCache.java:171) > > at > > org.orbeon.oxf.util.SoftReferenceObjectPool.borrowObject(SoftReferenceObjectPool.java:71) > > at > > org.orbeon.oxf.xforms.state.XFormsDocumentCache.find(XFormsDocumentCache.java:121) > > at org.orbeon.oxf.xforms.processor.XFormsServer.doIt(XFormsServer.java:216) > > at > > org.orbeon.oxf.xforms.processor.XFormsServer.access$000(XFormsServer.java:59) > > at > > org.orbeon.oxf.xforms.processor.XFormsServer$1.readImpl(XFormsServer.java:90) > > at > > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl$1.read(ProcessorImpl.java:996) > > at > > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1179) > > at > > org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:351) > > at > > org.orbeon.oxf.processor.pipeline.TeeProcessor.access$200(TeeProcessor.java:35) > > at > > org.orbeon.oxf.processor.pipeline.TeeProcessor$TeeProcessorOutputImpl.readImpl(TeeProcessor.java:89) > > at > > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl$1.read(ProcessorImpl.java:996) > > at > > org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1179) > > at > > org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:351) > > at > > org.orbeon.oxf.processor.ProcessorImpl.readInputAsTinyTree(ProcessorImpl.java:378) > > at org.orbeon.oxf.processor.ProcessorImpl$4.read(ProcessorImpl.java:411) > > at > > org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsObject(ProcessorImpl.java:457) > > at > > org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsTinyTree(ProcessorImpl.java:409) > > at > > org.orbeon.oxf.processor.pipeline.choose.ConcreteChooseProcessor.start(ConcreteChooseProcessor.java:189) > > at > > org.orbeon.oxf.processor.pipeline.PipelineProcessor$5.run(PipelineProcessor.java:647) > > at > > org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:526) > > at > > org.orbeon.oxf.processor.pipeline.PipelineProcessor.start(PipelineProcessor.java:644) > > at > > org.orbeon.oxf.processor.pipeline.choose.ConcreteChooseProcessor.start(ConcreteChooseProcessor.java:245) > > at > > org.orbeon.oxf.processor.pipeline.PipelineProcessor$5.run(PipelineProcessor.java:647) > > at > > org.orbeon.oxf.processor.ProcessorImpl.executeChildren(ProcessorImpl.java:526) > > at > > org.orbeon.oxf.processor.pipeline.PipelineProcessor.start(PipelineProcessor.java:644) > > at org.orbeon.oxf.pipeline.InitUtils.runProcessor(InitUtils.java:90) > > at org.orbeon.oxf.webapp.ProcessorService.service(ProcessorService.java:96) > > at > > org.orbeon.oxf.servlet.OrbeonServletDelegate.service(OrbeonServletDelegate.java:138) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) > > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) > > at > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > > at > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) > > at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > > at > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) > > at > > org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420) > > at > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) > > at > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) > > at > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874) > > at > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) > > at > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) > > at > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) > > at > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) > > at java.lang.Thread.run(Thread.java:619) > > -- > > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06-152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-xforms-xfor-tp2076373p2076373.html > > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > > > > -- > > You receive this message as a subscriber of the [hidden email] mailing list. > > To unsubscribe: mailto:[hidden email] > > For general help: mailto:[hidden email]?subject=help > > OW2 mailing lists service home page: http://www.ow2.org/wws > > > > > > > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - > http://www.orbeon.com/ > My Twitter: http://twitter.com/avernet > > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
I just updated from 3.7.1 to 3.8, and am seeing the same error that Brian is seeing, and from what I can figure under the same circumstances (after I hit submit). Im my case, I have oxf.fr.detail.submit.go.uri-xpath.*.* set to branch to a static URL on submit. I have no idea if this has anything to do with the error.
Attached is a screen shot of the error, and my current properties-local.xml file. properties-local.xml (If it makes any difference, I'm running Orbeon Forms 3.8.0 PE release candidate 1, with a temporary license (we are evaluating 3.8.0 now, and will seriously consider a full license as soon as 3.8 is released). Thanks, Andy G |
Administrator
|
Andy,
How can we reproduce this? Could you create a minimal form that you can share with is that reproduces this issue? (Once you have the form, in Form Builder, go to Advanced / Edit Source, copy the source, paste it in a file, and attach the file to your email.) Alex On Thu, May 13, 2010 at 3:10 PM, apgoar <[hidden email]> wrote: > > I just updated from 3.7.1 to 3.8, and am seeing the same error that Brian is > seeing, and from what I can figure under the same circumstances (after I hit > submit). Im my case, I have oxf.fr.detail.submit.go.uri-xpath.*.* set to > branch to a static URL on submit. I have no idea if this has anything to do > with the error. > > Attached is a screen shot of the error, and my current properties-local.xml > file. > > > > http://n4.nabble.com/file/n2215860/OrbeonError.jpg > > http://n4.nabble.com/file/n2215860/properties-local.xml properties-local.xml > > > (If it makes any difference, I'm running Orbeon Forms 3.8.0 PE release > candidate 1, with a temporary license (we are evaluating 3.8.0 now, and will > seriously consider a full license as soon as 3.8 is released). > > Thanks, > > Andy G > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06-152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-xforms-xfor-tp2076373p2215860.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Hey Alex. Thank you so much for the quick reply.
Here is a sample form that reproduces the error. The form is the simplest test I can create, just one section, with just one control it - a one line text control.
Also included is a stripped down properties-local.xml file, that eliminates any dependency on my environment.
Since the form is so simple, I'm tempted to think the error has something to do with the settings in my properties-local.xml file.
The error only occurs when I hit the "Submit" button, and not when I hit save.
When I hit the submit button, I get the "Your information has been submitted" dialog.
As I have it configured, that dialog only has a "Go" button on it.
When I hit the go button, I get the error.
As you can see in the config file, in my application, I have "oxf.fr.detail.submit.go.uri-xpath.*.*" set to
a URL to send the app to after I hit go. Howevr, that line is commented out, and the error still occurs.
I verified that in the exact same configureation, release 2.7.1 does not seem to have the error.
If there is any additional information you need, please let me know.
Many thanks Alex,
Andy
TestForm.xhtml
properties-local.xml
|
Administrator
|
Andy,
Indeed, this looks like a bug. I reproduced it and added this bug for tracking. We'll let you know when we have an update about this one. http://forge.ow2.org/tracker/index.php?func=detail&aid=315013&group_id=168&atid=350207 Alex On Mon, May 17, 2010 at 9:23 AM, apgoar <[hidden email]> wrote: > > Hey Alex. Thank you so much for the quick reply. > > > Here is a sample form that reproduces the error. The form is the simplest > test I can create, just one section, with just one control it - a one line > text control. > > Also included is a stripped down properties-local.xml file, that eliminates > any dependency on my environment. > > Since the form is so simple, I'm tempted to think the error has something to > do with the settings in my properties-local.xml file. > > The error only occurs when I hit the "Submit" button, and not when I hit > save. > When I hit the submit button, I get the "Your information has been > submitted" dialog. > As I have it configured, that dialog only has a "Go" button on it. > When I hit the go button, I get the error. > As you can see in the config file, in my application, I have > "oxf.fr.detail.submit.go.uri-xpath.*.*" set to > a URL to send the app to after I hit go. Howevr, that line is commented out, > and the error still occurs. > I verified that in the exact same configureation, release 2.7.1 does not > seem to have the error. > > If there is any additional information you need, please let me know. > > Many thanks Alex, > > Andy > > > http://n4.nabble.com/file/n2219910/TestForm.xhtml TestForm.xhtml > http://n4.nabble.com/file/n2219910/properties-local.xml properties-local.xml > > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06-152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-xforms-xfor-tp2076373p2219910.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Many thanks for the update Alex!!! Andy Laugh…and the world laughs with you. Laugh hysterically,
for no apparent reason, and they’ll leave you alone. From: Alessandro Vernet
[via Orbeon Forms (ops-users)]
[mailto:[hidden email]] Andy,
View message @ http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06-152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-xforms-xfor-tp2076373p2221680.html
|
Administrator
|
Andy,
Erik fixed this one, and the fix will be in the next nightly build. You'll let us know if it works for you. Alex On Tue, May 18, 2010 at 10:58 AM, apgoar <[hidden email]> wrote: > Many thanks for the update Alex!!! > > > > Andy > > Laugh…and the world laughs with you. Laugh hysterically, for no apparent > reason, and they’ll leave you alone. > > > > From: Alessandro Vernet [via Orbeon Forms (ops-users)] [mailto:[hidden > email]] > Sent: Tuesday, May 18, 2010 11:57 AM > To: Andy Goar > Subject: Re: Re: Re: Re: Re: 2010-04-29 17:27:06,152 ERROR ProcessorService > -Exception at line55, column 65 of > oxf:/ops/xforms/xforms-server.xpl(readingprocessoroutput:name='response', > id='xforms-response') > > > > Andy, > > Indeed, this looks like a bug. I reproduced it and added this bug for > tracking. We'll let you know when we have an update about this one. > > http://forge.ow2.org/tracker/index.php?func=detail&aid=315013&group_id=168&atid=350207 > > Alex > > On Mon, May 17, 2010 at 9:23 AM, apgoar <[hidden email]> wrote: > >> >> Hey Alex. Thank you so much for the quick reply. >> >> >> Here is a sample form that reproduces the error. The form is the simplest >> test I can create, just one section, with just one control it - a one line >> text control. >> >> Also included is a stripped down properties-local.xml file, that >> eliminates >> any dependency on my environment. >> >> Since the form is so simple, I'm tempted to think the error has something >> to >> do with the settings in my properties-local.xml file. >> >> The error only occurs when I hit the "Submit" button, and not when I hit >> save. >> When I hit the submit button, I get the "Your information has been >> submitted" dialog. >> As I have it configured, that dialog only has a "Go" button on it. >> When I hit the go button, I get the error. >> As you can see in the config file, in my application, I have >> "oxf.fr.detail.submit.go.uri-xpath.*.*" set to >> a URL to send the app to after I hit go. Howevr, that line is commented >> out, >> and the error still occurs. >> I verified that in the exact same configureation, release 2.7.1 does not >> seem to have the error. >> >> If there is any additional information you need, please let me know. >> >> Many thanks Alex, >> >> Andy >> >> >> http://n4.nabble.com/file/n2219910/TestForm.xhtml TestForm.xhtml >> >> http://n4.nabble.com/file/n2219910/properties-local.xml properties-local.xml >> >> -- >> View this message in context: >> http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06-152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-xforms-xfor-tp2076373p2219910.html >> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing >> list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - > http://www.orbeon.com/ > My Twitter: http://twitter.com/avernet > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > ________________________________ > > View message @ > http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06-152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-xforms-xfor-tp2076373p2221680.html > To unsubscribe from Re: Re: Re: Re: 2010-04-29 17:27:06,152 ERROR > ProcessorService -Exception at line55, column 65 of > oxf:/ops/xforms/xforms-server.xpl(readingprocessoroutput: name='response', > id='xforms-response'), click here. > > > > ________________________________ > View this message in context: RE: Re: Re: Re: Re: 2010-04-29 17:27:06,152 > ERROR ProcessorService -Exception at line55, column 65 of > oxf:/ops/xforms/xforms-server.xpl(readingprocessoroutput:name='response', > id='xforms-response') > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Fantastic.
Thanks to both of you. You guys rock! Andy Laugh...and the world laughs with you. Laugh hysterically, for no apparent reason, and they'll leave you alone. -----Original Message----- From: Alessandro Vernet [mailto:[hidden email]] Sent: Tuesday, May 18, 2010 8:32 PM To: [hidden email] Subject: [ops-users] Re: RE: Re: Re: Re: Re: 2010-04-29 17:27:06,152 ERROR ProcessorService -Exception at line55, column 65 of oxf:/ops/xforms/xforms-server.xpl(readingprocessoroutput:name='response', id='xforms-response') Andy, Erik fixed this one, and the fix will be in the next nightly build. You'll let us know if it works for you. Alex On Tue, May 18, 2010 at 10:58 AM, apgoar <[hidden email]> wrote: > Many thanks for the update Alex!!! > > > > Andy > > Laugh...and the world laughs with you. Laugh hysterically, for no > apparent reason, and they'll leave you alone. > > > > From: Alessandro Vernet [via Orbeon Forms (ops-users)] [mailto:[hidden > email]] > Sent: Tuesday, May 18, 2010 11:57 AM > To: Andy Goar > Subject: Re: Re: Re: Re: Re: 2010-04-29 17:27:06,152 ERROR > ProcessorService -Exception at line55, column 65 of > oxf:/ops/xforms/xforms-server.xpl(readingprocessoroutput:name='respons > e', > id='xforms-response') > > > > Andy, > > Indeed, this looks like a bug. I reproduced it and added this bug for > tracking. We'll let you know when we have an update about this one. > > http://forge.ow2.org/tracker/index.php?func=detail&aid=315013&group_id > =168&atid=350207 > > Alex > > On Mon, May 17, 2010 at 9:23 AM, apgoar <[hidden email]> wrote: > >> >> Hey Alex. Thank you so much for the quick reply. >> >> >> Here is a sample form that reproduces the error. The form is the >> simplest test I can create, just one section, with just one control >> it - a one line text control. >> >> Also included is a stripped down properties-local.xml file, that >> eliminates any dependency on my environment. >> >> Since the form is so simple, I'm tempted to think the error has >> something to do with the settings in my properties-local.xml file. >> >> The error only occurs when I hit the "Submit" button, and not when I >> hit save. >> When I hit the submit button, I get the "Your information has been >> submitted" dialog. >> As I have it configured, that dialog only has a "Go" button on it. >> When I hit the go button, I get the error. >> As you can see in the config file, in my application, I have >> "oxf.fr.detail.submit.go.uri-xpath.*.*" set to a URL to send the app >> to after I hit go. Howevr, that line is commented out, and the error >> still occurs. >> I verified that in the exact same configureation, release 2.7.1 does >> not seem to have the error. >> >> If there is any additional information you need, please let me know. >> >> Many thanks Alex, >> >> Andy >> >> >> http://n4.nabble.com/file/n2219910/TestForm.xhtml TestForm.xhtml >> >> http://n4.nabble.com/file/n2219910/properties-local.xml >> properties-local.xml >> >> -- >> View this message in context: >> http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06 >> -152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops >> -xforms-xfor-tp2076373p2219910.html >> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. >> >> >> -- >> You receive this message as a subscriber of the [hidden email] >> mailing list. >> To unsubscribe: mailto:[hidden email] For general help: >> mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - > http://www.orbeon.com/ My Twitter: http://twitter.com/avernet > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > ________________________________ > > View message @ > http://orbeon-forms-ops-users.24843.n4.nabble.com/2010-04-29-17-27-06- > 152-ERROR-ProcessorService-Exception-at-line-55-column-65-of-oxf-ops-x > forms-xfor-tp2076373p2221680.html To unsubscribe from Re: Re: Re: Re: > 2010-04-29 17:27:06,152 ERROR ProcessorService -Exception at line55, > column 65 of > oxf:/ops/xforms/xforms-server.xpl(readingprocessoroutput: > name='response', id='xforms-response'), click here. > > > > ________________________________ > View this message in context: RE: Re: Re: Re: Re: 2010-04-29 > 17:27:06,152 ERROR ProcessorService -Exception at line55, column 65 of > oxf:/ops/xforms/xforms-server.xpl(readingprocessoroutput:name='respons > e', > id='xforms-response') > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by Alessandro Vernet
What files need to be updated. I do not want to change everything in Intalio. Is there just one file I can update? I will pass along to intalio. Thank you.
|
Administrator
|
Brian,
Here is the commit: -Erik
On Thu, Jun 24, 2010 at 12:58 PM, bsteuhl <[hidden email]> wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |