Deploying a 28M WAR file to Nexus 1.2.1 fails
---------------------------------------------
Key: MNG-4234
URL: http://jira.codehaus.org/browse/MNG-4234
Project: Maven 2
Issue Type: Bug
Components: Deployment
Affects Versions: 2.2.0, 2.1.0, 2.0.10
Environment: OS 10.5.7, Maven 2.2.0, Java 1.5, Nexus 1.2.1
Reporter: Nayan Hajratwala
I have a 28MB WAR file.
release:prepare works fine.
Behavior of release:perform with different maven versions is different,
however, all fail
Distribution Repository URL is:
http://maven.xxx.com:8080/nexus/content/repositories/xxx-private
*** 2.2.0 ***
uploads go on forever.... note that 142789 > 28557
...
[INFO] 142779/28557K
[INFO] 142783/28557K
[INFO] 142787/28557K
[INFO] 142789/28557K
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [ERROR] BUILD ERROR
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Error deploying artifact: The server maven.xxx.com failed to
respond
*** 2.1.0 ***
upload hangs after reaching max
...
[INFO] 28540/28557K
[INFO] 28544/28557K
[INFO] 28548/28557K
[INFO] 28552/28557K
[INFO] 28556/28557K
[INFO] 28557/28557K
*** 2.0.10 ***
slightly different output, but upload still hangs
...
[INFO] 28536/28557K
[INFO] 28540/28557K
[INFO] 28544/28557K
[INFO] 28548/28557K
[INFO] 28552/28557K
[INFO] 28556/28557K
[INFO] 28557/28557K
[INFO] 28557K uploaded
I ended up uploading manually through the nexus UI, and that worked fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira