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(<attribute name="RmiPort">1098</attribute>) to othervalue.
聯(lián)系客服