Skip to main content

Posts

Showing posts from August, 2011

Fail Running Glassfish server on port 8080

When running Glassfish server on Netbeans IDE we get this error message : INFO: GlassFish Server Open Source Edition 3.1.1 (12) startup time : Felix (1.969ms), startup services(1.140ms), total(3.109ms) SEVERE: Shutting down v3 due to startup exception : No free port within range: 8080=com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectorHandler@52d654 INFO: Server shutdown initiated INFO: Already stopped, so just returning On this case maybe the port is conflict with other application. Try change the port with edit your 'domain.xml' at 'C:\Documents and Settings\Nasril\GlassFish_Server\glassfish\domains\domain1\config' directory or other place your glassfish installation directory.  Change following parameter port "8080" to other port on my case I chang the port to "8081" at <network-listener name="http-listener-1" port="8081" protocol="http-listener-1" thread-pool="http-thread-pool"