简体   繁体   English

Jboss 7.1.1 + Windows 7(64位)+ JDK 7 1.7.07(64)无法启动

[英]Jboss 7.1.1 + Windows 7 (64 bit) + JDK 7 1.7.07 (64) fails to start

I have a default download of jboss 7.1.1 that resides on my windows 7 system. 我的Windows 7系统上有jboss 7.1.1的默认下载。 I have the following set in my system environment variables and both were added to the Path variable: 我的系统环境变量中有以下设置,并且都已添加到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? 是什么导致完全缺少错误消息和反馈?

Not sure when JRE 7 became compatible, but if anyone else comes along it does at least work with JRE 7u45 . 不知道JRE 7何时兼容,但是如果有其他人兼容,它至少可以与JRE 7u45 This allows JBOSS to correctly start. 这使JBOSS可以正确启动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM