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

在与springboot集成过程中报这个错。 #51

Closed
forezp opened this issue Apr 27, 2017 · 2 comments
Closed

在与springboot集成过程中报这个错。 #51

forezp opened this issue Apr 27, 2017 · 2 comments

Comments

@forezp
Copy link

forezp commented Apr 27, 2017

在与springboot集成过程中报这个错。
Exception in thread "Thread-19" java.lang.NoSuchMethodError: org.eclipse.jetty.server.Server.setThreadPool(Lorg/eclipse/jetty/util/thread/ThreadPool;)V
at com.xxl.job.core.rpc.netcom.jetty.server.JettyServer$1.run(JettyServer.java:28)
at java.lang.Thread.run(Thread.java:745)

@forezp
Copy link
Author

forezp commented Apr 28, 2017

记录下坑,如果需要用springboot的更高版本,比如1.5.3 ,需要更改下log4j的起步依赖版本,改为
org.springframework.boot
spring-boot-starter-log4j
1.3.8.RELEASE

@xuxueli
Copy link
Owner

xuxueli commented Nov 3, 2018

应该是 jetty 版本冲突问题,保持与core依赖一致即可。

@xuxueli xuxueli closed this as completed Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants