Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 80722 invoked from network); 25 Oct 2004 15:20:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Oct 2004 15:20:15 -0000 Received: (qmail 8705 invoked by uid 500); 25 Oct 2004 15:18:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8302 invoked by uid 500); 25 Oct 2004 15:17:55 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 7315 invoked by uid 99); 25 Oct 2004 15:17:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 25 Oct 2004 08:17:43 -0700 Received: (qmail 2663 invoked from network); 25 Oct 2004 15:19:44 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 25 Oct 2004 15:19:44 -0000 Message-ID: <1029129099.1098717584658.JavaMail.apache@nagoya> Date: Mon, 25 Oct 2004 08:19:44 -0700 (PDT) From: "Alan Cabrera (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-394) Build fails due to NoClassDefFoundError: org/mortbay/jetty/Server In-Reply-To: <1939646718.1098691691783.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-394?page=3Dcomments#ac= tion_54603 ] =20 Alan Cabrera commented on GERONIMO-394: --------------------------------------- This jar comes from the mort bay repo. You should bring this up with the J= etty group. > Build fails due to NoClassDefFoundError: org/mortbay/jetty/Server > ----------------------------------------------------------------- > > Key: GERONIMO-394 > URL: http://issues.apache.org/jira/browse/GERONIMO-394 > Project: Apache Geronimo > Type: Bug > Components: web > Versions: 1.0-M3 > Environment: Microsoft Windows XP [Wersja 5.1.2600] > java version "1.5.0" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64) > Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing) > CYGWIN_NT-5.1 Shrek 1.5.11(0.116/4/2) 2004-09-04 23:17 i686 unknown unkno= wn Cygwin > Reporter: Shrek the Ogre > Assignee: Alan Cabrera > Priority: Blocker > > It's not possible to build Geronimo as either jetty or assembly module fa= ils because org.mortbay.jetty-5.1-SNAPSHOT.jar is corrupted (0kB in size af= ter downloading it during Geronimo build process). > The file was downloaded manually from http://www.mortbay.org/maven/jetty/= jars/org.mortbay.jetty-5.1-SNAPSHOT.jar and it seems it's correct, but righ= t after the build has started in the online mode, the file cannot be again = downloaded correctly via maven. Here's Maven output snippet: > Pr=F3buję ściągnąć org.mortbay.jetty-5.1-SNAPSHO= T.jar. > warning: last-modified not specified > 0K downloaded > warning: last-modified not specified > "Pr=F3buję ściągnąć" translates to "Attempting t= o download" in English (it's a localized message of Maven). > The jar file was deleted from Maven local repository several times and it= didn't help. > As you might have guessed, during the build the assembly module chokes th= at Jetty classes are not in place and the build fails with the following ex= ception: > [echo] Building server configuration > [java] org.apache.geronimo.deployment.DeploymentException: java.lang.= reflect.InvocationTargetException > [java] at org.apache.geronimo.deployment.Deployer.deploy(Deploye= r.java:213) > [java] at org.apache.geronimo.deployment.Deployer.deploy(Deploye= r.java:83) > [java] at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(Dyn= amicMetaDataImpl.java:213) > [java] at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataIm= pl.java:220) > [java] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.= invoke(DefaultMBeanServerInterceptor.java:815) > [java] at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBean= Server.java:784) > [java] at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:2= 32) > [java] at org.apache.geronimo.system.main.CommandLine.(Com= mandLine.java:106) > [java] at org.apache.geronimo.system.main.CommandLine.main(Comma= ndLine.java:64) > [java] Caused by: java.lang.reflect.InvocationTargetException > [java] at org.apache.geronimo.deployment.Deployer.deploy(Deploye= r.java:174) > [java] ... 8 more > [java] Caused by: java.lang.NoClassDefFoundError: org/mortbay/jetty/S= erver > [java] at java.lang.Class.getDeclaredMethods0(Native Method) > [java] at java.lang.Class.privateGetDeclaredMethods(Class.java:2= 365) > [java] at java.lang.Class.getDeclaredMethod(Class.java:1907) > [java] at org.apache.geronimo.gbean.GBeanInfo.getGBeanInfo(GBean= Info.java:53) > [java] at org.apache.geronimo.deployment.service.GBeanBuilder.(GBeanBuilder.java:47) > [java] at org.apache.geronimo.deployment.service.GBeanHelper.add= Gbean(GBeanHelper.java:31) > [java] at org.apache.geronimo.deployment.service.ServiceConfigBu= ilder.buildConfiguration(ServiceConfigBuilder.j > ava:110) > [java] ... 9 more --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira