...
[14:28:59 CDT(-0500)] <b-cause> yes I think we are using the custom sdk but we may have tried the lastest past couple of weeks as well. there is another person in my group who could have tried this.
[14:29:24 CDT(-0500)] <athena> i definitely wouldn't expect it to work w/o the jasig customizations
[14:30:08 CDT(-0500)] <b-cause> ok thanks athena for the info. I'll let the develper working on this know he should still use the jasig customizations.
[14:30:34 CDT(-0500)] <athena> you might try building the latest jasig branch though
[14:30:40 CDT(-0500)] <b-cause> ok
[14:30:47 CDT(-0500)] <athena> think there have been some changes since the last posted version
[14:30:55 CDT(-0500)] <b-cause> great.
[14:31:08 CDT(-0500)] <athena> any idea whether the issue is titanium or the ECP integration?
[14:35:14 CDT(-0500)] <b-cause> I think the issue is in titanium or somewhere in the jasig customizations b/c I can run the emulator in the iphone debugger and see that the ECP authentication took place successfully and the see the authenticated content. but it drops out if I run the emulator in full play mode
[14:35:41 CDT(-0500)] <b-cause> I don't remember off hand if I got that far on android.
[14:36:46 CDT(-0500)] <b-cause> as soon as we get past the start of school year season, I hope to spend some more time debugging with you and your team.
[14:37:58 CDT(-0500)] <athena> gotcha
[14:38:11 CDT(-0500)] <chris_cousquer> athena: jasig titanium_mobile is 1_8_X and appcelerator is now 2_1_X
[14:38:11 CDT(-0500)] <athena> or maybe we could also try testing out the phonegap version
[14:44:39 CDT(-0500)] <chris_cousquer> athena: I'm finishing skinning uP (desktop & mobile) for next 10 days and I will be quite full time on bakbone, phonegap & or titanium at the beginning of september :-D
[14:46:11 CDT(-0500)] <athena> oh terrific!
[14:49:21 CDT(-0500)] <chris_cousquer> if I have understood some university are running mobile app of uMobile for iphone in production ?
[14:49:44 CDT(-0500)] <athena> oakland is now, yes!
[14:49:54 CDT(-0500)] <athena> available in the app store
[14:49:58 CDT(-0500)] <chris_cousquer> cool
[14:50:26 CDT(-0500)] <chris_cousquer> but will they switch to phonegap ?
[14:50:37 CDT(-0500)] <athena> i don't know
[14:50:45 CDT(-0500)] <athena> i know they're looking at it for the android version
[14:51:16 CDT(-0500)] <chris_cousquer> so they wil maintain titanium and phonegap ?
[14:54:09 CDT(-0500)] <athena> i don't know what they'll do in the longrun
[14:54:23 CDT(-0500)] <chris_cousquer> ok
[14:54:26 CDT(-0500)] <athena> probably depends on how the performance and maintainability of the two versions compares
[14:54:31 CDT(-0500)] <athena> and on where hte community goes
[14:54:46 CDT(-0500)] <chris_cousquer> yes
[15:01:43 CDT(-0500)] <Daskreech> Hello
[15:01:55 CDT(-0500)] <Daskreech> I'm having an issue with uportal starting
[15:02:31 CDT(-0500)] <Daskreech> http://pastebin.ca/2185902 is the error that I'm getting
[15:03:24 CDT(-0500)] <EricDalquist> if you scroll down to the bottom: http://pastebin.ca/raw/2185902 you see the last Cause By says "Connection refused"
[15:03:32 CDT(-0500)] <EricDalquist> so either your database isn't running
[15:03:39 CDT(-0500)] <EricDalquist> or the JDBC connection string is incorrect
[15:03:39 CDT(-0500)] <Daskreech> It seems that I can't get in contact with postgresql but I can't figure out why that would be
[15:03:48 CDT(-0500)] <Daskreech> Right but I can psql in to the database
[15:03:57 CDT(-0500)] <EricDalquist> one of the best ways to test is to use http://squirrel-sql.sourceforge.net/
[15:04:02 CDT(-0500)] <EricDalquist> it is a java SQL client
[15:04:02 CDT(-0500)] <Daskreech> as far as I know the jdbc string hasn't changed
[15:04:20 CDT(-0500)] <EricDalquist> from the same machine setup squirrel using the same JDBC connection info
[15:04:24 CDT(-0500)] <EricDalquist> and the same JDBC driver
[15:04:31 CDT(-0500)] <Daskreech> hmm ok
[15:04:33 CDT(-0500)] <EricDalquist> that should help you track down the problem
[15:04:39 CDT(-0500)] <Daskreech> Does it have more expressive errors?
[15:04:55 CDT(-0500)] <EricDalquist> probably not but it has a faster turn around time for testing
[15:05:15 CDT(-0500)] <EricDalquist> there isn't much else to know other than the JDBC driver can't connect to the JDBC URL it was provided with
[15:05:32 CDT(-0500)] <EricDalquist> so either the DB is down, there is some sort of network issue or the JDBC URL is wrong
[15:06:19 CDT(-0500)] <Daskreech> hmm ok
[15:06:42 CDT(-0500)] <Daskreech> that was my diagnosis as well but I"ll plug away at it
[15:07:10 CDT(-0500)] <EricDalquist> good luck ... sorry there isn't more info there
[15:07:23 CDT(-0500)] <Daskreech> Yeah I think someone screwed around with the database
[15:07:25 CDT(-0500)] <EricDalquist> I'm assuming you're using psql from the same machine that you're trying to start uPortal on?
[15:07:32 CDT(-0500)] <Daskreech> Yes
[15:07:44 CDT(-0500)] <EricDalquist> yeah then my next guess would be network or jdbc url issues
[15:08:05 CDT(-0500)] <EricDalquist> often the native database clients deal with minor config changes better than a JDBC URL will
[15:08:20 CDT(-0500)] <EricDalquist> which is why testing with something like squirrel is better for verification
[15:08:33 CDT(-0500)] <Daskreech> and it's a localhost/database connection
[15:08:45 CDT(-0500)] <Daskreech> Alright thanks