try this
System.out.println(new UUID(0,0));
it prints
00000000-0000-0000-0000-000000000000
this is the right format to use in UUID.fromString
try this
System.out.println(new UUID(0,0));
it prints
00000000-0000-0000-0000-000000000000
this is the right format to use in UUID.fromString