I am new to google app engine, Java and was getting started using these instructions.
I used the com.google.appengine.archetypes:guestbook-archetype archetype.
Everything worked perfectly till step 13 and the project was built successfully but then in step 14 where we execute the devserver following problem occurred:
[INFO] Google App Engine Java SDK - Running Development Server
[INFO]
[INFO] Retrieving Google App Engine Java SDK from Maven
Downloading: https://repo.maven.apache.org/maven2/com/google/appengine/appengine
-java-sdk/1.9.32/appengine-java-sdk-1.9.32.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:37 min
[INFO] Finished at: 2016-03-04T22:44:39+05:30
[INFO] Final Memory: 11M/29M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.3
2:devserver (default-cli) on project mynotes1793: Could not resolve SDK artifact
in Maven. Could not transfer artifact com.google.appengine:appengine-java-sdk:z
ip:1.9.32 from/to central (https://repo.maven.apache.org/maven2): GET request of
: com/google/appengine/appengine-java-sdk/1.9.32/appengine-java-sdk-1.9.32.zip f
rom central failed: SSL peer shut down incorrectly -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
xception
I am not sure what exactly the problem is. Please help.