-
Notifications
You must be signed in to change notification settings - Fork 136
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
Null Pointer Exception while executing the scala pragrams #1
Comments
Thanks for reporting this issue. Please let me know if that works for you. |
I did what you said but it is still giving me the same null pointer exception. The val webServer is resolving to null. |
So, the path |
yes. |
.You can also disable the local web frontend in this class: The current master does not have that issue any more, so you could also set On Wed, Dec 16, 2015 at 3:42 PM, Biru C. Sainju [email protected]
|
I found the cause for the exception. It was due to the default port 8081 being used by some other service. I changed the default port number in the file DemoStreamEnvironment.scala by adding the following code segment and it worked like a charm.
Thanks for your help. |
Had the same issue and the above solution solved the issue |
I get a null pointer exception while executing the sample code from the examples folder. The error is as :
Am I missing something ??
The text was updated successfully, but these errors were encountered: