Skip to content

Instantly share code, notes, and snippets.

@skelter
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save skelter/86da3e1b74bcfc9f0bf0 to your computer and use it in GitHub Desktop.

Select an option

Save skelter/86da3e1b74bcfc9f0bf0 to your computer and use it in GitHub Desktop.
could not insert: [gov.fcc.ecfs.beans.Submission];
SQL [insert into SUBMISSION (city, intl_address, address_line_1, address_line_2, postal_code,
id_state, zip_code, applicant_name, author_name, brief_comment_flag, bureau_id_num,
confirmation_number, browser, path_info, remote_addr, remote_host, remote_ident,
remote_user, server_name, contact_name, delagated_authority_number, date_accepted,
date_comment_period, date_disseminated, date_filed, date_pn_ex_parte, date_rcpt,
date_released, date_reply_comment, date_submission, date_transmission_completed,
id_edocs, contact_email_id, exparte_late_filed, fcc_record, file_number, filed_from,
lawfirm_name, date_modified, id_proceeding, reg_flex_analysis, report_number,
small_business_impact, id_submission_status, total_page_count, id_submission_type,
id_user, viewing_status)
values
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
select @@identity];
nested exception is org.hibernate.exception.LockAcquisitionException:
could not insert: [gov.fcc.ecfs.beans.Submission]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment