-
Notifications
You must be signed in to change notification settings - Fork 7
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
mvn test access to my azure bucket not works #125
Comments
@xpoveda I see the problem now, let me fix that. |
Fixes #125: Synchronize the test tcp-azure.xml stack with the default JGroups 5.2.x tcp stack.
@xpoveda Just merged the fix, please try again and let me know. Basically, the test stack was no longer compatible with jgroups 5.2.x stack (since it removed FD protocol java class completely) - no protocol code changes are required. Though, I am having trouble with my azure account (or bucket) atm, so I wasn't able to run the tests just now. |
Hi @rhusar thanks so much for your fast reply. I pull new version and I have tested but appears same error. C:\misproyectos\jgroups-azure>mvn test -Dazure.account_name="MYACCOUNTSTORAGE" -Dazure.access_key="MYACCESSKEY" -Dazure.container="keycloakping" -Djava.net.preferIPv4Stack=true Perhaps is a problem with the azure.container data? If my account storage is:
I have created a CNAME register in DNS "ping.HELLO.COM" to MYACCOUNTSTORAGE.blob.core.windows.net I have tested with this 2 options
And same error....
Thanks so much for your help. Xavier. |
@xpoveda The issue is the same which indicates you haven't pulled the changes and/or rerun the build. Make sure to do something along the lines of:
I have updated the readme to add the clean goal to make sure people don't miss that – fixed by fd2be5f |
@xpoveda Regarding the |
Opened #128 to clarify the documentation for 'container' |
Hi @rhusar, thanks so much for your help. I have tested with repo updated and I have used "ping" as a container name. Now , all tests are ok but discovery test is not.
|
Hi everybody,
I have created a storage account in azure with "enabled all networks" in network section.
After I have created a container named "keycloakping" of type "Container" in storage account.
I have tested the acces from my PC to this container with "Azure storage explorer" and I have connected with SAS (shared access signature) and I can access to the container blob and put and get a file.
But when I test the azure ping not works the test from my cmd.
but..
Thanks so much in advance.
Xavier.
The text was updated successfully, but these errors were encountered: