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
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.