Can't start jBoss AS 7.1

只谈情不闲聊 提交于 2019-12-30 10:54:09

问题


I am trying to start jBoss. When i start the server,I am getting following lines on my console.

14:41:25,969 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA

14:41:26,743 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA

14:41:27,015 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.2.Final-SNAPSHOT "Brontes" starting

and shows a log saying that "starting server jBoss AS 1.7 has encountered a problem".I increased the timeouts. but it doesn't works.I don't understand what is wrong.


回答1:


JBoss AS 7.1 will not start successfully with Java 1.8. here the forum thread of the issue.

If you really need to use Java 1.8 consider using WildFly



来源:https://stackoverflow.com/questions/31046273/cant-start-jboss-as-7-1

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!