开发者

Could not access HTTP invoker remote service

开发者 https://www.devze.com 2023-01-04 03:55 出处:网络
i\'m working in a kofax application connected with oracle database. i found an error as ERROR markview.viewer.MvViewer

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

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.convertHttpInvokerAccessE开发者_运维百科xception(HttpInvokerClientInterceptor.java:211)

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


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消