-
Feb 1st, 2007, 12:02 PM
#1
com.caucho.hessian.io.HessianProtocolException:
I need help with this. I have the following problem when I use Hessian:
Exception in thread "main" org.springframework.remoting.RemoteAccessException : Cannot access Hessian service at "http://localhost:8080/remoting/UsuarioServicio";nested exception is com.caucho.hessian.io.HessianProtocolException:
com.caucho.hessian.io.HessianProtocolException:
at com.caucho.hessian.client.HessianProxy.invoke(Hess ianProxy.java:171)
at $Proxy0.acceder(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.remoting.caucho.HessianClientI nterceptor.invoke(HessianClientInterceptor.java:11 5)
at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :170)
at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:176)
at $Proxy1.acceder(Unknown Source)
at ejemplo.Prueba.main(Prueba.java:34)
Last edited by tonyls; Feb 1st, 2007 at 12:41 PM.
-
Feb 1st, 2007, 12:42 PM
#2
I found the solution. The problem was the servlet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules