开发者

JBoss Startup Problem

While starting JBoss, it stops at Binding TransactionManager JNDI.

This is a clean install of JBoss on my machine and before installing it I had installed Oracle. I thought there might be a port conflict so I changed the ports used by oracle to 9090. Also I tried restarting my machine and running it again but it still didn't work.

Any idea what I might be do开发者_StackOverflowing wrong ?


Use a port monitoring application such as CurrPorts and try to identify if there are any ports which are used for JNDI is bound to any other application. If found, terminate the application and probably your JBoss will start up without any issue.

If the problem persists, try to see and correct if there is any entities in your application which are wrongly mapped.


I had something like this once, and it turned out that my AV software (Avast) was using a port that JBoss wanted. Once I sorted out the conflict, all was well.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