Utility oracle.apps.icx.punchout.util.TestPunchout not working in R11i
Hello,
I'm trying to test iProcurement punchout process using utility oracle.apps.icx.punchout.util.TestPunchout. On R12 I got no problems and whole process is working as expected.
But when I try it on R11 I can't get behind SSL handshake. But worse I can't even run above mentioned tool. I run it as follows:
java oracle.apps.icx.punchout.util.TestPunchout https://shop.someaddress.cz/punchout/ ~/david/ca-bundle.crt Y blablaproxy.oracle.com 80
I get this error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: initSSLContextNative
at oracle.security.ssl.OracleSSLSocketImpl.initSSLContextNative(Native Method)
at oracle.security.ssl.OracleSSLSocketImpl.initSSLContext(OracleSSLSocketImpl.java)
Tagged:
0