Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submitting a job that has the same name as a running job raises exception. #7

Open
chadmv opened this issue May 28, 2014 · 0 comments

Comments

@chadmv
Copy link
Owner

chadmv commented May 28, 2014

Traceback (most recent call last):
  File "/studio/sww/blueprint/cvernon/bin/bluerun", line 44, in <module>
    app.go()
  File "/studio/sww/blueprint/cvernon/lib2.7/blueprint/app.py", line 149, in go
    self.handleArgs(args)
  File "/studio/sww/blueprint/cvernon/bin/bluerun", line 40, in handleArgs
    self._runner.launch()
  File "/studio/sww/blueprint/cvernon/lib2.7/blueprint/app.py", line 203, in launch
    return backend.launch(self, spec)
  File "/studio/sww/blueprint/cvernon/lib2.7/blueprint/backend/plowrun.py", line 17, in launch
    job = spec.launch()
  File "job.pxi", line 221, in plow.JobSpec.launch (src/plow.cpp:12050)
plow.PlowError: ('Plow operation failed: com.breakersoft.plow.exceptions.JobSpecException: Failed to launch job: org.springframework.dao.DuplicateKeyException: PreparedStatementCallback; SQL []; ERROR: duplicate key value violates unique constraint "job_str_active_name_uniq_idx"\n  Detail: Key (str_active_name)=(cvernon_test) already exists.; nested exception is org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "job_str_active_name_uniq_idx"\n  Detail: Key (str_active_name)=(cvernon_test) already exists.', 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant