Hi @tasunil1 , Start the debugger in your local, put debugger point at line number 159 in EventPublishUtil.java. There should be some object which is null and some operation is being performed on the same object. Also, please use Optional wherever applicable instead of handling NullPointerException....