0

Has anyone run across this?

An Oracle ORA0001: Unique Constraint violation originating from a JMX endpoint is causing an instance of my deployed application (Tomcat) to shutdown.

I have looked online but do not see anything. Any ideas?

OceanBlue
  • 9,142
  • 21
  • 62
  • 84
  • 1
    Does the stack trace show an SQLException bubbling all the way up to Tomcat; or maybe the SQLException is being caught and rethrown as a runtime exception or error? Hard to begin to guess without seeing the stack trace... – Alex Poole Jan 30 '13 at 20:26
  • The exception "java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (EMPLOYEE.PK_EMPLOYEE_ID) violated" is being wrapped by Spring as DuplicateKeyException. – OceanBlue Jan 31 '13 at 17:32
  • Can you post the whole stack trace? Does the Tomcat server log have a stack trace before it shuts down? – Alex Poole Jan 31 '13 at 17:41

0 Answers0