JavaEE6 Web 配置文件安装错误配置失败。请参阅下面的输出'

发布于 2024-10-31 20:10:28 字数 1282 浏览 0 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ヅ她的身影、若隐若现 2024-11-07 20:10:28

我遇到了同样的问题,因为我尝试在尚未安装 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文