JBOSS ERROR

来源:百度文库 编辑:神马文学网 时间:2024/04/28 13:21:38

JBoss

1.      Fail to start up Jboss.

Error:

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

Reason:

The JVM is not supporting'findstr'.

Solution:

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

2.      Port already in use: 1098

Error:

WARN  [ServiceController] Problem starting servicejboss:service=Naming

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

       java.net.BindException: Address alreadyin use: JVM_Bind

Reason:

The RMI port 1098 has beenused by other program.

Solution:

In%JBOSS_HOME%\server\default\conf\ jboss-service.xml, change the RMI port 1098(1098) to othervalue.