Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 82429 invoked from network); 19 Jun 2006 21:56:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2006 21:56:35 -0000 Received: (qmail 36342 invoked by uid 500); 19 Jun 2006 21:56:25 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 36275 invoked by uid 500); 19 Jun 2006 21:56:25 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 36250 invoked by uid 99); 19 Jun 2006 21:56:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 14:56:25 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.236.108.10] (HELO smtp01.uptodate.com) (68.236.108.10) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 14:56:23 -0700 Received: from unknown (HELO utd-mail01.UTD.COM) ([192.168.0.7]) by smtp01.uptodate.com with ESMTP; 19 Jun 2006 17:56:03 -0400 X-IronPort-AV: i="4.06,153,1149480000"; d="scan'208"; a="5720101:sNHT26928260" X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: Problem deploying web service Date: Mon, 19 Jun 2006 17:56:02 -0400 Message-ID: <38B600C320F5FC4AA62D128E79532B89FBF8D1@utd-mail01.utd.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem deploying web service Thread-Index: AcaRhztu+z2TjMxRReG9OQ3JmRJV7wCXg2sgAAELfqA= From: "Ben Ethridge" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It is my understanding that this is not a show-stopper error unless you are using soap with attachments. If you are using attachments, you need to copy these jars from sun's website: activation.jar mail.jar .=2E. place them in your axis/lib dir. Example: /axis-1_2_1/lib I couldn't find this documented anywhere at Axis. I learned it from Kent Tong's excellent book: "Developing Web Services with Apache Axis". In your particular case my guess is it's a problem with your AXISCLASSPATH, since you say you already have them in the lib dir. Get another pair of experienced java eyes to look at your AXISCLASSPATH. It will probably be something simple...in hindsight, it usually is, but when it happens, even experienced programmers struggle with it often enough. There's just an awful lot of trees in the forest these days :-) Ben -----Original Message----- From: Miller, Janet [mailto:MillerJa@pbworld.com]=20 Sent: Monday, June 19, 2006 5:18 PM To: axis-user@ws.apache.org Subject: Problem deploying web service I'm trying to deploy a web service that I had deployed a few months ago. My machine, however, got re-imaged, so I had to reinstall everything and set up my paths, etc. Now I can't get it to work. When I tried to deploy my WS, I got the following: Jun 19, 2006 5:13:38 PM org.apache.axis.utils.JavaUtils isAttachmentSupported WARNING: Unable to find required classes (javax.activation.DataHandler and javax .mail.internet.MimeMultipart). Attachment support is disabled. Processing file deploy.wsdd Done processing It doesn't have an error, so I can't tell if it was successful or not, but it's not available on the axis page as a service. I don't know why it's unable to find javax.activation.DataHandler. DataHandler exists in activation.jar which is in my AXISCLASSPATH, in my Axis lib directory, and also in C:\Program Files\Apache Software Foundation\apache-tomcat-5.5.17\webapps\axis\WEB-INF\lib. My axis is happy, but I can't deploy a web service that I know worked before. I know there's something simple that I'm doing wrong. Can anyone help? Jan --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org This e-mail message may contain confidential and/or privileged information.= If you are=20 not an addressee or otherwise authorized to receive this message, you shoul= d not use,=20 copy, disclose or take any action based on this e-mail or any information c= ontained in the=20 message. If you have received this material in error, please advise the sen= der immediately=20 by reply e-mail and delete this message.=20 Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org