Hi,
I have a PF, which uses a web run node with url type as External and the method is "POST". While executing the flow, i am getting the below error. Appreciate any thoughts on this.
WebRun WebRun8620: Failed with error java.net.SocketException: java.lang.ClassNotFoundException: Cannot find the specified class com.ibm.websphere.ssl.protocol.SSLSocketFactory
at javax.net.ssl.DefaultSSLSocketFactory.a(SSLSocketFactory.java:2) at javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java:9) at com.ibm.net.ssl.www2.protocol.https.c.createSocket(c.java:125) at sun.net.NetworkClient.doConnect(NetworkClient.java:174) at sun.net.www.http.HttpClient.openServer(HttpClient.java:407) at sun.net.www.http.HttpClient.openServer(HttpClient.java:502) at com.ibm.net.ssl.www2.protocol.https.c.(c.java:27) at com.ibm.net.ssl.www2.protocol.https.c.a(c.java:58) at com.ibm.net.ssl.www2.protocol.https.d.getNewHttpClient(d.java:33) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:943) at com.ibm.net.ssl.www2.protocol.https.d.connect(d.java:27) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1102) at com.ibm.net.ssl.www2.protocol.https.b.getOutputStream(b.java:71) at com.lawson.bpm.processflow.workFlow.flowGraph.FgaCgiRun.startActivity(FgaCgiRun.java:679) at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:946) at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2175) at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.executeFlow(ExecuteFlowImpl.java:427) at com.lawson.bpm.eprocessserver.grid.TriggerFlowImpl.runRequest(TriggerFlowImpl.java:489) at com.lawson.bpm.eprocessserver.grid.TriggerFlowImpl.runRequest(TriggerFlowImpl.java:429) at com.lawson.bpm.eprocessserver.grid.TriggerFlowImpl.runRequest(TriggerFlowImpl.java:1088) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) at java.lang.reflect.Method.invoke(Method.java:613) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.invoke(ProxyServerImpl.java:2715) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.processRequest(ProxyServerImpl.java:2502) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.runThread(ProxyServerImpl.java:2425) at com.lawson.grid.util.thread.PooledThread.run(PooledThread.java:137) at java.lang.Thread.run(Thread.java:780) Caused by: java.lang.ClassNotFoundException: Cannot find the specified class com.ibm.websphere.ssl.protocol.SSLSocketFactory at javax.net.ssl.SSLJsseUtil.b(SSLJsseUtil.java:147) at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:8) at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:3) at javax.net.ssl.HttpsURLConnection.(HttpsURLConnection.java:19) at com.ibm.net.ssl.www2.protocol.https.b.(b.java:1) at com.ibm.net.ssl.www2.protocol.https.Handler.openConnection(Handler.java:11) at com.ibm.net.ssl.www2.protocol.https.Handler.openConnection(Handler.java:9) at java.net.URL.openConnection(URL.java:983) at com.lawson.bpm.processflow.workFlow.flowGraph.FgaCgiRun.startActivity(FgaCgiRun.java:653) at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:946) at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2175) at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.executeFlow(ExecuteFlowImpl.java:427) at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.executeFlow(ExecuteFlowImpl.java:160) at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.executeFlow(ExecuteFlowImpl.java:143) at com.lawson.bpm.eprocessserver.ProcessFlowEngine.execute(ProcessFlowEngine.java:150) at com.lawson.bpm.eprocessserver.ProcessFlowEngine.startProcessAt(ProcessFlowEngine.java:101) at com.lawson.bpm.eprocessserver.KBConnection.startProcess(KBConnection.java:173) at com.lawson.bpm.eprocessserver.KBConnection.execute(KBConnection.java:143) at com.lawson.bpm.eprocessserver.KBConnection.run(KBConnection.java:123) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:626) ... 1 more