No error message provided

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

No error message provided

Richard Braman
Message

If you have an error regarding a bind id not being bound to a node in the instance, it is hard to figure out what happened.  Is their a way to fix this so it outputs an error message? see example below.

Orbeon PresentationServer (OPS) - Error Page

Error Message

The following error has occurred:

Error Message

[No error message provided.]

OPS Call Stack

The OPS Call Stack helps you determine what sequence of OPS operations have caused the error.

Resource URL Line Column Description XML Element
oxf:/config/epilogue.xpl 23 40 reading processor output (name='data')   <p:param type="input" name="data"/>
oxf:/ops/pfc/xforms-epilogue.xpl 19 40 reading processor output (name='data')   <p:param type="input" name="data"/>
oxf:/ops/pfc/xforms-epilogue.xpl 44 60 reading processor output (name='data', id='annotated-data')   <p:output name="data" id="annotated-data"/>
oxf:/ops/pfc/xforms-epilogue.xpl 52 56 reading processor output (name='data', id='xhtml-data')   <p:output name="data" id="xhtml-data"/>
oxf:/ops/pfc/xforms-epilogue.xpl 60 67 reading processor output (name='data', ref='xformed-data')   <p:output name="data" ref="xformed-data"/>
oxf:/config/epilogue.xpl 36 58 reading processor output (name='xformed-data', id='xformed-data')   <p:output name="xformed-data" id="xformed-data"/>
oxf:/config/epilogue-servlet.xpl 30 48 reading processor output (name='xformed-data')   <p:param type="input" name="xformed-data"/>
oxf:/config/epilogue.xpl 54 46 executing processor (name='{http://www.orbeon.com/oxf/processors}pipeline')   <p:processor name="oxf:pipeline">...</p:processor>
oxf:/examples/1040ez/page-flow.xml 34 44 executing processor (name='{http://www.orbeon.com/oxf/processors}pipeline')
oxf:/examples/1040ez/page-flow.xpl 17 39 executing processor (name='{http://www.orbeon.com/oxf/processors}page-flow')   <p:processor name="oxf:page-flow">...</p:processor>
oxf:/page-flow.xml 35 80 reading page model data output (page id='1040ez', model='/examples/1040ez/page-flow.xpl')   <page id="1040ez" path-info="/1040ez*" model="/examples/1040ez/page-flow.xpl"/>

Java Exceptions (4 total)

Java Exceptions are the native mechanism by which OPS reports errors. More than one exception may be provided below but usually the first exception along with the OPS Stack Trace above provide enough information to track down an issue.

<SPAN onclick="hideShowTBody('exception-1')">Toggle java.lang.NullPointerException
Exception Class java.lang.NullPointerException
Message
Servlet Stack Trace
(219 method calls)
Class Name Method Name File Name Line Number
org.orbeon.oxf.xforms.XFormsModel getBindNodeset XFormsModel.java 584
org.orbeon.oxf.xforms.XFormsControls pushBinding XFormsControls.java 414
org.orbeon.oxf.xforms.XFormsElementContext pushBinding XFormsElementContext.java 80
org.orbeon.oxf.processor.xforms.output.element.ViewContentHandler startElement ViewContentHandler.java 63
org.orbeon.oxf.xml.ForwardingContentHandler startElement ForwardingContentHandler.java 87
org.orbeon.oxf.xml.SAXStore startElement SAXStore.java 353
org.orbeon.oxf.xml.SAXStore replay SAXStore.java 162
org.orbeon.oxf.processor.pipeline.TeeProcessor$1 readImpl TeeProcessor.java 59
org.orbeon.oxf.processor.ProcessorImpl$6 read ProcessorImpl.java 987
org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl read ProcessorImpl.java 1170
<SPAN onclick="hideShowTBody('trace-1-servlet-1')">Toggle More...
org.orbeon.oxf.processor.ProcessorImpl readInputAsSAX ProcessorImpl.java 349
org.orbeon.oxf.processor.pipeline.PipelineProcessor ac
Reply | Threaded
Open this post in threaded view
|

Re: No error message provided

Alessandro  Vernet
Administrator
On 2/13/06, Richard Braman <[hidden email]> wrote:
> If you have an error regarding a  bind id not being bound to a node
> in the instance, it is hard to figure out what  happened.  Is their a way
> to fix this so it outputs an error message? see  example below.

Richard,

What is the type of the file that contains your XForms? Is it an XSTL
file (in general .xsl) or just a static HTML+XForms file (in general
.xhtml)? I am asking because unfortunately because of a limitation of
the XSLT engine we can't have line number information in the first
case, however we should be able to have line number information in the
second case.

Alex
--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: No error message provided

Erik Bruchez
Administrator
In reply to this post by Richard Braman
I entered a bug to track this:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=304676&group_id=168&atid=350207

-Erik

Richard Braman wrote:
>
>   If you have an error regarding a bind id not being bound to a node in
>   the instance, it is hard to figure out what happened.  Is their a way
>   to fix this so it outputs an error message? see example below.




--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws