Versions Compared

Key

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

...

[12:16:21 CDT(-0500)] <sjungling> i'm basically trying to stop searching data sources if the user is "guest"

[12:17:43 CDT(-0500)] <sjungling> related: just enabling caching appears to have greatly reduced the load on our LDAP servers. coding up the regex in case there's still an issue… and probably just because it makes the most sense. we don't have a 'guest' users in LDAP or our Database, so why query for attributes?

[12:20:31 CDT(-0500)] <drewwills> looks good sjungling... I'd have to poor through a regex reference to be more certain

[12:21:03 CDT(-0500)] <sjungling> done some initial testing and it seems to work

[12:22:34 CDT(-0500)] <sjungling> hrm… yeah, doesn't seem to be cascading person attributes

[12:22:55 CDT(-0500)] <sjungling> replace the class on the bean in targetPersonAttributeDao?

[12:24:23 CDT(-0500)] <drewwills> yes, with a cascading

[13:07:59 CDT(-0500)] <skreech_> Hello. I've been having some issues with uportal connecting to my database. I've run ant dbtest against the build.xml and got this output http://pastebin.ca/2197334

[13:08:46 CDT(-0500)] <Daskreech> I have installed the postgresql 8.4-701 and 8.4-703 jars and it doesn't make a difference in the output. Where can I look to see what's going wrong?

[13:15:16 CDT(-0500)] <athena> have you checked to make sure those are in central?

[13:15:37 CDT(-0500)] <athena> you can do a search at search.maven.org to check the exact group / artifact / version available

[13:21:20 CDT(-0500)] <Daskreech> http://search.maven.org/#browse%7C1693776668

[13:24:20 CDT(-0500)] <Daskreech> so not he exact version

[15:05:19 CDT(-0500)] <Daskreech> athena: Where do I find org.jasig.portal.tools.DbTest ?

[15:05:57 CDT(-0500)] <Daskreech> http://www.jarvana.com/jarvana/inspect-pom/org/jasig/portal/uportal-impl/3.1.0/uportal-impl-3.1.0.pom ?

[15:06:26 CDT(-0500)] <athena> afraid i don't personally know

[15:06:36 CDT(-0500)] <athena> is it not in the source?

[15:07:16 CDT(-0500)] <Daskreech> should be I think

[15:07:55 CDT(-0500)] <athena> i'd start by looking for it in that module's java directory

[15:19:48 CDT(-0500)] <Daskreech> Ok

[15:24:19 CDT(-0500)] <Daskreech> It's there but the ant dbtest is complaining about it

[15:24:22 CDT(-0500)] <Daskreech> Let me pastebin

[15:28:03 CDT(-0500)] <Daskreech> http://pastebin.ca/2197351

[15:29:07 CDT(-0500)] <athena> what version of ant / maven are you using?

[15:32:00 CDT(-0500)] <Daskreech> Moment

[15:32:30 CDT(-0500)] <Daskreech> 1.8.0/2.2.1

[15:33:10 CDT(-0500)] <athena> assuming those match what's recommended by the manual, i don't know what the issue is

[17:19:59 CDT(-0500)] <Daskreech> athena: Success! (kinda) I'm back to my original error

[17:24:03 CDT(-0500)] <athena> glad there's at least kinda success, i guess!

[17:24:54 CDT(-0500)] <Daskreech> I keep getting postgresql connection refused

[17:25:06 CDT(-0500)] <Daskreech> but I can connect to postgresql with psql

[17:25:28 CDT(-0500)] <Daskreech> and postgresql is currently setup to a extremely promiscious mode