Jboss 7.1.1 + Windows 7(64位)+ JDK 7 1.7.07(64位)未能启动

时间:2023-01-19 10:40:44

I have a default download of jboss 7.1.1 that resides on my windows 7 system. I have the following set in my system environment variables and both were added to the Path variable:

我有一个jboss 7.1.1的默认下载,它驻留在我的windows 7系统上。我在系统环境变量中设置了以下设置,并将它们都添加到Path变量中:

JBOSS_HOME=C:\jboss-7.1.1\jboss-as-7.1.1.Final  
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_07

When I run from an Administrator console I get the following output:

当我从管理员控制台运行时,我得到如下输出:

C:\jboss-7.1.1\jboss-as-7.1.1.Final\bin>standalone.bat
Calling "C:\jboss-7.1.1\jboss-as-7.1.1.Final\bin\standalone.conf.bat"

No error messages and no other feedback. What is causing the complete lack of error message and lack of feedback?

没有错误消息和其他反馈。是什么原因导致了完全的错误信息和反馈的缺乏?

1 个解决方案

#1


0  

Not sure when JRE 7 became compatible, but if anyone else comes along it does at least work with JRE 7u45 . This allows JBOSS to correctly start.

不确定当JRE 7兼容,但如果任何人出现它至少使用JRE 7 u45。这允许JBOSS正确启动。

#1


0  

Not sure when JRE 7 became compatible, but if anyone else comes along it does at least work with JRE 7u45 . This allows JBOSS to correctly start.

不确定当JRE 7兼容,但如果任何人出现它至少使用JRE 7 u45。这允许JBOSS正确启动。