Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
How to manually set the logging level of the Node Manager to troubleshoot startup issues (version 7.8 or lower)
Solution:
If the Node Manager does not connect to the Spotfire server, you cannot set the logging level via the the Administration UI. It needs to be set manually on the Node Manager.
Note: This article applies to versions 7.5 - 7.8. For version 7.9 or later, see article 000033503.
To manually enable debug logging on the Node Manager you need to:
- Open the file C:\tibco\tsnm\x.x.x\nm\config\nodemanager.properties in a text editor.
- If there is no "log4j.properties=" entries in the file, add "log4j.properties=WEB-INF/classes/log4j-debug.properties" to the end of the file. It needs to be added without quotes.
- If there already exists an entry of "log4j.properties=", then edit the existing entry.
- Save the file.
- Restart the "Tibco Spotfire Node Manager" service.
To manually Trace debug logging on the Node Manager you need to:
- Open the file C:\tibco\tsnm\x.x.x\nm\config\nodemanager.properties in a text editor.
- If there is no "log4j.properties=" entry in the file, add "log4j.properties=WEB-INF/classes/log4j-trace.properties" to the end of the file. It needs to be added without quotes.
- If there already exists an entry of "log4j.properties=" then edit the existing entry.
- Save the file.
- Restart the "Tibco Spotfire Node Manager" service.
Comments
0 comments
Article is closed for comments.