JavaEE6 Web profile installation error 'The configuration has failed. Please see the output below'

1.6k Views Asked by At

I am trying to install java ee 6 web profile on windows 7. The installer gives error msg during configuration step. The error is:

The configuration has failed. Please see the output below.

The problem is installer fail creating admin account through asadmin. As I also tried to make one manually after finishing installation but cmd shows following(same shown during configuration failure) error:

The system cannot find the path specified.

The command/path I used is:

glassfish-install-dir\bin\asadmin create-domain domain-name

The output it shows below on configuration step is:

CREATING DOMAIN


Executing command :D:\Java 6 EE\glassfish\bin\asadmin.bat --user admin --passwordfile C:\Users\babar\AppData\Local\Temp\java_ee_sdk-6u2-windows.exe2\asadminTmp5537629014448195896.tmp create-domain --savelogin --checkports=false --adminport 4848 --instanceport 8080 --domainproperties=jms.port=7676:domain.jmxPort=8686:orb.listener.port=3700:http.ssl.port=8181:orb.ssl.port=3820:orb.mutualauth.port=3920 domain1
D:\Java 6 EE\glassfish\bin\asadmin.bat --user admin --passwordfile C:\Users\babar\AppData\Local\Temp\java_ee_sdk-6u2-windows.exe2\asadminTmp1045708641610025270.tmp create-domain --savelogin --checkports=false --adminport 4848 --instanceport 8080 --domainproperties=jms.port=7676:domain.jmxPort=8686:orb.listener.port=3700:http.ssl.port=8181:orb.ssl.port=3820:orb.mutualauth.port=3920 domain1The system cannot find the path specified.
1

There are 1 best solutions below

0
On

I had the same problem because I was trying to install the Java EE 6 SDK without JDK 7 on a machine that did not already have the JDK. Problem solved by installing Java EE 6 SDK with JDK 7 from here.