Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
GTAndurkar1617793789
Contributor
Contributor

Unable to build - getting below error

Hi All,

Am new to talend and Java. trying to get establish connection between Dynamics CRM 365 and Postgress (Which is used for different projects) so have to use it for this.

Extract data from D365 to Postgress.

LEt me know what exactly needs to be done with below exceptions.

org.talend.commons.exception.PersistenceException: org.talend.designer.runprocess.ProcessorException: Job compile errors 

At least job "MX_CRM" has a compile errors, please fix and export again.

Error Line: 1

Detail Message: The type org.apache.olingo.client.api.communication.request.retrieve.ODataEntitySetRequest cannot be resolved. It is indirectly referenced from required .class files

There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.

at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:303)

at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:211)

at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJobs(BuildJobManager.java:126)

at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage.buildJobWithMaven(JobScriptsExportWizardPage.java:1561)

at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage$9.run(JobScriptsExportWizardPage.java:1446)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

Caused by: org.talend.designer.runprocess.ProcessorException: Job compile errors 

At least job "MX_CRM" has a compile errors, please fix and export again.

Labels (4)
5 Replies
gjeremy1617088143

HI, do you use org.apache.olingo.client.api.communication.request.retrieve.ODataEntitySetRequest in a custom routine or a Java component ?

Anonymous
Not applicable

Hello,

What's JDK version are you using? On which talend build version you got this issue? Does this issue repro on all jobs or a specific one?

Within Studio, and the job open, click on the Code tab at the bottom, this should point you to exactly where the problem is. There should be a small red bar to the right of the code that it generates, click on that and you should be shown the problem, float your pointer over the red circled cross for the explanation.

Best regards

Sabrina

 

GTAndurkar1617793789
Contributor
Contributor
Author

really not sure where it internally getting called. By the way we now switched to extract files directly from dynamics and import into Postgress as a one time job rather continuous integration. The source system is going to be scrapped. Thank you so much for your time on this

GTAndurkar1617793789
Contributor
Contributor
Author

we now switched to extract files directly from dynamics and import into Postgress as a one time job rather continuous integration. The source system is going to be scrapped. Thank you so much for your time on this

Anonymous
Not applicable

Hello,

Are you able to build your job successfully? Extracting data from D365 to Postgress is working well now?

Best regards

Sabrina