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

[Question] Installing a stand-alone deployment document: An error occurred while performing the shell engine task for validation after installation #5218

Open
1 task done
JediZ90 opened this issue Jan 22, 2025 · 1 comment
Labels
Question Further information is requested

Comments

@JediZ90
Copy link

JediZ90 commented Jan 22, 2025

Before asking

Your environment

  • Linkis version used: 1.6.0

Describe your questions

执行验证命令,sh bin/linkis-cli -submitUser hadoop -engineType shell-1 -codeType shell -code "whoami"

错误信息如下:

[root@bd01 linkis]# sh bin/linkis-cli -submitUser hadoop -engineType shell-1 -codeType shell -code "whoami"
=====Java Start Command=====
exec /usr/java/default/bin/java -server -Xms32m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/chaos_data/app/linkis/linkis/logs/linkis-cli -XX:ErrorFile=/chaos_data/app/linkis/linkis/logs/linkis-cli/ps_err_pid%p.log -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=80 -XX:+DisableExplicitGC -classpath /chaos_data/app/linkis/linkis/conf/linkis-cli:/chaos_data/app/linkis/linkis/lib/linkis-computation-governance/linkis-client/linkis-cli/:/chaos_data/app/linkis/linkis/lib/linkis-commons/public-module/: -Dconf.root=/chaos_data/app/linkis/linkis/conf/linkis-cli -Dconf.file=linkis-cli.properties -Dlog.path=/chaos_data/app/linkis/linkis/logs/linkis-cli -Dlog.file=linkis-client.root.log.20250122144208017324142 org.apache.linkis.cli.application.LinkisClientApplication '-submitUser hadoop -engineType shell-1 -codeType shell -code whoami'
[INFO] LogFile path: /chaos_data/app/linkis/linkis/logs/linkis-cli/linkis-client.root.log.20250122144208017324142
[INFO] User does not provide usr-configuration file. Will use default config
[INFO] user does not specify proxy-user, will use current submit-user "hadoop" by default.
[INFO] connecting to linkis gateway:http://127.0.0.1:9011
JobId:5
TaskId:5
ExecId:exec_id018016linkis-cg-entrancebd01.hw.com:9104LINKISCLI_hadoop_shell_0
[INFO] Job is successfully submitted!

2025-01-22 14:42:09.042 INFO Program is substituting variables for you
2025-01-22 14:42:09.042 INFO Variables substitution ended successfully
2025-01-22 14:42:09.042 INFO You have submitted a new job, script code (after variable substitution) is
SCRIPT CODE
whoami
SCRIPT CODE
2025-01-22 14:42:09.042 WARN The code you submit will not be limited by the limit
2025-01-22 14:42:09.042 INFO Job with jobId : 5 and execID : LINKISCLI_hadoop_shell_0 submitted
2025-01-22 14:42:09.042 INFO Your job is accepted, jobID is LINKISCLI_hadoop_shell_0 and jobReqId is 5 in ServiceInstance(linkis-cg-entrance, bd01.hw.com:9104, 0).
Please wait it to be scheduled(您的任务已经提交,进入排队中,如果一直没有更新日志,是任务并发达到了限制,可以进行参数修改)
2025-01-22 14:42:09.042 INFO Your job is Scheduled. Please wait it to run.(您的任务已经调度运行中)
2025-01-22 14:42:09.042 INFO Your job is being scheduled by orchestrator.
2025-01-22 14:42:09.042 INFO Your job is Running now. Please wait it to complete.(您的任务已经在运行中)
2025-01-22 14:42:09.042 INFO JobRequest (5) was submitted to Orchestrator.(您的任务已经提交给Orchestrator进行编排执行)
2025-01-22 14:42:09.042 INFO Background is starting a new engine for you,execId TaskID_5_otJobId_astJob_4_codeExec_4 mark id is mark_4, it may take several seconds, please wait
2025-01-22 14:42:09.042 INFO Request LinkisManager:EngineAskAsyncResponse{id='bd01.hw.com:9101_4', managerInstance=ServiceInstance(linkis-cg-linkismanager, bd01.hw.com:9101, 0)}
2025-01-22 14:42:17.042 INFO Succeed to create new ec : ServiceInstance(linkis-cg-engineconn, bd01.hw.com:38890, 0)
2025-01-22 14:42:17.042 INFO Task submit to ec: ServiceInstance(linkis-cg-engineconn, bd01.hw.com:38890, 0) get engineConnExecId is: 1

