这是转载的,我只是记下来,如有需要,我会随时删除!~
错误原因:
需要mail.jar和activation.jar。
Solution:
Web Services Required Jars Download Instructions
http://www.eclipse.org/webtools/wst/components/ws/download_instructions_for_jars.html
解决办法:
1) 下载javamail和jaf,解压出mail.jar和activation.jar
http://java.sun.com/products/javabeans/glasgow/jaf.html#download http://java.sun.com/products/javabeans/glasgow/jaf.html#download
或者我提供了一个rar包:包含mail.jar action.jar
2) 把mail.jar和activation.jar放到%AXIS_HOME%\WEB-INF\lib目录下
3) 将.jar文件添加到%CLASSPATH%
说明:
这个是可以忽略的。不过以后构建web services都要用到的,还是添加上的好。
参考:
http://www.ogsadai.org.uk/documentation/ogsadai-wsi-2.1/doc/wsi/FAQ.html
This is a warning message that can safely be ignored. It is displayed when Axis has been deployed without an optional JAR. An optional JAR is one that allows Axis to support a particular piece of functionalty but is not required for general use. Please refer to the Axis documentation for more details.
备注:
一篇很好的jars下载指南:
Web Services Required Jars Download Instructions
Axis指南:
Guide to building Axis
分享到:
相关推荐
创建Web Service Client ...Unable to find required classes (javax.activation.DataHandler and javax.ma il.internet.MimeMultipart). Attachment support is disabled. 为解决这个问题,需导入这两个jar包到项目中
WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled 2)解决方法: 修改系统文件是的机器bridge模式开启 设置机器开机启动的时候执行下面两条命令 编辑vim /etc/rc.d/rc...
为了解决这个问题,开发者通常会寻求一些JavaScript库或者工作流来模拟`disabled`的效果。 在本案例中,提供了一个名为"select-option-disabled-emulation.js"的JavaScript文件。这个文件的目的是为了在IE6中模拟`...
MySQL数据库在运行过程中可能会遇到各种问题,其中一种是由于`Plugin 'FEDERATED' is disabled`导致的服务自动停止。FEDERATED存储引擎在MySQL中用于实现远程数据的联邦,当它被禁用时,可能会影响服务的稳定运行。...
在使用Android Studio开发Android应用程序的过程中,开发者经常遇到的一个问题是启动模拟器时提示“VT-x is disabled in BIOS”。这个问题是由于计算机的硬件辅助虚拟化技术(Intel Virtualization Technology,简称...
64k的各种异常 ...Unable to execute dex: method ID not in [0, 0xffff]: 65536 或者 UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: method ID not in [0, 0xffff]: 65536 at com.
- Changed the mechanism to check for the required DirectX Direct3D as the previous method did not work on some system (some W2003 servers). - Enhanced the mechanism to report memory hardware errors ...
"this connector is disabled" 错误通常出现在系统中某个特定的连接器或功能被禁用的状态下,这可能是由于安全策略、配置问题或者系统更新导致的。解决这个错误通常涉及到检查并调整相关设置或代码。 在提供的代码...
本文实例分析了MySQL提示The InnoDB feature is disabled需要开启InnoDB的解决方法。分享给大家供大家参考,具体如下: 一、问题: 建立数据表报错: ERROR 1289 : The ‘InnoDB’ feature is disabled; you need ...
Ewebeditor License 问题解决方案 Ewebeditor 是一个功能强大的在线编辑器,但是有时用户可能会遇到 License not found. Disabled 的问题,今天我们将深入探讨这个问题的成因和解决方法。 首先,让我们了解 ...
LED灯闪烁实验是一种常见的嵌入式系统入门实践,它通过编程控制微控制器使得LED灯按照预设模式进行亮灭交替,以验证硬件连接正确性和软件编程能力。在本实验中,我们将使用Keil uVision 4.0集成开发环境(IDE)以及...
1、直接在“解决方案资源管理器”-“资源文件”中点右键,“添加”-“现有项”,把C:\Program Files\BCGSoft\BCGControlBarPro\BCGCBPro\Styles中所有扩展名为 .rc 的资源包括进来即可。 2、直接在“资源视图”-“您...
文中显示在执行命令时遇到附件支持的问题:“Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.” - **解决方案**:确保...
一键启动zookeeper_kafka服务,只需要设置安装路径。自备用!
Lenovo G485 无线网络连接不上的解决方案 Lenovo G485 无线网络连接不上的解决方案是指 Lenovo G485 笔记本电脑无法连接无线网络的解决方法。本文将详细介绍解决 Lenovo G485 无线网络连接不上的步骤。 Windows 7 ...
端口出现err-disabled现象的解决方法合集 端口出现err-disabled现象是CISCO交换机常见的一种故障现象,本文将详细描述该现象的原因及解决方法。 1.故障症状 当端口出现err-disabled现象时,会出现以下症状: * ...
文章《基于js disabled="false"不起作用的解决办法》针对这种常见的问题给出了相应的解决办法。文章分析了为什么disabled="false"不起作用,并详细介绍了如何通过正确的JavaScript代码来修正这个问题。当开发者尝试...