Hi Jerry,

>From the info you sent I can't really put my finger on what is going wrong,
Here is an example (using curl) on how your command should look like:

 curl -X PUT --data-binary @*absolute path*/ivy.xml -u
*deployer:password*-i http://
*your_host*
/artifactory/ext-releases-local2/org/apache/ant/ant-contrib/1.0b3/ivy.xml

 Just feel in your file location, Your Artifactory host and a user with
deploy permissions and it should be ok.

If you still having trouble then please specify:
1. Which client are you using?
2. What is the exact command you are running?
3. What version of Artifactory are you using?
4. Snippet of artifactory.log +request.log from when the deployment is
rejected, You can copy it from the UI Admin->Advanced->System
Logs->artifactory.log/request.log

HTH,

Eli
The Artifactory team

On Mon, Feb 21, 2011 at 11:13 PM, jm_in_pgh <[email protected]>wrote:

>
> bump
>
>
> jm_in_pgh wrote:
> >
> >
> > I am trying to deploy an artifact to my local instance of Artifactory
> > using
> > the REST API but have been unable to do so.  I suspect that I have the
> > artifact-to-be-deployed in the wrong location, but I can't figure out
> what
> > location it is supposed to be in.
> >
> > So in my root directory, I have the artifact (ivy.xml -- yes, I'm trying
> > to
> > deploy the ivy file directly) and a script which sends the PUT request:
> > PUT /ext-releases-local2/org/apache/ant/ant-contrib/1.0b3/ivy.xml
> >
> > But this returns a '404 not found' error.  I've also tried
> > PUT
> > /artifactory/ext-releases-local2/org/apache/ant/ant-contrib/1.0b3/ivy.xml
> >
> > This returns the error '500: Failed to save resource'.  In the
> Artifactory
> > log, the corresponding error is:
> > 2011-02-02 13:18:36,855 [pool-1-thread-24] [WARN ]
> > (o.a.c.x.EntityResolvingContentHandler:122) - Received the following
> error
> > during xml parsing: 'Premature end of file.'.
> > 2011-02-02 13:18:36,856 [pool-1-thread-24] [WARN ]
> > (o.a.j.JcrServiceImpl:870) - Ignoring bad XML stream while importing
> >
> '/repositories/ext-releases-local2/org/apache/ant/ant-contrib/1.0b3/ivy-1.0b3.xml/artifactory:xml':
> > processing event: -1.
> > 2011-02-02 13:18:36,857 [pool-1-thread-24] [ERROR] (o.a.w.s.RepoFilter
> > :171)
> > - Sending HTTP error code 500: Failed to save resource
> > 'ext-releases-local2:org/apache/ant/ant-contrib/1.0b3/ivy-1.0b3.xml'.
> >
> > I am guessing that the 'Premature end of file' error is returned because
> > I'm
> > sending a null XML stream through to the server.  Hence my suspicion that
> > I
> > have the file in the wrong place.
> >
> > I've tried locating the artifact at
> > artifactory/ext-releases-local2/org/apache/ant/ant-contrib/1.0b3/ivy.xml
> > and
> > at ext-releases-local2/org/apache/ant/ant-contrib/1.0b3/ivy.xml on my
> > client, but this also doesn't bring the desired result; I still can't
> > deploy.
> >
> > What am I doing wrong?
> >
> > Thanks,
> > Jerry
> > --
> > View this message in context:
> >
> http://forums.jfrog.org/Failure-deploying-artifact-through-API-tp5985955p5985955.html
> > Sent from the Artifactory - Users mailing list archive at Nabble.com.
> >
> >
> ------------------------------------------------------------------------------
> > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> > Finally, a world-class log management solution at an even better
> > price-free!
> > Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> > February 28th, so secure your free ArcSight Logger TODAY!
> > http://p.sf.net/sfu/arcsight-sfd2d
> > _______________________________________________
> > Artifactory-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/artifactory-users
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Failure-deploying-artifact-through-API-tp30828813p30980617.html
> Sent from the Artifactory-Users mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Index, Search & Analyze Logs and other IT data in Real-Time with Splunk
> Collect, index and harness all the fast moving IT data generated by your
> applications, servers and devices whether physical, virtual or in the
> cloud.
> Deliver compliance at lower cost and gain new business insights.
> Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to