-
Notifications
You must be signed in to change notification settings - Fork 10
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
java.net.bindexception cannot assign requested address (bind failed) #12
Comments
Doesn't that mean that there is another process using the port where the application would open?
|
I tried with changing the port in gretty block:
But still having the same issue. |
@caalador |
The last error is due to using an incompatible gretty version. What os are you running on? |
Downgrading to 3.0.1 resolves the problem 👍
|
It might be the same type of issue as gretty-gradle-plugin/gretty#147 This will need some more investigation, but good that you can get forward with the project. |
@caalador Thanks for the help! |
I'm trying to run my app using 'appRun' gretty task but i'm having this error :
java.net.bindexception cannot assign requested address (bind failed)
I'm using :
Running in production mode:
Any idea how to fix this? Thanks!
The text was updated successfully, but these errors were encountered: