StackOverFlowError exception

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

StackOverFlowError exception

Geoffroy-2
Hi,

I need some help about something very strange. In my view, when a change a select1 to a select in my XForms, Orbeon throws me a StackOverFlowError exception for this page.

This ...

<xforms:select1 ref="waste/option" appearance="full">
<xforms:choices>
<xsl:for-each select="document('tables/operation-code.xml')//rdf:Description">
<xforms:item style="margin-left:10px;white-space:nowrap;">
<xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
<xforms:value><xsl:value-of select="qt:code"/></xforms:value>
</xforms:item>
</xsl:for-each>
</xforms:choices>
</xforms:select1>

to ...

<xforms:select ref="waste/option" appearance="full">
<xforms:choices>
<xsl:for-each select="document('tables/operation-code.xml')//rdf:Description">
<xforms:item style="margin-left:10px;white-space:nowrap;">
<xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
<xforms:value><xsl:value-of select="qt:code"/></xforms:value>
</xforms:item>
</xsl:for-each>
</xforms:choices>
</xforms:select>

Within the XForms model, I include many instances via XInclude.

Thanks,

Geoffroy



--
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
Reply | Threaded
Open this post in threaded view
|

RE: StackOverFlowError exception

Stephen Bayliss
Hi Geoffroy

Sounds similar to something we are experiencing.

You could see if it's anything similar to our StackOverFlowException by:

- shutting down Tomcat (or other app server -- what are you using?)
completely
- restarting
- go to the orbeon demo page (ie your.server:port/Orbeon/ as your very
first page
- then try your page, and see if you hit the same error

In our case we have a similar problem, if we go to our page first, we
get a stack exception; and after the stack exception we can't get any
page with a checkbox on it to load up without throwing the exception.
But loading the Orbeon demo pages first seems to make it all work
sweetly.

Steve


-----Original Message-----
From: [hidden email] [mailto:[hidden email]]
Sent: 03 November 2005 16:28
To: [hidden email]
Subject: [ops-users] StackOverFlowError exception

Hi,

I need some help about something very strange. In my view, when a change
a select1 to a select in my XForms, Orbeon throws me a
StackOverFlowError exception for this page.

This ...

<xforms:select1 ref="waste/option" appearance="full">
<xforms:choices>
<xsl:for-each
select="document('tables/operation-code.xml')//rdf:Description">
<xforms:item style="margin-left:10px;white-space:nowrap;">
<xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
<xforms:value><xsl:value-of select="qt:code"/></xforms:value>
</xforms:item>
</xsl:for-each>
</xforms:choices>
</xforms:select1>

to ...

<xforms:select ref="waste/option" appearance="full">
<xforms:choices>
<xsl:for-each
select="document('tables/operation-code.xml')//rdf:Description">
<xforms:item style="margin-left:10px;white-space:nowrap;">
<xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
<xforms:value><xsl:value-of select="qt:code"/></xforms:value>
</xforms:item>
</xsl:for-each>
</xforms:choices>
</xforms:select>

Within the XForms model, I include many instances via XInclude.

Thanks,

Geoffroy





--
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
Reply | Threaded
Open this post in threaded view
|

Re: StackOverFlowError exception

Geoffroy-2
Hi Stephen,

I try the procedure and it's work.

Thanks.

Stephen Bayliss a écrit :

>Hi Geoffroy
>
>Sounds similar to something we are experiencing.
>
>You could see if it's anything similar to our StackOverFlowException by:
>
>- shutting down Tomcat (or other app server -- what are you using?)
>completely
>- restarting
>- go to the orbeon demo page (ie your.server:port/Orbeon/ as your very
>first page
>- then try your page, and see if you hit the same error
>
>In our case we have a similar problem, if we go to our page first, we
>get a stack exception; and after the stack exception we can't get any
>page with a checkbox on it to load up without throwing the exception.
>But loading the Orbeon demo pages first seems to make it all work
>sweetly.
>
>Steve
>
>
>-----Original Message-----
>From: [hidden email] [mailto:[hidden email]]
>Sent: 03 November 2005 16:28
>To: [hidden email]
>Subject: [ops-users] StackOverFlowError exception
>
>Hi,
>
>I need some help about something very strange. In my view, when a change
>a select1 to a select in my XForms, Orbeon throws me a
>StackOverFlowError exception for this page.
>
>This ...
>
><xforms:select1 ref="waste/option" appearance="full">
><xforms:choices>
><xsl:for-each
>select="document('tables/operation-code.xml')//rdf:Description">
><xforms:item style="margin-left:10px;white-space:nowrap;">
><xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
><xforms:value><xsl:value-of select="qt:code"/></xforms:value>
></xforms:item>
></xsl:for-each>
></xforms:choices>
></xforms:select1>
>
>to ...
>
><xforms:select ref="waste/option" appearance="full">
><xforms:choices>
><xsl:for-each
>select="document('tables/operation-code.xml')//rdf:Description">
><xforms:item style="margin-left:10px;white-space:nowrap;">
><xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
><xforms:value><xsl:value-of select="qt:code"/></xforms:value>
></xforms:item>
></xsl:for-each>
></xforms:choices>
></xforms:select>
>
>Within the XForms model, I include many instances via XInclude.
>
>Thanks,
>
>Geoffroy
>
>
>
>  
>
>------------------------------------------------------------------------
>
>
>--
>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
>  
>



--
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
Reply | Threaded
Open this post in threaded view
|

RE: StackOverFlowError exception

Stephen Bayliss
In reply to this post by Geoffroy-2
Ok good, that confirms that this is not just a problem we were experiencing then.

Our Orbeon build is OPS-3.0 beta3.200509020313, which one are you using?

-----Original Message-----
From: Geoffroy O'Donoughue [mailto:[hidden email]]
Sent: 03 November 2005 17:29
To: [hidden email]
Subject: Re: [ops-users] StackOverFlowError exception

Hi Stephen,

I try the procedure and it's work.

Thanks.

Stephen Bayliss a écrit :

>Hi Geoffroy
>
>Sounds similar to something we are experiencing.
>
>You could see if it's anything similar to our StackOverFlowException by:
>
>- shutting down Tomcat (or other app server -- what are you using?)
>completely
>- restarting
>- go to the orbeon demo page (ie your.server:port/Orbeon/ as your very
>first page
>- then try your page, and see if you hit the same error
>
>In our case we have a similar problem, if we go to our page first, we
>get a stack exception; and after the stack exception we can't get any
>page with a checkbox on it to load up without throwing the exception.
>But loading the Orbeon demo pages first seems to make it all work
>sweetly.
>
>Steve
>
>
>-----Original Message-----
>From: [hidden email] [mailto:[hidden email]]
>Sent: 03 November 2005 16:28
>To: [hidden email]
>Subject: [ops-users] StackOverFlowError exception
>
>Hi,
>
>I need some help about something very strange. In my view, when a change
>a select1 to a select in my XForms, Orbeon throws me a
>StackOverFlowError exception for this page.
>
>This ...
>
><xforms:select1 ref="waste/option" appearance="full">
><xforms:choices>
><xsl:for-each
>select="document('tables/operation-code.xml')//rdf:Description">
><xforms:item style="margin-left:10px;white-space:nowrap;">
><xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
><xforms:value><xsl:value-of select="qt:code"/></xforms:value>
></xforms:item>
></xsl:for-each>
></xforms:choices>
></xforms:select1>
>
>to ...
>
><xforms:select ref="waste/option" appearance="full">
><xforms:choices>
><xsl:for-each
>select="document('tables/operation-code.xml')//rdf:Description">
><xforms:item style="margin-left:10px;white-space:nowrap;">
><xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
><xforms:value><xsl:value-of select="qt:code"/></xforms:value>
></xforms:item>
></xsl:for-each>
></xforms:choices>
></xforms:select>
>
>Within the XForms model, I include many instances via XInclude.
>
>Thanks,
>
>Geoffroy
>
>
>
>  
>
>------------------------------------------------------------------------
>
>
>--
>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
>  
>





--
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
Reply | Threaded
Open this post in threaded view
|

Re: StackOverFlowError exception

Geoffroy-2
We have the same version.  But, I will wait the next beta version.  
Someone know when this version will be available?


Stephen Bayliss a écrit :

>Ok good, that confirms that this is not just a problem we were experiencing then.
>
>Our Orbeon build is OPS-3.0 beta3.200509020313, which one are you using?
>
>-----Original Message-----
>From: Geoffroy O'Donoughue [mailto:[hidden email]]
>Sent: 03 November 2005 17:29
>To: [hidden email]
>Subject: Re: [ops-users] StackOverFlowError exception
>
>Hi Stephen,
>
>I try the procedure and it's work.
>
>Thanks.
>
>Stephen Bayliss a écrit :
>
>  
>
>>Hi Geoffroy
>>
>>Sounds similar to something we are experiencing.
>>
>>You could see if it's anything similar to our StackOverFlowException by:
>>
>>- shutting down Tomcat (or other app server -- what are you using?)
>>completely
>>- restarting
>>- go to the orbeon demo page (ie your.server:port/Orbeon/ as your very
>>first page
>>- then try your page, and see if you hit the same error
>>
>>In our case we have a similar problem, if we go to our page first, we
>>get a stack exception; and after the stack exception we can't get any
>>page with a checkbox on it to load up without throwing the exception.
>>But loading the Orbeon demo pages first seems to make it all work
>>sweetly.
>>
>>Steve
>>
>>
>>-----Original Message-----
>>From: [hidden email] [mailto:[hidden email]]
>>Sent: 03 November 2005 16:28
>>To: [hidden email]
>>Subject: [ops-users] StackOverFlowError exception
>>
>>Hi,
>>
>>I need some help about something very strange. In my view, when a change
>>a select1 to a select in my XForms, Orbeon throws me a
>>StackOverFlowError exception for this page.
>>
>>This ...
>>
>><xforms:select1 ref="waste/option" appearance="full">
>><xforms:choices>
>><xsl:for-each
>>select="document('tables/operation-code.xml')//rdf:Description">
>><xforms:item style="margin-left:10px;white-space:nowrap;">
>><xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
>><xforms:value><xsl:value-of select="qt:code"/></xforms:value>
>></xforms:item>
>></xsl:for-each>
>></xforms:choices>
>></xforms:select1>
>>
>>to ...
>>
>><xforms:select ref="waste/option" appearance="full">
>><xforms:choices>
>><xsl:for-each
>>select="document('tables/operation-code.xml')//rdf:Description">
>><xforms:item style="margin-left:10px;white-space:nowrap;">
>><xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
>><xforms:value><xsl:value-of select="qt:code"/></xforms:value>
>></xforms:item>
>></xsl:for-each>
>></xforms:choices>
>></xforms:select>
>>
>>Within the XForms model, I include many instances via XInclude.
>>
>>Thanks,
>>
>>Geoffroy
>>
>>
>>
>>
>>
>>------------------------------------------------------------------------
>>
>>
>>--
>>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
>>
>>
>>    
>>
>
>
>
>
>  
>
>------------------------------------------------------------------------
>
>
>--
>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
>  
>



--
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
Reply | Threaded
Open this post in threaded view
|

Re: StackOverFlowError exception

Erik Bruchez
Administrator
Unfortunately we don't have a date yet. You can always play with the
nightly builds. They are usually fairly stable. You should backup your
existing install so you can switch back if there is a problem:

   http://forge.objectweb.org/nightlybuilds/ops/ops/

-Erik

Geoffroy O'Donoughue wrote:

> We have the same version.  But, I will wait the next beta version.  
> Someone know when this version will be available?
>
>
> Stephen Bayliss a ?crit :
>
>> Ok good, that confirms that this is not just a problem we were
>> experiencing then.
>>
>> Our Orbeon build is OPS-3.0 beta3.200509020313, which one are you using?
>>
>> -----Original Message-----
>> From: Geoffroy O'Donoughue [mailto:[hidden email]] Sent: 03
>> November 2005 17:29
>> To: [hidden email]
>> Subject: Re: [ops-users] StackOverFlowError exception
>>
>> Hi Stephen,
>>
>> I try the procedure and it's work.
>>
>> Thanks.
>>
>> Stephen Bayliss a ?crit :
>>
>>  
>>
>>> Hi Geoffroy
>>>
>>> Sounds similar to something we are experiencing.
>>>
>>> You could see if it's anything similar to our StackOverFlowException by:
>>>
>>> - shutting down Tomcat (or other app server -- what are you using?)
>>> completely
>>> - restarting
>>> - go to the orbeon demo page (ie your.server:port/Orbeon/ as your very
>>> first page
>>> - then try your page, and see if you hit the same error
>>>
>>> In our case we have a similar problem, if we go to our page first, we
>>> get a stack exception; and after the stack exception we can't get any
>>> page with a checkbox on it to load up without throwing the exception.
>>> But loading the Orbeon demo pages first seems to make it all work
>>> sweetly.
>>>
>>> Steve
>>>
>>>
>>> -----Original Message-----
>>> From: [hidden email] [mailto:[hidden email]]
>>> Sent: 03 November 2005 16:28
>>> To: [hidden email]
>>> Subject: [ops-users] StackOverFlowError exception
>>>
>>> Hi,
>>>
>>> I need some help about something very strange. In my view, when a change
>>> a select1 to a select in my XForms, Orbeon throws me a
>>> StackOverFlowError exception for this page.
>>>
>>> This ...
>>>
>>> <xforms:select1 ref="waste/option" appearance="full">
>>> <xforms:choices>
>>> <xsl:for-each
>>> select="document('tables/operation-code.xml')//rdf:Description">
>>> <xforms:item style="margin-left:10px;white-space:nowrap;">
>>> <xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
>>> <xforms:value><xsl:value-of select="qt:code"/></xforms:value>
>>> </xforms:item>
>>> </xsl:for-each>
>>> </xforms:choices>
>>> </xforms:select1>
>>>
>>> to ...
>>>
>>> <xforms:select ref="waste/option" appearance="full">
>>> <xforms:choices>
>>> <xsl:for-each
>>> select="document('tables/operation-code.xml')//rdf:Description">
>>> <xforms:item style="margin-left:10px;white-space:nowrap;">
>>> <xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
>>> <xforms:value><xsl:value-of select="qt:code"/></xforms:value>
>>> </xforms:item>
>>> </xsl:for-each>
>>> </xforms:choices>
>>> </xforms:select>
>>>
>>> Within the XForms model, I include many instances via XInclude.
>>>
>>> Thanks,
>>>
>>> Geoffroy
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> --
>>> 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
>>>
>>>
>>>  
>>
>>
>>
>>
>>
>>  
>>
>> ------------------------------------------------------------------------
>>
>>
>> --
>> 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
>>  
>>
>
>
>
> ------------------------------------------------------------------------
>
>
> --
> 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



--
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
Reply | Threaded
Open this post in threaded view
|

Re: StackOverFlowError exception

Alessandro  Vernet
Administrator
In reply to this post by Geoffroy-2
Hi Geoffroy,

Would you have a stand-alone example that runs in the XForms sandbox
and that we can use to reproduce this?

Alex

On 11/3/05, [hidden email] <[hidden email]> wrote:

> Hi,
>
> I need some help about something very strange. In my view, when a change a select1 to a select in my XForms, Orbeon throws me a StackOverFlowError exception for this page.
>
> This ...
>
> <xforms:select1 ref="waste/option" appearance="full">
> <xforms:choices>
> <xsl:for-each select="document('tables/operation-code.xml')//rdf:Description">
> <xforms:item style="margin-left:10px;white-space:nowrap;">
> <xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
> <xforms:value><xsl:value-of select="qt:code"/></xforms:value>
> </xforms:item>
> </xsl:for-each>
> </xforms:choices>
> </xforms:select1>
>
> to ...
>
> <xforms:select ref="waste/option" appearance="full">
> <xforms:choices>
> <xsl:for-each select="document('tables/operation-code.xml')//rdf:Description">
> <xforms:item style="margin-left:10px;white-space:nowrap;">
> <xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
> <xforms:value><xsl:value-of select="qt:code"/></xforms:value>
> </xforms:item>
> </xsl:for-each>
> </xforms:choices>
> </xforms:select>
>
> Within the XForms model, I include many instances via XInclude.
>
> Thanks,
>
> Geoffroy
>
>
>
>
> --
> 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
>
>
>

--
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: StackOverFlowError exception

Erik Bruchez
Administrator
In reply to this post by Geoffroy-2
Geoffroy,

Do you see a recursion in Saxon, as did the other poster's stack trace?

-Erik

[hidden email] wrote:

> Hi,
>
> I need some help about something very strange. In my view, when a change a select1 to a select in my XForms, Orbeon throws me a StackOverFlowError exception for this page.
>
> This ...
>
> <xforms:select1 ref="waste/option" appearance="full">
> <xforms:choices>
> <xsl:for-each select="document('tables/operation-code.xml')//rdf:Description">
> <xforms:item style="margin-left:10px;white-space:nowrap;">
> <xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
> <xforms:value><xsl:value-of select="qt:code"/></xforms:value>
> </xforms:item>
> </xsl:for-each>
> </xforms:choices>
> </xforms:select1>
>
> to ...
>
> <xforms:select ref="waste/option" appearance="full">
> <xforms:choices>
> <xsl:for-each select="document('tables/operation-code.xml')//rdf:Description">
> <xforms:item style="margin-left:10px;white-space:nowrap;">
> <xforms:label><xsl:value-of select="qt:operation"/></xforms:label>
> <xforms:value><xsl:value-of select="qt:code"/></xforms:value>
> </xforms:item>
> </xsl:for-each>
> </xforms:choices>
> </xforms:select>
>
> Within the XForms model, I include many instances via XInclude.
>
> Thanks,
>
> Geoffroy


--
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