Couldn't load DiskPageStore index when migrating from 1.3.6 - 1.4

2009-08-05 Thread Arun Gupta
An application that runs fine in 1.3.6 is throwing the following exception when started using jetty:run: 2009-08-05 05:58:49.387::INFO: No Transaction manager found - if your webapp requires one, please configure one. ERROR - DiskPageStore - Couldn't load DiskPageStore index from

Re: Couldn't load DiskPageStore index when migrating from 1.3.6 - 1.4

2009-08-05 Thread Martijn Dashorst
From this message I think you have wicket in your container/lib (or container/shared) folder. Don't do that, but put it in your webapp's WEB-INF/lib folder Martijn On Wed, Aug 5, 2009 at 3:08 PM, Arun Guptaarun.gu...@gmail.com wrote: An application that runs fine in 1.3.6 is throwing the

Re: Couldn't load DiskPageStore index when migrating from 1.3.6 - 1.4

2009-08-05 Thread arungupta
Ah, mvn *clean* jetty-run did the job. Migrating to 1.4 now :) Is there Thanks, -Arun Martijn Dashorst wrote: From this message I think you have wicket in your container/lib (or container/shared) folder. Don't do that, but put it in your webapp's WEB-INF/lib folder Martijn On Wed,