Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am attempting to publish the OnBoardingDemoJob, which builds and runs locally. When I attempt to publish, however, I receive the following two messages in the Error Log and cannot deploy.
eclipse.buildId=unknown
java.version=1.8.0_271
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -talendReload false
Command-line arguments: -os win32 -ws win32 -arch x86_64 -clean -talendReload false
org.eclipse.ui
Error
Fri Aug 06 12:20:38 PDT 2021
Unhandled event loop exception
java.lang.NullPointerException
at org.talend.designer.publish.di.wizards.AbstractPublishWizard.checkRepositorySetting(AbstractPublishWizard.java:131)
...
eclipse.buildId=unknown
java.version=1.8.0_271
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -talendReload false
Command-line arguments: -os win32 -ws win32 -arch x86_64 -clean -talendReload false
org.talend.platform.logging
Warning
Fri Aug 06 12:20:38 PDT 2021
2021-08-06 12:20:38,784 WARN org.talend.commons.exception.CommonExceptionHandler - Studio can't access the resource from server, please check the resource url.
Studio can't access the resource from server, please check the resource url.
...
at org.talend.repository.remoteprovider.client.AbstractClient.getArtifactLocation(AbstractClient.java:865)
The management console shows that I have Author, Execute, Manage, and Publish permissions in the workspace.
In my connection, I am connecting to the AWS - USA East repository and using Token authentication.
I can verify within Studio GIT access to the remote repo I am using (fetch/push).
Any ideas?
Ken
Hi
Are you trying to publishing the artifact to Nexus server or publishing the job Talend Cloud?
Regards
Shong
Shong,
Trying to publish to Talend Cloud.
Thanks,
Ken