ioGameExamples icon indicating copy to clipboard operation
ioGameExamples copied to clipboard

GameLogicHallClientApplication启动报错

Open astro0407 opened this issue 3 months ago • 0 comments

Exception in thread "main" java.lang.NullPointerException: Cannot invoke "org.springframework.context.ApplicationContext.getBean(java.lang.Class)" because "com.iohao.game.MyKit.applicationContext" is null at com.iohao.game.spring.logic.hall.GameLogicHallLogic.lambda$extractedDomainEvent$0(GameLogicHallLogic.java:71) at com.iohao.game.action.skeleton.eventbus.EventBusRunner.onStart(EventBusRunner.java:87) at com.iohao.game.action.skeleton.core.runner.Runners.lambda$onStart$0(Runners.java:75) at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891) at com.iohao.game.action.skeleton.core.runner.Runners.onStart(Runners.java:75) at com.iohao.game.bolt.broker.core.client.BrokerClient.init(BrokerClient.java:149) at com.iohao.game.bolt.broker.client.BrokerClientApplication.start(BrokerClientApplication.java:62) at com.iohao.game.bolt.broker.client.BrokerClientApplication.start(BrokerClientApplication.java:48) at com.iohao.game.spring.logic.hall.GameLogicHallClientApplication.main(GameLogicHallClientApplication.java:31)

astro0407 avatar Oct 14 '25 10:10 astro0407