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, Aug 5, 2009 at 3:08 PM, Arun Gupta<[email protected]> wrote: >> 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 file >> /Users/arungupta/workspaces/runner~subversion/wicket/runner/target/work/wicket.runner-filestore/DiskPageStoreIndex. >> java.lang.ClassNotFoundException: >> org.apache.wicket.util.concurrent.ConcurrentHashMap >> at java.net.URLClassLoader$1.run(URLClassLoader.java:200) >> at java.security.AccessController.doPrivileged(Native Method) >> at java.net.URLClassLoader.findClass(URLClassLoader.java:188) >> >> And loading the application in browser gives the following error: >> >> java.lang.NoSuchMethodError: >> org.example.runner.BasePage.add(Lorg/apache/wicket/Component;)Lorg/apache/wicket/MarkupContainer; >> at org.example.runner.BasePage.<init>(BasePage.java:63) >> at org.example.runner.HomePage.<init>(HomePage.java:48) >> at java.lang.reflect.Constructor.newInstance(Constructor.java:513) >> at >> org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188) >> >> Any idea ? >> >> -Arun >> >> -- >> Need Application Server ? - Download glassfish.org >> Blog: http://blogs.sun.com/arungupta >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > Apache Wicket 1.4 increases type safety for web applications > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/%22Couldn%27t-load-DiskPageStore-index%22-when-migrating-from-1.3.6--%3E-1.4-tp24826637p24829490.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
