...
[15:21:17 CDT(-0500)] <mmoayyed> found the dangling jar
[15:23:23 CDT(-0500)] <athena1> yay!
[15:23:27 CDT(-0500)] <athena1> what was it?
[15:25:36 CDT(-0500)] <mmoayyed> I had recently gone through a shib idp install and had the jar inside my endorsed directory
[15:25:47 CDT(-0500)] <mmoayyed> this was a very cool tip!
[15:26:22 CDT(-0500)] <athena1> yeah eric is a helpful guy
[15:26:44 CDT(-0500)] <athena1> by the way, EricDalquist, when you're around again - i think we need to take a look at the permissions in git
[15:26:57 CDT(-0500)] <athena1> right now all the portlets are under the uportal team
[15:27:07 CDT(-0500)] <athena1> which means that mmoayyed can't administer his simple content portlet
[15:29:08 CDT(-0500)] <mmoayyed> ha ha ha. Windows can be really weird. I recently went through a sonatype portlet release with git for clearpass. man alive, all kinds of strange issues!
[15:52:31 CDT(-0500)] <EricDalquist> mmoayyed: so what jar was at fault?
[15:52:31 CDT(-0500)] <EricDalquist> and is it something we need to fix in the uPortal distribution?
[15:54:32 CDT(-0500)] <mmoayyed> it was the xml-api file I had left in my endorsed directory for tomcat, when I was going through a shib idp install. it's not related to the dist process at all.
[15:54:38 CDT(-0500)] <EricDalquist> ah
[15:54:41 CDT(-0500)] <EricDalquist> ok good to know
[15:54:55 CDT(-0500)] <mmoayyed> thanks for the tip! very useful
[15:54:58 CDT(-0500)] <EricDalquist> that endorsed lib is a dangerous thing
[15:55:00 CDT(-0500)] <EricDalquist> no problem
[15:55:07 CDT(-0500)] <EricDalquist> verbose:class is kinda neat
[15:55:13 CDT(-0500)] <EricDalquist> just a lot of data to sift through
[15:56:07 CDT(-0500)] <mmoayyed> yeah, spits out a ton. I somewhat wish that the exception had that info in a way, not sure how but certainly it would have saved me an hour or so, looking through the config
[16:33:29 CDT(-0500)] <mmoayyed> Question: what's the best way to resolve dup key constraints during the data import process?
[16:33:43 CDT(-0500)] <EricDalquist> depends on the data item that is failing
[16:35:15 CDT(-0500)] <mmoayyed> This is what I presently get: ERROR: duplicate key value violates unique constraint "up_layout_struct_pkey"
[16:35:15 CDT(-0500)] <mmoayyed> [java] Detail: Key (layout_id, user_id, struct_id)=(1, 14, 12) already exists.
[16:35:33 CDT(-0500)] <mmoayyed> trying to import the staff-lo fragment layout file
[16:35:49 CDT(-0500)] <EricDalquist> does the layout file have multiple nodes with the same ID attribute?
[16:36:52 CDT(-0500)] <mmoayyed> nope. all ID attributes are different