Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 87950 invoked from network); 25 Sep 2006 02:15:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 02:15:22 -0000 Received: (qmail 36338 invoked by uid 500); 25 Sep 2006 02:15:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 36272 invoked by uid 500); 25 Sep 2006 02:15:18 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 36261 invoked by uid 99); 25 Sep 2006 02:15:18 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Sep 2006 19:15:18 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=davanum@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=davanum@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.82.238 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.238] ([66.249.82.238:29328] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 38/52-13750-5BB37154 for ; Sun, 24 Sep 2006 19:15:17 -0700 Received: by wx-out-0506.google.com with SMTP id s8so1594621wxc for ; Sun, 24 Sep 2006 19:15:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HpmRkEiaqIb2ie5nU9jdMfuPk5f6kMTxRbyC3Nf0+ZxnHstdjv32a2TJgak8RPukihsKkPImQo0kl5HNE/+CazEkDt2H/ojvLMEKA7ohnJRDh3vwXabuOCiB6+QXCr4oSDnsjZoxpgWnSCwssd84ILnDy+y21ffrgg9ae24Axwc= Received: by 10.70.30.5 with SMTP id d5mr6125058wxd; Sun, 24 Sep 2006 19:15:15 -0700 (PDT) Received: by 10.70.96.17 with HTTP; Sun, 24 Sep 2006 19:15:14 -0700 (PDT) Message-ID: <19e0530f0609241915wac7b997va8505ded235b9591@mail.gmail.com> Date: Sun, 24 Sep 2006 22:15:14 -0400 From: "Davanum Srinivas" Reply-To: dims@apache.org To: axis-dev@ws.apache.org Subject: Re: [axis2] latest svn - NoClassDefFoundError: javax/jms/BytesMessage In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19e0530f0609181036u75303fcg4078dc79109dfb85@mail.gmail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I see a catch for NoClassDefFoundError in Line 400 of AxisConfigBuilder.java. Any idea why it is not getting caught? Or are you running with debug on for the logger? thanks, -- dims On 9/24/06, robert lazarski wrote: > Seeing this again on the latest svn: > > java.lang.NoClassDefFoundError: javax/jms/BytesMessage > at java.lang.Class.getDeclaredConstructors0(Native Method) > at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328) > at java.lang.Class.getConstructor0(Class.java:2640) > at java.lang.Class.newInstance0(Class.java:321) > at java.lang.Class.newInstance(Class.java:303) > at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:388) > at org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:88) > at org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:678) > at org.apache.axis2.deployment.WarBasedAxisConfigurator.(WarBasedAxisConfigurator.java:126) > at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:362) > at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:300) > > Robert > > On 9/18/06, Davanum Srinivas wrote: > > Fixed. > > > > thanks, > > dims > > > > On 9/18/06, robert lazarski wrote: > > > java.lang.NoClassDefFoundError: javax/jms/BytesMessage > > > at java.lang.Class.forName0(Native Method) > > > at java.lang.Class.forName(Class.java:242) > > > at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:392) > > > at org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:87) > > > at org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:676) > > > at org.apache.axis2.deployment.WarBasedAxisConfigurator.(WarBasedAxisConfigurator.java:126) > > > at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:362) > > > at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:300) > > > > > > Getting this when deploying an aar in tomcat from today's - sep 18th - svn . > > > > > > Robert > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > > > For additional commands, e-mail: axis-dev-help@ws.apache.org > > > > > > > > > > > > -- > > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > > For additional commands, e-mail: axis-dev-help@ws.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-dev-help@ws.apache.org > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org