Unable to start Glassfish 3.1 even though port not occupied

后端 未结 10 1190
傲寒
傲寒 2021-02-07 02:11

I\'m having trouble starting Glassfish 3.1 on a newly setup Debian \"Squeeze\" server. This is a testing server that has been setup and the Glassfish i

10条回答
  •  我在风中等你
    2021-02-07 02:43

    First of all check the $HOSTNAME and the etc/hosts file configuration , not try to find a problem with ps aux or netstat -aon .

    > echo $HOSTNAME
    

    response > server (or etc)

    > cat /etc/hosts
    

    in response if you cannot see "$HOSTNAME" after 127.0.0.1 then add it end of the string . Try again to execute the start-domain command.

提交回复
热议问题