bd01.hw.com:38890_0 >> whoami
hadoop
2025-01-22 14:45:14.045 INFO Congratulations! Your job : LINKISCLI_hadoop_shell_0 executed with status succeed and 2 results.
2025-01-22 14:45:14.045 INFO Task time point information(任务时间节点信息):
[Task creation time(任务创建时间)] :2025-01-22 14:42:09
[Task scheduling time(任务调度时间)]:2025-01-22 14:42:09
[Task start time(任务开始时间)] :2025-01-22 14:42:09
[Task end time(任务结束时间)] :2025-01-22 14:45:14
2025-01-22 14:45:14.045 INFO [Task submit to Orchestrator time]:2025-01-22 14:42:09
[Task request EngineConn time] :2025-01-22 14:42:09
[Task submit to EngineConn time] :2025-01-22 14:42:17
2025-01-22 14:45:14.045 INFO Your task jobId(您的任务) 5 The total time spent is(总耗时时间为): 3.1 m
2025-01-22 14:45:14.045 INFO Congratulations. Your job completed with status Success.

execute failed!!!
org.apache.linkis.cli.application.exception.LinkisClientExecutionException: EXE0022,Error occured during execution: Get resultSetArray failed. Retry exhausted. taskID=5
at org.apache.linkis.cli.application.operator.ujes.LinkisJobOper.queryResultSetPaths(LinkisJobOper.java:593)
at org.apache.linkis.cli.application.interactor.job.common.ResultRetriever.retrieveResultSync(ResultRetriever.java:87)
at org.apache.linkis.cli.application.interactor.job.interactive.InteractiveJob.getResult(InteractiveJob.java:189)
at org.apache.linkis.cli.application.interactor.job.interactive.InteractiveJob.run(InteractiveJob.java:163)
at org.apache.linkis.cli.application.LinkisClientApplication.main(LinkisClientApplication.java:111)
Caused by: LinkisException{errCode=10905, desc='URL /api/rest_j/v1/filesystem/getDirFileTrees request failed! ResponseBody is {"method":null,"status":1,"message":"error code(错误码): 80027, error message(错误信息): The path needs to be within the user's own workspace path.","data":{"errorMsg":{"serviceKind":"linkis-ps-publicservice","port":9105,"level":2,"errCode":80027,"ip":"bd01.hw.com","desc":"The path needs to be within the user's own workspace path"}}}. errCode: 10905 ,desc: URL /api/rest_j/v1/filesystem/getDirFileTrees request failed! ResponseBody is {"method":null,"status":1,"message":"error code(错误码): 80027, error message(错误信息): The path needs to be within the user's own workspace path.","data":{"errorMsg":{"serviceKind":"linkis-ps-publicservice","port":9105,"level":2,"errCode":80027,"ip":"bd01.hw.com","desc":"The path needs to be within the user's own workspace path"}}}. ,ip: null ,port: 0 ,serviceKind: null', ip='null', port=0, serviceKind='null'}
at org.apache.linkis.httpclient.dws.response.DWSResult.$anonfun$set$2(DWSResult.scala:86)
at org.apache.linkis.httpclient.dws.response.DWSResult.$anonfun$set$2$adapted(DWSResult.scala:84)
at org.apache.linkis.common.utils.Utils$.tryCatch(Utils.scala:71)
at org.apache.linkis.httpclient.dws.response.DWSResult.set(DWSResult.scala:84)
at org.apache.linkis.httpclient.dws.response.DWSResult.set$(DWSResult.scala:57)
at org.apache.linkis.ujes.client.response.ResultSetListResult.set(ResultSetListResult.scala:30)
at org.apache.linkis.httpclient.dws.DWSHttpClient.$anonfun$httpResponseToResult$1(DWSHttpClient.scala:83)
at scala.Option.map(Option.scala:230)
at org.apache.linkis.httpclient.dws.DWSHttpClient.httpResponseToResult(DWSHttpClient.scala:79)
at org.apache.linkis.httpclient.AbstractHttpClient.$anonfun$responseToResult$1(AbstractHttpClient.scala:569)
at org.apache.linkis.common.utils.Utils$.tryFinally(Utils.scala:79)
at org.apache.linkis.httpclient.AbstractHttpClient.responseToResult(AbstractHttpClient.scala:582)
at org.apache.linkis.httpclient.AbstractHttpClient.execute(AbstractHttpClient.scala:206)
at org.apache.linkis.httpclient.AbstractHttpClient.execute(AbstractHttpClient.scala:151)
at org.apache.linkis.ujes.client.UJESClientImpl.executeUJESJob(UJESClientImpl.scala:31)
at org.apache.linkis.ujes.client.response.JobInfoResult.getResultSetList(JobInfoResult.scala:78)
at org.apache.linkis.cli.application.operator.ujes.LinkisJobOper.queryResultSetPaths(LinkisJobOper.java:569)
... 4 more

############Execute Error!!!########

Eureka service list

No response

Some logs info or acctch file

linkis-ps-publicservice.log:

