I am trying to integrate with Sharepoint using the sharepoint connector function

I am trying to integrate with Sharepoint using the sharepoint connector function a!shpInvoke and am getting an error that the trust store file does not exist? Anyone has any thoughts on this?

Thanks

2016-08-15 18:29:51,043 [WebContainer : 6] ERROR com.appian.integration.sharepoint.function.SharePointInvoke - ConnectorRuntimeException [title=Error calling shpInvoke, com.appian.integration.core.exception.ConnectorRuntimeException: The external server for this system [key=xxxx] generated an exception when calling a function [shpInvoke]. Details from external system: java.security.KeyStoreException: IBMTrustManager: Problem accessing trust store java.lang.Exception: Truststore file does not exist: ]
ConnectorRuntimeException [title=Error calling shpInvoke, com.appian.integration.core.exception.ConnectorRuntimeException: The external server for this system [key=xxxx] generated an exception when calling a function [shpInvoke]. Details from external system:...

OriginalPostID-229451

OriginalPostID-229451

  Discussion posts and replies are publicly visible

Parents
  • 1. Can you restart the application server and try again?
    ---> It seems a plug-in overrode the JVM keystore file and made it point to an invalid one, e.g.

    System.setProperty(SYSTEM_TRUSTSTORE_ENV_NAME, config.getConnectionKeystore());

    2. Another option is: are you configuring Websphere with a particular keystore? It seems that keystore no longer exists. Please verify with your Websphere admin.
Reply
  • 1. Can you restart the application server and try again?
    ---> It seems a plug-in overrode the JVM keystore file and made it point to an invalid one, e.g.

    System.setProperty(SYSTEM_TRUSTSTORE_ENV_NAME, config.getConnectionKeystore());

    2. Another option is: are you configuring Websphere with a particular keystore? It seems that keystore no longer exists. Please verify with your Websphere admin.
Children
No Data