Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ADS Error : iaik/security/ssl/SSLContext

Former Member
0 Kudos

Hello,<br>

<br>

I tried to develop an Adobe form, but when executed the form, I get this error:<br>

<br>

ADS: com.adobe.ProcessingException: iaik/security/ssl/S(200101) <br>

Message no. FPRUNX001 <br>

<br>

When I do the ADS configuration, I get the same error when I execute the report FP_CHECK_DESTINATION_SERVICE with the check marked.<br>

<br>

I search the log in the system, and I get this values:<br>

<br>

Processing exception during a "Render" operation.

Request start time: Sun Aug 23 00:06:42 CEST 2009

com.adobe.ProcessingException: iaik/security/ssl/SSLContext; [Error Log file "2009.08.23.000642SAFP******.pdf" written to

E:\usr\sap\EP7\SYS\global
AdobeDocumentServices\renderErrorLog\errorFiles]

at com.adobe.ads.operation.Render.execute(Unknown Source)

at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)

at com.adobe.ads.request.Request.processOperations(Unknown Source)

at com.adobe.ads.request.Request.process(Unknown Source)

at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)

at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)

at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)

at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)

at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)

at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)

at SoapServlet.doPost(SoapServlet.java:51)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)<br>

<br>

Can anybody helps me ???<br>

<br>

Thanks.<br>

1 ACCEPTED SOLUTION

chintan_virani
Active Contributor
0 Kudos

Toni,

Are you using SSL and digital signatures in your forms? If yes then there are some additional steps to be done.

Even if your answer is no please check the steps mentioned in ADS configuration guide from [here|http://help.sap.com/saphelp_nw70/helpdata/EN/37/504b8cbc2848a494facfdc09a359b1/frameset.htm].

Also check [Interactive ADS Configuration guide|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14412] [original link is broken] [original link is broken] [original link is broken];.

Edit: Also please check the FP_ICF_DATA_<SID> settings. See where the connection is pointing to.

Chintan

2 REPLIES 2

chintan_virani
Active Contributor
0 Kudos

Toni,

Are you using SSL and digital signatures in your forms? If yes then there are some additional steps to be done.

Even if your answer is no please check the steps mentioned in ADS configuration guide from [here|http://help.sap.com/saphelp_nw70/helpdata/EN/37/504b8cbc2848a494facfdc09a359b1/frameset.htm].

Also check [Interactive ADS Configuration guide|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14412] [original link is broken] [original link is broken] [original link is broken];.

Edit: Also please check the FP_ICF_DATA_<SID> settings. See where the connection is pointing to.

Chintan

0 Kudos

Hello Chintan,<br>

<br>

I don't use SSL or digital Signatures. I use the basic authentication. Then, I follow the steps to validate the configuration, and the result is correct until the execute the report FP_CHECK_DESTINATION_SERVICE. <br>

<br>

The other thing that is not correct, is when I enter the string http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp in the service -> Destination in the Visual Administrator, when I push Save and Test, the sistem don't returns any message.<br>

<br>

Thank you very much,<br>

Toni