Problem starting Preside

I’ve just installed Lucee 6 and Preside. Lucee is working, but I’m getting an error from Preside:

The error is in JsonSchemaValidator.cfc at the line

_setValidator( _obj( “ca.vanmulligen.json.schema.Validator” ).init( schema, getSchemaBaseUri() ) );

In trying to debug, I output the value of schemaBaseURI and get a well-qualified file (directory) name. The error, however, implies that only the validator is failing when it detects the drive letter C .

image

Can anyone suggest a fix?

Curious, this may be a limitation with this and using Windows. This could be a total blocker here. Looks like the library does not like the Windows path.

This logic is coming from the workflow logic that was introduced in 10.29. Would you be able to try with the latest 10.28 version instead (this is currently 10.28.48).

So: box install [email protected]

Installed [email protected]

Now have a different problem

Sounds like a javax vs jakarta issue :face_vomiting: . What version of java are you running? Given Lucee 5.4, I’d recommend the old java 11 if not already using that.

Finally got back to this project, and resolved the issue… reverted to [email protected], and upgraded to [email protected]. Thank you.