`
volunteer521
  • 浏览: 205324 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

【转】Attachment support is disabled解决方案

    博客分类:
  • Axis
阅读更多
Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled解决方案

错误原因:
需要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/javamail/downloads/index.html
http://java.sun.com/products/javabeans/glasgow/jaf.html#download

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
分享到:
评论
1 楼 hantangduoheying 2013-03-27  
方法错误,我有那两个包还是出现这个错误

相关推荐

    解决docker安装完成报:bridge-nf-call-iptables is disabled问题

    WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled 2)解决方法: 修改系统文件是的机器bridge模式开启 设置机器开机启动的时候执行下面两条命令 编辑vim /etc/rc.d/rc...

    IE6中select标签的option不能disabled的解决方案

    为了解决这个问题,开发者通常会寻求一些JavaScript库或者工作流来模拟`disabled`的效果。 在本案例中,提供了一个名为"select-option-disabled-emulation.js"的JavaScript文件。这个文件的目的是为了在IE6中模拟`...

    Android studio 启动模拟器时解决 VT-x is disabled in BIOS的问题.docx

    总之,解决“VT-x is disabled in BIOS”问题的关键在于启用计算机的硬件虚拟化技术,并正确安装和配置HAXM。这个过程虽然涉及硬件和BIOS设置,但对于提升Android开发效率是非常必要的。记住,每次更改BIOS设置后都...

    mysql自动停止 Plugin FEDERATED is disabled 的完美解决方法

    总结来说,解决`Plugin 'FEDERATED' is disabled`导致MySQL服务自动停止的问题,需要从以下几个方面入手: 1. 检查并修改配置文件,确保FEDERATED引擎被正确启用。 2. 分析错误日志,查找服务停止的真正原因。 3. ...

    this connector is disabled错误的解决方法

    "this connector is disabled" 错误通常出现在系统中某个特定的连接器或功能被禁用的状态下,这可能是由于安全策略、配置问题或者系统更新导致的。解决这个错误通常涉及到检查并调整相关设置或代码。 在提供的代码...

    Ewebeditor License not found. Disabled.doc

    Ewebeditor License 问题解决方案 Ewebeditor 是一个功能强大的在线编辑器,但是有时用户可能会遇到 License not found. Disabled 的问题,今天我们将深入探讨这个问题的成因和解决方法。 首先,让我们了解 ...

    MySQL提示The InnoDB feature is disabled需要开启InnoDB的解决方法

    本文实例分析了MySQL提示The InnoDB feature is disabled需要开启InnoDB的解决方法。分享给大家供大家参考,具体如下: 一、问题: 建立数据表报错: ERROR 1289 : The ‘InnoDB’ feature is disabled; you need ...

    LED灯闪烁实验

    LED灯闪烁实验是一种常见的嵌入式系统入门实践,它通过编程控制微控制器使得LED灯按照预设模式进行亮灭交替,以验证硬件连接正确性和软件编程能力。在本实验中,我们将使用Keil uVision 4.0集成开发环境(IDE)以及...

    基于js disabled="false"不起作用的解决办法

    文章《基于js disabled="false"不起作用的解决办法》针对这种常见的问题给出了相应的解决办法。文章分析了为什么disabled="false"不起作用,并详细介绍了如何通过正确的JavaScript代码来修正这个问题。当开发者尝试...

    mail.jar包和activation.jar包

    创建Web Service Client 调用 Web Service时报错 Unable to find required classes (javax.activation.DataHandler and javax.ma ... Attachment support is disabled. 为解决这个问题,需导入这两个jar包到项目中

    zookeeper_kafka-启动命令-需要设置安装路径

    一键启动zookeeper_kafka服务,只需要设置安装路径。自备用!

    Lenovo G485无线网络连接不上的解决方案.docx

    Lenovo G485 无线网络连接不上的解决方案 Lenovo G485 无线网络连接不上的解决方案是指 Lenovo G485 笔记本电脑无法连接无线网络的解决方法。本文将详细介绍解决 Lenovo G485 无线网络连接不上的步骤。 Windows 7 ...

    端口出现err-disabled现象的解决方法合集.docx

    端口出现err-disabled现象的解决方法合集 端口出现err-disabled现象是CISCO交换机常见的一种故障现象,本文将详细描述该现象的原因及解决方法。 1.故障症状 当端口出现err-disabled现象时,会出现以下症状: * ...

    AndroidStudio利用android-support-multidex解决64k的各种异常

    64k的各种异常 当你的应用程序和库引用达到一定规模,你遇到构建错误显示你的应用已经达到了一个Android应用程序构建体系结构的限制。早期版本的构建系统报告这个错误如下: Conversion to Dalvik format failed: ...

    Plugin ‘InnoDB’ is disabled. Unknown/unsupported storage engine: INNODB

    200215 20:35:10 [Note] Plugin 'InnoDB' is disabled. 200215 20:35:10 [ERROR] Unknown/unsupported storage engine: INNODB 场景描述 https://blog.csdn.net/qq_33840251/article/details/104333716 my.ini更改...

    select-disabled-传值

    ### select-disabled-传值 在Web开发中,`select`元素是一种常见的HTML控件,用于创建下拉列表供用户选择。然而,在某些情况下,我们可能希望`select`元素变为只读状态,即用户无法更改其内容,但仍需将当前选中的...

    用jquery设置按钮的disabled属性的实现代码

    input type=’button’ id=’test’ value=’disabled’> 在jquery中可以使用attr()函数修改按钮的disable属性 $(“#test”).attr(‘disabled’,false); jquery 控制button的disabled属性 代码如下: $(‘#button...

    Ant design vue 的组件禁用属性 disabled.pdf

    在日期选择器组件中,`isTime`是一个与`disabled`相关的特殊属性,用于控制时间选择部分是否可用。当`isTime`设置为`true`时,日期选择器的时间选择功能将被禁用,用户无法调整时间;而当`isTime`为`false`时,用户...

    disabled属性

    ### disabled属性详解 在网页开发过程中,为了控制表单元素的状态与交互,`disabled`属性是一种非常实用且常见的工具。该属性主要用于HTML表单控件(如输入框、按钮等),用于禁用这些控件,使其无法进行用户交互,...

Global site tag (gtag.js) - Google Analytics