Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 21276 invoked from network); 11 Aug 2006 23:04:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2006 23:04:10 -0000 Received: (qmail 91138 invoked by uid 500); 11 Aug 2006 23:04:03 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 91084 invoked by uid 500); 11 Aug 2006 23:04:03 -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 91073 invoked by uid 99); 11 Aug 2006 23:04:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 16:04:03 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 66.249.82.231 as permitted sender) Received: from [66.249.82.231] (HELO wx-out-0506.google.com) (66.249.82.231) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 16:04:02 -0700 Received: by wx-out-0506.google.com with SMTP id i29so794551wxd for ; Fri, 11 Aug 2006 16:03:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=tH9yPJd0aMNkAn1GL0u6wdSbyj3gf42mUvndnE2NNkkLy5VQraFZFU+BC+Y8Ac927um7+WxfWxrfCOuMPmmYwtONhM8/W8BHIwk0UDnO/i2a75zsVp1V1ABI1Ny9ABH2MolAh676Pm643eJY7eCawkMlwg+eKvOkto5lJVKwowk= Received: by 10.70.103.12 with SMTP id a12mr5879444wxc; Fri, 11 Aug 2006 16:03:42 -0700 (PDT) Received: from ?10.0.1.4? ( [24.7.69.241]) by mx.gmail.com with ESMTP id h36sm3716112wxd.2006.08.11.16.03.40; Fri, 11 Aug 2006 16:03:41 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20060811225002.23203.qmail@web31706.mail.mud.yahoo.com> References: <20060811225002.23203.qmail@web31706.mail.mud.yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <18B96EA0-F489-4C2A-9460-3D5A82B0D670@planet57.com> Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor Date: Fri, 11 Aug 2006 16:03:32 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks, I'm testing now. So, it looks like car's don't get transitive dependencies picked up from the pom... any idea why not? --jason On Aug 11, 2006, at 3:50 PM, anita kulshreshtha wrote: > The hot-deployer.patch at > http://issues.apache.org/jira/browse/GERONIMO-2067#action_12423814 > had a scope and a deploy-tool dependency. If you want to get it > running, you can use the scope. I found that some of the modules have > escaped dependency pruning. > > Thanks > Anita > > --- Jason Dillon wrote: > >> Any idea how to fix? >> >> I have already committed the change that Anita posted about scope >> instead of type... >> >> ConfigIDExtractor is part of geronimo-deploy-jsr88, which is a >> dependency of the hot-deployer config. Does it need a scope? Right >> >> now it has the default scope. >> >> I really don't like how we are overloading the scope mechanism like >> this either. If we need to add additional metadata to a dependency, >> >> then we can easily move the dependency def into a plugin's >> configuration... very similar to how the maven-dependency-plugin >> works. >> >> --jason >> >> >> On Aug 11, 2006, at 6:39 AM, Prasad Kashyap wrote: >> >>> Jason, >>> >>> http://www.mail-archive.com/dev@geronimo.apache.org/msg29265.html >>> >>> Cheers >>> Prasad >>> >>> On 8/11/06, Jason Dillon wrote: >>>> Anyone know why this error gets spit out after the server boots? >>>> >>>> >>>> java.lang.NoClassDefFoundError: org/apache/geronimo/deployment/ >>>> plugin/ >>>> ConfigIDExtractor >>>> at java.lang.ClassLoader.defineClass0(Native Method) >>>> at >> java.lang.ClassLoader.defineClass(ClassLoader.java:539) >>>> at java.security.SecureClassLoader.defineClass >>>> (SecureClassLoader.java:123) >>>> at >>>> >> org.apache.geronimo.kernel.classloader.JarFileClassLoader.access$200 >>>> (JarFileClassLoader.java:51) >>>> at >> org.apache.geronimo.kernel.classloader.JarFileClassLoader >>>> $6.run(JarFileClassLoader.java:275) >>>> at java.security.AccessController.doPrivileged(Native >>>> Method) >>>> at >>>> >> org.apache.geronimo.kernel.classloader.JarFileClassLoader.findClass >>>> (JarFileClassLoader.java:227) >>>> at >>>> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass >>>> (MultiParentClassLoader.java:243) >>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:235) >>>> at >>>> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass >>>> (MultiParentClassLoader.java:227) >>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:235) >>>> at >>>> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass >>>> (MultiParentClassLoader.java:227) >>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:235) >>>> at >> java.lang.ClassLoader.loadClassInternal(ClassLoader.java: >>>> 302) >>>> at >>>> >> org.apache.geronimo.deployment.hot.DirectoryMonitor.calculateModuleId >>>> (DirectoryMonitor.java:358) >>>> at >>>> org.apache.geronimo.deployment.hot.DirectoryMonitor.initialize >>>> (DirectoryMonitor.java:230) >>>> at >> org.apache.geronimo.deployment.hot.DirectoryMonitor.run >>>> (DirectoryMonitor.java:206) >>>> at java.lang.Thread.run(Thread.java:552) >>>> >>>> >>>> --jason >>>> >>>> >> >> > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com