You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at the "/aws/lambda/sb-isen-onboarding-validation" log and found that the processValidateOnboardingQueue is occurring.
Probably this is the reason why it does not change from Onboarding status.
/aws/lambda/sb-isen-onboarding-validation
begin 0, end -2, length 29: java.lang.StringIndexOutOfBoundsException
java.lang.StringIndexOutOfBoundsException: begin 0, end -2, length 29
at java.base/java.lang.String.checkBoundsBeginEnd(Unknown Source)
at java.base/java.lang.String.substring(Unknown Source)
at com.amazon.aws.partners.saasfactory.saasboost.OnboardingService.processValidateOnboardingQueue(OnboardingService.java:1260)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
begin 0, end -2, length 29: java.lang.StringIndexOutOfBoundsException java.lang.StringIndexOutOfBoundsException: begin 0, end -2, length 29 at java.base/java.lang.String.checkBoundsBeginEnd(Unknown Source) at java.base/java.lang.String.substring(Unknown Source) at com.amazon.aws.partners.saasfactory.saasboost.OnboardingService.processValidateOnboardingQueue(OnboardingService.java:1260) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source)
@YutaOkoshi that error is coming from the section of validation checking the Route53 Hosted Zone for duplicate tenant subdomains. There must be an A Record in the HostedZone for that tenant with an unexpected structure. You can find the hosted zone by looking at the appConfig and then run aws route53 list-resource-record-sets --hosted-zone-id YOUR_HOSTED_ZONE_ID to see what the output looks like.
@brtrvn
thanks for comment.
I re-created the Application and it worked.
Probably because the Domain Name and Hosted Zone of the Application were unintentionally specified.
If Validation finds something error, the end user may wait forever without an error message and may not know where to fix it.
Therefore, it would be beneficial to end users if error messages are output.
I looked at the "/aws/lambda/sb-isen-onboarding-validation" log and found that the processValidateOnboardingQueue is occurring.
Probably this is the reason why it does not change from Onboarding status.
/aws/lambda/sb-isen-onboarding-validation
Reproduction Steps
What did you expect to happen?
Completion of Onboarding creation.
What actually happened?
Validating status does not change after Onboarding is created.
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: