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

Fix Java/wildfly-ee7 travis-ci build fail issue #1856

Merged
merged 1 commit into from Jan 8, 2016

Conversation

Projects
None yet
2 participants
@blee-techempower
Contributor

blee-techempower commented Jan 6, 2016

Fix build fail issue.
The error occurs because of Java 7.
Java 7 trying to use IPv6 to connect, but this framework uses IPv4.
So telling java to use IPv4 is developer's role.
After I explicitly indicate this using java option, problem disappeared magically.

Sounds simple, but this kind of error is super hard to debug. So keep in mind.

@msmith-techempower

This comment has been minimized.

Show comment
Hide comment
@msmith-techempower

msmith-techempower Jan 8, 2016

Member

Amazing catch; LGTM!

Member

msmith-techempower commented Jan 8, 2016

Amazing catch; LGTM!

msmith-techempower added a commit that referenced this pull request Jan 8, 2016

Merge pull request #1856 from blee-techempower/fix-java-wildfly
Fix Java/wildfly-ee7 travis-ci build fail issue

@msmith-techempower msmith-techempower merged commit c7695e9 into TechEmpower:master Jan 8, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment