Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[12:07:49 CDT(-0500)] <EricDalquist> and I haven't had time tof ix it (tongue)

[12:09:32 CDT(-0500)] <drewwills> ah bummer

[12:10:07 CDT(-0500)] <EricDalquist> yeah

[12:10:14 CDT(-0500)] <EricDalquist> we had to update bamboo for a security issue

[12:10:25 CDT(-0500)] <EricDalquist> which means that I have to rebuild the amazon ec2 instance with the new bamboo remote client

[12:10:44 CDT(-0500)] <drewwills> is there still a my.uw visitor experience?

[12:10:52 CDT(-0500)] <EricDalquist> and since we're suppose to be upgrading to up4 in ~2 weeks I (and my whole family has had the flu for a week) I haven't had time

[12:10:57 CDT(-0500)] <EricDalquist> public.my.wisc.edu is all there is

[12:11:01 CDT(-0500)] <EricDalquist> and that is just one portlet

[13:43:38 CDT(-0500)] <b-sure> Good Afternoon uPortal Devs. I'm having an issue hunting down the cause of this data-import issue http://pastebin.com/raw.php?i=skMMJy20 . All of the db properties files have the hibernate.dialect set. Is that maybe not what this issue is?

[13:44:07 CDT(-0500)] <b-sure> this is off of the fresh 4.0.4 release

[13:47:39 CDT(-0500)] <athena> my guess is it's not successfully getting a connection to the database

[13:47:59 CDT(-0500)] <athena> uportal itself isn't configured to use a hibernate dialect, which is completely ok

[13:48:13 CDT(-0500)] <athena> but that error likely indicates that it can't get a connection in the first place

[13:48:51 CDT(-0500)] <drewwills> yeah that's how i get that error – when the database isn't up, or i have it misconfigured

[13:50:52 CDT(-0500)] <drewwills> i believe the 'rawEventsEntityManagerFactory' and the DataSource it references are pretty new... you might look at how you've configured the connection to the portal DB, and oif there's something incremental you need to do for the rawEvents DataSource

[14:29:11 CDT(-0500)] <b-sure> thanks for the advice athena and drewwills I'll take another look at the configuration.