Versions Compared

Key

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

...

[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.