|
管理大大,我想在流程流转过程中删除该流程,我在其中加了一个脚本,脚本调用接口
var serviceRoot = "x_processplatform_service_processing";
var resp = apps.deleteQuery( serviceRoot, path);
去删除该流程,但是我试了很多种方法都会出现timeout错误,以下是出错的日志
Debugger failed to attach: handshake failed - received >d? - expected >JDWP-Handshake<Debugger failed to attach: timeout during handshakeDebugger failed to attach: handshake failed - received >< - expected >JDWP-Handshake<Debugger failed to attach: timeout during handshakeDebugger failed to attach: recv failed during handshake: Connection reset by peer
2023-12-14 23:29:07.514 [com.x.processplatform.assemble.surface.jaxrs.task.ActionProcessing:processing:bd211eb8-5a73-46fc-8bf5-ae42aa3ca938] ERROR com.x.processplatform.assemble.sur
face.jaxrs.task.ActionProcessing - id:e4723189-b38d-4911-829d-514b6b39be2f, name:com.x.processplatform.assemble.surface.jaxrs.task.ActionProcessing, message:Read timed out,
exception:java.net.SocketTimeoutException.
2023-12-14 23:29:07.514 [ApplicationServerQueuedThreadPool-114] ERROR com.x.processplatform.service.processing.jaxrs.work.WorkAction - id:2fc07970-57b0-4e41-9a6d-1caa6a7e1e6f, name:com.x.processplatform.service.processing.jaxrs.work.WorkAction, message:null, exception:java.util.concurrent.TimeoutException, id:2fc07970-57b0-4e41-9a6d-1caa6a7e1e6f, name:com.x.processplatform.service.processing.jaxrs.work.WorkAction, message:null, exception:java.util.concurrent.TimeoutException, person:cipher, methodUT, request:http://127.0.0.1:8088/x_processp ... 6eaac9aa/processing, remoteHost:127.0.0.1, emoteAddr:127.0.0.1, head:Cache-Control:no-cache, no-transform
|
|