帮忙解决一下hessian使用中出现的异常----在线等

先报一下异常
org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [
http://localhost:8080/Mysq/hessian/shopService
]; nested exception is com.caucho.hessian.io.HessianProtocolException: expected hessian reply at end of file
?

在项目之间通信的时候 A做为服务器,B做为客户端,B请求数据时出了上述异常

但是 B做为服务器,A做为客户端时正常没有出错,写的套路都是一样的

问题已解决,jdbc的配置末尾里面多敲了空格....