Problem with latest Jar (63.16.2)

Latest jar is failing to start:

2026-09-03 13:26:01,239 ERROR core.core :: Metabase Initialization FAILED: Illegal char <:> at index 2: /C:/Metabase/metabase.jar
2026-09-03 13:26:01,243 INFO core.core :: Metabase Shutting Down ...

Docker image is working.

I think this is the public issue tracking Windows path issues, your particular error hasn’t been reported there but the issue was reopened today and a new PR is in the works.

No spaces in the path - hard to get simpler than c:\Metabase!

I wonder if the problem is case sensitivity?

No its rejecting the colon in the drive letter, the translation function is probably translating it incorrectly. I’m not familiar with Java on Windows but it may need the path translated to /C/Metabase/… so it looks UNIXy. (that format is common on cygwin.)

Metabase has stated they don’t test on Windows, so its possible the original fix was incorrect.

This issue has been opened about this problem: