Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-12 Thread Raymond NANEON
ies by PROFIT Magazine!On 2013-12-05 1:01 AM, "Raymond NANEON" wrote:Hi List, I get this Exception "java.lang.IllegalStateException : Trying to check out a session twice in one RR loop " after using a specific method in my DirectAction, then close the page and go to my a

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-11 Thread Quinton Dolan
Fastest-Growing Companies by PROFIT Magazine! > > On 2013-12-05 1:01 AM, "Raymond NANEON" wrote: > > Hi List, > > I get this Exception "java.lang.IllegalStateException : Trying to check out a > session twice in one RR loop " after using a specific method

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-10 Thread Samuel Pelletier
.invokeAction(WOApplication.java:1745) >>> at >>> er.extensions.appserver.ajax.ERXAjaxApplication.invokeAction(ERXAjaxApplication.java:119) >>> at >>> er.extensions.appserver.ERXApplication.invokeAction(ERXApplication.java:1988) >>> at >

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-09 Thread Raymond NANEON
Session();                 e.printStackTrace();             }         }         return sess;     } The Exception occur when to go my apps Home, my apps re-call the session before display homePage. Important : My app use Wrapper. Before using DirectAction to access to my app I never had this kin

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-09 Thread Chuck Hill
Important : My app use Wrapper. Before using DirectAction to access to my app I never had this kind of exception. Exception : java.lang.IllegalStateException: Trying to check out a session twice in one RR loop: tjRpYltVknbeqG0Eimzt1M at er.extensions.appserver.ERXApplication.restoreSessi

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-09 Thread Chuck Hill
g DirectAction to access to my app I never had this kind of exception. Exception : java.lang.IllegalStateException: Trying to check out a session twice in one RR loop: tjRpYltVknbeqG0Eimzt1M at er.extensions.appserver.ERXApplication.restoreSessionWithID(ERXApplication.java:

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-09 Thread Raymond NANEON
l the session before display homePage.Important : My app use Wrapper.Before using DirectAction to access to my app I never had this kind of exception.Exception : java.lang.IllegalStateException: Trying to check out a session twice in one RR loop: tjRpYltVknbeqG0Eimzt1M    at er.extensi

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-09 Thread Raymond NANEON
re using DirectAction to access to my app I never had this kind of exception.Exception : java.lang.IllegalStateException: Trying to check out a session twice in one RR loop: tjRpYltVknbeqG0Eimzt1M    at er.extensions.appserver.ERXApplication.restoreSessionWithID(ERXApplication.java:2389)    at co

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-06 Thread Samuel Pelletier
ava:2109) > at > er.extensions.appserver.ERXApplication.dispatchRequest(ERXApplication.java:2074) > at > com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144) > at > com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-06 Thread Raymond NANEON
ccess to my app I never had this kind of exception.Exception : java.lang.IllegalStateException: Trying to check out a session twice in one RR loop: tjRpYltVknbeqG0Eimzt1M    at er.extensions.appserver.ERXApplication.restoreSessionWithID(ERXApplication.java:2389)    at com.webobjects.appserver.WOC

Re: java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-05 Thread Chuck Hill
ng of Canada’s Fastest-Growing Companies by PROFIT Magazine! On 2013-12-05 1:01 AM, "Raymond NANEON" wrote: Hi List, I get this Exception "java.lang.IllegalStateException : Trying to check out a session twice in one RR loop " after using a specific method in my DirectAction, then

java.lang.IllegalStateException: Trying to check out a session twice in one RR loop

2013-12-05 Thread Raymond NANEON
Hi List,I get this Exception "java.lang.IllegalStateException : Trying to check out a session twice in one RR loop " after using a specific method in my DirectAction, then close the page and go to my apps home.I don't understand what going on.Thanks for your helpEnvoy