Hello,
After successful build and run the example server, we are trying to run the example client also and we are facing the above error:
Mar 16, 2022 1:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [0.0.0.0:8200]
Mar 16, 2022 1:14:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[main] ERROR org.codice.alliance.nsili.client.Client - Unable to run tests with sample nsili client
java.lang.NullPointerException
at org.codice.alliance.nsili.client.Client.runTests(Client.java:57)
at org.codice.alliance.nsili.client.Client.main(Client.java:159)
It seems that the FrameworkUtil.getBundle(Client.class) returns null bundle so we get null pointer exception in the lines above.
Could you please help us?
Hello,
After successful build and run the example server, we are trying to run the example client also and we are facing the above error:
Mar 16, 2022 1:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [0.0.0.0:8200]
Mar 16, 2022 1:14:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[main] ERROR org.codice.alliance.nsili.client.Client - Unable to run tests with sample nsili client
java.lang.NullPointerException
at org.codice.alliance.nsili.client.Client.runTests(Client.java:57)
at org.codice.alliance.nsili.client.Client.main(Client.java:159)
It seems that the FrameworkUtil.getBundle(Client.class) returns null bundle so we get null pointer exception in the lines above.
Could you please help us?