Hi there,


I just migrated my GAE app to the High Replication Datastore, but it seems 
I'm getting an initialization error. My app is using Maven (Java) and it is 
not leveraging on the DataStore (just using a couple of controllers and 
views using Apache Tiles).

To migrate, I duplicated myapp, I launched

/Applications/appengine-java-sdk-1.7.2.1/bin/appcfg.sh update ./src/main/webapp/

after modifying the appengine-web.xml file (changing the id to 
'myapp-hrd'), and I used the migration tool to migrate to myapp-hrd.

I tried to redeploy the app using the previous command, but I'm getting a 
500 error in the front-end. Looking at the logs, I get:

EXCEPTION 
java.lang.ClassNotFoundException: 
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter
at com.google.appengine.runtime.Request.process-9aa0065f4d866794(Request.java)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at org.mortbay.util.Loader.loadClass(Loader.java:91)
at org.mortbay.util.Loader.loadClass(Loader.java:71)
...

Uncaught exception from servlet
javax.servlet.UnavailableException: Initialization failed.
at      
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.createHandler(AppVersionHandlerMap.java:228)
at 
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.getHandler(AppVersionHandlerMap.java:194)

I use the UrlRewriteFilter, and its dependency is declared in my POM file. 
Also if I launch my app, using

mvn gae:run

I can clearly see my app working.

Please help on that, it is quite urgent

Cheers,

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ii9E10kZaJEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to