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

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3094794/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 20:53:12  来源:igfitidea点击:

Could not access HTTP invoker remote service

javaoraclespring

提问by user373355

i'm working in a kofax application connected with oracle database. i found an error as

我正在使用与 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)

i'm getting as connection failed to open. could any one help me to solve this issue.

由于连接无法打开,我收到了。任何人都可以帮我解决这个问题。

回答by skaffman

The Spring HTTP invoker is for HTTP. It's not going to work with that URL you gave it (ias9:opmn:ormi://uhmvtst.uhhs.com:6003:markview_tst4/mvas/remote/EnterpriseService)

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