Error while running webapplication with google appengine

eclipse, google-app-engine, google-plugin-eclipse, java

Solution

The problem is what it is stating.

You are facing this issue because of the following:

- Either the port 8888 is in use by some other application and not previous launch. This is less likely.

- This condition is more likely and it is because you have already launched the application once i.e. via the Run as Web Application. And it is still running. In your Eclipse, visit the Window-> Show View -> Console. And in the Console window, you will find one or more previous instances running. Please stop that.

Problem

I created a small web application.if i deployed its work but if try to run application it show the port 8888 appears to be in use(perhaps by another lanch),do you still to contine with this lanch? i clicked yes but show the error Could not open the requested socket: Address already in use: bind Try overriding --address and/or --port.

Original source