-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 'Service Entry Point daemon failed to start. Please check the host workspace log for details.' #2423
Comments
@heymchri This looks like a timing issue. Can you attach the debug service log and Eclipse instance log? Debug service log: /QIBM/UserData/IBMiDebugService/DebugService_log.txt Please replace $$UserProfile by the user profile that starts the debug service. |
After reviewing the code, I believe it is a timing related issue. Although we start the SEP daemon before setting the first SEP, the SEP daemon startup call is wrapped in a thread object. There is a chance that the SEP daemon startup has not been completed when we set the first SEP. The fix will require an update to the debug service PTF. |
Hi @mkwan01 here are both requested files. I stopped the debug service job, cleared both log files to have fresh logs, then started the debug service job and then added a SEP which resulted in the error message. I then collected the logs. |
Hi @mkwan01 just a quick follow-up on this. Even if the debug service job has been started a very long time ago, the first time an SEP is set, the issue occurs. So this may not be a timing issue? |
@heymchri If you can leave your email address, I can send you a test fix based on the timing assumption. You can verify whether the test fix works for you. The test fix is in the form of a new jar file, which replaces one of the existing jar files under /QIBM/ProdData/IBMiDebugService/plugins. |
@mkwan01 here goes: |
IBM i Debug extension 2.0.2
When adding the first SEP after (re)starting the Debug Service Job, it fails with error message

'Service Entry Point daemon failed to start. Please check the host workspace log for details.'
You can simply click 'Cancel' and on a second attempt the SEP will be added just fine.
Subsequent adding of SEPs works OK.
As soon as the Debug Service job is restarted, the issue reoccurs on the first SEP being set. Subsequent adds work fine.
Active extensions
Remote system
Enabled features
Shell env
Variants
The text was updated successfully, but these errors were encountered: