2010-06-22 6 views
0

Je travaille dans une application kofax connectée à la base de données Oracle. j'ai trouvé une erreurImpossible d'accéder au service distant HTTP Invoker

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) 

je reçois en tant que connexion a échoué à ouvrir. quelqu'un pourrait m'aider à résoudre ce problème.

Répondre

2

L'invocateur HTTP Spring est pour HTTP. Il ne fonctionnera pas avec l'URL que vous lui avez fournie (ias9: opmn: ormi: //uhmvtst.uhhs.com: 6003: markview_tst4/mvas/remote/EnterpriseService)

Questions connexes