ML Hub crashes/exits when started

Hi all,

I am finding that ML hub crashes/exits on one of my two Windows 11 machines when started. The error log seems to suggest it can not instantiate a SingleComponentManager. See attached log.

Any suggestions or workarounds?

mlhub.log.txt (2.2 MB)

1 Like

Hi Artur, Thank you for your post. Let me look into this and I'll report back asap.

1 Like

Thanks @artur, we've zeroed in on
Caused by: java.nio.file.InvalidPathException: Illegal char <> at index 0:
Looks to be an empty entry in Path.

We're correcting and will update you when the fix is released. Thanks for surfacing.

1 Like

Update: We fixed this bug internally and the fix will be publicly available in our next release in December. In the immediate term, we believe you can become unblocked if you ensure your PATH doesn’t have entries with control characters (newlines, perhaps?) in it.

Please let me know if this solves your issue now. Thank you again for raising this.

1 Like

Thanks very much for this! I located the offending entry and am now able to use the hub. Cheers!

2 Likes

Glad to hear it! Thanks for the update @artur

1 Like