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

[Bug] 创建工作流失败 #1041

Open
2 tasks done
Admondantes opened this issue Apr 11, 2023 · 4 comments
Open
2 tasks done

[Bug] 创建工作流失败 #1041

Admondantes opened this issue Apr 11, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Admondantes
Copy link

Search before asking

  • I searched the issues and found no similar issues.

DSS Component

dss-web/dss-workflow

What happened + What you expected to happen

在项目里创建工作流报错

建工作流页面
异常日志文件1
异常日志文件2
异常日志文件3
异常日志文件4
异常日志文件5
异常日志文件6

异常日志文件7

Relevent platform

该页面使用非标准属性“zoom”。请考虑在相关属性值中使用 calc(),或将“transform”与“transform-origin: 0 0”一同使用。 172.16.105.142:8085
Object { modules: (7) […], exts: {…}, appsRoutes: {…}, appsI18n: (8) […], requireComponent: (7) […], requireComponentVue: (7) […], microModule: false, conf: {…}, gitInfo: {…} }
apps app.2db37c59.js:1:1395224
当前环境:production app.2db37c59.js:1:1572914
不安全的(http://)页面中包含密码栏。这可能有安全风险,会导致用户账号密码被窃取。 2 172.16.105.142:8085
某些 Cookie 滥用推荐的“SameSite“属性 2
Uncaught (in promise) Error: Warning code(警告码): 90322, Warning message(警告信息): send request to dolphinscheduler failed. Caused by: HttpClientRetryException: errCode: 10900 ,desc: The user is not logged in, please log in first, you can set a retry, message: ,ip: hadoop ,port: 9003 ,serviceKind: dss-framework-orchestrator-server-dev.
l http://172.16.105.142:8085/js/app.2db37c59.js:1
S http://172.16.105.142:8085/js/app.2db37c59.js:1
app.2db37c59.js:1:3253411
Uncaught (in promise) Error: error code(错误码): 71001, error message(错误信息): CheckAndSaveContext error : errCode: 70112 ,desc: InitContextInfo error. contextIDStr : {"type":"HAWorkFlowContextID","value":"{"instance":null,"backupInstance":null,"user":"hadoop","workspace":"bdapWorkspace","project":"BI_20230411_03_DEMO","flow":"workFlow_0411_03","contextId":"8-8--cs_1_devcs_1_dev7","version":"v000001","env":"BDAP_DEV"}"}, workTypes : ["WORKSPACE","PROJECT","FLOW"] ,ip: hadoop ,port: 9005 ,serviceKind: dss-workflow-server-dev.
l http://172.16.105.142:8085/js/app.2db37c59.js:1
S http://172.16.105.142:8085/js/app.2db37c59.js:1
app.2db37c59.js:1:3253411

Reproduction script

2023-04-11 13:17:50.129 ERROR [qtp1529639302-64] org.apache.linkis.server.restful.SpringRestfulCatchAOP 71 apply - error code(错误码): 71001, error message(错误信息): CheckAndSaveContext error : errCode: 70112 ,desc: InitContextInfo error. contextIDStr : {"type":"HAWorkFlowContextID","value":"{"instance":null,"backupInstance":null,"user":"hadoop","workspace":"bdapWorkspace","project":"BI_20230411_03_DEMO","flow":"workFlow_0411_03","contextId":"8-8--cs_1_devcs_1_dev7","version":"v000001","env":"BDAP_DEV"}"}, workTypes : ["WORKSPACE","PROJECT","FLOW"] ,ip: hadoop ,port: 9005 ,serviceKind: dss-workflow-server-dev. org.apache.linkis.common.exception.ErrorException: errCode: 71001 ,desc: CheckAndSaveContext error : errCode: 70112 ,desc: InitContextInfo error. contextIDStr : {"type":"HAWorkFlowContextID","value":"{"instance":null,"backupInstance":null,"user":"hadoop","workspace":"bdapWorkspace","project":"BI_20230411_03_DEMO","flow":"workFlow_0411_03","contextId":"8-8--cs_1_devcs_1_dev7","version":"v000001","env":"BDAP_DEV"}"}, workTypes : ["WORKSPACE","PROJECT","FLOW"] ,ip: hadoop ,port: 9005 ,serviceKind: dss-workflow-server-dev ,ip: hadoop ,port: 9005 ,serviceKind: dss-workflow-server-dev
at org.apache.linkis.common.exception.ExceptionManager.generateException(ExceptionManager.java:53) ~[linkis-common-1.1.1.jar:1.1.1]
at org.apache.linkis.rpc.transform.RPCConsumer$$anon$1.toObject(RPCConsumer.scala:67) ~[linkis-rpc-1.1.1.jar:1.1.1]
at org.apache.linkis.rpc.BaseRPCSender$$anonfun$ask$1.apply(BaseRPCSender.scala:87) ~[linkis-rpc-1.1.1.jar:1.1.1]
at org.apache.linkis.rpc.BaseRPCSender.execute(BaseRPCSender.scala:80) ~[linkis-rpc-1.1.1.jar:1.1.1]
at org.apache.linkis.rpc.BaseRPCSender.ask(BaseRPCSender.scala:83) ~[linkis-rpc-1.1.1.jar:1.1.1]
at com.webank.wedatasphere.dss.appconn.workflow.opertion.WorkflowRefCreationOperation.createRef(WorkflowRefCreationOperation.java:62) ~[?:?]
at com.webank.wedatasphere.dss.appconn.workflow.opertion.WorkflowRefCreationOperation.createRef(WorkflowRefCreationOperation.java:37) ~[?:?]
at com.webank.wedatasphere.dss.orchestrator.server.service.impl.OrchestratorServiceImpl.lambda$createOrchestrator$3(OrchestratorServiceImpl.java:116) ~[dss-framework-orchestrator-server-1.1.0.jar:?]
at com.webank.wedatasphere.dss.orchestrator.publish.utils.OrchestrationDevelopmentOperationUtils.lambda$tryOrchestrationOperation$1(OrchestrationDevelopmentOperationUtils.java:49) ~[dss-framework-orchestrator-publish-1.1.0.jar:?]
at com.webank.wedatasphere.dss.standard.app.development.utils.DevelopmentOperationUtils.tryDevelopmentOperation(DevelopmentOperationUtils.java:56) ~[dss-development-process-standard-1.1.0.jar:?]
at com.webank.wedatasphere.dss.standard.app.development.utils.DevelopmentOperationUtils.tryDevelopmentOperation(DevelopmentOperationUtils.java:77) ~[dss-development-process-standard-1.1.0.jar:?]
at com.webank.wedatasphere.dss.standard.app.development.utils.DevelopmentOperationUtils.tryDevelopmentRequestRefOperation(DevelopmentOperationUtils.java:109) ~[dss-development-process-standard-1.1.0.jar:?]
at com.webank.wedatasphere.dss.orchestrator.publish.utils.OrchestrationDevelopmentOperationUtils.tryOrchestrationOperation(OrchestrationDevelopmentOperationUtils.java:45) ~[dss-framework-orchestrator-publish-1.1.0.jar:?]
at com.webank.wedatasphere.dss.orchestrator.server.service.impl.OrchestratorServiceImpl.tryRefOperation(OrchestratorServiceImpl.java:159) ~[dss-framework-orchestrator-server-1.1.0.jar:?]

Anything else

创建工作流时报错

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@Admondantes Admondantes added the bug Something isn't working label Apr 11, 2023
@zinc357
Copy link

zinc357 commented Aug 3, 2023

这个错误有解决方法了吗

@Admondantes
Copy link
Author

Admondantes commented Aug 3, 2023 via email

@wushengyeyouya
Copy link
Contributor

It seems like the publicservice of Linkis is not worked. please start it.

@Admondantes
Copy link
Author

Admondantes commented Aug 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants