Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-63214] Could not write file: 522 SSL/TLS required (...) #71

Open
jira-importer opened this issue Jul 26, 2020 · 3 comments
Open

Comments

@jira-importer
Copy link
Collaborator

After configuring the publish-over-ftp-plugin properly (Configuration test is successful) the plugin is not able to transfer the artifacts.

The directories are being created properly put not the artifacts.

Exception stack:

2020-07-26 19:11:20.369+0000 [id=595]   WARNING j.p.p.BPInstanceConfig#perform: An exception was caught when invoking perform
jenkins.plugins.publish_over.BapPublisherException: Could not write file. Server message: [522 SSL/TLS required on the data channel
]
at jenkins.plugins.publish_over_ftp.BapFtpClient.transferFile(BapFtpClient.java:139)
at jenkins.plugins.publish_over_ftp.BapFtpClient.transferFile(BapFtpClient.java:40)
at jenkins.plugins.publish_over.BPTransfer.transferFile(BPTransfer.java:171)
at jenkins.plugins.publish_over.BPTransfer.transfer(BPTransfer.java:155)
at jenkins.plugins.publish_over.BPTransfer.transfer(BPTransfer.java:142)
at jenkins.plugins.publish_over.BapPublisher$Performer.transfer(BapPublisher.java:276)
at jenkins.plugins.publish_over.BapPublisher$Performer.perform(BapPublisher.java:232)
at jenkins.plugins.publish_over.BapPublisher$Performer.access$000(BapPublisher.java:205)
at jenkins.plugins.publish_over.BapPublisher.perform(BapPublisher.java:158)
at jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:65)
Caused: jenkins.plugins.publish_over.BapPublisherException: Exception when publishing, exception message [Could not write file. Server message: [522 SSL/TLS required on the data channel
]]
at jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:69)
at jenkins.plugins.publish_over.BPCallablePublisher.invoke(BPCallablePublisher.java:38)
at hudson.FilePath.act(FilePath.java:1075)
at hudson.FilePath.act(FilePath.java:1058)
at jenkins.plugins.publish_over.BPInstanceConfig.perform(BPInstanceConfig.java:141)
at jenkins.plugins.publish_over.BPPlugin.perform(BPPlugin.java:126)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1905)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
getConfigPage -> /ci_skip_wrapper/config

Originally reported by joestr, imported from: Could not write file: 522 SSL/TLS required (...)
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
@sberer
Copy link

sberer commented Nov 9, 2022

Any feedback on this? I have the same issue.

@Yuriy11
Copy link

Yuriy11 commented Feb 1, 2023

Same issue, test connection reports success, directories are created but files are not uploaded.

@derhecht
Copy link

same issue in 1.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants