Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 77140 invoked from network); 24 Oct 2009 03:27:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Oct 2009 03:27:02 -0000 Received: (qmail 67461 invoked by uid 500); 24 Oct 2009 03:26:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 67394 invoked by uid 500); 24 Oct 2009 03:26:57 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 67382 invoked by uid 99); 24 Oct 2009 03:26:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Oct 2009 03:26:57 +0000 X-ASF-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,HTML_IMAGE_ONLY_16,HTML_MESSAGE,HTML_SHORT_LINK_IMG_3 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vikas.n.sharma@gmail.com designates 209.85.221.179 as permitted sender) Received: from [209.85.221.179] (HELO mail-qy0-f179.google.com) (209.85.221.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Oct 2009 03:26:54 +0000 Received: by qyk9 with SMTP id 9so1034730qyk.30 for ; Fri, 23 Oct 2009 20:26:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=xhbM4OwjwMVPFIGkI/CTDMI6c1/N6PXV+7jqqcgfLQw=; b=LR1MwIMo26TWlLi+HAPmFDzPh9/mWFP0PVTE6FF/qPMfcDY7c/jeYcfsVdZp1H7Aio +8SvtFkgXbrQogLwp8t064qOJlmT0tXrLTzuf0rj35brTmbNwXfWs1X+nKkx77RfYaTE 7y1cw+LGAPHizLsCXjGtEIqncU1lGXds9fREA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=L6rE7wJYTAp2KXh/XtrLkmOq+bUJSuEMEjZjJtYKhInscX4RocbWLqBqyEVgmKh8XD myaV0u2sd1+ahE4a9pLZZqzyB4UwgS51m6ikCZmq4bsHm8zhOBbw80a//A+0A2dlHn46 UNwMrEodpf0BIFUApL+hsQn6md0WtGRSFGTu8= MIME-Version: 1.0 Received: by 10.229.69.93 with SMTP id y29mr89561qci.53.1256354470497; Fri, 23 Oct 2009 20:21:10 -0700 (PDT) Date: Sat, 24 Oct 2009 08:51:10 +0530 Message-ID: <99fd9a6f0910232021x24641717hd9ca6f363f6ee693@mail.gmail.com> Subject: Tomcat 5.5.17 RMI MalformedURLException when installed in dir with Spaces From: Vikas Sharma To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=00032557b162ed11250476a5d159 --00032557b162ed11250476a5d159 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am seeing the famous MalformedURLException issue when my tomcat is installed in the dir with Spaces. I am using Spring RMI. I see this issue in Tomcat version 5.5.17 and Not 5.5.20 onwards. I don't have option to upgrade to 5.5.20, I am looking for a patch. I looked at the change log - http://tomcat.apache.org/tomcat-5.5-doc/changelog.html, couldn't figure out what has been fixed to address this issue. The old defect - http://issues.apache.org/bugzilla/show_bug.cgi?id=4543, which is RESOLVED WONTFIX, some comment says fix is required in ClassLoaderFactory. I've compared the ClassLoaderFactory between 5.5.17 and 5.5.20 and I don't see any difference. I also tried replace bootstrap.jar in 5.5.17 from the one in 5.5.20 but stilll run into malformed URL. I am trying to figure it out by debugging by unavailability of source code of sun.rmi.server making it bit difficult. I need to figure out what has fixed that and get a patch for it. I am not sure if patches are released for any critical issues. If I can know what did fix it, may be I can build and create a patch myself. Please help. Thanks, Vikas --00032557b162ed11250476a5d159--