Hi,
I have got a simple jee6 webapp up from the maven archetype
groupid:org.codehaus.mojo.archetypes
artifactid:webapp-jee6
version:1.4
was trying to run it with glassfish (in c:\java_apps\glassfish\glassfish3) while deploying it to server from within intellij (10.5)
and am getting the following
cmd /c C:\java_apps\glassfish\glassfish3\glassfish\bin\asadmin.bat start-domain domain1
Attempting to start domain1.... Please look at the server log for more details.....
[2011-06-28 09:52:02,143] Artifact jee6webapp:war: Server is not connected. Press 'Deploy' to start deployment.
and in the server.log i am repeatedly getting
[#|2011-06-28T22:04:10.583+0530|INFO|oracle-glassfish3.1|javax.enterprise.system.tools.admin.com.sun.enterprise.container.common|_ThreadID=100;_ThreadName=Thread-1;|User [admin] from host 127.0.0.1 does not have administration access|#]
Regards
Asif