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

Chao monkey intercept my request and i see 400 bad request error in API #527

Open
yogeshpawaskar3011 opened this issue Jan 9, 2025 · 1 comment

Comments

@yogeshpawaskar3011
Copy link

400 BAD_REQUEST "GraphQL server https://host/graphql responded with status code 400: ''.
at com.test.ctg.entitlements.EntitlementsResource.getProductDetails(EntitlementsResource.java:173)
at com.test.ctg.entitlements.EntitlementsResource$$FastClassBySpringCGLIB$$6d8c8a94.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at de.codecentric.spring.boot.chaos.monkey.watcher.advice.ChaosMonkeyDefaultAdvice.invoke(ChaosMonkeyDefaultAdvice.java:61)
at de.codecentric.spring.boot.chaos.monkey.watcher.advice.AbstractChaosMonkeyAdvice.invoke(AbstractChaosMonkeyAdvice.java:32)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
at com.test.ctg.entitlements.EntitlementsResource$$EnhancerBySpringCGLIB$$db751618.getProductDetails()
at com.test.cx3.fnf.ty24.task.InitialDataAggregator24$execute$2$productDetailsCall$1.invokeSuspend

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

Context (Environment)

@denniseffing
Copy link
Member

Hi,

please provide more information (by filling out the issue template) and a minimal working example. I can't help you with the information you provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants