healchow opened a new issue #2507: URL: https://github.com/apache/incubator-inlong/issues/2507
### What happened  The error stack trance: ``` 2022-02-15 19:37:02.164 [async-process-event-notifier-0] ERROR o.a.i.manager.common.event.LogableEventListener:87 - listener exception:{"id":null,"processInstId":2,"processName":"CREATE_BUSINESS_RESOURCE","processDisplayName":"Business-Access-Resource","inlongGroupId":"b_docker_test_1","taskInstId":4,"elementName":"initSort","elementDisplayName":"Business-InitSort","eventType":"TaskEvent","event":"COMPLETE","listener":"PushHiveConfigTaskListener","startTime":1644925022148,"endTime":null,"state":-1,"async":false,"ip":"10.160.139.123","remark":null,"exception":"nested exception is org.apache.ibatis.binding.BindingException: Parameter 'inlongGroupId' not found. Available parameters are [streamId, groupId, param1, param2]","businessId":"b_test_1"} org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'inlongGroupId' not found. Available parameters are [streamId, groupId, param1, param2] at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:77) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:446) at com.sun.proxy.$Proxy90.selectList(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:230) at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147) at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80) at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:152) at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:85) at com.sun.proxy.$Proxy134.selectFields(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) at com.sun.proxy.$Proxy135.selectFields(Unknown Source) at org.apache.inlong.manager.service.thirdpart.sort.PushHiveConfigTaskListener.getDataFlowInfo(PushHiveConfigTaskListener.java:153) at org.apache.inlong.manager.service.thirdpart.sort.PushHiveConfigTaskListener.listen(PushHiveConfigTaskListener.java:127) at org.apache.inlong.manager.common.event.LogableEventListener.executeListenerWithLog(LogableEventListener.java:80) at org.apache.inlong.manager.common.event.LogableEventListener.listen(LogableEventListener.java:58) at org.apache.inlong.manager.common.event.task.TaskEventNotifier.lambda$syncLogableNotify$34(TaskEventNotifier.java:102) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.apache.inlong.manager.common.event.task.TaskEventNotifier.notify(TaskEventNotifier.java:62) at org.apache.inlong.manager.workflow.core.processor.ServiceTaskProcessor.complete(ServiceTaskProcessor.java:100) ``` ### What you expected to happen No error occurred. ### How to reproduce 1) Create a DataGroup and DataStream; 2) Create Hive storage; 3) Approve the workflow. You'll see the error info in the [Execute Log] tab. ### Environment _No response_ ### InLong version master ### InLong Component InLong Manager ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
