cancel
Showing results for 
Search instead for 
Did you mean: 

ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101) NW 7.4 SSL

DieterLorenz
Active Participant
0 Kudos

I have a 7.4 Java Stack to run with Adobe PDF with SSL. Before the upgrade from NW 7.0 Adobel SSL works fine.

If I test the RFC to the ADS Server. I get an ICM_HTTP_SSL_ERROR

If I use the Report FP_TEST_00 and the SSL connection I would get this error:

ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)

Found in the defaulttraceXXX.trc this exception:

RT#webservices_lib#C000AC1001B417A70000000000001830#6135950000000005#com.adobe/AdobeDocumentServices#com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment#Guest#0##2B43A657820011E593410000005DA08E#2b43a657820011e593410000005da08e##0#Thread[HTTP Worker [@393310097],5,Dedicated_Application_Thread]#Plain##

process()

[EXCEPTION]

com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException: com.sap.engine.services.webservices.espbase.server.additions.wsa.WSAddressingException: com.sap.SOA.wsr.030104 - Expected request method POST. Found GET.

    at com.sap.engine.services.webservices.espbase.server.additions.SOAPHTTPTransportBinding.getAction(SOAPHTTPTransportBinding.java:581)

    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.overwriteConfiguration(RuntimeProcessingEnvironment.java:903)

    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.preProcess(RuntimeProcessingEnvironment.java:469)

    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process(RuntimeProcessingEnvironment.java:322)

    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process(RuntimeProcessingEnvironment.java:245)

    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doGet(ServletDispatcherImpl.java:251)

==> as I searched I can ignore this exception 1177315 - ADS-RFC-Destination-Test gibt Code 403, 404 oder 405 zurück

Please help !

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

diego_santos
Employee
Employee
0 Kudos

Hi Former Member,

The RFC for ADS is not working fine as you said. There's an error in the certifcate chain, that's why you get "ICM_HTTP_SSL_ERROR".

Check in a ICM trace level 3, if the SSL certificate chain is correct.

Regards,

Diego

DieterLorenz
Active Participant
0 Kudos

thanks for your help - you are right get a error in the icm log/trace

[Thr 5412] *** ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_SSL

[Thr 5412]    session uses PSE file "E:\usr\sap\SID\DVEBMGS01\sec\SAPSSLC.pse"

[Thr 5412] SecudeSSL_SessionStart: SSL_connect() failed

[Thr 5412]   secude_error 536872221 (0x2000051d) = "SSL API error"

[Thr 5412] >>            Begin of Secude-SSL Errorstack            >>

[Thr 5412] 0x2000051d   SAPCRYPTOLIB   SSL_connect

[Thr 5412] SSL API error

[Thr 5412] Failed to verify peer certificate. Peer not trusted.

[Thr 5412] 0xa0600203   SSL   ssl_verify_peer_certificates

[Thr 5412] Peer not trusted

[Thr 5412] 0xa0600297   SSL   ssl_cert_checker_verify_certificates

[Thr 5412] peer certificate (chain) is not trusted

diego_santos
Employee
Employee
0 Kudos

Hi,

That's right!

You need to compare the certificates on ICM Trace Level 3 and what you have on JAVA Trusted Certifcates area (I think). If there's any missing certifcate, then import it to STRUST on ABAP.

Hope it helps.

Regards,
Diego

Answers (1)

Answers (1)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Dieter,


Hope you are doing good.

Some more details are needed:

- enable the ADS Trace as described in SAP note 1128476 and reproduce the problem.

- attach the whole default trace file in a zip archive from:

/usr/sap/<SID>/<Instance>/j2ee/cluster/serverX/log/defaultTrace*.trc


Hope this helps.

_ _ _ _ _ _ _ _ _

Kind Regards,

Hemanth
SAP Active Global Support

_ _ _ _ _ _ _ _ _

DieterLorenz
Active Participant
0 Kudos

Hello,

thanks for your reply.

This is the main error shown many times:

#BC-ESI-WS-JAV-RT#tc~je~webservices~srv#C000AC10019D2EF00000000000001B98#3094950000000004#com.adobe/AdobeDocumentServices#com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl#Guest#0##B073D55B821D11E5BFF60000002F39A6#b073d55b821d11e5bff60000002f39a6##0#Thread[HTTP Worker [@1265797109],5,Dedicated_Application_Thread]#Plain##

Web Service Endpoint URI expected. Not found endpoint with URI: /AdobeDocumentServicesSec/Config nor with URI: /AdobeDocumentServicesSec/Config. #

How can we change the endpoint because it is fixed !

Thanks