2025-01-22 14:45:19.688 [INFO ] [qtp839190056-1554                       ] o.a.l.f.v.PathValidator (122) [validate] [JobId-] - user:hadoop,path:file:///chaos_data/app/linkis/tmp/result/2025-01-22/LINKISCLI/hadoop/5
2025-01-22 14:45:19.688 [ERROR] [qtp839190056-1554                       ] o.a.l.f.v.PathValidator (93) [$anonfun$catchMsg$1] [JobId-] - error code(错误码): 80027, error message(错误信息): The path needs to be within the user's own workspace path. org.apache.linkis.filesystem.exception.WorkSpaceException: errCode: 80027 ,desc: The path needs to be within the user's own workspace path ,ip: bd01.hw.com ,port: 9105 ,serviceKind: linkis-ps-publicservice
        at org.apache.linkis.filesystem.validator.PathValidator.checkPath(PathValidator.scala:112) ~[linkis-pes-publicservice-1.6.0.jar:1.6.0]
        at org.apache.linkis.filesystem.validator.PathValidator.validate(PathValidator.scala:123) ~[linkis-pes-publicservice-1.6.0.jar:1.6.0]
        at org.apache.linkis.filesystem.validator.PathValidator.$anonfun$dealResponseRestful$1(PathValidator.scala:134) ~[linkis-pes-publicservice-1.6.0.jar:1.6.0]
        at org.apache.linkis.common.utils.Utils$.tryCatch(Utils.scala:51) ~[linkis-common-1.6.0.jar:1.6.0]
        at org.apache.linkis.server.package$.catchMsg(package.scala:76) ~[linkis-module-1.6.0.jar:1.6.0]
        at org.apache.linkis.server.package$.catchIt(package.scala:116) ~[linkis-module-1.6.0.jar:1.6.0]
        at org.apache.linkis.filesystem.validator.PathValidator.dealResponseRestful(PathValidator.scala:129) ~[linkis-pes-publicservice-1.6.0.jar:1.6.0]
        at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_262]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_262]
        at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.apache.linkis.server.restful.SpringRestfulCatchAOP.$anonfun$dealResponseRestful$1(SpringRestfulCatchAOP.scala:43) ~[linkis-module-1.6.0.jar:1.6.0]
        at org.apache.linkis.common.utils.Utils$.tryCatch(Utils.scala:51) ~[linkis-common-1.6.0.jar:1.6.0]
        at org.apache.linkis.server.package$.catchMsg(package.scala:76) ~[linkis-module-1.6.0.jar:1.6.0]
        at org.apache.linkis.server.package$.catchIt(package.scala:116) ~[linkis-module-1.6.0.jar:1.6.0]
        at org.apache.linkis.server.restful.SpringRestfulCatchAOP.dealResponseRestful(SpringRestfulCatchAOP.scala:42) ~[linkis-module-1.6.0.jar:1.6.0]
        at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_262]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_262]
        at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.27.jar:5.3.27]
        at org.apache.linkis.filesystem.restful.api.FsRestfulApi$$EnhancerBySpringCGLIB$$5babe85b.getDirFileTrees(<generated>) ~[linkis-pes-publicservice-1.6.0.jar:1.6.0]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_262]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_262]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_262]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_262]
        at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) ~[spring-web-5.3.27.jar:5.3.27]
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) ~[spring-web-5.3.27.jar:5.3.27]
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:497) ~[jakarta.servlet-api-4.0.4.jar:4.0.4]
        at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.27.jar:5.3.27]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:584) ~[jakarta.servlet-api-4.0.4.jar:4.0.4]
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1656) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:292) ~[websocket-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.apache.linkis.server.security.SecurityFilter.doFilter(SecurityFilter.scala:124) ~[linkis-module-1.6.0.jar:1.6.0]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.27.jar:5.3.27]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.27.jar:5.3.27]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at com.github.xiaoymin.knife4j.spring.filter.ProductionSecurityFilter.doFilter(ProductionSecurityFilter.java:45) ~[knife4j-spring-3.0.3.jar:?]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.27.jar:5.3.27]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.27.jar:5.3.27]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.27.jar:5.3.27]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.27.jar:5.3.27]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) ~[spring-boot-actuator-2.7.11.jar:2.7.11]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.27.jar:5.3.27]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.27.jar:5.3.27]
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.27.jar:5.3.27]
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600) ~[jetty-security-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505) ~[jetty-servlet-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) ~[jetty-server-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~[jetty-io-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) ~[jetty-io-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) ~[jetty-util-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) ~[jetty-util-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) ~[jetty-util-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) ~[jetty-util-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) ~[jetty-util-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) ~[jetty-util-9.4.48.v20220622.jar:9.4.48.v20220622]
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) ~[jetty-util-9.4.48.v20220622.jar:9.4.48.v20220622]
        at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_262]
@JediZ90 JediZ90 added the Question Further information is requested label Jan 22, 2025
Copy link

😊 Welcome to the Apache Linkis community!!

We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context.
We will be here shortly.

If you are interested in contributing to our website project, please let us know!
You can check out our contributing guide on
👉 How to Participate in Project Contribution.

Community

WeChat Assistant WeChat Public Account

Mailing Lists

Name Description Subscribe Unsubscribe Archive
[email protected] community activity information subscribe unsubscribe archive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant