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 On Monday, September 10, 2018 at 10:16:33 PM UTC-4, LeadWay Global wrote: > > > 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. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/32f26287-9d93-420a-8f90-138bd228c7ac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
