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

AbstractMethodError when running an application #161

Closed
cescoffier opened this issue Nov 30, 2018 · 5 comments
Closed

AbstractMethodError when running an application #161

cescoffier opened this issue Nov 30, 2018 · 5 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@cescoffier
Copy link
Member

When running the quickstart, it's failing with:

INFO] --- shamrock-maven-plugin:1.0.0.Alpha1-SNAPSHOT:dev (default-cli) @ my-shamrock-project ---
2018-11-30 15:10:46,478 hoth shamrock2583966883683498412-runner.jar[49865] INFO  [o.j.s.u.r.UndertowDeploymentTemplate] (main) Starting Undertow on port 8080
2018-11-30 15:10:46,554 hoth shamrock2583966883683498412-runner.jar[49865] INFO  [o.xnio] (main) XNIO version 3.3.8.Final
2018-11-30 15:10:46,575 hoth shamrock2583966883683498412-runner.jar[49865] INFO  [o.x.nio] (main) XNIO NIO Implementation Version 3.6.5.Final
Exception in thread "main" java.lang.AbstractMethodError: org.xnio.Xnio.createWorker(Ljava/lang/ThreadGroup;Lorg/xnio/OptionMap;Ljava/lang/Runnable;)Lorg/xnio/XnioWorker;
	at org.xnio.Xnio.createWorker(Xnio.java:498)
	at org.xnio.Xnio.createWorker(Xnio.java:485)
	at io.undertow.Undertow.start(Undertow.java:122)
	at org.jboss.shamrock.undertow.runtime.UndertowDeploymentTemplate.startUndertowEagerly(UndertowDeploymentTemplate.java:230)
	at org.jboss.shamrock.dev.RuntimeCompilationSetup.setup(RuntimeCompilationSetup.java:53)
	at org.jboss.shamrock.dev.DevModeMain.main(DevModeMain.java:79)
@cescoffier cescoffier added the kind/bug Something isn't working label Nov 30, 2018
@cescoffier
Copy link
Member Author

I've rebuild shamrock, but it does not change the outcome.

@dmlloyd
Copy link
Member

dmlloyd commented Nov 30, 2018

I guess we want to build & inject the worker using the shared executor anyway.

@stuartwdouglas
Copy link
Member

2018-11-30 15:10:46,554 hoth shamrock2583966883683498412-runner.jar[49865] INFO [o.xnio] (main) XNIO version 3.3.8.Final
2018-11-30 15:10:46,575 hoth shamrock2583966883683498412-runner.jar[49865] INFO [o.x.nio] (main) XNIO NIO Implementation Version 3.6.5.Final

The XNIO versions don't match up

@cescoffier
Copy link
Member Author

cescoffier commented Nov 30, 2018 via email

stuartwdouglas added a commit that referenced this issue Nov 30, 2018
@dmlloyd
Copy link
Member

dmlloyd commented Nov 30, 2018

Ah that's my mistake, sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants