com.mirth.connect.donkey.server.data.DonkeyDaoException: java.sql.BatchUpdateException: Batch entry 0 INSERT INTO D_MC1 (METADATA_ID, MESSAGE_ID, CONTENT_TYPE, CONTENT, DATA_TYPE, IS_ENCRYPTED) VALUES ('0', '44', '2', 'dummy', 'HL7V2', '0') was aborted. Call getNextException to see the cause.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Mirth Project by Nick Rupley, 1 year ago
via Mirth Project by Nick Rupley, 1 year ago
java.sql.BatchUpdateException: Batch entry 0 INSERT INTO D_MC1 (METADATA_ID, MESSAGE_ID, CONTENT_TYPE, CONTENT, DATA_TYPE, IS_ENCRYPTED) VALUES ('0', '44', '2', 'dummy', 'HL7V2', '0') was aborted. Call getNextException to see the cause.
at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(AbstractJdbc2Statement.java:2619)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:405)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(AbstractJdbc2Statement.java:2752)
at com.mirth.connect.donkey.server.data.jdbc.JdbcDao.executeBatchInsertMessageContent(JdbcDao.java:217)
at com.mirth.connect.donkey.server.data.buffered.BufferedDao.executeTasks(BufferedDao.java:100)
at com.mirth.connect.donkey.server.data.buffered.BufferedDao.commit(BufferedDao.java:74)
at com.mirth.connect.donkey.server.data.buffered.BufferedDao.commit(BufferedDao.java:56)
at com.mirth.connect.donkey.server.channel.Channel.process(Channel.java:1394)
at com.mirth.connect.donkey.server.channel.Channel.processSourceQueue(Channel.java:1528)
at com.mirth.connect.donkey.server.channel.Channel.run(Channel.java:1515)
at java.lang.Thread.run(Thread.java:680)