Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was trying to build my job and saw this error:
org.talend.commons.exception.PersistenceException: org.talend.designer.runprocess.ProcessorException: java.lang.Exception: [ERROR] [ERROR] Some problems were encountered while processing the POMs:
org.talend.commons.exception.PersistenceException: org.talend.designer.runprocess.ProcessorException: java.lang.Exception: [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module /Applications/TalendStudio-7.3.1/studio/workspace/
PROJECT
/poms/jobs/joblets/adc_initiate_stage_0.1/pom.xml of /Applications/TalendStudio-7.3.1/studio/workspace/PROJECT
/poms/build-aggregator.pom does not exist @[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.talend:build.aggregator:7.0.0 (/Applications/TalendStudio-7.3.1/studio/workspace/
PROJECT
/poms/build-aggregator.pom) has 1 error[ERROR] Child module /Applications/TalendStudio-7.3.1/studio/workspace/PROJECT/poms/jobs/joblets/adc_initiate_stage_0.1/pom.xml of /Applications/TalendStudio-7.3.1/studio/workspace/
PROJECT
/poms/build-aggregator.pom does not exist[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
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:1557)
at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage$9.run(JobScriptsExportWizardPage.java:1442)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: org.talend.designer.runprocess.ProcessorException: java.lang.Exception: [ERROR] [ERROR] Some problems were encountered while processing the POMs:
Theres no red lines in the code so wasn't sure why it was failing, seems like a POM issue happening with a sub job i was bringing in. This subjob has worked for other things, i think maybe im missing a JAR? but wouldn't it tell me
Hi @Harjot Toor , you could try to force the re-synchronize of the poms in project settings --> Maven.
Hi @Harjot Toor , you could try to force the re-synchronize of the poms in project settings --> Maven.
Hi
As @guenneguez jeremy suggested, try to force full re-synchronize of the poms, if the issue still cannot be resolved after that, please stop studio -> rename the .m2 folder under your <studio_installation_dir>\configuration -> start studio to regenerate the .m2 folder.
Regards
Shong