Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 77096 invoked from network); 25 May 2010 03:07:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 May 2010 03:07:48 -0000 Received: (qmail 62344 invoked by uid 500); 25 May 2010 03:07:48 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 62233 invoked by uid 500); 25 May 2010 03:07:48 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 62226 invoked by uid 99); 25 May 2010 03:07:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 03:07:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 03:07:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4P37Nhc016187 for ; Tue, 25 May 2010 03:07:24 GMT Message-ID: <18307297.25741274756843951.JavaMail.jira@thor> Date: Mon, 24 May 2010 23:07:23 -0400 (EDT) From: "Shawn Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4757) "java.lang.IllegalStateException" error when use install-plugin goal In-Reply-To: <28406024.1248157394850.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-4757: ---------------------------------- Fix Version/s: (was: 2.2.1) 2.1.6 2.2.2 won't fix this in 221 release. > "java.lang.IllegalStateException" error when use install-plugin goal > -------------------------------------------------------------------- > > Key: GERONIMO-4757 > URL: https://issues.apache.org/jira/browse/GERONIMO-4757 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: geronimo-maven-plugin > Affects Versions: 2.1.4, 2.1.5, 2.2 > Environment: os:windows > Reporter: viola.lu > Assignee: Ivan > Priority: Minor > Fix For: 2.1.6, 2.2.2 > > Attachments: GERONIMO-4757.patch > > > 1.Maven repository is c::\Documents and Settings\Administrator.IBM-B92C72F1CB7\.m2\repository, > Build plugin-farm-it plugin under plugins/clustering/pluin-farm-it > there is an execution in its pom.xml which install this plugin-farm-it plugin to maven repository > > install-plugin > install > > install-plugin > > > > > > 2.But when it execute install-plugin goal, there is an error: > 2009-07-21 10:40:20,859 ERROR [PluginRepositoryDownloader] Unable to format plugin repository URL C:\Documents and Settings\Administrator.IBM-B92C72F1CB7\.m2\repository/ > java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Documents and Settings\Administrator.IBM-B92C72F1CB7\.m2\repository/ > at java.net.URI$Parser.fail(URI.java:2821) > at java.net.URI$Parser.checkChars(URI.java:2994) > at java.net.URI$Parser.parse(URI.java:3031) > at java.net.URI.(URI.java:590) > at org.apache.geronimo.system.plugin.PluginRepositoryDownloader.resolveRepository(PluginRepositoryDownloader.java:231) > at org.apache.geronimo.system.plugin.PluginRepositoryDownloader.getSourceRepository(PluginRepositoryDownloader.java:202) > at org.apache.geronimo.system.plugin.PluginInstallerGBean.getDefaultSourceRepository(PluginInstallerGBean.java:670) > at org.apache.geronimo.system.plugin.PluginInstallerGBean.install(PluginInstallerGBean.java:713) > at org.apache.geronimo.system.plugin.PluginInstallerGBean$3.run(PluginInstallerGBean.java:885) > at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:214) > at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:344) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Thread.java:810) > Exception in thread "DefaultThreadPool 0" java.lang.IllegalStateException: Can't locate repo C:\Documents and Settings\Administrator.IBM-B92C72F1CB7\.m2\repository > at org.apache.geronimo.system.plugin.PluginRepositoryDownloader.getSourceRepository(PluginRepositoryDownloader.java:204) > at org.apache.geronimo.system.plugin.PluginInstallerGBean.getDefaultSourceRepository(PluginInstallerGBean.java:670) > at org.apache.geronimo.system.plugin.PluginInstallerGBean.install(PluginInstallerGBean.java:713) > at org.apache.geronimo.system.plugin.PluginInstallerGBean$3.run(PluginInstallerGBean.java:885) > at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:214) > at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:344) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Thread.java:810) > It's cozed by maven repositry path containing space, which is forbidden in URI. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.