You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Xianheng Ma (JIRA)" <ji...@apache.org> on 2015/03/01 23:56:04 UTC

[jira] [Comment Edited] (JCLOUDS-834) Azure API operation failed (The reference to entity "redirect_uri" must end with the ';' delimiter.)

    [ https://issues.apache.org/jira/browse/JCLOUDS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14342512#comment-14342512 ] 

Xianheng Ma edited comment on JCLOUDS-834 at 3/1/15 10:55 PM:
--------------------------------------------------------------

I cleanup all the vm/storages/cloudservices in my Azure, the live tests sill failing because of some conflicts:
{code}
[TestNG] Test testCreateNodeWithGroupEncodedIntoNameThenStoreCredentials(org.jclouds.azurecompute.compute.AzureComputeServiceAdapterLiveTest) skipped.
Test suite progress: tests succeeded: 4, failed: 4, skipped: 20.
Starting test testListHardwareProfiles(org.jclouds.azurecompute.compute.AzureComputeServiceAdapterLiveTest)
[TestNG] Test testListHardwareProfiles(org.jclouds.azurecompute.compute.AzureComputeServiceAdapterLiveTest) skipped.
Test suite progress: tests succeeded: 4, failed: 4, skipped: 21.
Starting test testListImages(org.jclouds.azurecompute.compute.AzureComputeServiceAdapterLiveTest)
[TestNG] Test testListImages(org.jclouds.azurecompute.compute.AzureComputeServiceAdapterLiveTest) skipped.
Test suite progress: tests succeeded: 4, failed: 4, skipped: 22.
Starting test testListLocations(org.jclouds.azurecompute.compute.AzureComputeServiceAdapterLiveTest)
[TestNG] Test testListLocations(org.jclouds.azurecompute.compute.AzureComputeServiceAdapterLiveTest) skipped.
Test suite progress: tests succeeded: 4, failed: 4, skipped: 23.
Tests run: 44, Failures: 16, Errors: 0, Skipped: 24, Time elapsed: 606.631 sec <<< FAILURE! - in TestSuite
setup(org.jclouds.azurecompute.features.DeploymentApiLiveTest)  Time elapsed: 3.018 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>Windows Azure is currently performing an operation on this storage account that requires exclusive access.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy65.create(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.getOrCreateStorageService(BaseAzureComputeApiLiveTest.java:142)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.setup(BaseAzureComputeApiLiveTest.java:91)
at org.jclouds.azurecompute.features.DeploymentApiLiveTest.setup(DeploymentApiLiveTest.java:54)

setup(org.jclouds.azurecompute.features.CloudServiceApiLiveTest)  Time elapsed: 0.098 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>Windows Azure is currently performing an operation on this storage account that requires exclusive access.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy65.create(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.getOrCreateStorageService(BaseAzureComputeApiLiveTest.java:142)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.setup(BaseAzureComputeApiLiveTest.java:91)
at org.jclouds.azurecompute.features.CloudServiceApiLiveTest.setup(CloudServiceApiLiveTest.java:49)

tearDown(org.jclouds.azurecompute.features.CloudServiceApiLiveTest)  Time elapsed: 2.025 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.tearDown(BaseAzureComputeApiLiveTest.java:109)
at org.jclouds.azurecompute.features.CloudServiceApiLiveTest.tearDown(CloudServiceApiLiveTest.java:106)

testCreateSecurityGroup(org.jclouds.azurecompute.compute.extensions.AzureComputeSecurityGroupExtensionLiveTest)  Time elapsed: 2.038 sec  <<< FAILURE!
java.util.NoSuchElementException: none to of the locations are scope ZONE: [West Europe:REGION, North Europe:REGION, East US 2:REGION, Central US:REGION, South Central US:REGION, West US:REGION, East US:REGION, Southeast Asia:REGION, East Asia:REGION, Japan West:REGION]
at org.jclouds.location.suppliers.implicit.OnlyLocationOrFirstZone.get(OnlyLocationOrFirstZone.java:56)
at org.jclouds.location.suppliers.implicit.OnlyLocationOrFirstZone.get(OnlyLocationOrFirstZone.java:38)
at org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier$SetAndThrowAuthorizationExceptionSupplierBackedLoader.load(MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.java:73)
at org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier$SetAndThrowAuthorizationExceptionSupplierBackedLoader.load(MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.java:57)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.get(MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.java:119)
at org.jclouds.compute.domain.internal.TemplateBuilderImpl.build(TemplateBuilderImpl.java:703)
at org.jclouds.compute.domain.internal.TemplateBuilderImpl.build(TemplateBuilderImpl.java:675)
at org.jclouds.compute.extensions.internal.BaseSecurityGroupExtensionLiveTest.getNodeTemplate(BaseSecurityGroupExtensionLiveTest.java:75)
at org.jclouds.compute.extensions.internal.BaseSecurityGroupExtensionLiveTest.testCreateSecurityGroup(BaseSecurityGroupExtensionLiveTest.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

testDeleteSecurityGroup(org.jclouds.azurecompute.compute.extensions.AzureComputeSecurityGroupExtensionLiveTest)  Time elapsed: 0.505 sec  <<< FAILURE!
org.jclouds.http.HttpResponseException: command: GET https://management.core.windows.net/ac7bb6a8-ede6-4f5e-9db1-817c74ead81a/services/networking/networksecuritygroups HTTP/1.1 failed with response: HTTP/1.1 400 Bad Request; content: [<Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>MissingOrIncorrectVersionHeader</Code><Message>The x-ms-version header value '2014-06-01' is not one of the supported version headers.</Message></Error>]
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy76.list(Unknown Source)
at org.jclouds.azurecompute.compute.extensions.AzureComputeSecurityGroupExtension.listSecurityGroups(AzureComputeSecurityGroupExtension.java:81)
at org.jclouds.compute.extensions.internal.BaseSecurityGroupExtensionLiveTest.getGroup(BaseSecurityGroupExtensionLiveTest.java:391)
at org.jclouds.compute.extensions.internal.BaseSecurityGroupExtensionLiveTest.testDeleteSecurityGroup(BaseSecurityGroupExtensionLiveTest.java:374)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

tearDown(org.jclouds.azurecompute.features.LocationApiLiveTest)  Time elapsed: 1.946 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:59)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.tearDown(BaseAzureComputeApiLiveTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:225)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.jclouds.http.HttpResponseException: command: PUT https://management.core.windows.net/ac7bb6a8-ede6-4f5e-9db1-817c74ead81a/services/networking/media HTTP/1.1 failed with response: HTTP/1.1 409 Conflict; content: [<Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>]
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.tearDown(BaseAzureComputeApiLiveTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:225)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

setup(org.jclouds.azurecompute.features.OSImageApiLiveTest)  Time elapsed: 1.694 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.getOrCreateVirtualNetworkSite(BaseAzureComputeApiLiveTest.java:166)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.setup(BaseAzureComputeApiLiveTest.java:90)
at org.jclouds.azurecompute.features.OSImageApiLiveTest.setup(OSImageApiLiveTest.java:41)

setup(org.jclouds.azurecompute.features.VirtualMachineApiLiveTest)  Time elapsed: 3.559 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.getOrCreateVirtualNetworkSite(BaseAzureComputeApiLiveTest.java:166)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.setup(BaseAzureComputeApiLiveTest.java:90)
at org.jclouds.azurecompute.features.VirtualMachineApiLiveTest.setup(VirtualMachineApiLiveTest.java:54)

cleanup(org.jclouds.azurecompute.features.VirtualMachineApiLiveTest)  Time elapsed: 0.001 sec  <<< FAILURE!
java.lang.NullPointerException: null
at org.jclouds.azurecompute.features.VirtualMachineApiLiveTest.cleanup(VirtualMachineApiLiveTest.java:146)

tearDown(org.jclouds.azurecompute.features.DeploymentApiLiveTest)  Time elapsed: 0.196 sec  <<< FAILURE!
java.lang.NullPointerException: null
at org.jclouds.azurecompute.features.DeploymentApiLiveTest.api(DeploymentApiLiveTest.java:130)
at org.jclouds.azurecompute.features.DeploymentApiLiveTest.tearDown(DeploymentApiLiveTest.java:117)

testSet(org.jclouds.azurecompute.features.VirtualNetworkApiLiveTest)  Time elapsed: 0.578 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.features.VirtualNetworkApiLiveTest.testSet(VirtualNetworkApiLiveTest.java:86)

cleanup(org.jclouds.azurecompute.features.VirtualNetworkApiLiveTest)  Time elapsed: 1.682 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.features.VirtualNetworkApiLiveTest.cleanup(VirtualNetworkApiLiveTest.java:61)

tearDown(org.jclouds.azurecompute.features.VirtualNetworkApiLiveTest)  Time elapsed: 2.774 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:59)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.tearDown(BaseAzureComputeApiLiveTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:225)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.jclouds.http.HttpResponseException: command: PUT https://management.core.windows.net/ac7bb6a8-ede6-4f5e-9db1-817c74ead81a/services/networking/media HTTP/1.1 failed with response: HTTP/1.1 409 Conflict; content: [<Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>]
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.tearDown(BaseAzureComputeApiLiveTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:225)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

tearDown(org.jclouds.azurecompute.features.SubscriptionApiLiveTest)  Time elapsed: 1.672 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:59)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.tearDown(BaseAzureComputeApiLiveTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:225)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.jclouds.http.HttpResponseException: command: PUT https://management.core.windows.net/ac7bb6a8-ede6-4f5e-9db1-817c74ead81a/services/networking/media HTTP/1.1 failed with response: HTTP/1.1 409 Conflict; content: [<Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>]
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.tearDown(BaseAzureComputeApiLiveTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:225)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

testLaunchNode(org.jclouds.azurecompute.compute.AzureComputeServiceContextLiveTest)  Time elapsed: 3.676 sec  <<< FAILURE!
java.lang.IllegalStateException: <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>ConflictError</Code><Message>An update to your network configuration is currently underway. Please try this operation again later.</Message></Error>
at org.jclouds.azurecompute.handlers.AzureComputeErrorHandler.handleError(AzureComputeErrorHandler.java:43)
at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:65)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:128)
at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:98)
at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy64.set(Unknown Source)
at org.jclouds.azurecompute.compute.strategy.GetOrCreateStorageServiceAndVirtualNetworkThenCreateNodes.checkExistingVirtualNetworkNamedOrCreate(GetOrCreateStorageServiceAndVirtualNetworkThenCreateNodes.java:221)
at org.jclouds.azurecompute.compute.strategy.GetOrCreateStorageServiceAndVirtualNetworkThenCreateNodes.execute(GetOrCreateStorageServiceAndVirtualNetworkThenCreateNodes.java:121)
at org.jclouds.compute.internal.BaseComputeService.createNodesInGroup(BaseComputeService.java:210)
at org.jclouds.azurecompute.compute.AzureComputeServiceContextLiveTest.testLaunchNode(AzureComputeServiceContextLiveTest.java:67)

