分享

JBOSS ERROR

 Jeln 2009-11-18

JBoss

1.      Fail to start up Jboss.

Error:

'findstr' is not recognized as an internal or external command,operable program or batch file.

Reason:

The JVM is not supporting 'findstr'.

Solution:

Open the JBoss start.bat file and search for ‘findstr’ word, and then remove it from there.

2.      Port already in use: 1098

Error:

WARN  [ServiceController] Problem starting service jboss:service=Naming

java.rmi.server.ExportException: Port already in use: 1098; nested exception is:

       java.net.BindException: Address already in use: JVM_Bind

Reason:

The RMI port 1098 has been used by other program.

Solution:

In %JBOSS_HOME%\server\default\conf\ jboss-service.xml, change the RMI port 1098 (<attribute name="RmiPort">1098</attribute>) to other value.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多