Web App does not come back up after deploying the java8 version after the upgrade

40 views
Skip to first unread message

LeadWay Global

unread,
Sep 10, 2018, 10:16:33 PM9/10/18
to Google App Engine

I worked through the most issues with my journey with the upgrade of my maven multi-module java web application to java8.

The output we get when we run the mvn:appengine update is as follows in blue.



I am not sure what is wrong and could not find anything documented for this specific issue. 

On a side note where can we grab the content of the logs noted below.

Beginning interaction for module default...

0% Created staging directory at: '/var/folders/5s/63hgymfs7js4tlx1zrpt12140000gn/T/appcfg4670965857950299255.tmp'

5% Scanning for jsp files.

8% Generated git repository information file.

20% Scanning files on local disk.

25% Scanned 250 files.

28% Initiating update.

31% Cloning 3 static files.

33% Cloning 362 application files.

40% Uploading 0 files.

52% Initializing precompilation...

90% Deploying new version.

95% Will check again in 1 seconds.

98% Will check again in 2 seconds.

99% Will check again in 4 seconds.

99% Will check again in 8 seconds.

99% Will check again in 16 seconds.

99% Will check again in 32 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 1 seconds.

99% Will check again in 2 seconds.

99% Will check again in 4 seconds.

99% Will check again in 8 seconds.

99% Will check again in 16 seconds.

99% Will check again in 32 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

99% Will check again in 60 seconds.

Sep 09, 2018 7:37:06 PM com.google.appengine.tools.admin.AppVersionUpload commit

SEVERE: Version still not serving, aborting.

99% Rolling back the update.


com.google.appengine.tools.admin.RemoteIOException: Version not ready.

Unable to update app: Version not ready.

Please see the logs [/var/folders/5s/63hgymfs7js4tlx1zrpt12140000gn/T/appcfg5707627753653038815.log] for further information.

edgaral...@google.com

unread,
Sep 13, 2018, 2:03:10 PM9/13/18
to Google App Engine
It might be a transient error. Have you tried to deploy multiple time?

The logs should be in the Users folder as I believe it creates a temporary folder for the logs. 

Have you tried to search for the file name in the Maven directory and/or User directory?
You can try these command:
$ find ~ -name appcfg5707627753653038815.log
$ find / -name appcfg5707627753653038815.log
Reply all
Reply to author
Forward
0 new messages