Results 1 to 2 of 2

Thread: com.caucho.hessian.io.HessianProtocolException:

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    5

    Default 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.

  2. #2
    Join Date
    Nov 2006
    Posts
    5

    Default

    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
  •