GlassFish v3 Domain Server cannot start. Port is occupied

Kirby picture Kirby · Mar 2, 2010 · Viewed 53.9k times · Source

I imagine this is a pretty generic error. I cant seem to find any documentation on it.

I am simply attempting to run a java web project with jsp's and beans... using netbeans 6.8 on windows xp.

Thoughts? apologies for such a newb question.

-Kirb

Answer

Andrey picture Andrey · Mar 2, 2010

you need to know who occupied the port. run in cmd netstat -aon | find ":80" | find "LISTENING" you will see process id. go to Task Manager and drop it.