无法访问HTTP调用程序远程服务

时间:2010-06-22 15:51:25

标签: java oracle spring

我正在使用与oracle数据库连接的kofax应用程序。 我发现了一个错误

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)

因为连接失败而无法打开。任何人都可以帮我解决这个问题。

1 个答案:

答案 0 :(得分:2)

Spring HTTP调用程序用于HTTP。它不会与您提供的URL一起使用(ias9:opmn:ormi://uhmvtst.uhhs.com:6003:markview_tst4 / mvas / remote / EnterpriseService)