
SAP FIM test connect to SAP
SEVERE [http-nio-8080-exec-1] com.sap.fpm.fim.server.util.WSExceptionMapper.toResponse WSException sending :
com.sap.fpm.fim.common.webservice.WSException: Connection '<hidden>' is invalid.
Caused by: java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
... 88 more
Caused by: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
... 90 more
Caused by: java.security.KeyStoreException: problem accessing trust store
at sun.security.ssl.TrustManagerFactoryImpl.engineInit(TrustManagerFactoryImpl.java:73)
... 103 more
Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect
... 112 more
Caused by: java.security.UnrecoverableKeyException: Password verification failed
... 120 more
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="200" SSLEnabled="true" scheme="https" secure="true">
<SSLHostConfig protocols="TLSv1.2" >
<Certificate certificateKeystoreFile="<Directory>\keystore.jks" certificateKeystorePassword="<your_keystore_password>"/>
</SSLHostConfig>
</Connector>
Tomcat Configuration
-Djavax.net.ssl.trustStore=<Directory>\keystore.jks
-Djavax.net.ssl.trustStorePassword=<your_keystore_password>
-Djdk.tls.client.protocols=TLSv1.2
keytool -list -keystore <filePath>\keystore.jks -storepass <storepass>
Successful SAP FIM test
1648573 - How to configure SSL/TLS on Tomcat in BI 4.x
2642154 - Error: "There is no response for the web service <DISCOVER_RFCSRV>" when SSL is enabled for Tomcat- SAP Data Services
1960570 - How to configure FIM and Data Services to use SSL? - FIM - SAP ONE Support Launchpad
2231938 - Error RUN-248005 during data load to BPC using FIM
https://wiki.scn.sap.com/wiki/display/CPM/Troubleshooting+the+integration+between+Financial+Informat...
https://wiki.scn.sap.com/wiki/display/CPM/Financial+Consolidation+-+troubleshooting+the+Webservices
https://wiki.scn.sap.com/wiki/display/EIM/Web+Services+Troubleshooting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.