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

Issue while building #5

Closed
xennygrimmato opened this issue Nov 19, 2016 · 3 comments
Closed

Issue while building #5

xennygrimmato opened this issue Nov 19, 2016 · 3 comments

Comments

@xennygrimmato
Copy link

When I try to build on Mac OS X, I get the following message:

WARNING: ConnectionID:2 ClientConnectionId: 1c5a0f8d-3638-4189-b360-5c7d9be1760f Prelogin error: host localhost port 3306 Unexpected response type:74

I have set a local DB's config in src/test/serverConfig.cfg.
How do I build the project?

@nsidhaye
Copy link
Contributor

Is your SQL Server using port 3306?

By default maven tries to run unit test cases. You can skip test by adding -Dmaven.test.skip=true

mvn package -Pbuild42 -Dmaven.test.skip=true
or
mvn install -Pbuild42 -Dmaven.test.skip=true

@v-nisidh
Copy link
Contributor

@xennygrimmato : By adding -Dmaven.test.skip=true can you able to build ?

@v-nisidh v-nisidh added the Waiting for Response Waiting for a reply from the original poster, or affiliated party label Nov 24, 2016
@xennygrimmato
Copy link
Author

@v-nisidh mvn install -Pbuild42 -Dmaven.test.skip=true works for me. Thanks.

@v-nisidh v-nisidh removed the Waiting for Response Waiting for a reply from the original poster, or affiliated party label Nov 30, 2016
lilgreenbird referenced this issue in lilgreenbird/mssql-jdbc Aug 13, 2020
lilgreenbird referenced this issue in lilgreenbird/mssql-jdbc Oct 6, 2020
David-Engel pushed a commit to David-Engel/mssql-jdbc that referenced this issue Oct 7, 2021
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

3 participants