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