尝试在我的 cloudbees 存储库上部署时出现此错误。
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ my-portal ---
Downloading: dav:https://repository-myproject.forge.cloudbees.com/snapshot/com/myproject/my-portal/0.0.3-SNAPSHOT/maven-metadata.xml
9 janv. 2013 23:05:13 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
Uploading: https://repository-myproject.forge.cloudbees.com/snapshot/com/myproject/my-portal/0.0.3-SNAPSHOT/myproject-portal-0.0.3-20130109.220513-1.war
9 janv. 2013 23:05:14 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
9 janv. 2013 23:06:54 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.SocketException) caught when processing request: Software caused connection abort: socket write error
该文件是一个大约 20MB 的战争文件。如果我从工作中的笔记本电脑、家中的计算机通过 maven deploy 命令甚至使用cyberduck 进行部署,也会发生同样的错误。有时会在上传 1.5MB 或 5MB 后发生,但并不总是相同。
文件大小有限制吗?我设置了欧洲 URL,但不知道它是否重要。有什么提示吗?
谢谢你!