0 0

谁能帮忙解决一下5

Sun Jan 10 10:01:32 PKT 2010 ERROR [main] org.eclipse.riena.internal.core.exceptionmanager.SimpleExceptionHandlerManager Unhandled event loop exception
org.eclipse.riena.communication.core.RemoteFailure: Error while invoking remote service
at org.eclipse.riena.internal.communication.core.factory.CallHooksProxy.invoke(CallHooksProxy.java:71)
at $Proxy23.typeSystemQuery(Unknown Source)
at cn.rc.gdb.ui.client.control.system.TypeSystemSearchSubModuleController.SearchBusinessInfo(TypeSystemSearchSubModuleController.java:99)
at cn.rc.gdb.ui.client.control.system.TypeSystemSearchSubModuleController$SearchCallback.callback(TypeSystemSearchSubModuleController.java:273)
at org.eclipse.riena.internal.ui.ridgets.swt.ActionObserver.fireAction(ActionObserver.java:38)
at org.eclipse.riena.internal.ui.ridgets.swt.AbstractObserver.widgetSelected(AbstractObserver.java:43)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.riena.navigation.ui.swt.application.SwtApplication.createView(SwtApplication.java:64)
at org.eclipse.riena.navigation.ui.application.AbstractApplication.start(AbstractApplication.java:63)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
Caused by: com.caucho.hessian.client.HessianRuntimeException: java.io.FileNotFoundException: http://localhost:8080/hessian/SystemManageWS?typeSystemQuery&RID-en8lo0i9
at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:182)
at $Proxy22.typeSystemQuery(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.eclipse.riena.communication.core.hooks.AbstractHooksProxy.invoke(AbstractHooksProxy.java:69)
at org.eclipse.riena.communication.core.hooks.AbstractHooksProxy.invoke(AbstractHooksProxy.java:38)
at org.eclipse.riena.internal.communication.core.factory.CallHooksProxy.invoke(CallHooksProxy.java:59)
... 32 more








做一个项目  从后台查数据  以前可以的 不知道怎么突然就这样了  谁能帮忙解决下
2010年1月10日 13:28

2个答案 按时间排序 按投票排序

0 0

Caused by: com.caucho.hessian.client.HessianRuntimeException: java.io.FileNotFoundException: http://localhost:8080/hessian/SystemManageWS?typeSystemQuery&RID-en8lo0i9
at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:182)
at $Proxy22.typeSystemQuery(Unknown Source)

这个地方出的问题,看相关的代码位置

2010年1月11日 20:22
0 0

对Hessian不是很了解

注意到这部分:
Caused by: com.caucho.hessian.client.HessianRuntimeException: java.io.FileNotFoundException: http://localhost:8080/hessian/SystemManageWS?typeSystemQuery&RID-en8lo0i9

是SystemManageWS这个servlet中发生的吧

在这个servlet中设置几个断点,重新运行相关的代码应该可以找到原因

2010年1月10日 14:48

相关推荐

Global site tag (gtag.js) - Google Analytics