setup(org.jclouds.azurecompute.compute.AzureComputeServiceAdapterLiveTest)  Time elapsed: 582.781 sec  <<< FAILURE!
java.lang.AssertionError: 9a1b39866b3674a49d30653bd5f618f4 expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertTrue(Assert.java:42)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.getOrCreateStorageService(BaseAzureComputeApiLiveTest.java:143)
at org.jclouds.azurecompute.internal.BaseAzureComputeApiLiveTest.setup(BaseAzureComputeApiLiveTest.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:175)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:107)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)


Results :

Failed tests:
  DeploymentApiLiveTest.setup:54->BaseAzureComputeApiLiveTest.setup:91->BaseAzureComputeApiLiveTest.getOrCreateStorageService:142 » IllegalState
  CloudServiceApiLiveTest.setup:49->BaseAzureComputeApiLiveTest.setup:91->BaseAzureComputeApiLiveTest.getOrCreateStorageService:142 » IllegalState
  CloudServiceApiLiveTest.tearDown:106->BaseAzureComputeApiLiveTest.tearDown:109 » IllegalState
  AzureComputeSecurityGroupExtensionLiveTest>BaseSecurityGroupExtensionLiveTest.testCreateSecurityGroup:90->BaseSecurityGroupExtensionLiveTest.getNodeTemplate:75 » NoSuchElement
  AzureComputeSecurityGroupExtensionLiveTest>BaseSecurityGroupExtensionLiveTest.testDeleteSecurityGroup:374->BaseSecurityGroupExtensionLiveTest.getGroup:391 » HttpResponse
  LocationApiLiveTest>BaseAzureComputeApiLiveTest.tearDown:109 » IllegalState <E...
  OSImageApiLiveTest.setup:41->BaseAzureComputeApiLiveTest.setup:90->BaseAzureComputeApiLiveTest.getOrCreateVirtualNetworkSite:166 » IllegalState
  VirtualMachineApiLiveTest.setup:54->BaseAzureComputeApiLiveTest.setup:90->BaseAzureComputeApiLiveTest.getOrCreateVirtualNetworkSite:166 » IllegalState
  VirtualMachineApiLiveTest.cleanup:146 NullPointer
  DeploymentApiLiveTest.tearDown:117->api:130 NullPointer
  VirtualNetworkApiLiveTest.testSet:86 » IllegalState <Error xmlns="http://schem...
  VirtualNetworkApiLiveTest.cleanup:61 » IllegalState <Error xmlns="http://schem...
  VirtualNetworkApiLiveTest>BaseAzureComputeApiLiveTest.tearDown:109 » IllegalState
  SubscriptionApiLiveTest>BaseAzureComputeApiLiveTest.tearDown:109 » IllegalState
  AzureComputeServiceContextLiveTest.testLaunchNode:67 » IllegalState <Error xml...
  AzureComputeServiceAdapterLiveTest>BaseAzureComputeApiLiveTest.setup:91->BaseAzureComputeApiLiveTest.getOrCreateStorageService:143 9a1b39866b3674a49d30653bd5f618f4 expected [true] but found [false]

