Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 19682 invoked from network); 21 Mar 2007 11:49:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2007 11:49:21 -0000 Received: (qmail 58503 invoked by uid 500); 21 Mar 2007 11:49:27 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 57888 invoked by uid 500); 21 Mar 2007 11:49:26 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 57867 invoked by uid 99); 21 Mar 2007 11:49:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 04:49:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.53.32] (HELO smtp107.plus.mail.re2.yahoo.com) (206.190.53.32) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Mar 2007 04:49:16 -0700 Received: (qmail 57780 invoked from network); 21 Mar 2007 11:48:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=4LaYIFouUlrJukasSk9q6vlPI6rDh29oDTXtjs5Fou+Ky/z1jp2XpsZIL4VmAFQaPLYf/Qv09Cc37Gq6KdcgZsFXSP9onRygKI4t4yPf2BDxOoAPoDxU2HXwfdxJJqrC4X+XorSBv+hFNBnpnGY31/caXF64+QBBBCy+NizLaoU= ; Received: from unknown (HELO ?10.0.2.101?) (david_jencks@70.61.84.32 with plain) by smtp107.plus.mail.re2.yahoo.com with SMTP; 21 Mar 2007 11:48:55 -0000 X-YMail-OSG: SaRjVQUVM1lyju2sTcMSFHU__zEVLCClyBFdCnja137WAkwkEuhl7lw_BVHWefYZFbc.3f7lMgwUeTUhiLeN5scXEoGBszaz6iZh87HhCpBYougkfxxhOX.qYBkrOaTfkDonvfMA9qo7QA-- Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <9587182.post@talk.nabble.com> References: <9587182.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <35B295BC-71D4-488B-8ACC-C1D4BBDEA6E7@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: java.lang.Exception: Could not load 1.0/com/sun/codemodel/CodeWriter.class Date: Wed, 21 Mar 2007 07:49:05 -0400 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Could you tell us what version of geronimo you are using and give more of the stack trace for this exception? I don't recall seeing anything much like this before. Also, the code appears to be trying to load a class file as a resource which seems a bit odd, as well as the extra directory segment in the name. thanks david jencks On Mar 21, 2007, at 12:32 AM, ibiddles wrote: > > Hi, > > I am very new to Geronimo. I have a web services application that uses > Spring 2.0.3 and Spring web services. It runs in Tomcat 5.5.20 and > 6.0.10. > > It has all its dependent JAR files in the WEB-INF/lib directory in > the WAR > file so I was hoping that I could simply deploy the WAR file to > Geronimo. > > When I try to do so, there is a pause and then the console (a > command prompt > window) gets into a whole series of exception stack traces until > the process > runs out of memory or I stop it. > > The first is as listed in the subject line of this emai: > > java.lang.Exception: Could not load > 1.0/com/sun/codemodel/CodeWriter.class > > This class is in one of the JAR files (jaxb-xjc-2.0.1.jar) in my > WEBINF/lib > directory but the system does not seem to be able to find it. Every > one of > the classes in that JAR file appear in similar stack traces one > after the > other. The classes all seem to be in that same JAR file at least as > far as I > get. > > I am probably way off base with what I'm doing but does anyone have > any idea > of what is going wrong? > > Best wishes, Ivan. > -- > View this message in context: http://www.nabble.com/ > java.lang.Exception%3A-Could-not-load-1.0-com-sun-codemodel- > CodeWriter.class-tf3438319s134.html#a9587182 > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >