Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Publishing a job

Hello,
I have configured Talend Data Integration v6.1.1 in a windows 7 machine, and when i tried to publish à job as a stand alone , i have this error:
java.lang.reflect.InvocationTargetException
at org.talend.designer.publish.core.actions.AbstractPublishJobAction.exportJobForPOJO(AbstractPublishJobAction.java:172)
at org.talend.designer.publish.core.actions.AbstractPublishJobAction.run(AbstractPublishJobAction.java:95)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1059)
at org.talend.designer.publish.di.wizards.PublishJobWizard.publishToRepository(PublishJobWizard.java:70)
at org.talend.designer.publish.di.wizards.AbstractPublishWizard.performFinish


To see the whole post, download it here
Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
To solve this problem, just add "/" to the end of the "Nexus url" in TAC -> configuration -> Artifact Repository (the default value doesn't have it) :
http://yourIp:8081/nexus /
thats all 0683p000009MACn.png

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi,
Can you successfully execute your job in studio? Does this issue repro on all your jobs or a specific job?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
I execute the job without problems in the studio, i just create one simple job for test.
Thanks
Anonymous
Not applicable
Author

Hi,
To solve this problem, just add "/" to the end of the "Nexus url" in TAC -> configuration -> Artifact Repository (the default value doesn't have it) :
http://yourIp:8081/nexus /
thats all 0683p000009MACn.png
Anonymous
Not applicable
Author

Hi,
Thanks for your feedback and sharing your solution with us.
Best regards
Sabrina
wangbinlxx
Creator
Creator

Hi
I don't get the solution. There is no "Nexus utl", but "release URL" and "Snapshot URL". I add to both.
http://myIP:8081/nexus/content/repositories/releases /
http://myIP:8081/nexus/content/repositories/snapshots /
I still get the same error.
Thanks,
Bin