Description
In XBaya constructor, we create a new XBayaEngine instance. In XBayaEngine constructor we do not do a null check whether airavata API object is initialized. We are accessing airavata api methods without checking it null, hence gen NPE in the code.