You'll have to stop the server when you redeploy. If you run in "debug" mode, the JVM will reload classes that you recompile so you would only need to redeploy when you change configurations (web.xml, appengine-web.xml, etc). I'm not familiar with the NetBeans plugin, so I can't comment on why this may be happening, but when I use the IntelliJ plugin, it will ask me whether I want to kill the existing JVM, detach or cancel. If you really want to restart the process, you would want to "kill" so the process doesn't detach and take up the port you need.
On Mon, Dec 7, 2009 at 6:00 AM, Andreas Blomqvist < [email protected]> wrote: > Hi > > Newbie question. I'm running a local google app engine server with my > netbeans (6.7) and I am having some problems with redeploying. > I always get > > runserver: > [java] 2009-dec-07 13:54:15 > com.google.apphosting.utils.jetty.JettyLogger warn > [java] VARNING: failed selectchannelconnec...@localhost:8082 > [java] java.net.BindException: Address already in use: bind > > > when I do "deploy" on my project. I seems that the server tries to restart, > but it has not closed down, I can see alot of java.exe processes in the > activity manager. When I kill them and deploy everything works fine. Any > ideas? > > /A > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- Ikai Lan Developer Programs Engineer, Google App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
