The JBoss web application server environment contains the message-driven Java beans (MDBs) that read the data from the Message Queue and write it into the central database. The central database stores reporting data.
To troubleshoot JBoss
JBossInstallDir/server/default/log/boot.log
This file lists the steps that JBoss takes each time it boots the microkernel.
Note: If the JAVA_HOME variable is set to the correct location but JBoss does not resolve the variable, set the JAVA_HOME variable to a lower location, for example, the bin directory under the JDK installation path.
JBossInstallDir/server/default/log/server.log
This file lists the actions that JBoss performs in the JBoss web application server environment.
Note: JBoss creates to new server.log file each time you start it.
JBossInstallDir/server/default/conf/jboss-service.xml
<!-- The listening port for the bootstrap JNP service. Set this to -1 to run the NamingService without the JNP invoker listening port.--> <attribute name="Port">1099</attribute>
JBossInstallDir/server/default/conf/jboss-service.xml
<!-- The port of the RMI naming service, 0 == anonymous --> <!-- attribute name="RmiPort">1098</attribute --> <attribute name="RmiPort">1098</attribute>
Copyright © 2013 CA Technologies.
All rights reserved.
|
|