GlassFish v3 Domain Server cannot start. Port is occupied

后端 未结 13 1843
余生分开走
余生分开走 2021-02-08 21:10

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 n

13条回答
  •  没有蜡笔的小新
    2021-02-08 21:14

    In Linux you get this error if the servername is not in the hosts file

    check /etc/hostname and make sure there is an entry in /etc/hosts with

    127.0.0.1 [your_hostname]

提交回复
热议问题