Tests run: 44, Failures: 16, Errors: 0, Skipped: 24

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:25 min
[INFO] Finished at: 2015-03-01T14:41:41-08:00
[INFO] Final Memory: 39M/674M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (integration) on project azurecompute: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/xianhengma/repo/jclouds-labs/azurecompute/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
{code}


was (Author: xianhengma):
Not sure if this is only related to my Azure environment..

> Azure API operation failed (The reference to entity "redirect_uri" must end with the ';' delimiter.)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JCLOUDS-834
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-834
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute, jclouds-labs
>            Reporter: Xianheng Ma
>              Labels: azure
>
> Try to do simple test against the AzureAPI, but failed because of the following:
> {code}
> [Fatal Error] :1:303: The reference to entity "redirect_uri" must end with the ';' delimiter.
> Exception in thread "main" java.lang.RuntimeException: request: GET https://manage.windowsazure.com/<my subscriberid>/services/hostedservices/<my service name>?embed-detail=true HTTP/1.1; response: HTTP/1.1 200 OK; cause: java.lang.RuntimeException: request: GET https://manage.windowsazure.com/<my subscriberid>/services/hostedservices/<my service name>?embed-detail=true HTTP/1.1; error at 303:1 in document ; cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 303; The reference to entity "redirect_uri" must end with the ';' delimiter.
> 	at org.jclouds.http.functions.ParseSax.addDetailsAndPropagate(ParseSax.java:173)
> 	at org.jclouds.http.functions.ParseSax.addDetailsAndPropagate(ParseSax.java:145)
> 	at org.jclouds.http.functions.ParseSax.apply(ParseSax.java:85)
> 	at org.jclouds.http.functions.ParseSax.apply(ParseSax.java:51)
> 	at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
> 	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
> 	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
> 	at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
> 	at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
> 	at com.sun.proxy.$Proxy47.get(Unknown Source)
> 	at org.xxx.jclouds.compute.azure.ComputeTest.main(ComputeTest.java:27)
> Caused by: java.lang.RuntimeException: request: GET https://manage.windowsazure.com/<my subscriberid>/services/hostedservices/<my service name>?embed-detail=true HTTP/1.1; error at 303:1 in document ; cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 303; The reference to entity "redirect_uri" must end with the ';' delimiter.
> 	at org.jclouds.http.functions.ParseSax.addDetailsAndPropagate(ParseSax.java:173)
> 	at org.jclouds.http.functions.ParseSax.addDetailsAndPropagate(ParseSax.java:145)
> 	at org.jclouds.http.functions.ParseSax.parse(ParseSax.java:131)
> 	at org.jclouds.http.functions.ParseSax.apply(ParseSax.java:83)
> 	... 8 more
> Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 303; The reference to entity "redirect_uri" must end with the ';' delimiter.
> 	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1239)
> 	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:648)
> 	at org.jclouds.http.functions.ParseSax.doParse(ParseSax.java:140)
> 	at org.jclouds.http.functions.ParseSax.parse(ParseSax.java:129)
> 	... 9 more
> {code}
> Here's the simple test code:
> {code}
> AzureComputeApi api = ContextBuilder.newBuilder(new AzureComputeProviderMetadata()).credentials(ComputeTest.class.getResource("path_to_azure.p12").getFile(), "my_cred").endpoint("https://manage.windowsazure.com/<my subscriber id>").buildApi(AzureComputeApi.class);
> CloudService cloudService = api.getCloudServiceApi().get("test_name");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)