Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 71129 invoked from network); 3 Sep 2007 10:39:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2007 10:39:43 -0000 Received: (qmail 15098 invoked by uid 500); 3 Sep 2007 10:39:34 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 15070 invoked by uid 500); 3 Sep 2007 10:39:34 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 15059 invoked by uid 99); 3 Sep 2007 10:39:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 03:39:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of minfrin@sharp.fm designates 64.49.220.200 as permitted sender) Received: from [64.49.220.200] (HELO chandler.sharp.fm) (64.49.220.200) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 10:39:30 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id A4F57E6720 for ; Mon, 3 Sep 2007 05:39:08 -0500 (CDT) Received: from www.sharp.fm (unknown [209.61.173.189]) by chandler.sharp.fm (Postfix) with ESMTP id 8D5F2E541A for ; Mon, 3 Sep 2007 05:39:08 -0500 (CDT) Received: from 84.233.182.145 (SquirrelMail authenticated user minfrin@sharp.fm) by www.sharp.fm with HTTP; Mon, 3 Sep 2007 12:39:08 +0200 (SAST) Message-ID: <27205.84.233.182.145.1188815948.squirrel@www.sharp.fm> Date: Mon, 3 Sep 2007 12:39:08 +0200 (SAST) Subject: The specified resource isn't a file or the protocol used isn't allowed. From: "Graham Leggett" To: continuum-dev@maven.apache.org User-Agent: SquirrelMail/1.4.8-4.0.1.el4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org Hi all, While trying to install Continuum v1.1 beta 2 from scratch on a Windows machine, I have managed to get it started up and working, and am trying to enter the first set of projects. When I enter the POM url of "https://svn.server/svn/alchemy/Rhapsody/Development/native/trunk/pom.xml" I get the error: "The specified resource isn't a file or the protocol used isn't allowed." The strange part is that if I enter the incorrect username or password, I get an incorrect username or password error - meaning that continuum correctly connected to the SSL server, tried to log in, and correctly parsed the access denied condition. As soon as access is granted, things seem to go pear shaped. Does anyone know what may be wrong? The log generated by the failure looks like this: INFO | jvm 1 | 2007/09/03 12:35:52 | 2007-09-03 12:35:51,961 [SocketListener0-1] INFO DispatcherUtils - Unable to find 'webwork.multipart.saveDir' property setting. Defaulting to javax.servlet.context.tempdir INFO | jvm 1 | 2007/09/03 12:35:52 | 2007-09-03 12:35:51,977 [SocketListener0-1] WARN MultiPartRequest - Item is a file upload of 0 size, ignoring INFO | jvm 1 | 2007/09/03 12:35:52 | 2007-09-03 12:35:51,977 [SocketListener0-1] ERROR DispatcherUtils - Error setting character encoding to 'UTF-8' - ignoring. INFO | jvm 1 | 2007/09/03 12:35:52 | java.lang.IllegalStateException: getReader() or getInputStream() called INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.jetty.servlet.ServletHttpRequest.setCharacterEncoding(ServletHttpRequest.java:602) INFO | jvm 1 | 2007/09/03 12:35:52 | at javax.servlet.ServletRequestWrapper.setCharacterEncoding(ServletRequestWrapper.java:112) INFO | jvm 1 | 2007/09/03 12:35:52 | at com.opensymphony.webwork.dispatcher.DispatcherUtils.prepare(DispatcherUtils.java:392) INFO | jvm 1 | 2007/09/03 12:35:52 | at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:160) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/09/03 12:35:52 | at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) INFO | jvm 1 | 2007/09/03 12:35:52 | at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/09/03 12:35:52 | at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.http.HttpServer.service(HttpServer.java:909) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) INFO | jvm 1 | 2007/09/03 12:35:52 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) Regards, Graham --