Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 28290 invoked from network); 29 Feb 2004 17:33:08 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Feb 2004 17:33:08 -0000 Received: (qmail 18602 invoked by uid 500); 29 Feb 2004 17:32:54 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 18556 invoked by uid 500); 29 Feb 2004 17:32:54 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 18542 invoked from network); 29 Feb 2004 17:32:54 -0000 Received: from unknown (HELO web20603.mail.yahoo.com) (216.136.226.161) by daedalus.apache.org with SMTP; 29 Feb 2004 17:32:54 -0000 Message-ID: <20040229173257.59365.qmail@web20603.mail.yahoo.com> Received: from [67.30.220.75] by web20603.mail.yahoo.com via HTTP; Sun, 29 Feb 2004 09:32:57 PST Date: Sun, 29 Feb 2004 09:32:57 -0800 (PST) From: anita kulshreshtha Subject: Re: What does this mean? To: geronimo-dev@incubator.apache.org, u912boilermaker@yahoo.com In-Reply-To: <404181BD.3020802@licosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi I am getting same error on my windows 98 2nd ed., jdk1.4.2_01. I am also getting "using or extending a deprecated API" error in ../../core/src/test/o/a/g/test/protocol/mockproto/Handler.java. I had to delete StopWatchTest.java, RAR_1_5ConfigBuilderTest.java, RAR_1_0DconfigBeanTest.java for the build to proceed. TIA >> Anita << --- Bryce Alcock wrote: > no the problem didn't go away. > > This is the section of the maven.xml file in > ./modules/assembly/maven.xml > That seems to cause the problem. > > Building debug tool > configuration > jar="${distDir}/bin/deployer.jar" > failonerror="false"> > > > value="${project.root}/applications/jmxdebug/target/geronimo-jmxdebug.war"/> > > > > What I did was change the failonerror from the ant > task to false so that > even though an > error occurs, the system continues, and commpletes > the Build > successfully. This is just a temporary > fix though and I am waiting an additional Ideas to > get this working. > > Now the System seems to build fine every time??? > > Here is the root cause code from > org/apache/geronimo/deployment/Deployer.java > (I added the System.out.println just before the > suspect line 212) > > private static URL getURL(String location) > throws > MalformedURLException { > File f = new File(location); > if (f.exists() && f.canRead()) { > return f.toURI().toURL(); > } > System.out.println("Deployer location : " + > location); > return new > File(".").toURI().resolve(location).toURL(); > } > > > The exact error is indicating that: > java.lang.IllegalArgumentException > at java.net.URI.create(URI.java:838) > at java.net.URI.resolve(URI.java:1024) > at > org.apache.geronimo.deployment.Deployer.getURL(Deployer.java:212) > at > org.apache.geronimo.deployment.Deployer.parseArgs(Deployer.java:195) > at > org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:69) > at > org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke( > at > net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:87) > at > org.apache.geronimo.gbean.jmx.FastMethodInvoker.invoke(FastMethodInvoker.java:40) > > at > org.apache.geronimo.gbean.jmx.GBeanMBeanOperation.invoke(GBeanMBeanOperation.java > > at > org.apache.geronimo.gbean.jmx.GBeanMBean.invoke(GBeanMBean.java:465) > at > mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerIn > java:224) > at > mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerIn > java:121) > at > mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServer > r.java:86) > at > mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerIn > java:121) > at > mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerIn > java:121) > at > mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextCl > BeanServerInterceptor.java:205) > at > mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1077) > at > org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:219) > at > org.apache.geronimo.system.main.CommandLine.main(CommandLine.java:96) > Caused by: java.net.URISyntaxException: Illegal > character in opaque > part at index 2: C:\a > bator-geronimo/applications/jmxdebug/target/geronimo-jmxdebug.war > at java.net.URI$Parser.fail(URI.java:2752) > at > java.net.URI$Parser.checkChars(URI.java:2925) > at java.net.URI$Parser.parse(URI.java:2962) > at java.net.URI.(URI.java:574) > at java.net.URI.create(URI.java:836) > ... 18 more > [ERROR] Java Result: 2 > > >> > >> > >> Did this resolve it and do we need to document a > problem with 1.4.1 > >> on Windows? > > > > > > Some brief description of possible issues with > elder versions of JDK > > on Windows is already available at > > > http://wiki.apache.org/geronimo/BuildingAndRunning#head-1a5419a621a9c7092f318a52819033ffed86afc5. > > > It's not clearly written, though. > > > > I changed > http://wiki.apache.org/geronimo/KnownWorkingConfigurations > > > with some info on the issues. > > > > Jacek > > > __________________________________ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools