Wednesday 23 February 2022

java.io.IOException: org.eclipse.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact Return code is: 400, ReasonPhrase: Repository does not allow updating assets: releases.

 HI,

by Default in Nexus release branch will not allow redeploy of the Same version of Talend job.

if we need to redeploy same job again into release branch do the below configuration


1. login into Nexus

2. go to Repositories

3. selecet Releases

4. change the deployment policy to allow redeploy.






Thanks,

Jilani Syed

Sunday 20 February 2022

Error Line: 1 Detail Message: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

 Generally this JRE issue in Talend .

Talend Studio will point wrong JRE path. we need to point right JRE in Talend studio.


Solution: Check your java version  and point to the right version in talend

java -version




2. we need to point Java 11 folder in installed in Talend

Studio-->windows-->Prefence-->Java-->InstalledJRE

Point JDK 11 home folder



Thanks

Jilani Syed




java.io.IOException: org.eclipse.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact Return code is: 400, ReasonPhrase: Repository does not allow updating assets: releases.

 HI, by Default in Nexus release branch will not allow redeploy of the Same version of Talend job. if we need to redeploy same job again int...