Skip to content

Problems with client example #29

@VarsouPenny

Description

@VarsouPenny

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions