Debug in tm1s-log.properties cause TM1s service down
Posted: Thu Nov 26, 2015 2:32 pm
Hi,
In case anybody meet similar issue, I would like to share one case as below:
1. Stop service, turn debug on in tm1s-log.properties
#log4j.logger.TM1=INFO, S1
log4j.logger.TM1=DEBUG, S1
TM1 service couldn't be restarted.
In TM1server.log, it shows:
...
TM1.Event mt_WaitForSingleObject: Waiting for event 0x00000000000001C4.
Workaround from IBM:
Start TM1 services,
log4j.logger.TM1=INFO, S1
#log4j.logger.TM1=DEBUG, S1
, update tm1s-log.properties while service is running.
Then debug information is populated into TM1Server.log and TM1 server works fine.
Cheers
In case anybody meet similar issue, I would like to share one case as below:
1. Stop service, turn debug on in tm1s-log.properties
#log4j.logger.TM1=INFO, S1
log4j.logger.TM1=DEBUG, S1
TM1 service couldn't be restarted.
In TM1server.log, it shows:
...
TM1.Event mt_WaitForSingleObject: Waiting for event 0x00000000000001C4.
Workaround from IBM:
Start TM1 services,
log4j.logger.TM1=INFO, S1
#log4j.logger.TM1=DEBUG, S1
, update tm1s-log.properties while service is running.
Then debug information is populated into TM1Server.log and TM1 server works fine.
Cheers