do you redeploy the app without shutting down the server?

-igor

On Fri, Jun 27, 2008 at 9:32 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> Not deliberately, it happens both in deployment mode and development mode.
> Im using the standard jetty start.java, from quickstart it also happens on
> tomcat. And wicket 1.3.4 (but also happened on 1.3.3). Im using a whole buch
> of dependencies.:
>
> wicket-spring
> wicket-spring-annot
> wicket-auth-roles
> wicket-datetime  wicket-extensions
>
> So im not sure of any of these can get me into troubles? Oh and btw its not
> a consistent error, sometimes it works (havent tested it enough to get a
> pattern)
>
> Igor Vaynberg wrote:
>>
>> are you using reloading class filter/servlet?
>>
>> -igor
>>
>> On Fri, Jun 27, 2008 at 6:26 AM, Nino Saturnino Martinez Vazquez Wael
>> <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> How can this happen, it clearly states that it are a ZeuzSession.class in
>>> the log?:
>>>
>>>
>>>
>>>              if (ZeuzSession.class.isInstance(getSession())) {
>>>              } else {
>>>
>>>                  log
>>>                          .error("Got an non zeuzSession on authorized
>>> page,
>>> should not be posssible:"
>>>                                  + getSession().toString());
>>>              }
>>>
>>>
>>>
>>> ERROR [btpool0-2] (ZeuzAuthorizedPage.java:73) - Got an non zeuzSession
>>> on
>>> authorized page, should not be
>>> posssible:[EMAIL PROTECTED]
>>>
>>> --
>>> -Wicket for love
>>>
>>> Nino Martinez Wael
>>> Java Specialist @ Jayway DK
>>> http://www.jayway.dk
>>> +45 2936 7684
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to