xuxueli / xxl-job

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
http://www.xuxueli.com/xxl-job/
GNU General Public License v3.0
27.45k stars 10.86k forks source link

反序列化问题 deserialize response RpcResponse rpcResponse = (RpcResponse) HessianSerializer.deserialize(responseBytes, RpcResponse.class); #71

Closed chenyong6301567 closed 6 years ago

chenyong6301567 commented 7 years ago

java.lang.RuntimeException: Servet-error:null at com.xxl.job.core.rpc.netcom.NetComClientProxy$1.invoke(NetComClientProxy.java:56) at com.sun.proxy.$Proxy19.run(Unknown Source) at com.xxl.job.admin.core.jobbean.RemoteHttpJobBean.runExecutor(RemoteHttpJobBean.java:199) at com.xxl.job.admin.core.jobbean.RemoteHttpJobBean.doTrigger(RemoteHttpJobBean.java:122) at com.xxl.job.admin.core.jobbean.RemoteHttpJobBean.executeInternal(RemoteHttpJobBean.java:78) at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:114) at org.quartz.core.JobRunShell.run(JobRunShell.java:202) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)

xuxueli commented 7 years ago

你好,感谢关注啊! 这种情况应该是执行器没有正确部署导致的,从而不能正确识别和处理调度中心的调度请求。 可以检查确认下执行器有没有正确部署成功,以及执行器9999端口服务。