Could be just about anything. Isn't there anything in the logs on the server-side?
/Niclas Fritz Richter skrev: > Hi folks, > I've got a strange problem with my services. On one of our servers I got > the error "Unexpected end of file from server". > On other servers everything works fine... > > We are using spring to ex- and import hessian services. > > Anyone has an idea? > > *Here my stacktrace:* > com.caucho.hessian.client.HessianConnectionException: 500: > java.net.SocketException: Unexpected end of file from server > at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:202) > at $Proxy21.generateXMLFor(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at > org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:165) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) > at $Proxy22.generateXMLFor(Unknown Source) > at > de.hr.ec.fsm.gui.report.wizard.GenerateReportManager.doInBackground(GenerateReportManager.java:56) > at javax.swing.SwingWorker$1.call(Unknown Source) > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) > at java.util.concurrent.FutureTask.run(Unknown Source) > at javax.swing.SwingWorker.run(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > Caused by: java.net.SocketException: Unexpected end of file from server > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at sun.net.www.protocol.http.HttpURLConnection > <http://www.protocol.http.HttpURLConnection>$6.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at sun.net.www.protocol.http.HttpURLConnection.getChainedException > <http://www.protocol.http.HttpURLConnection.getChainedException>(Unknown > Source) > at sun.net.www.protocol.http.HttpURLConnection.getInputStream > <http://www.protocol.http.HttpURLConnection.getInputStream>(Unknown Source) > at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:184) > > > Cheers > Fritz > > > ------------------------------------------------------------------------ > > _______________________________________________ > hessian-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/hessian-interest _______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
