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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
APoliak
Contributor
Contributor

Could not download the module

Hello!

I am currently facing a problem with the Talend Studio R2023-09-7.3.1, the module could not be downloaded automatically (the button is greyed out) nor the manual selection is available.

I have tried with restarting the studio but the problem persists.

 

Thanks for your suggestions!

 

0695b00000rPMVOAA4.png

Labels (2)
1 Solution

Accepted Solutions
jlolling
Creator III
Creator III

The problem here is the wrong maven url.

In the Modules view please change the maven url to: mvn:javax.validation/validation-api/2.0.1.Final/jar

This will fit to your existing files in your maven repository. Do not hesitate to change this even you get the useless warning this would affect other components as well. This is ok.

View solution in original post

5 Replies
Anonymous
Not applicable

Hello,

Does this issue only repro on validation-api.jar?

Could you check "C:\Talend7_3_1\studio\configuration\.m2

repository\javax\validation\validation-api\2.0.1.Final" folder if you can see the jar with the correct size in there?

Please also send screenshot from Studio "Modules" view and enter validation-api in the filter text area, and make sure the Maven URI column shows the full maven path:

0695b00000rQDmlAAG.pngBest regards

Sabrina

APoliak
Contributor
Contributor
Author

Hello xdshi,

 

thank you for your answer.

Yes, I have located 2 files in that folder:

 

validation-api-2.0.1.Final.pom 450 B

validation-api-2.0.1.Final.jar 93.107 B

 

So far I have not found the Modules view as you pictured on screenshot, can you help please?

 

 

 

jlolling
Creator III
Creator III

The problem here is the wrong maven url.

In the Modules view please change the maven url to: mvn:javax.validation/validation-api/2.0.1.Final/jar

This will fit to your existing files in your maven repository. Do not hesitate to change this even you get the useless warning this would affect other components as well. This is ok.

Anonymous
Not applicable

Hello,

Talend Studio provides you with a Modules view. This view shows if a module is necessary and required for creating a connection to a database.

For more information, please refer to this online documentation

https://help.talend.com/r/en-US/8.0/open-studio-user-guide/displaying-modules-view

Best regards

Sabrina

APoliak
Contributor
Contributor
Author

Many thanks for the suggestion, the issue is solved now.