I have an update for anyone reading this in the future. I ran a program
called SocketTest (Java program) and tried creating server sockets on various
ports. Of the ports I tried, only 8080 could not bind: "Address already in
use: JVM_Bind"
http://sourceforge.net/projects/sockettest/ When I run netstat
-a I don't see anything listening on port 8080, so I'm not sure what's up. If
I change GlassFish domain.xml to listen on 8081 instead of 8080, GlassFish
starts fine. Last night my computer installed Windows Updates to Windows
Defender and .NET Framework, then rebooted. I wonder if my issue has
something to do with Windows Defender updates. Something else I found is that
GlassFish has its own security.policy file in {domainDir}\config\ and
domain.xml configures a JVM option to use it. So if I needed to change the
JVM security policy, I think it would be done there. Ryan
--
[Message sent by forum member 'rdelaplante']
View Post: http://forums.java.net/node/901307