tomma-a commented on issue #10177:
URL: https://github.com/apache/seatunnel/issues/10177#issuecomment-3639764680
Append some exception log that could be helpful for figuring out the problem:
`
at
org.apache.flink.runtime.scheduler.DefaultSchedulerFactory.createInstance(DefaultSchedulerFactory.java:156)
~[flink-dist-1.18.0.jar:1.18.0]
at
org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory.createScheduler(DefaultSlotPoolServiceSchedulerFactory.java:122)
~[flink-dist-1.18.0.jar:1.18.0]
at
org.apache.flink.runtime.jobmaster.JobMaster.createScheduler(JobMaster.java:379)
~[flink-dist-1.18.0.jar:1.18.0]
at
org.apache.flink.runtime.jobmaster.JobMaster.<init>(JobMaster.java:356)
~[flink-dist-1.18.0.jar:1.18.0]
at
org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory.internalCreateJobMasterService(DefaultJobMasterServiceFactory.java:128)
~[flink-dist-1.18.0.jar:1.18.0]
at
org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory.lambda$createJobMasterService$0(DefaultJobMasterServiceFactory.java:100)
~[flink-dist-1.18.0.jar:1.18.0]
at
org.apache.flink.util.function.FunctionUtils.lambda$uncheckedSupplier$4(FunctionUtils.java:112)
~[flink-dist-1.18.0.jar:1.18.0]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown
Source) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[?:?]
at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "Object.getClass()"
because "obj" is null
at
org.apache.seatunnel.translation.flink.source.FlinkSourceSplitEnumeratorContext.getJobIdForV15(FlinkSourceSplitEnumeratorContext.java:142)
~[blob_p-ce35d9ba37fc821b91a3c1462ad9474638da52bc-fd7fca630f268e360191f42ba11014b3:2.3.12]
`
--
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]