Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

[15:37:21 CDT(-0500)] <EricDalquist> I think I may have just found a bug in the JDK (sad)
[16:12:32 CDT(-0500)] <awills> anyone ever seen stack traces on unique constraint violation for UP_PORTLET_ENT table?
[16:12:50 CDT(-0500)] <EricDalquist> I don't think so
[16:14:01 CDT(-0500)] <awills> seems like it has to refer to the PORTLET_ENT_ID column... which should be managed by hibernate
[16:14:35 CDT(-0500)] <awills> wondering if there's a issue with how the ID field is configured for hibernate
[16:16:19 CDT(-0500)]

<awills> no... not at all... there's also this: @UniqueConstraint(columnNames =

Unknown macro: { "CHANNEL_SUB_ID", "USER_ID" }

)


[16:17:05 CDT(-0500)] <EricDalquist> sounds like potentially orphaned data?
[16:18:09 CDT(-0500)] <awills> ah... like maybe some IDs that are out of sequence with the @GeneratedValue(generator = "UP_PORTLET_ENT_GEN")
[16:18:32 CDT(-0500)] <EricDalquist> what version of uPortal?
[16:18:37 CDT(-0500)] <awills> 3.2.1
[16:19:29 CDT(-0500)] <EricDalquist> I'm wondering if a subscribeId got reused somehow
[16:20:02 CDT(-0500)] <EricDalquist> but I have to run ... see everyone Monday

  • No labels