Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with client example #29

Open
VarsouPenny opened this issue Mar 16, 2022 · 1 comment
Open

Problems with client example #29

VarsouPenny opened this issue Mar 16, 2022 · 1 comment

Comments

@VarsouPenny
Copy link

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?

@100429061
Copy link

Same problem here, have you found any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants