背景: flink1.8版本jobmanager日志里出现如下: ERROR org.apache.flink.runtime.rest.handler.job.JobDetailsHandler - Exception occurred in REST handler: Job 612e75f35c3670de944cf5658eb29111 not found 问题原因: 由于该job已经不再执行但是页面仍处于打开状态,故会出现该日志 解决办法: 关闭该job详情的页面...
问题1 (3.6日) 背景: flink1.8版本jobmanager日志里出现如下: ERROR org.apache.flink.runtime.rest.handler.job.JobDetailsHandler - Exception occurred in REST handler: Job 612e75f35c3670de944cf5658eb29111 not found 问题原因: 由于该job已经不再执行但是页面仍处于打开状态,故会出现该日志 解决办法: 关...
由于该job已经不再执行但是页面仍处于打开状态,故会出现该日志 关闭该job详情的页面即可。
org.apache.flink.runtime.rest.handler.job.JobExceptionsHandler - Exception occurred in REST handler: Job 16c614ab0d6f5b28746c66f351fb67f8 not found ... 此时,登录flink web UI, 在"completed jobs"页面 找不到任何job的历史信息,但是当初提交job的时候 是能看到这些job 信息的。 环境信息: flink: ...
ERRORorg.apache.flink.runtime.webmonitor.handlers.JarUploadHandler[]-ExceptionoccurredinRESThandler:OnlyJarfilesareallowed. 然后在org.apache.flink.runtime.webmonitor.handlers.JarUploadHandler下断点, 重新上传 jar 包. 再次访问时, 能成功触发断点. 通过调用栈, 找到该项目的路由类和路由变量. ...
2022-10-12 11:43:10,166 ERROR org.apache.flink.runtime.webmonitor.handlers.JarRunHandler [] - Exception occurred in REST handler: Could not execute application. webUI界面上报Server Response Message: org.apache.flink.runtime.rest.handler.RestHandlerException: Could not execute application. at ...
但是,当jobmanager必须向触发作业的flink客户机发出作业提交确认时,jobsubmithandler在akka调度程序上超时,据我所知,该调度程序负责与作业客户机通信。flink作业由1个源(kafka)、2个操作符和1个接收器(自定义接收器)组成。以下链接显示jobmanager日志:https://pastebin.com/raw/3gattnrg一旦dispatcher超时,所有其他...
673 ERROR org.apache.flink.runtime.rest.handler.job.JobDetailsHandler - Exception occurred in REST handler: Job f9b3c58ca3026855fd2612e3c86551fa not found 2019-07-09 15:54:38,673 ERROR org.apache.flink.runtime.rest.handler.job.JobDetailsHandler - Exception occurred in REST handler: Job f...
The following examples show how to use org.apache.flink.runtime.rest.handler.RestHandlerException. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the...
When the stop-with-savepoint status lookup fails with Exceptionoccurred in REST handler: There is no savepoint operation withtriggerId=cee5054245598efb42245b3046a6ae75 I still see Evicted result with trigger idcee5054245598efb42245b3046a6ae75because its TTL of 300s has expired.~5minutes after savep...