I tried to follow The Java EE 6 Tutorial and start GlassFish with the command below. But I got an error message. How to solve this?
C:\glassfish3\bin>asadmin start-domain --verbose
The system cannot find the path specified.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I fixed this issue by editing
glassfish3\glassfish\config\asenv.batas described in domain1 not configured — The system cannot find the path specifiedthen I got an error because no domains existed, that was solved by editing
glassfish3\bin\asadmin.batas described in Oracle Glassfish “There is no Domain” Issue Fix Solution