Skip to content
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

[Question] UnsupportedConfigurationException -> Unable to load default layout algorithm org.eclipse.elk.layered for unconfigured node Root Node #1108

Open
PavelTurk opened this issue Dec 22, 2024 · 3 comments · May be fixed by #1109
Labels
question Request for support in using ELK.

Comments

@PavelTurk
Copy link

I try to use ELK with PlantUML. The problem is that I come to this point

throw new UnsupportedConfigurationException(message.toString());

Could anyone say how to fix it?

@ahus1
Copy link

ahus1 commented Dec 23, 2024

I came across a similar (same)? problem when trying to make ELK and PlantUML work for the IntelliJ plugin. I found that the service loader mechanism assumes that the classes are available in the root classloader.

I provided a PR that should fix this (#1109). To try out the fix, I pushed a demo repo https://github.com/ahus1/elk-patched-for-plantuml?tab=readme-ov-file that allows you to build a patched JAR with all dependencies.

@PavelTurk
Copy link
Author

PavelTurk commented Dec 23, 2024

@ahus1 Yes, your solution solved the problem. Thank you very much.

@ahus1
Copy link

ahus1 commented Dec 28, 2024

Great to hear this approach works for you. Let's hope for a release in 2025 that includes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Request for support in using ELK.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants