http 503 error gwt jetty server SERVICE_UNAVAILABLE

前端 未结 3 826
说谎
说谎 2021-01-14 16:04

i get 503 error from eclipse integrated jetty server while running project in a web browser. i get this error since i changed the gae application-id of the project.

3条回答
  •  再見小時候
    2021-01-14 16:32

    I'm using maven, but had the same problem. With maven we don't have the SDK version set in project properties, instead we have this plugin:

    
        com.google.appengine
        appengine-maven-plugin
        1.8.3
    

    To solve the exception: Window/Show View/Other... > Servers/Server and then right click on the used AppEngine server then click Clean....

    Note: this will wipe your local dev datastore, so make a backup of the file if you want to keep your data:

    .../workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp${SERVER_NUM}/${DEPLOYED_APP_NAME}/WEB-INF/appengine-generated/local_db.bin

提交回复
热议问题