Hi list, I am facing a weird problem uploading artifacts with the web interface. As soon as I upload as well the pom the jars are not going to be uploaded. I attached the Post dump that I am using where I dropped the binary part of the jar in this mail.
As soon I now review http://archiva.sadesi.es/browse/org.apache.droids/droids-core/0.1-incubating-SNAPSHOT I get the orange box but only with the link to the jar, where the size is "00" and clicking on it results in: HTTP 404 of the underlying Apache Tomcat/5.5.28. Is this a general bug or a misconfiguration of our rep? O a side note I can publish our projects to the rep via "mvn deploy" and they show then well in the web. I will now try deploy:deploy-file and see what that gives. POST DUMP: POST upload!doUpload.action http://archiva.sadesi.es/upload!doUpload.action 200 OK archiva.sadesi.es 7 KB 1.13s ParamsHeadersPostPutResponseCacheHTML Response Headers Server Apache-Coyote/1.1 Set-Cookie rbkSignon=26a3857b656041c08fa69ce348ea0d23; Expires=Wed, 23-Dec-2009 11:36:26 GMT; Path=/ Content-Type text/html;charset=ISO-8859-1 Transfer-Encoding chunked Date Wed, 23 Dec 2009 11:06:27 GMT Request Headers Host archiva.sadesi.es User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.16) Gecko/2009121601 Ubuntu/9.04 (jaunty) Firefox/3.0.16 Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language es,en-us;q=0.7,en;q=0.3 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection keep-alive Referer http://archiva.sadesi.es/upload.action Cookie JSESSIONID=8D054BD48533F344B22880194CC6C0CD; rbkSignon=e864e83761dc4fafba96065ca087ad09 Content-Type: multipart/form-data; boundary=---------------------------1872766107810116399940614425 Content-Length: 83051 -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="groupId" org.apache.droids -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="artifactId" droids-core -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="version" 0.1-incubating-SNAPSHOT -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="packaging" jar -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="classifier" -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="__checkbox_generatePom" true -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="artifact"; filename="droids-core-0.1-incubating-SNAPSHOT.jar" Content-Type: application/jar ... JAR BIN CONTENT SNIPPET --- -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="pom"; filename="droids-core-0.1-incubating-SNAPSHOT.pom" Content-Type: application/octet-stream <?xml version="1.0" encoding="ISO-8859-1"?> <!-- ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ==================================================================== This software consists of voluntary contributions made by many individuals on behalf of the Apache Software Foundation. For more information on the Apache Software Foundation, please see <http://www.apache.org />. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>droids</artifactId> <groupId>org.apache.droids</groupId> <version>0.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>droids-core</artifactId> <name>Droids Core</name> <inceptionYear>2007</inceptionYear> <description> Droids API and core components </description> <packaging>jar</packaging> <dependencies> <dependency> <groupId>org.apache.droids</groupId> <artifactId>droids-norobots</artifactId> <version>${pom.version}</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> </dependency> <!-- TEST --> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project> -----------------------------1872766107810116399940614425 Content-Disposition: form-data; name="repositoryId" snapshots-SADESI -----------------------------1872766107810116399940614425-- -- Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI)
