Error at running application version after deploy - Classes cannot be found

60 views
Skip to first unread message

Alexandru Farcas

unread,
Sep 7, 2011, 7:26:45 AM9/7/11
to Google App Engine

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

Renan Mobile

unread,
Sep 7, 2011, 8:21:57 AM9/7/11
to google-a...@googlegroups.com
Hello Everyone,

This happened with me too. I don't know why. I'm using JAVA SDK and M/S Datastore. I need to deploy a new version today.

Thank you,

-----
Presidente Renan Franca
____
Renan Mobile ltda: http://renanmobile.com - Soluções em Dispositivos Móveis (Smartphones) com integração via web.
Soluções em:
        Android (Smartphones);
        Google Web Toolkit (Web)
;



2011/9/7 Alexandru Farcas <alexfa...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.


Alexandru Farcaș

unread,
Sep 7, 2011, 9:22:32 AM9/7/11
to google-a...@googlegroups.com

I use HR.
I should specify that sometimes it works, some classes are found, but when i reload, many of the classes that i need cannot be found.

Renan Mobile

unread,
Sep 7, 2011, 9:32:33 AM9/7/11
to google-a...@googlegroups.com

When i did an operation at first time the class always wasn't found. I don't know what to do and i have to deploy a new version in the next 2 hours.
I trust on google a lot and i'm very worry because it's a critical problem on my application. I need to deploy a new version to fix a bug.
Thank you Alexandru for reporting this bug so fast. And if you have any news, post it please.

Em 07/09/2011 10:22, "Alexandru Farcaș" <alex....@expert-group.biz> escreveu:

Ice13ill

unread,
Sep 7, 2011, 11:25:20 AM9/7/11
to Google App Engine
We tried another deploy, just a few moments ago... but still the
problem persists. \
It is strange that no one else has encountered this situation... Or is
there another thread with a similar subject ?
> Em 07/09/2011 10:22, "Alexandru Farcaș" <alex.far...@expert-group.biz>
> escreveu:

Ice13ill

unread,
Sep 7, 2011, 11:31:32 AM9/7/11
to Google App Engine
I want to add that on local development server everything is ok.

Renan Mobile

unread,
Sep 7, 2011, 11:35:58 AM9/7/11
to google-a...@googlegroups.com
I'm just waiting for a official google answer or a solution. That's frustrate me, i fix my application bug, but i cant deploy it.

Atenciosamente,


-----
Presidente Renan Franca
____
Renan Mobile ltda: http://renanmobile.com - Soluções em Dispositivos Móveis (Smartphones) com integração via web.
Soluções em:
        Android (Smartphones);
        Google Web Toolkit (Web)
;



2011/9/7 Ice13ill <andrei....@gmail.com>

Johan Euphrosine

unread,
Sep 7, 2011, 12:15:19 PM9/7/11
to google-a...@googlegroups.com
Please fill a production issue with your app_id, if this is affecting
your application:
http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue

--
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

Shaun Clark

unread,
Sep 7, 2011, 10:04:12 AM9/7/11
to Google App Engine
We are also facing this issue on version 20 of our app with app id
synclio-ivr. The previous version works fine, but this version is
throwing a very odd error:

EXCEPTION
java.lang.RuntimeException: java.io.FileNotFoundException: /base/data/
home/apps/s~synclio-ivr/20.353100563800392183/_ah/java_compiled/WEB-
INF/classes/org/apache/jsp/pages/financialInfo_jsp.class (No such file
or directory)
at
com.google.appengine.runtime.Request.process-6c587ad80ed61a42(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)
at org.mortbay.jetty.servlet.Holder.doStart(Holder.java:73)
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:
242)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:
685)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:
1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:
517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:
467)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.createHandler(AppVersionHandlerMap.java:
202)
at
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.getHandler(AppVersionHandlerMap.java:
171)
at
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:
123)
at com.google.apphosting.runtime.JavaRuntime
$RequestRunnable.run(JavaRuntime.java:391)
at com.google.apphosting.runtime.ThreadGroupPool
$PoolEntry.run(ThreadGroupPool.java:160)
at java.lang.Thread.run(Thread.java:679)

Any help would be appreciated, thanks!
> Em 07/09/2011 10:22, "Alexandru Farcaș" <alex.far...@expert-group.biz>
> escreveu:

axel deblasi

unread,
Sep 7, 2011, 12:16:50 PM9/7/11
to Google App Engine
I'm facing the same problem, deployment of a new version (Java) fails
with FileNotFoundException on every file that was changed.

Deploying this new version on a separate app-id (created to check
this) works fine, so the code itself is good.

But deploying on the existing app-id fails.
I retrieve the last deployed version from my scm and try to re-deploy
it => works fine.
I change a single file (with a trivial modification like "Hello" to
"Helo" il a jsp) => fails.

This is a blocker, maybe need to fill a bug report

On Sep 7, 5:35 pm, Renan Mobile <renanfra...@renanmobile.com> wrote:
> I'm just waiting for a official google answer or a solution. That's
> frustrate me, i fix my application bug, but i cant deploy it.
>
> Atenciosamente,
>
> -----
> Presidente Renan Franca
> ____
> Renan Mobile ltda:http://renanmobile.com- Soluções em Dispositivos Móveis
> (Smartphones) com integração via web.
> Soluções em:
>         Android (Smartphones);
>         Google Web Toolkit (Web);
>
> 2011/9/7 Ice13ill <andrei.fifi...@gmail.com>
Reply all
Reply to author
Forward
0 new messages