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

Error on response #58

Open
Alex802c opened this issue Oct 20, 2018 · 1 comment
Open

Error on response #58

Alex802c opened this issue Oct 20, 2018 · 1 comment

Comments

@Alex802c
Copy link

When i try to connect with my ip i just get this error.

ERR_EMPTY_RESPONSE

Dont know how to fix it please help

@EscolarProgramming
Copy link

I think it's faaaar to late for you, but if other people reading this: The problem is, that javax isn't shaded anymore into the Java JRE. You have to add it manually to your pom

<dependency>
    <groupId>javax.activation</groupId>
    <artifactId>activation</artifactId>
    <version>1.1</version>
</dependency>

and also shade it into the jar
<include>javax.activation:activation</include>
After that, all works well

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