Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 95865 invoked from network); 17 Oct 2007 13:41:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 13:41:45 -0000 Received: (qmail 22433 invoked by uid 500); 17 Oct 2007 13:38:49 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 22413 invoked by uid 500); 17 Oct 2007 13:38:49 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 22402 invoked by uid 99); 17 Oct 2007 13:38:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 06:38:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of snoopdave@gmail.com designates 64.233.178.250 as permitted sender) Received: from [64.233.178.250] (HELO hs-out-2021.google.com) (64.233.178.250) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 13:38:53 +0000 Received: by hs-out-2021.google.com with SMTP id 4so513512hsl for ; Wed, 17 Oct 2007 06:38:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=et2HpyTjIOPMUw+XfP81oZdqMMKbkGo3UZizZna59TE=; b=PR0B4IolLlEKQpsTtnqjN1eWCeWJcSuQPYCT3Zrx7Ed12eEYEkPSLLuInFtnbGxMUSxs3IY3JqIiiKTj5ZfPqUHtI4AiGY6qnTobPRJ6oBd8w0E/IDm6T82qmolNj2bc4mon/jHOwg2RWVFxbQAwfjron9nbXXTvI1N4lKf0PFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Uu5YOjOjEJFN75ahCz/tiVzWeo4a60DjnsYfqoK4vcH0jt9Bi+uZNxPgwK9BLByicCo7cZ48yHPbwteKX6zNlluT2ij6hQJfi2CPaK89IqiOqeJp2hLWrywMbnAnV+b9ilnuUcHovYof07/XIJO9ij/D2ih59AecvAzjoPWfixo= Received: by 10.90.52.18 with SMTP id z18mr12659159agz.1192628311813; Wed, 17 Oct 2007 06:38:31 -0700 (PDT) Received: by 10.90.53.9 with HTTP; Wed, 17 Oct 2007 06:38:31 -0700 (PDT) Message-ID: <8fb9ac720710170638x7060d629sb95991b79420cd89@mail.gmail.com> Date: Wed, 17 Oct 2007 09:38:31 -0400 From: Dave To: user@roller.apache.org Subject: Re: Can't upload files In-Reply-To: <13253736.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13250810.post@talk.nabble.com> <13253736.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/17/07, dimitri711 wrote: > > Thanks for your answer Dave and Richard. > > I think that is not a problem of permission because i have the same problem > on xp, vista on a server with ubuntu feisty 7.04 . > I use on all this system mysql 5 and tomcat 6 > > You can see the server on http://91.121.78.142:8080/roller > you can make a blog and you can see when you go in Create&Edit-> File > Uploads you browse your picture and after you click on upload and it don't > work. > > I send to you the log on vista. > i have just try to change the uploads.dir in roller.properties remplace > uploads.dir=${user.home}/roller_data/uploads > by uploads.dir=C:/dim/roller_data/uploads > and the same on search.index > But it gives the same problem (you can make the picture manualy but not with > roller) The log does not seem to include any messages related to file upload. Can you try this: 1) stop tomcat 2) delete roller.log 3) start tomcat 4) login to Roller 5) upload a file or two 6) send us the log file Sometimes paths with spaces cause problems for Java. I see that you have placed your file-upload data in c:\dim\roller_data, which is good -- but it is possible that having Tomcat under c:\Program Files is the cause of the problem. I would be interested to know if moving Tomcat to c:\tomcat solves this problem. - Dave - Dave