We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spring boot启动,注册中心为zk,日志如下,请帮忙解答一下: [2016-05-21 16:03:41.627] log4j - 8484 WARN [New I/O worker #4] --- SerializerFactory: Hessian/Burlap: 'cloud.simple.service.model.User' is an unknown class in TomcatEmbeddedWebappClassLoader context: ROOT delegate: true ----------> Parent Classloader: sun.misc.Launcher$AppClassLoader@18b4aac2 : java.lang.ClassNotFoundException: cloud.simple.service.model.User
[2016-05-21 16:03:41.629] log4j - 8484 WARN [New I/O worker #4] --- warn: NettyClient has response from server, but resonseFuture not exist
The text was updated successfully, but these errors were encountered:
debug模式下有问题,去掉断点就好了 :)
Sorry, something went wrong.
No branches or pull requests
spring boot启动,注册中心为zk,日志如下,请帮忙解答一下:
[2016-05-21 16:03:41.627] log4j - 8484 WARN [New I/O worker #4] --- SerializerFactory: Hessian/Burlap: 'cloud.simple.service.model.User' is an unknown class in TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
sun.misc.Launcher$AppClassLoader@18b4aac2
:
java.lang.ClassNotFoundException: cloud.simple.service.model.User
[2016-05-21 16:03:41.629] log4j - 8484 WARN [New I/O worker #4] --- warn: NettyClient has response from server, but resonseFuture not exist
The text was updated successfully, but these errors were encountered: