Hi all, I have a utility that takes an XQuery from the
user and runs it against our Tamino database, sometimes these queries can take
a while to respond due to the amount of data. I have a query that always
produces the “Unable to get Thanks Ryan Puddephatt Software Engineer TFX Group - IT UK Scotand EH54 7DP (
01506 407 110 7 01506 407 108 -- 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 |
Administrator
|
Hi Ryan,
The information is stored in the servlet session, which expiration policy you define in the Tomcat configuration. So you are saying that there is a submission replace="instance" that run an XPL that returns a large amount of data, and you are getting this error when the XPL returns the data? I would find it surprising that the session expires during that time. The best thing would be to create a use case that we can run in the sandbox, but this may not be a case where it is practical. Is everything working fine if the session is not used, i.e. with this in your properties: <property as="xs:string" name="oxf.xforms.state-handling" value="client"/> Alex On 3/13/06, Ryan Puddephatt <[hidden email]> wrote: > > > > Hi all, > > I have a utility that takes an XQuery from the user and runs it > against our Tamino database, sometimes these queries can take a while to > respond due to the amount of data. I have a query that always produces the > "Unable to get Xforms Engine State" message after the data has been output. > Any ideas why this would be? Is there a timeout of some sort? > > > > Thanks > > > > Ryan Puddephatt > > Software Engineer > > TFX Group - IT UK > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > > > -- > 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 |
Alex,
Changing the state-handling works, what else will this change if I leave this set to client? Is there anything I won't be able to do? Ryan Ryan Puddephatt Software Engineer TFX Group - IT UK 1 Michaelson Square Livingston West Lothian Scotand EH54 7DP * [hidden email] ( 01506 407 110 7 01506 407 108 >-----Original Message----- >From: [hidden email] [mailto:[hidden email]] On Behalf Of Alessandro >Vernet >Sent: 14 March 2006 02:17 >To: [hidden email] >Subject: Re: [ops-users] Large XQueries create error > >Hi Ryan, > >The information is stored in the servlet session, which expiration >policy you define in the Tomcat configuration. So you are saying that >there is a submission replace="instance" that run an XPL that returns >a large amount of data, and you are getting this error when the XPL >returns the data? I would find it surprising that the session expires >during that time. The best thing would be to create a use case that we >can run in the sandbox, but this may not be a case where it is >practical. > >Is everything working fine if the session is not used, i.e. with this >in your properties: ><property as="xs:string" name="oxf.xforms.state-handling" value="client"/> > >Alex > >On 3/13/06, Ryan Puddephatt <[hidden email]> wrote: >> >> >> >> Hi all, >> >> I have a utility that takes an XQuery from the user and runs >it >> against our Tamino database, sometimes these queries can take a while to >> respond due to the amount of data. I have a query that always produces >the >> "Unable to get Xforms Engine State" message after the data has been >output. >> Any ideas why this would be? Is there a timeout of some sort? >> >> >> >> Thanks >> >> >> >> Ryan Puddephatt >> >> Software Engineer >> >> TFX Group - IT UK >> >> 1 Michaelson Square >> >> Livingston >> >> West Lothian >> >> Scotand >> >> EH54 7DP >> >> >> >> * [hidden email] >> >> ( 01506 407 110 >> >> 7 01506 407 108 >> >> >> >> >> >> -- >> 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 |
Alex,
Scrap that it doesn't appear to work with client, I ran a smaller query, but hadn't restarted the server! Ryan Puddephatt Software Engineer TFX Group - IT UK 1 Michaelson Square Livingston West Lothian Scotand EH54 7DP * [hidden email] ( 01506 407 110 7 01506 407 108 >-----Original Message----- >From: Ryan Puddephatt [mailto:[hidden email]] >Sent: 20 March 2006 14:27 >To: [hidden email] >Subject: RE: [ops-users] Large XQueries create error > >Alex, > Changing the state-handling works, what else will this change if I >leave this set to client? Is there anything I won't be able to do? > >Ryan > >Ryan Puddephatt >Software Engineer >TFX Group - IT UK >1 Michaelson Square >Livingston >West Lothian >Scotand >EH54 7DP > >* [hidden email] >( 01506 407 110 >7 01506 407 108 > >>-----Original Message----- >>From: [hidden email] [mailto:[hidden email]] On Behalf Of Alessandro >>Vernet >>Sent: 14 March 2006 02:17 >>To: [hidden email] >>Subject: Re: [ops-users] Large XQueries create error >> >>Hi Ryan, >> >>The information is stored in the servlet session, which expiration >>policy you define in the Tomcat configuration. So you are saying that >>there is a submission replace="instance" that run an XPL that returns >>a large amount of data, and you are getting this error when the XPL >>returns the data? I would find it surprising that the session expires >>during that time. The best thing would be to create a use case that we >>can run in the sandbox, but this may not be a case where it is >>practical. >> >>Is everything working fine if the session is not used, i.e. with this >>in your properties: >><property as="xs:string" name="oxf.xforms.state-handling" value="client"/> >> >>Alex >> >>On 3/13/06, Ryan Puddephatt <[hidden email]> wrote: >>> >>> >>> >>> Hi all, >>> >>> I have a utility that takes an XQuery from the user and runs >>it >>> against our Tamino database, sometimes these queries can take a while to >>> respond due to the amount of data. I have a query that always produces >>the >>> "Unable to get Xforms Engine State" message after the data has been >>output. >>> Any ideas why this would be? Is there a timeout of some sort? >>> >>> >>> >>> Thanks >>> >>> >>> >>> Ryan Puddephatt >>> >>> Software Engineer >>> >>> TFX Group - IT UK >>> >>> 1 Michaelson Square >>> >>> Livingston >>> >>> West Lothian >>> >>> Scotand >>> >>> EH54 7DP >>> >>> >>> >>> * [hidden email] >>> >>> ( 01506 407 110 >>> >>> 7 01506 407 108 >>> >>> >>> >>> >>> >>> -- >>> 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 |
Administrator
|
Ryan,
You are saying that you go the "Unable to get Xforms Engine State" error when using client-side state handling? Alex On 3/20/06, Ryan Puddephatt <[hidden email]> wrote: > Alex, > Scrap that it doesn't appear to work with client, I ran a smaller > query, but hadn't restarted the server! > > Ryan Puddephatt > Software Engineer > TFX Group - IT UK > 1 Michaelson Square > Livingston > West Lothian > Scotand > EH54 7DP > > * [hidden email] > ( 01506 407 110 > 7 01506 407 108 > > > >-----Original Message----- > >From: Ryan Puddephatt [mailto:[hidden email]] > >Sent: 20 March 2006 14:27 > >To: [hidden email] > >Subject: RE: [ops-users] Large XQueries create error > > > >Alex, > > Changing the state-handling works, what else will this change if I > >leave this set to client? Is there anything I won't be able to do? > > > >Ryan > > > >Ryan Puddephatt > >Software Engineer > >TFX Group - IT UK > >1 Michaelson Square > >Livingston > >West Lothian > >Scotand > >EH54 7DP > > > >* [hidden email] > >( 01506 407 110 > >7 01506 407 108 > > > >>-----Original Message----- > >>From: [hidden email] [mailto:[hidden email]] On Behalf Of Alessandro > >>Vernet > >>Sent: 14 March 2006 02:17 > >>To: [hidden email] > >>Subject: Re: [ops-users] Large XQueries create error > >> > >>Hi Ryan, > >> > >>The information is stored in the servlet session, which expiration > >>policy you define in the Tomcat configuration. So you are saying that > >>there is a submission replace="instance" that run an XPL that returns > >>a large amount of data, and you are getting this error when the XPL > >>returns the data? I would find it surprising that the session expires > >>during that time. The best thing would be to create a use case that we > >>can run in the sandbox, but this may not be a case where it is > >>practical. > >> > >>Is everything working fine if the session is not used, i.e. with this > >>in your properties: > >><property as="xs:string" name="oxf.xforms.state-handling" value="client"/> > >> > >>Alex > >> > >>On 3/13/06, Ryan Puddephatt <[hidden email]> wrote: > >>> > >>> > >>> > >>> Hi all, > >>> > >>> I have a utility that takes an XQuery from the user and runs > >>it > >>> against our Tamino database, sometimes these queries can take a while to > >>> respond due to the amount of data. I have a query that always produces > >>the > >>> "Unable to get Xforms Engine State" message after the data has been > >>output. > >>> Any ideas why this would be? Is there a timeout of some sort? > >>> > >>> > >>> > >>> Thanks > >>> > >>> > >>> > >>> Ryan Puddephatt > >>> > >>> Software Engineer > >>> > >>> TFX Group - IT UK > >>> > >>> 1 Michaelson Square > >>> > >>> Livingston > >>> > >>> West Lothian > >>> > >>> Scotand > >>> > >>> EH54 7DP > >>> > >>> > >>> > >>> * [hidden email] > >>> > >>> ( 01506 407 110 > >>> > >>> 7 01506 407 108 > >>> > >>> > >>> > >>> > >>> > >>> -- > >>> 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 > > > -- 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 |
No this time it continues to loop on loading, when I refresh it shows an
Unexpected response from Server error Ryan Puddephatt Software Engineer TFX Group - IT UK 1 Michaelson Square Livingston West Lothian Scotand EH54 7DP * [hidden email] ( 01506 407 110 7 01506 407 108 >-----Original Message----- >From: [hidden email] [mailto:[hidden email]] On Behalf Of Alessandro >Vernet >Sent: 21 March 2006 01:25 >To: [hidden email] >Subject: Re: [ops-users] Large XQueries create error > >Ryan, > >You are saying that you go the "Unable to get Xforms Engine State" >error when using client-side state handling? > >Alex > >On 3/20/06, Ryan Puddephatt <[hidden email]> wrote: >> Alex, >> Scrap that it doesn't appear to work with client, I ran a smaller >> query, but hadn't restarted the server! >> >> Ryan Puddephatt >> Software Engineer >> TFX Group - IT UK >> 1 Michaelson Square >> Livingston >> West Lothian >> Scotand >> EH54 7DP >> >> * [hidden email] >> ( 01506 407 110 >> 7 01506 407 108 >> >> >> >-----Original Message----- >> >From: Ryan Puddephatt [mailto:[hidden email]] >> >Sent: 20 March 2006 14:27 >> >To: [hidden email] >> >Subject: RE: [ops-users] Large XQueries create error >> > >> >Alex, >> > Changing the state-handling works, what else will this change if >I >> >leave this set to client? Is there anything I won't be able to do? >> > >> >Ryan >> > >> >Ryan Puddephatt >> >Software Engineer >> >TFX Group - IT UK >> >1 Michaelson Square >> >Livingston >> >West Lothian >> >Scotand >> >EH54 7DP >> > >> >* [hidden email] >> >( 01506 407 110 >> >7 01506 407 108 >> > >> >>-----Original Message----- >> >>From: [hidden email] [mailto:[hidden email]] On Behalf Of >Alessandro >> >>Vernet >> >>Sent: 14 March 2006 02:17 >> >>To: [hidden email] >> >>Subject: Re: [ops-users] Large XQueries create error >> >> >> >>Hi Ryan, >> >> >> >>The information is stored in the servlet session, which expiration >> >>policy you define in the Tomcat configuration. So you are saying that >> >>there is a submission replace="instance" that run an XPL that returns >> >>a large amount of data, and you are getting this error when the XPL >> >>returns the data? I would find it surprising that the session expires >> >>during that time. The best thing would be to create a use case that we >> >>can run in the sandbox, but this may not be a case where it is >> >>practical. >> >> >> >>Is everything working fine if the session is not used, i.e. with this >> >>in your properties: >> >><property as="xs:string" name="oxf.xforms.state-handling" >value="client"/> >> >> >> >>Alex >> >> >> >>On 3/13/06, Ryan Puddephatt <[hidden email]> wrote: >> >>> >> >>> >> >>> >> >>> Hi all, >> >>> >> >>> I have a utility that takes an XQuery from the user and >runs >> >>it >> >>> against our Tamino database, sometimes these queries can take a while >to >> >>> respond due to the amount of data. I have a query that always >produces >> >>the >> >>> "Unable to get Xforms Engine State" message after the data has been >> >>output. >> >>> Any ideas why this would be? Is there a timeout of some sort? >> >>> >> >>> >> >>> >> >>> Thanks >> >>> >> >>> >> >>> >> >>> Ryan Puddephatt >> >>> >> >>> Software Engineer >> >>> >> >>> TFX Group - IT UK >> >>> >> >>> 1 Michaelson Square >> >>> >> >>> Livingston >> >>> >> >>> West Lothian >> >>> >> >>> Scotand >> >>> >> >>> EH54 7DP >> >>> >> >>> >> >>> >> >>> * [hidden email] >> >>> >> >>> ( 01506 407 110 >> >>> >> >>> 7 01506 407 108 >> >>> >> >>> >> >>> >> >>> >> >>> >> >>> -- >> >>> You receive this message as a subscriber of the ops- >[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 >> >> >> > > >-- >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 |
Administrator
|
Hi Ryan,
This one is going hard to solve on the list, as it doesn't look like you can easily send us files that we can run locally to reproduce the problem. Alex On 3/21/06, Ryan Puddephatt <[hidden email]> wrote: > No this time it continues to loop on loading, when I refresh it shows an > Unexpected response from Server error > > Ryan Puddephatt > Software Engineer > TFX Group - IT UK > 1 Michaelson Square > Livingston > West Lothian > Scotand > EH54 7DP > > * [hidden email] > ( 01506 407 110 > 7 01506 407 108 > > >-----Original Message----- > >From: [hidden email] [mailto:[hidden email]] On Behalf Of Alessandro > >Vernet > >Sent: 21 March 2006 01:25 > >To: [hidden email] > >Subject: Re: [ops-users] Large XQueries create error > > > >Ryan, > > > >You are saying that you go the "Unable to get Xforms Engine State" > >error when using client-side state handling? > > > >Alex > > > >On 3/20/06, Ryan Puddephatt <[hidden email]> wrote: > >> Alex, > >> Scrap that it doesn't appear to work with client, I ran a smaller > >> query, but hadn't restarted the server! > >> > >> Ryan Puddephatt > >> Software Engineer > >> TFX Group - IT UK > >> 1 Michaelson Square > >> Livingston > >> West Lothian > >> Scotand > >> EH54 7DP > >> > >> * [hidden email] > >> ( 01506 407 110 > >> 7 01506 407 108 > >> > >> > >> >-----Original Message----- > >> >From: Ryan Puddephatt [mailto:[hidden email]] > >> >Sent: 20 March 2006 14:27 > >> >To: [hidden email] > >> >Subject: RE: [ops-users] Large XQueries create error > >> > > >> >Alex, > >> > Changing the state-handling works, what else will this change if > >I > >> >leave this set to client? Is there anything I won't be able to do? > >> > > >> >Ryan > >> > > >> >Ryan Puddephatt > >> >Software Engineer > >> >TFX Group - IT UK > >> >1 Michaelson Square > >> >Livingston > >> >West Lothian > >> >Scotand > >> >EH54 7DP > >> > > >> >* [hidden email] > >> >( 01506 407 110 > >> >7 01506 407 108 > >> > > >> >>-----Original Message----- > >> >>From: [hidden email] [mailto:[hidden email]] On Behalf Of > >Alessandro > >> >>Vernet > >> >>Sent: 14 March 2006 02:17 > >> >>To: [hidden email] > >> >>Subject: Re: [ops-users] Large XQueries create error > >> >> > >> >>Hi Ryan, > >> >> > >> >>The information is stored in the servlet session, which expiration > >> >>policy you define in the Tomcat configuration. So you are saying that > >> >>there is a submission replace="instance" that run an XPL that returns > >> >>a large amount of data, and you are getting this error when the XPL > >> >>returns the data? I would find it surprising that the session expires > >> >>during that time. The best thing would be to create a use case that we > >> >>can run in the sandbox, but this may not be a case where it is > >> >>practical. > >> >> > >> >>Is everything working fine if the session is not used, i.e. with this > >> >>in your properties: > >> >><property as="xs:string" name="oxf.xforms.state-handling" > >value="client"/> > >> >> > >> >>Alex > >> >> > >> >>On 3/13/06, Ryan Puddephatt <[hidden email]> wrote: > >> >>> > >> >>> > >> >>> > >> >>> Hi all, > >> >>> > >> >>> I have a utility that takes an XQuery from the user and > >runs > >> >>it > >> >>> against our Tamino database, sometimes these queries can take a while > >to > >> >>> respond due to the amount of data. I have a query that always > >produces > >> >>the > >> >>> "Unable to get Xforms Engine State" message after the data has been > >> >>output. > >> >>> Any ideas why this would be? Is there a timeout of some sort? > >> >>> > >> >>> > >> >>> > >> >>> Thanks > >> >>> > >> >>> > >> >>> > >> >>> Ryan Puddephatt > >> >>> > >> >>> Software Engineer > >> >>> > >> >>> TFX Group - IT UK > >> >>> > >> >>> 1 Michaelson Square > >> >>> > >> >>> Livingston > >> >>> > >> >>> West Lothian > >> >>> > >> >>> Scotand > >> >>> > >> >>> EH54 7DP > >> >>> > >> >>> > >> >>> > >> >>> * [hidden email] > >> >>> > >> >>> ( 01506 407 110 > >> >>> > >> >>> 7 01506 407 108 > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> -- > >> >>> You receive this message as a subscriber of the ops- > >[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 > >> > >> > >> > > > > > >-- > >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 > > > -- 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 |
Free forum by Nabble | Edit this page |