Error during server initialization
Hi all,
After startup, Websphere launches this SystemErr
log4j:ERROR Could not find value for key log4j.appender.rmPerfLog
I've opened to rm teamserver.properties file and did some investigation and found that in the rm teamserver.properties file, I have this line
log4j.rootLogger=WARN, rmLog
while I should probably have this line
log4j.rootLogger=WARN, rmLog, rmPerfLog
I personaly haven't changed the teamserver.properties file but did some migration.
Should I add the rmPerflog in the rootLogger line ?
Thank you for the help.
After startup, Websphere launches this SystemErr
log4j:ERROR Could not find value for key log4j.appender.rmPerfLog
I've opened to rm teamserver.properties file and did some investigation and found that in the rm teamserver.properties file, I have this line
log4j.rootLogger=WARN, rmLog
while I should probably have this line
log4j.rootLogger=WARN, rmLog, rmPerfLog
I personaly haven't changed the teamserver.properties file but did some migration.
Should I add the rmPerflog in the rootLogger line ?
Thank you for the help.
Accepted answer
Hi Sany.
First, think you mean the log4j.properties file, right?
Check that file if you see any reference to rmPerfLog in the file. I looked at a RM 5.0.1 install, and there it looks OK as I see this line resolving the dependency:
log4j.logger.perf.com.ibm.rdm=WARN, rmPerfLog
If you don't see this line in log4j.properties, add it please.
But most probable is that the message comes from the RM Converter app, and that is fixed in the upcoming RM 5.0.2 release with work item 87152.
In your install you can find the RM Converter file under <install folder >/server/rrcweb/log4j.properties and add this line:
log4j.logger.perf.com.ibm.rdm=OFF, file
First, think you mean the log4j.properties file, right?
Check that file if you see any reference to rmPerfLog in the file. I looked at a RM 5.0.1 install, and there it looks OK as I see this line resolving the dependency:
log4j.logger.perf.com.ibm.rdm=WARN, rmPerfLog
If you don't see this line in log4j.properties, add it please.
But most probable is that the message comes from the RM Converter app, and that is fixed in the upcoming RM 5.0.2 release with work item 87152.
In your install you can find the RM Converter file under <install folder >/server/rrcweb/log4j.properties and add this line:
log4j.logger.perf.com.ibm.rdm=OFF, file
Comments
Hi Bas,
First, think you mean the log4j.properties file, right?Yes of course my mistake
Check that file if you see any reference to rmPerfLog in the file. I looked at a RM 5.0.1 install, and there it looks OK as I see this line resolving the dependency: log4j.logger.perf.com.ibm.rdm=WARN, rmPerfLog If you don't see this line in log4j.properties, add it please.
The line was already here
But most probable is that the message comes from the RM Converter app, and that is fixed in the upcoming RM 5.0.2 release with work item 87152. In your insta:ll you can find the RM Converter file under <install folder="">/server/rrcweb/log4j.properties and add this line: log4j.logger.perf.com.ibm.rdm=OFF, fileDone this, it seems to remove the error, but I also understand that I'm shutting off the logging. it's Ok for me.
I'm using Jazz 5.0.