My Operations team had shared a prxdat file with me, to make a few modifications.
On attempting to load the .prxdat file from project navigator, I am getting a null pointer exception.
Zebratetster Console:
java.lang.NullPointerException
at dfischer.proxysniffer.ProxyDataRecord.readObject(ProxyDataRecord.java:786)
at dfischer.proxysniffer.ProxyDataDump.readObject(ProxyDataDump.java:537)
at dfischer.webadmininterface.PopupDirectoryNavigatorWeblet.execute(PopupDirectoryNavigatorWeblet.java:567)
at dfischer.femtowebserver.httpd.HttpdProcessEngine.execute(HttpdProcessEngine.java:259)
at dfischer.femtowebserver.httpd.HttpdThread.run(HttpdThread.java:134)
Note: The .prxdat file, along with the .csv input files, are in the ‘ZebraTester\MyTests’ folder.