Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private JobExecution createJobExecution(Job job, JobParameters jobParameters)
for (JobExecution execution : executions) {
if (execution.isRunning()) {
throw new JobExecutionAlreadyRunningException(
"A job execution for this job is already running: " + jobInstance);
"A job execution for this job is already running: " + execution);
}
BatchStatus status = execution.getStatus();
if (status == BatchStatus.UNKNOWN) {
Expand Down