Hi,
Recently we added openSaml intergration to our EMS product. and as part of this we added some xml parsing libraries. Now WebNMS applet is not loading completely. We get Null pointer exception
Exception in thread "Thread-10" java.lang.NullPointerException
at com.adventnet.nms.startclient.MainPanel.initializeTreeParms(MainPanel.java:4357)
at com.adventnet.nms.startclient.MainPanel.run(MainPanel.java:609)
at com.adventnet.nms.startclient.MainPanel.init(MainPanel.java:448)
at com.adventnet.nms.startclient.NmsMainFrame.init(NmsMainFrame.java:75)
at com.adventnet.nms.startclient.NmsMainApplet.run(NmsMainApplet.java:354)
at java.lang.Thread.run(Unknown Source)
What is the possible root cause of this exception
is it any mismatch with the xml parsing jar that we added and that adventnet uses. We added xercesImpl and xml-apis.jar to the classpath.