I've deployed a new version of my application and since then I receive
FileNotFoundException and I can't access this new version.
This happens only on new deployed versions (Another colleague of mine
also tried and got the same problem). The other old versions are ok
(also the default version).
This never happened before. I use 1.5.2 Java SDK and until today
deployments were OK.
This is a sample of this exception:
W 2011-09-07 03:42:51.918
EXCEPTION
java.lang.RuntimeException: java.io.FileNotFoundException: /base/data/
home/apps/[s~myAppId]/alex.353097265111077421/_ah/java_compiled/WEB-
INF/classes/[myPath/MyClass.class] (No such file or directory)
at com.google.appengine.runtime.Request.process-
f4b8a7b021f0845c(Request.java)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at org.mortbay.util.Loader.loadClass(Loader.java:91)
....
E 2011-09-07 03:42:51.918
javax.servlet.ServletContext log: unavailable
javax.servlet.UnavailableException: java.io.FileNotFoundException: /
base/data/home/apps/[s~myAppId]/alex.353097265111077421/_ah/
java_compiled/WEB-INF/classes/[myPath/MyClass.class] (No such file or
directory)
at org.mortbay.jetty.servlet.Holder.doStart(Holder.java:79)
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:
242)
...
Best Regards,
Alex
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
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.