Cannot start GlassFish 4.1 from within Netbeans 8.0.1 Service area

前端 未结 10 825
离开以前
离开以前 2020-12-28 18:07

On Windows 7 I downloaded the \'netbeans-8.0.1-javaee-windows.exe\' installer from this site https://netbeans.org/downloads/. The installer installs GlassFish 4.1, Java 1.8.

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 18:42

    You will get like this error

    error ss

    Try the following steps

    1. Open Command Prompt (Press Windows key and type "cmd" and hit Enter) Then type this command as show in picture

    netstat -aon | find ":8080" | find "LISTENING" cmd command

    1. Now open Task Manager (Press Windows key and type "Task Manager" and hit Enter) In that, go to Details Tab and under PID Column, search for the number you found in cmd

    task manager

    1. Right Click on that program and select end process

提交回复
热议问题