Error message
When an HSF (High-speed Service Framework) service starts, the following service consumer error is reported:
java.io.FileNotFoundException: /home/admin/logs/hsf.logCause
This error occurs when one of the following conditions is met:
The default HSF log path
/home/admin/logs/hsf.logdoes not exist.The current user does not have the required permissions to access the default log path.
Solution
Set the -DHSF.LOG.PATH JVM parameter at startup to specify a different log path. Example:
-DHSF.LOG.PATH=/home/admin/logs/hsf