Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All ,
I am using Talend 7.1 data platform service studio. I was able to connect to salesforce 2 days back and was able to retrieve modules also. I checked with the salesforce and network team and nothing has changed on their side . Now I can my connection shows successful but I can no longer retrieve any salesforce modules.
My salesforce URL look like this:-
https://test.salesforce.com/services/Soap/u/44.0
I am using basic authentication.
The Talend log file shows the following error:-
!MESSAGE 2019-05-01 11:21:53,311 ERROR org.talend.commons.exception.CommonExceptionHandler - FAILED_INVOKE_METHOD:{class=org.talend.components.salesforce.SalesforceModuleListProperties, method=beforeFormPresentMain}
!STACK 0
org.talend.daikon.exception.TalendRuntimeException: FAILED_INVOKE_METHOD:{class=org.talend.components.salesforce.SalesforceModuleListProperties, method=beforeFormPresentMain}
at org.talend.daikon.properties.PropertiesDynamicMethodHelper.doInvoke(PropertiesDynamicMethodHelper.java:90)
at org.talend.daikon.properties.PropertiesDynamicMethodHelper.beforeFormPresent(PropertiesDynamicMethodHelper.java:241)
at org.talend.daikon.properties.service.PropertiesServiceImpl.beforeFormPresent(PropertiesServiceImpl.java:99)
at org.talend.components.api.service.internal.osgi.ComponentServiceOsgi.beforeFormPresent(ComponentServiceOsgi.java:148)
at org.talend.repository.generic.ui.common.GenericWizardPage.callBefore(GenericWizardPage.java:100)
at org.talend.repository.generic.ui.common.GenericWizardPage.setVisible(GenericWizardPage.java:137)
at org.talend.repository.generic.ui.GenericConnWizardPage.setVisible(GenericConnWizardPage.java:133)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.talend.daikon.properties.PropertiesDynamicMethodHelper.doInvoke(PropertiesDynamicMethodHelper.java:86)
... 60 more
Caused by: org.talend.components.api.exception.ComponentException: UNEXPECTED_EXCEPTION:{message=UNEXPECTED_EXCEPTION, status=ERROR}
at org.talend.components.salesforce.SalesforceModuleListProperties.beforeFormPresentMain(SalesforceModuleListProperties.java:88)
... 65 more
Thanks in advance.
Regards ,
Vijay
Hello,
Have you tried to set up a new connection to see if it works? Any permission issue?
Best regards
Sabrina