From users-return-183693-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Sat Aug 09 14:56:56 2008 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 94376 invoked from network); 9 Aug 2008 14:56:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2008 14:56:56 -0000 Received: (qmail 16802 invoked by uid 500); 9 Aug 2008 14:56:44 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 16770 invoked by uid 500); 9 Aug 2008 14:56:44 -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 16758 invoked by uid 99); 9 Aug 2008 14:56:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2008 07:56:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of swun2010@gmail.com designates 209.85.128.191 as permitted sender) Received: from [209.85.128.191] (HELO fk-out-0910.google.com) (209.85.128.191) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2008 14:55:48 +0000 Received: by fk-out-0910.google.com with SMTP id b27so1063992fka.0 for ; Sat, 09 Aug 2008 07:55:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=Q5HQ0aRDzf++7ZXQZNiA75PGGPB0mBqos9U2Pb7WFXk=; b=nROvzqu8niqldRU/WSsIscn86ZT+R5IhNS1dj6CfeOegG0uXEmCvU2qA15iUYUg9FH FPhgdo8fgEsgxxUaw55gABsHQ0Ohkl++5MnWtkbLgD8gAWEAQhBQOoBjy4i4FaRSAyOT 2/cDXeLYK4KMKK9YBztDtq8gvWsZiwMN/e5G0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rtJqQA9vzO2ea/JQNnOiEstG2X1xG6AGyEmmxLAXN/P6el0veFRrfO8LPyGqEk5YMf a7kRZ7vviXXw5Dr6DkynqmDx/zPeLoFoIUb09Xqb2MFFOAIZ0mt8UqUYj9djam1CdNz1 Z6OrMHFxSlTMd3ILfKhxZHfT82uYYA8/wzIkg= Received: by 10.187.157.14 with SMTP id j14mr240378fao.10.1218293757908; Sat, 09 Aug 2008 07:55:57 -0700 (PDT) Received: by 10.187.215.14 with HTTP; Sat, 9 Aug 2008 07:55:57 -0700 (PDT) Message-ID: <736c47cb0808090755s59af4ab5h7ec077d88512df7a@mail.gmail.com> Date: Sun, 10 Aug 2008 00:55:57 +1000 From: "Sam Wun" To: "Tomcat Users List" Subject: Re: How to programmatically add parameters to ServletRequest objects? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have just configured Eclipse 3.4 with tomcat in windows vista. The environemt is running JDK1.6 and JRE 1.5, but I have selected jdk1.6 for the enviornemt. When I press the Start Tomcat menu in the Eclispe menu bar, it thrown the following exception in the Eclispe console: 10/08/2008 12:51:14 AM org.apache.catalina.startup.Bootstrap initClassLoaders SEVERE: Class loader creation threw exception java.io.IOException: The filename, directory name, or volume label syntax is incorrect at java.io.WinNTFileSystem.canonicalize0(Native Method) at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396) at java.io.File.getCanonicalPath(File.java:559) at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:199) at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:179) at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:103) at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:212) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) How can I troubleshoot this error and what may be the issue that caused this error? Thanks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org