Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
hpl
Contributor
Contributor

Json compile problem

Hi,

i migrate a working Talend program to Talend 7.1.1

I had to install

a new library json-lib-2.4.1-talend.jar" value="mvn:net.sf.json-lib/json-lib/2.4.1-talend/jar"

instead of json-lib-2.4-jdk15.jar value="mvnSmiley Surprisedrg.talend.libraries/json-lib-2.4-jdk15/6.0.0/jar"

 

Now library-components will not resolved anymore using the path net.sf.json.

How can i fix this?

Kind regards
Hans-Peter Lorenz

 

 

org.talend.designer.runprocess.ProcessorException: Job compile errors
At least job "MyPlafond" has a compile errors, please fix and export again.
Error Line: 2785
Detail Message: net.sf.json cannot be resolved to a type
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.

at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:338)

at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:510)

at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:316)

at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:820)

at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:601)

at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1861)

at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:601)

at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)

at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)

at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:527)

at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:284)

at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1190)

at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:548)

at org.talend.designer.runprocess.remote.RunRemoteProcessContext.exec(RunRemoteProcessContext.java:85)

Labels (3)
0 Replies