Welcome to the jfrog JIRA. "Where Frogs Can Code!"
Issue Details (XML | Word | Printable)

Key: RTFACT-122
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Normal Normal
Assignee: Yoav Landman
Reporter: David Hoffer
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Artifactory

Can't run release goal with 1.2.1-rc0 (return code of 500)

Created: 26/Apr/07 07:01 PM   Updated: 22/May/07 11:32 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2.1

Time Tracking:
Not Specified

Environment: XP Pro SP2
Issue Links:
Duplicate
 


 Description  « Hide
I am configuring a new artifactory maven proxy and most is going well, artifactory is able to act as proxy.

However I am having trouble deploying(releasing) with artifactory. When I run the release:perform goal it does deploy the artifact jar but then fails when deploying the artifact's source jar. I get a server return code of 500.

Here is my pom distributionManagement...

<distributionManagement>
<repository>
<id>releases</id>
<name>Inhouse Internal Release Repository</name>
<url>http://xrbuild3:8081/artifactory/libs-releases@repo</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Inhouse Internal Snapshot Repository</name>
<url>http://xrbuild3:8081/artifactory/libs-snapshots@repo</url>
<!-<uniqueVersion>true</uniqueVersion>->
</snapshotRepository>
</distributionManagement>

Here is the log:

C:\svn\components\xrite-test-commons\trunk>mvn release:perform
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
WAGON_VERSION: 1.0-beta-2
[INFO] -------------------------------------------------------------------------

[INFO] Building xrite-test-commons
[INFO] task-segment: [release:perform] (aggregator-style)
[INFO] -------------------------------------------------------------------------

[INFO] [release:perform]
[INFO] Checking out the project to perform the release ...
[INFO] Executing: svn --non-interactive checkout http://xrite18/svn/components/x
rite-test-commons/tags/xrite-test-commons-1.15 checkout
[INFO] Working directory: C:\svn\components\xrite-test-commons\trunk\target
[INFO] Executing: mvn deploy site-deploy --no-plugin-updates -P default,default
-DperformRelease=true
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] ---------------------------------------------------------------------
-------
[INFO] Building xrite-test-commons
[INFO] task-segment: [deploy, site-deploy]
[INFO] ---------------------------------------------------------------------
-------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 3 source files to C:\svn\components\xrite-test-commons\trunk\targe
t\checkout\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: C:\svn\components\xrite-test-commons\trunk\target\check
out\target\xrite-test-commons-1.15.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocati
on.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: C:\svn\components\xrite-test-commons\trunk\target\check
out\target\xrite-test-commons-1.15-sources.jar
[INFO] Preparing javadoc:jar
[INFO] ---------------------------------------------------------------------
-------
[INFO] Building xrite-test-commons
[INFO] ---------------------------------------------------------------------
-------
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocati
on.
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocati
on.
[INFO] No goals needed for project - skipping
[INFO] [javadoc:jar {execution: attach-javadocs}]
Loading source files for package com.xrite.testutilities...
Constructing Javadoc information...
Standard Doclet version 1.5.0_11
Building tree for all the packages and classes...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\ActionListenerEasyMockParameterCatcher.html...

Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\ComponentListenerEasyMockParameterCatcher.html
...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\WindowListenerEasyMockParameterCatcher.html...

Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\package-frame.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\package-summary.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\package-tree.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\constant-values.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\class-use\WindowListenerEasyMockParameterCatch
er.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\class-use\ComponentListenerEasyMockParameterCa
tcher.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\class-use\ActionListenerEasyMockParameterCatch
er.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\com/xrite/testutilities/\package-use.html...
Building index for all the packages and classes...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\overview-tree.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\index-all.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\deprecated-list.html...
Building index for all classes...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\allclasses-frame.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\allclasses-noframe.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\index.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\help-doc.html...
Generating C:/svn/components/xrite-test-commons/trunk/target/checkout/target
/apidocs\stylesheet.css...
[INFO] Building jar: C:\svn\components\xrite-test-commons\trunk\target\check
out\target\xrite-test-commons-1.15-javadoc.jar
[INFO] [install:install]
[INFO] Installing C:\svn\components\xrite-test-commons\trunk\target\checkout
\target\xrite-test-commons-1.15.jar to C:\Documents and Settings\DaveHoffer\.m2\
repository\com\xrite\xrite-test-commons\1.15\xrite-test-commons-1.15.jar
[INFO] Installing C:\svn\components\xrite-test-commons\trunk\target\checkout
\target\xrite-test-commons-1.15-sources.jar to C:\Documents and Settings\DaveHof
fer\.m2\repository\com\xrite\xrite-test-commons\1.15\xrite-test-commons-1.15-sou
rces.jar
[INFO] Installing C:\svn\components\xrite-test-commons\trunk\target\checkout
\target\xrite-test-commons-1.15-javadoc.jar to C:\Documents and Settings\DaveHof
fer\.m2\repository\com\xrite\xrite-test-commons\1.15\xrite-test-commons-1.15-jav
adoc.jar
[INFO] [deploy:deploy]
Uploading: http://xrbuild3:8081/artifactory/libs-releases@repo/com/xrite/xri
te-test-commons/1.15/xrite-test-commons-1.15.jar
4/5K
5/5K
5K uploaded
[INFO] Retrieving previous metadata from releases
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '5bc762
fb309bd01e350e4d2afaa30e4f19768783'; remote = 'da39a3ee5e6b4b0d3255bfef95601890a
fd80709' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '5bc762
fb309bd01e350e4d2afaa30e4f19768783'; remote = 'da39a3ee5e6b4b0d3255bfef95601890a
fd80709' - IGNORING
[INFO] Uploading repository metadata for: 'artifact com.xrite:xrite-test-com
mons'
[INFO] Retrieving previous metadata from releases
[INFO] Uploading project information for xrite-test-commons 1.15
Uploading: http://xrbuild3:8081/artifactory/libs-releases@repo/com/xrite/xri
te-test-commons/1.15/xrite-test-commons-1.15-sources.jar
2/2K
2K uploaded
[INFO] ---------------------------------------------------------------------

[ERROR] BUILD ERROR
[INFO] ---------------------------------------------------------------------

[INFO] Error deploying artifact: Failed to transfer file: http://xrbuild3:80
81/artifactory/libs-releases@repo/com/xrite/xrite-test-commons/1.15/xrite-test-c
ommons-1.15-sources.jar. Return code is: 500

[INFO] ---------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch
[INFO] ---------------------------------------------------------------------

[INFO] Total time: 40 seconds
[INFO] Finished at: Thu Apr 26 11:37:33 EDT 2007
[INFO] Final Memory: 12M/21M
[INFO] ---------------------------------------------------------------------

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing Maven: Maven execution failed, exit code: '1'

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46 seconds
[INFO] Finished at: Thu Apr 26 11:37:33 EDT 2007
[INFO] Final Memory: 5M/9M
[INFO] ------------------------------------------------------------------------



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Yoav Landman added a comment - 22/May/07 11:32 PM
The real reason for this issue is node lock acquisition failure caused by concurrent lock attempts