2010-06-22 77 views
0

我正在與oracle數據庫連接的kofax應用程序中工作。 我發現一個錯誤爲無法訪問HTTP調用者遠程服務

ERROR markview.viewer.MvViewer 
org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [ias9:opmn:ormi://uhmvtst.uhhs.com:6003:markview_tst4/mvas/remote/EnterpriseService]; nested exception is java.net.MalformedURLException: unknown protocol: ias9 
    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:211) 

我收到連接無法打開。任何人都可以幫我解決這個問題。

回答

2

Spring HTTP調用器是用於HTTP的。它不會與你給它的URL一起工作(ias9:opmn:ormi://uhmvtst.uhhs.com:6003:markview_tst4/mvas/remote/EnterpriseService)