在調用使用axis1.4生成的webService時,老是報題目中的那個異常,但調用還是能通過,但看着還是讓人不爽,也不知道會不會有什么隱 患,在網上搜了大概是axis中自己的問題,解決的方法就是把log4j中日志的級別打高一點,由於E文水平有限,下面是問題解釋的原文
- Hi,
- Not sure if you got you answer as yet but anyhow, I thought below details would help all folks who are having same problem.
- This is logged because this code in AxisEngine (line 308 in Axis 1.x):
- depends on an exception being thrown on the first attempt (line 311) to then try a different method of finding the service (which succeeds if you see no log of the AxisFault on line 316). The log entry is created because a ConfigurationException logs itself (at DEBUG level) on creation (questionable practice, imho). To avoid this misleading log entry you'll want to add this to your log4j.properties file:
- log4j.logger.org.apache.axis.ConfigurationException = INFO
- Details can be found at the following link :
- http://wiki.apache.org/ws/FrontPage/Axis/DealingWithCommonExceptions
- Thanks,
- Josh
參考:
https://forums.oracle.com/forums/thread.jspa?messageID=7009127
文章來源:http://blog.csdn.net/akwolf/article/details/8162925