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

NullPointerException when trying to start server... #4

Open
drdaz opened this issue Sep 14, 2011 · 2 comments
Open

NullPointerException when trying to start server... #4

drdaz opened this issue Sep 14, 2011 · 2 comments

Comments

@drdaz
Copy link

drdaz commented Sep 14, 2011

Hi there

I'm attempting to run rplay on Ubuntu 10.04 (32-bit) under the Sun Java VM. I have built Apple mDNSResponder 107.1 and installed it (along with the Java libraries).

When I attempt to start the RPlay server by clicking on the button, I get the following:

Exception in thread "Thread-1" java.lang.NullPointerException
at LaunchThread.run(LaunchThread.java:97)

Looking at the code, I'm not sure why the error occurs here, since it appears the object shouldn't be null (you initialize the thing in line 75).

I'll debug some more if I get the chance... but if you know of some reason why things shouldn't be working with my setup (OS or dependency versions) then you'd save me some time by letting me know ;-).

@csholmq
Copy link
Contributor

csholmq commented Apr 28, 2013

This is probably due to a missing libjdns_sd.so. Make sure you enter mDNSPosix and "make os=linux Java". After that, you should end up with a .jar and the libjdns_sd.so. Make sure they're in your path and it should work.

@csholmq
Copy link
Contributor

csholmq commented May 3, 2013

New version of RPlay includes JmDNS which eliminates this issue. Please try again.

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