Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Deploy cloudbreak issue on AWS and display no region provided

avatar
New Contributor

When I install cloudbreak on EC2 of AWS, whether it is installed manually or through QuickStart, when I create a cluster, I display an error in the log of cloudbreak

The details of the error are as follows:

 


cloudbreak_1 | 2021-01-10 07:03:53,692 [reactorDispatcher-5] executeOneRequest:1183 DEBUG c.a.request - [owner:spring] [type:springLog] [id:] [name:] [flow:] [tracking:] Sending Request: POST https://ec2.us-west-1.amazonaws.com / Parameters: ({"Action":["DescribeRegions"],"Version":["2016-11-15"]}Headers: (User-Agent: aws-sdk-java/1.11.273 Linux/4.14.209-160.339.amzn2.x86_64 OpenJDK_64-Bit_Server_VM/25.162-b12 java/1.8.0_162 groovy/2.4.10, amz-sdk-invocation-id: e6b523b7-e9ea-09a7-6f7f-c4af30555147, )
cloudbreak_1 | 2021-01-10 07:03:54,663 [reactorDispatcher-5] handle:87 DEBUG c.a.request - [owner:spring] [type:springLog] [id:] [name:] [flow:] [tracking:] Received successful response: 200, AWS Request ID: 53000eb1-25b1-4511-8d05-7194afb8b94a
cloudbreak_1 | 2021-01-10 07:03:54,663 [reactorDispatcher-5] logHeaderRequestId:138 DEBUG c.a.request - [owner:spring] [type:springLog] [id:] [name:] [flow:] [tracking:] x-amzn-RequestId: 53000eb1-25b1-4511-8d05-7194afb8b94a
cloudbreak_1 | 2021-01-10 07:03:54,665 [reactorDispatcher-5] accept:48 WARN c.s.c.c.h.GetRegionsV2Handler - [owner:spring] [type:springLog] [id:] [name:] [flow:] [tracking:] Could not get regions from the cloud provider due to:
cloudbreak_1 | java.lang.IllegalArgumentException: No region provided
cloudbreak_1 | at com.amazonaws.AmazonWebServiceClient.setRegion(AmazonWebServiceClient.java:424)
cloudbreak_1 | at com.sequenceiq.cloudbreak.cloud.aws.AwsPlatformResources.regions(AwsPlatformResources.java:321)
cloudbreak_1 | at com.sequenceiq.cloudbreak.cloud.aws.AwsPlatformResources$$FastClassBySpringCGLIB$$e7d1374b.invoke(<generated>)
cloudbreak_1 | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
cloudbreak_1 | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
cloudbreak_1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
cloudbreak_1 | at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
cloudbreak_1 | at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:345)
cloudbreak_1 | at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:408)

 

Is there anything missing? I have changed several versions, 2.9.1 2.9.0 2.7.0 2.4.3, and they all have the same problem

 

1 REPLY 1

avatar
New Contributor

I hit the exact the same issue