Mantis - Hessian
Viewing Issue Advanced Details
3930 minor always 03-08-10 09:20 03-08-10 09:20
ferg  
 
normal  
new 4.0.3  
open  
none    
none  
0003930: Invocation exception in HessianServlet
(rep by Andrej Rippich)

java.lang.reflect.UndeclaredThrowableException
    at $Proxy9.deleteUser(Unknown Source)
...
    at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
    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
com.caucho.hessian.server.HessianSkeleton.invoke(HessianSkeleton.java:298)
    at
com.caucho.hessian.server.HessianSkeleton.invoke(HessianSkeleton.java:194)
    at
com.caucho.hessian.server.HessianServlet.service(HessianServlet.java:372)
 ...
Caused by: de.psi.pjf.auth.server.service.ServiceRuntimeException: //
------------------------------- This is the original Exception thrown
by my service -------------------------------------------


There are no notes attached to this issue.