Fine folks,
I have two different problems with app engine today.
#1
This is on version 3.
Since early this morning the instances my instances just keep crashing for no reason, i haven't done any deploys during that time.
#2
This is on version 4.
Every 1-2 weeks i deploy a new version op App Engine and now i'm back to version 4 again.
The thing is the deploy is not working like it should(i think).
Since the last deployment(on version 4, so that's a few weeks ago) and now i changed all my package names, but when looking at version 4 logs it's crashing and showing stacktraces of my old packages.
It did in fact deploy my new class files, so now i have a half new half old version.
I tried deleting the version again and redeploying again and this is what eclipse tells me:
Deploying:
Uploading 0 files.
Initializing precompilation...
Deploying new version.
Obviously that's wrong, i deleted my app on App Engine so it should upload all my files again.
On version 4 my instances also crash and restart every time, but that could be related with inconsistent classes and packages and stuff.
My App id: ass-proj11a
For clarification:
My old package name:
com.zwanz.gwttut.server
My new package name:
com.stumas.AdminPanel.server
What should i do, file a production issue?
I have added two screenshots, one of version 3 indicating the instance problem, two is the version 4 logs indicating it's old files while i deployed a new version today.
If anything, the instance crashing problem is more problematic.
Thank you for your time.
Regards,
Rohan