Thanks for the reply and the help, Vince! It turns out that my problem was a combination of incorrectly setting up my project to use GWT. And, I misinterpreted step 3 in the README.txt file where it says, "copy the contents of the "war" directory from this package into the "war" directory of your Web Application Project." I interpreted that as just copying the war directory from openbd into my GAE project and overwriting the GAE war directory with the OBD one. Once I realized that I was supposed to take the files from the OBD war directory and add them to the OBD war directory the project started right up with no errors.
Thanks again for your help. -Scott On Jul 4, 12:30 pm, Vince Bonfanti <[email protected]> wrote: > It looks like your development environment is not set up correctly. A > couple of suggestions: > > 1. Before trying anything with OpenBD, make sure you can run the GAE > sample project > (http://code.google.com/appengine/docs/java/gettingstarted/creating.html). > Only after getting the sample project running should you trying using > OpenBD; this will insure your development environment is configured > properly. > > 2. Make sure you have your project configured as a "Google App > Engine" project and not as a "Google Web Toolkit" project. > > 3. Make sure you're running on JDK 1.5 or 1.6; it won't work with older JDKs. > > Vince > > On Sat, Jul 4, 2009 at 1:16 PM, Scott McAllister<[email protected]> > wrote: > > > I'm taking my first dive into Google App Engine and have decided to > > equip myself with OBD for the journey. Unfortunately, I still haven't > > gotten out of the README file. When I try to launch the development > > server I get a 404 in the GWT browser and a list of errors in the > > console that looks like the stack trace below. Any tips would be > > great! -Scott > > > Jul 4, 2009 5:06:10 PM com.google.apphosting.utils.jetty.JettyLogger > > warn > > WARNING: failed cfmServlet > > java.lang.NoClassDefFoundError: javax/cache/CacheException > > at com.naryx.tagfusion.cfm.engine.cfEngine.<init>(Unknown Source) > > at com.naryx.tagfusion.cfm.engine.cfEngine.init(Unknown Source) > > at com.naryx.tagfusion.cfm.cfServlet.init(Unknown Source) > > at org.mortbay.jetty.servlet.ServletHolder.initServlet > > (ServletHolder.java:433) > > at > > org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java: > > 256) > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
