unix - GlassFish can't start because of "port conflict" but nothing is using that port -- what's wrong with GlassFish? -


I develop on Mac (Lion) with Eclipse and Glasfis 3.1. Glassfish uses 8080 ports and 4848 ports. Suddenly when I try to launch glassfish, it tells me that it can not be a harbor conflict.

As far as I can tell, using that port is not doing anything. I shut down everything and restart the Mac, and whenever I run GlassFish, this error still gets. I uninstalled the glassfish, removed all the directories, resumed my machine, again got a slipped glassfish and the same problem.

I have created a new test user on your Mac, please click Log out my form, sign, installed GlassFish under the user account and it runs fine.

This is something in my user account that Mac or Glassfish thinks the port is in use.

Does anyone know how I can solve this problem? I hate the idea of ​​creating a new account on my Mac and transferring all my data there. Sounds like an excessive solution

Any ideas

Rob

update:.? A "Lsof I: 8080" shows me this:

  $ lsof I: 8080 COMMAND PID user FD type tools Size / off node name launchd 158 Stephen 8u Aipivi 4 0xffffff8014945fa0 0t0 TCP *: http-alt (listen) launchd 158 Stephen 10u IPv6 0xffffff80l494l240 0t0 TCP *: http -alt (listen) printerAg 232 Stephen 5U Aipivi 4 0xffffff8014945fa0 0t0 TCP *: http-alt (listen) printerAg 232 Stephen 6u IPv6 0xffffff8014941240 0t0 TCP *: http-alt (listen)   

I think that means that on port 8080? If so, what are the launches and printers? And why are they running this user account, but not in the new user account I created? Thanks!

Check out who is using the port:

  lsof - I: 8080 -i: 4848    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -