ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the cont

SSH异常:ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context

刚刚开始的时候毫无头绪

百度去  

看到大多数都是说是实例化的时候找不到ApplicationContext.xml文件

也有人说是缺少jar包

最终没找到能够解决我的问题的  


出去抽了一支烟

忽然想到一个问题:

  刚刚做了个service的备份文件

@Service("operatorService")

public class OperatorTemp  extends BaseManagerImpl{

}


好了知道原因了:

因为存在两个相同的@Service("operatorService")

把备份文件的@Service("operatorService")改掉就可以了@Service("operatorServicetemp")


OK了  成功启动不报错!!


你可能感兴趣的:(java,ssh,异常)