Re: [Wicket-user] ERROR - Internal error cloning object

2007-07-31 Thread Dipu Seminlal
aaah, thank you very much Eelco, you guys rock ! Cheers Dipu On 7/30/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > 2007-07-30 12:25:45:437 ERROR wicket.markup.html.WebPage > > [http-8080-Processor25] - Page [Page class = > > com.xmltravel.fab1.wicket.flights.FlightSearchResultPage , id = 1

Re: [Wicket-user] ERROR - Internal error cloning object

2007-07-30 Thread Eelco Hillenius
> 2007-07-30 12:25:45:437 ERROR wicket.markup.html.WebPage > [http-8080-Processor25] - Page [Page class = > com.xmltravel.fab1.wicket.flights.FlightSearchResultPage , id = 1] couldn't > be cloned to move to another pagemap > wicket.WicketRuntimeException: Internal error cloning object > at wick

Re: [Wicket-user] ERROR - Internal error cloning object

2007-07-30 Thread Dipu Seminlal
Hi Martijn, How do i switch the second level page cache off ? I am using version 1.2.6, do we have second level page in 1.2.6. Regards Dipu On 7/30/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > Switch the second level page cache off to use the httpsession store, > like it was in 1.2. The

Re: [Wicket-user] ERROR - Internal error cloning object

2007-07-30 Thread Martijn Dashorst
Switch the second level page cache off to use the httpsession store, like it was in 1.2. The second level page cache requires the objects attached to your components to be serializable as it tries to store the pages to disk using serialization. The old pagemap store didn't require serializable, bu

[Wicket-user] ERROR - Internal error cloning object

2007-07-30 Thread Dipu Seminlal
Hi Igor/Eelco and Others, Sorry i am reposting this, can any one please tell me how to get around this issue. I am seeing loads of "Internal error cloning object" error in the log files. I am running on DEPLOYMENT mode and also i have set get().getDebugSettings() .setSerializeSessionAttributes(f