Jboss logging issue

Posted by balaji on Stack Overflow See other posts from Stack Overflow or by balaji
Published on 2010-03-26T12:10:21Z Indexed on 2010/03/27 16:53 UTC
Read the original article Hit count: 358

Filed under:

I'm Working as deployer and server administrator. We use Jboss 4.0x AS to deploy our applications.

The issue I'm facing is,

Whenever we redeploy/restart the server, server.log is getting created but after sometime the logging goes off. Yes it is not at all updating the server.log file. Due to this, we could not trace the other critical issues we have. Actually we have two separate nodes and we do deploy/restarting the server separately on two nodes. We are facing the issue in both of our test and production environment. I could not trace out where exactly the issue is. Could you please help me in resolving the issue?

If we have any other issues, we can check the log files. If log itself is not getting updated/logged, how can we move further in analyzing the issues without the recent/updated logs?

Below are the logs found in the stdout.log:

18:55:50,303 INFO  [Server] Core system initialized
18:55:52,296 INFO  [WebService] Using RMI server codebase: http://kl121tez.is.klmcorp.net:8083/
18:55:52,313 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
18:55:52,860 ERROR [STDERR] LOG0026E The Log Manager cannot create the object AmasRBPFTraceLogger without a class name.
18:55:52,860 ERROR [STDERR] LOG0026E The Log Manager cannot create the object AmasRBPFMessageLogger without a class name.
18:55:54,273 ERROR [STDERR] LOG0026E The Log Manager cannot create the object AmasCacheTraceLogger without a class name.
18:55:54,274 ERROR [STDERR] LOG0026E The Log Manager cannot create the object AmasCacheMessageLogger without a class name.
18:55:54,334 ERROR [STDERR] LOG0026E The Log Manager cannot create the object JACCTraceLogger without a class name.
18:55:54,334 ERROR [STDERR] LOG0026E The Log Manager cannot create the object JACCMessageLogger without a class name.
18:55:56,059 INFO  [ServiceEndpointManager] WebServices: jbossws-1.0.3.SP1 (date=200609291417)
18:55:56,635 INFO  [Embedded] Catalina naming disabled
18:55:56,671 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set.
18:55:56,672 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set.
18:55:56,843 INFO  [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8180
18:55:56,844 INFO  [Catalina] Initialization processed in 172 ms
18:55:56,844 INFO  [StandardService] Starting service jboss.web

© Stack Overflow or respective owner

Related posts about jboss