码迷,mamicode.com
首页 > 其他好文 > 详细

增加、删除类文件或者在一个类中增加、删除方法时,是不能够热部署到服务上的。这时候需要停止服务器重新部署后再启动,就不会出现上面的提示了。

时间:2016-07-09 19:28:32      阅读:356      评论:0      收藏:0      [点我收藏+]

标签:

Hot Code Replace Failed

2010-11-05 10:11listquiry | 浏览 14226 次
Some code changes cannot be hot swapped into a running virtual machine, such as changing method names or introducing errors into running code.
The current target virtual machine {jboss4Server] was unable to replace
It is safe to continue running the application , but you may notice discrepancies when debugging this application
Reason:
Hot code replace failed -Add method not implemented
Do not show error when hot code replace fails
2010-11-05 10:34 提问者采纳
 
增加、删除类文件或者在一个类中增加、删除方法时,是不能够热部署到服务上的。这时候需要停止服务器重新部署后再启动,就不会出现上面的提示了。

增加、删除类文件或者在一个类中增加、删除方法时,是不能够热部署到服务上的。这时候需要停止服务器重新部署后再启动,就不会出现上面的提示了。

标签:

原文地址:http://www.cnblogs.com/xuedexin/p/5656267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!