Skip to content

🐛 [Bug]docker-compose部署的,数据集可以同步,使用localexcutor,执行时报错 #956

@paul0826cn

Description

@paul0826cn

Contribution guidelines

I've found a bug and checked that ...

  • ... the problem doesn't occur with the server or web themes
  • ... the documentation does not mention anything about my problem
  • ... there are no open or closed issues that are related to my problem

Affected Module

Executor

Description

docker-compose部署的,数据集可以同步,使用localexcutor,执行时报错
2025-11-07 00:00:00,002 ERROR [schedulerFactoryBean_Worker-4] org.quartz.core.JobRunShell [JobRunShell.java:211] Job job-group-datacap.job-6e32a26c503842d5bbc87ad2308e4388 threw an unhandled Exception:
java.lang.NullPointerException: null
at io.edurt.datacap.service.initializer.job.DatasetJob.executeInternal(DatasetJob.java:28)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2025-11-07 00:00:00,015 ERROR [schedulerFactoryBean_Worker-4] org.quartz.core.ErrorLogger [QuartzScheduler.java:2407] Job (job-group-datacap.job-6e32a26c503842d5bbc87ad2308e4388 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception.
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.NullPointerException: null
at io.edurt.datacap.service.initializer.job.DatasetJob.executeInternal(DatasetJob.java:28)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
... 1 common frames omitted
请问我应该怎样配置

Expected behaviour

No response

Actual behaviour

No response

Steps to reproduce

No response

Package versions

  • Java: java --version
  • Node: node --version
  • Npm: npm -v
  • Server: ./mvnw -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.help=INFO | tail -1

Configuration

System information

  • Operating system: ...
  • Browser: ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions