Cannot start JBoss 7.0.2 on Windows

喜欢而已 提交于 2019-12-13 16:55:03

问题


I have a problem starting JBoss version 7.0.2 on Windows 7. I got this error also with Jboss 7.1.1 and 7.1.0 so I thought reverting to an older and more stable version would do the trick, but with no use.

Below is the problem - the LogManager was not properly installed.

I have not deployed anything that might use the logger or anything, I just run standalone.bat after a clean install and restart. I found this issue but it seems to be resolved...

The funny thing is, I was able to start it from Eclipse (both Indigo and Juno EE version).

Any clue?

Thanks


回答1:


The problem was the JMX parameters in the JAVA_OPTS. After I removed them, it started with no exceptions.



来源:https://stackoverflow.com/questions/12531004/cannot-start-jboss-7-0-2-on-windows

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