Hi, when ever I run the command i'm seeing the below error. Somebody please let me how to fix the problem.
$ curl -u uname -X GET -k https://servern.com/artifactory/api/search/aql -d "items.find({"repo":"war"})" Enter host password for user 'uname': <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> Not Found <p>The requested URL /artifactory/api/search/aql was not found on this server.</p> <hr> <address>Apache/2.2.31 (Amazon) Server at server.com Port 443</address> </body></html> $ARTIFACTORY_HOME/tomcat/logs/catalina.out WARNING: A servlet request, to the URI https://server.com/artifactory/api/search/aql, contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. 2016-04-01 17:24:20,871 [http-bio-8443-exec-1588] [ERROR] (o.a.r.r.a.AqlResource:59) - Couldn't find the query neither in the request URL and the attached file -- View this message in context: http://forums.jfrog.org/api-search-aql-error-tp7580876.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
