Illegal access: this web application instance has been stopped already

前端 未结 5 1846
心在旅途
心在旅途 2020-12-13 09:56

I have a class which has an init-method defined in xml



        
5条回答
  •  执笔经年
    2020-12-13 10:12

    I suspect that this occurs after an attempt to undeploy your app. Do you ever kill off that thread that you've initialised during the init() process ? I would do this in the corresponding destroy() method.

提交回复
热议问题