首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java相关 >

Hessian错误,报302不知是何原因

2013-01-23 
Hessian异常,报302不知是何原因log4j:WARN Please initialize the log4j system properly.org.springframe

Hessian异常,报302不知是何原因
log4j:WARN Please initialize the log4j system properly.
org.springframework.remoting.RemoteConnectFailureException: Cannot connect to Hessian remote service at [http://192.168.1.111:8080/test/remote/TestService]; nested exception is com.caucho.hessian.client.HessianConnectionException: 302: 
at org.springframework.remoting.caucho.HessianClientInterceptor.convertHessianAccessException(HessianClientInterceptor.java:262)
at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:231)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy1.hello(Unknown Source)
Caused by: com.caucho.hessian.client.HessianConnectionException: 302: 
at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:205)
at $Proxy0.hello(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:222)
... 4 more
Hessian
[解决办法]
好像是Hessian的远程连接错误,怀疑是URL写的有问题吧.
[解决办法]
org.springframework.remoting.RemoteConnectFailureException是不是jar有冲突啊

热点排行