Debugging StreamBase 10 node install issues
book
Article ID: KB0081188
calendar_today
Updated On:
Description
When 'epadmin install node ...' fails, the node is removed and no log files are kept. How can one find out more information about the failure?
Resolution
Although the failed node directory is removed, additional troubleshooting detail may be sent to the '
epadmin' console using the
debug option.
Use the 'debug' option of the 'install node' command as so:
epadmin debug=true install node nodename=a.cluster substitutionfile=Parameters.txt substitutions="NODE_CLIENT_PORT=10010" application=App-1.0.0-ep-application.zip
or
epadmin --debug install node --nodename a.cluster --substitutionfile Parameters.txt --substitutions "NODE_CLIENT_PORT=10010" --application App-1.0.0-ep-application.zip
Note: The '--' option syntax is introduced in StreamBase 10.3. If using '--' syntax, use it for all options. Do not mix
name=value and '
--name value' syntax.
Issue/Introduction
How to turn on debug logging
Feedback
thumb_up
Yes
thumb_down
No