You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jiri Ondrusek (Jira)" <ji...@apache.org> on 2019/10/01 06:33:00 UTC

[jira] [Created] (CAMEL-14023) Camel-salesforce-maven-plugin generate fails on IBM jdk

Jiri Ondrusek created CAMEL-14023:
-------------------------------------

             Summary: Camel-salesforce-maven-plugin generate fails on IBM jdk
                 Key: CAMEL-14023
                 URL: https://issues.apache.org/jira/browse/CAMEL-14023
             Project: Camel
          Issue Type: Bug
          Components: camel-salesforce
    Affects Versions: 3.0.0, 2.25.0
            Reporter: Jiri Ondrusek


Run camel-salesforce-maven-plugin goal generate om ibm java

{code}
<plugin>
	<groupId>org.apache.camel.maven</groupId>
	<artifactId>camel-salesforce-maven-plugin</artifactId>
	<version>${version.camel}</version>
	<configuration>
		<clientId>${camelSalesforce.clientId}</clientId>
		<clientSecret>${camelSalesforce.clientSecret}</clientSecret>
		<userName>${camelSalesforce.userName}</userName>
		<password>${camelSalesforce.password}</password>
		<loginUrl>${camelSalesforce.loginUrl}</loginUrl>
		<version>${camelSalesforce.apiVersion}</version>
		<includes>
			<include>Account</include>
		</includes>
	</configuration>
	<executions>
		<execution>
			<id>salesforce-objects</id>
			<goals>
				<goal>generate</goal>
			</goals>
		</execution>
	</executions>
</plugin>
{code}

Execution will fail with:
{code}[ERROR] Failed to execute goal org.apache.camel.maven:camel-salesforce-maven-plugin:2.25.0-SNAPSHOT:generate (default) on project camel-salesforce: Error connecting to Salesforce: Salesforce login error Unexpected login error: No negotiable cipher suite -> [Help 1]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)