JavaEE6 Web 配置文件安装错误配置失败。请参阅下面的输出'
我正在尝试在 Windows 7 上安装 java ee 6 Web 配置文件。安装程序在配置步骤期间给出错误消息。错误是:
配置失败。请 请参阅下面的输出。
问题是安装程序无法通过 asadmin 创建管理员帐户。因为我也尝试在完成安装后手动制作一个,但 cmd 显示以下错误(在配置失败期间显示相同)错误:
系统找不到路径 指定。
我使用的命令/路径是:
glassfish-install-dir\bin\asadmin create-domain domain-name
配置步骤下面显示的输出是:
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.
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题,因为我尝试在尚未安装 JDK 的计算机上安装没有 JDK 7 的 Java EE 6 SDK。通过从 此处。
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.