-
Notifications
You must be signed in to change notification settings - Fork 21
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
org.xmlresolver.Resolver error #123
Comments
This is looking like a "me" issue, as this step works correctly for me on a different machine. It may be outside the scope of this issue, but I'm wondering if there's a way to progressively debug this. I'm trying to execute this command on a FreeBSD machine. Here's my JVM info:
Is there something I can try to run to work towards debugging this? @ndw If I'm thinking about this correctly, I might be able to stand up the xmlresolver separately and see if I can get that working. Does that sound approximately correct? Thanks very much for any suggestions you might have. |
Apologies for not replying sooner. I feel like I have about a thousand plates to keep spinning. There's definitely a zero argument constructor on OpenJDK 11 could be relevant. I feel like I saw a backwards incompatibility there recently. Can you try with JDK 1.8? Can you stand up and run the sample application, https://github.com/xmlresolver/sampleapp ? |
@ndw hey, please don't apologize! I should have explicitly said: "when you have some time". And you're exactly right: using OpenJDK8 seems to have addressed the problem; i.e. I really appreciate your time! Thanks for the help! |
You can also try more recent version such as 1.15 or 1.16. I once noticed a bug related to URIs (not related to catalog resolving though, IIRC) in 1.11 that wasn’t present in previous Java versions and that has apparently been resolved in 1.13. |
@gimsieke thanks for that suggestion. I'm giving the xmlresolver/sampleapp a spin with different (Open)JDKs and can report back. |
I've pushed version 1.5.4 which updates the resolver dependency. |
Hi there!
When giving the ZIP distribution a trial run, I'm getting the following error:
I'm following along in the guide.
Any suggestions for what may be going wrong? Thanks in advance!
The text was updated successfully, but these errors were encountered: