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
If you are running already a tomcat or apache server you should stop them and running again your application , it works for me, service [servicename] stop !
type localhost:8080 at browser and discover what is using the 8080
I use NetBeans*+Glassfish 4 under Ubuntu 14.04 . I get the same error . The issue has been resolved when i stop running TOMCAT .
sudo service tomcat7 stop
You have to start GlassFish manually. Go to the console and run this command:
c:\glassfishv3\bin>asadmin start-domain
and run your project in netbeans.
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]
I face this problem. and i am very suffered to solve. the solution is only one command line ..... sudo service tomcat7 stop