healchow opened a new issue #3089:
URL: https://github.com/apache/incubator-inlong/issues/3089
### What happened
After approving one inlong group, there was some error:
```
2022-03-12 20:32:59.522 [async-process-event-notifier-1] ERROR
o.a.i.manager.workflow.event.LogableEventListener:90 - listener
exception:{"id":null,"processId":14,"processName":"CREATE_GROUP_RESOURCE","processDisplayName":"Group-Resource","inlongGroupId":"b_b_poco_hive4","taskId":28,"elementName":"initSort","elementDisplayName":"Group-InitSort","eventType":"TaskEvent","event":"CREATE","listener":"CreateSortConfigListener","startTime":1647088379504,"endTime":null,"status":-1,"async":0,"ip":"9.135.20.25","remark":null,"exception":null}
java.lang.NullPointerException: null
at
org.apache.inlong.manager.service.CommonOperateService.getPulsarClusterInfo(CommonOperateService.java:178)
at
org.apache.inlong.manager.service.CommonOperateService.createDataFlow(CommonOperateService.java:244)
at
org.apache.inlong.manager.service.thirdparty.sort.CreateSortConfigListener.lambda$listen$0(CreateSortConfigListener.java:94)
at
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
at
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at
org.apache.inlong.manager.service.thirdparty.sort.CreateSortConfigListener.listen(CreateSortConfigListener.java:97)
at
org.apache.inlong.manager.workflow.event.LogableEventListener.executeListenerWithLog(LogableEventListener.java:81)
at
org.apache.inlong.manager.workflow.event.LogableEventListener.listen(LogableEventListener.java:59)
at
org.apache.inlong.manager.workflow.event.task.TaskEventNotifier.lambda$syncLogableNotify$3(TaskEventNotifier.java:106)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at
org.apache.inlong.manager.workflow.event.task.TaskEventNotifier.notify(TaskEventNotifier.java:66)
at
org.apache.inlong.manager.workflow.processor.ServiceTaskProcessor.create(ServiceTaskProcessor.java:75)
at
org.apache.inlong.manager.workflow.processor.ServiceTaskProcessor.create(ServiceTaskProcessor.java:46)
at
org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.executeStart(ProcessorExecutorImpl.java:99)
at
org.apache.inlong.manager.workflow.core.impl.ProcessorExecutorImpl.lambda$executeComplete$1(ProcessorExecutorImpl.java:123)
at java.util.ArrayList.forEach(ArrayList.java:1257)
```
### What you expected to happen
No error happens.
### How to reproduce
Just need to approve one inlong group.
### 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]