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

Unable to run any Example due to a null in the Run #25

Open
xmppjingle opened this issue Dec 12, 2024 · 1 comment
Open

Unable to run any Example due to a null in the Run #25

xmppjingle opened this issue Dec 12, 2024 · 1 comment

Comments

@xmppjingle
Copy link

It seems to fail bad here:
SipConfig sipConfig = new SipConfig();

With:
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.mjsip.examples.MiniJukebox.main(MiniJukebox.java:79)
Caused by: java.lang.NullPointerException: inStream parameter is null
at java.base/java.util.Objects.requireNonNull(Objects.java:235)
at java.base/java.util.Properties.load(Properties.java:407)
at org.mjsip.sip.provider.SipStack.(SipStack.java:54)
... 1 more

@haumacher
Copy link
Owner

I think this can only happen, if you build the project without a Maven builder. However, I added some safety code, that prevents to fail the hard way, when doing so. Could you re-test?

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