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