uPortal IRC Logs-2007-08-13
[10:54:09 EDT(-0400)] * JASIGLogBot (i=jasigch@jasigch.Princeton.EDU) has joined ##uportal
[10:54:33 EDT(-0400)] * esm cheers
[10:54:46 EDT(-0400)] <esm> horray for the jasiglogbot
[10:54:51 EDT(-0400)] <EricDalquist> yeah
[10:54:58 EDT(-0400)] <EricDalquist> I realized this weekend it had dissapeared
[11:12:30 EDT(-0400)] * pberry (n=pberry@waldorf.CSUChico.EDU) has joined ##uportal
[11:13:27 EDT(-0400)] <pberry> is it just me or did logging in 2.6 explode in verbosity?
[11:13:41 EDT(-0400)] <EricDalquist> I think it is set to debug as the default
[11:13:45 EDT(-0400)] <EricDalquist> and DLM logs A LOT
[11:13:57 EDT(-0400)] <pberry> even at INFO level, it's...well, verbose
[11:14:10 EDT(-0400)] <EricDalquist> any particular component?
[11:14:13 EDT(-0400)] <EricDalquist> or just in general?
[11:14:19 EDT(-0400)] * pberry looks
[11:31:23 EDT(-0400)] * esm looks for sun niagra 2 servers
[11:31:36 EDT(-0400)] <esm> i don't know if they are out
[11:32:22 EDT(-0400)] <esm> doesn't appear so
[11:46:48 EDT(-0400)] <pberry> Channels seem to log through the event handler a lot more now
[11:47:01 EDT(-0400)] <EricDalquist> ah
[11:47:03 EDT(-0400)] <EricDalquist> yeah
[11:47:15 EDT(-0400)] <EricDalquist> I think the default stats recorder is the logging stats recorder
[11:47:22 EDT(-0400)] <EricDalquist> instead of the null stats recorder
[12:06:53 EDT(-0400)] <pberry> wow, has anybody has issues with Tomcat 5.5.x and IE 6 (wrt 302 redirects)
[12:07:03 EDT(-0400)] <EricDalquist> nope
[12:07:26 EDT(-0400)] <pberry> IE 6 is getting into a loop
[12:07:28 EDT(-0400)] <pberry> it's very odd
[12:07:42 EDT(-0400)] <EricDalquist> weird
[12:07:47 EDT(-0400)] <pberry> 132.241.240.77 - - [13/Aug/2007:09:01:57 -0700] "GET /uPortal/Login HTTP/1.1" 302 -
[12:07:47 EDT(-0400)] <pberry> 132.241.240.77 - - [13/Aug/2007:09:01:57 -0700] "GET /uPortal/render.userLayoutRootNode.uP HTTP/1.1" 302 -
[12:07:51 EDT(-0400)] <pberry> repeat forever
[12:14:54 EDT(-0400)] <pberry> hrm
[12:15:14 EDT(-0400)] <pberry> seems to be an issue between running multiple IEs on Parallels
[13:22:05 EDT(-0400)] <EricDalquist> hey esm
[13:22:31 EDT(-0400)] <EricDalquist> any idea why having the jspc plugin in my uportal-war pom would cause the eclipse maven plugin to fail to update source folders?
[13:28:30 EDT(-0400)] <esm> yeah i think it is a problem withthe comment in web.xml?
[13:28:39 EDT(-0400)] <esm> the jspc placeholder
[13:28:42 EDT(-0400)] <EricDalquist> hrm
[13:28:47 EDT(-0400)] <esm> iirc i had that isseu with up3
[13:28:47 EDT(-0400)] <EricDalquist> I believe it is in there
[13:28:56 EDT(-0400)] <esm> hmm
[13:29:03 EDT(-0400)] <EricDalquist> the build works from the command line
[13:29:07 EDT(-0400)] <EricDalquist> which is the weird part
[13:29:20 EDT(-0400)] <esm> http://www.youtube.com/watch?v=Hxx2KcPWWZg
[13:31:01 EDT(-0400)] <esm> hmm
[13:31:08 EDT(-0400)] <EricDalquist> nice vid
[13:31:21 EDT(-0400)] <esm> hilarous
[13:35:41 EDT(-0400)] <esm> now that eclipse is behaving i'm checking out hte working-maven branch
[13:35:50 EDT(-0400)] <EricDalquist> cool
[13:35:53 EDT(-0400)] <esm> my eclipse has been silly this morning
[13:36:00 EDT(-0400)] <esm> it sometimes locks up
[13:36:03 EDT(-0400)] <EricDalquist> I did just realize that some tests I thought I had fixed are broken again
[13:36:11 EDT(-0400)] <EricDalquist> and I can't remember what I did to fix them
[13:36:21 EDT(-0400)] <esm> i have to add '-clean' and '-refresh' to eclipse.ini to get it to fix itself
[13:36:24 EDT(-0400)] <esm> i blame mylyn
[13:36:29 EDT(-0400)] <esm> lol
[13:36:34 EDT(-0400)] <EricDalquist> yeah
[13:36:36 EDT(-0400)] <EricDalquist> I removed that
[13:43:46 EDT(-0400)] <esm> i get missing wsrp4j artifact errors with the up2 maven 2 branch
[13:43:54 EDT(-0400)] <esm> i guess you have some ci's pending?
[13:43:58 EDT(-0400)] <EricDalquist> oh yeah
[13:44:02 EDT(-0400)] <EricDalquist> cd bootstrap
[13:44:02 EDT(-0400)] <esm> np
[13:44:03 EDT(-0400)] <EricDalquist> ant
[13:44:11 EDT(-0400)] <esm> oh right thanks for the reminder
[13:44:14 EDT(-0400)] <EricDalquist> np
[13:44:19 EDT(-0400)] <EricDalquist> I don't have any docs yet
[13:44:29 EDT(-0400)] <esm> <--- being lazy
[13:44:38 EDT(-0400)] <EricDalquist>
[13:46:24 EDT(-0400)] <EricDalquist> so
[13:46:32 EDT(-0400)] <EricDalquist> I really don't like the java NoClassDefFoundError
[13:46:43 EDT(-0400)] <EricDalquist> it would be handy if it at least hinted at which class it can't find
[13:46:56 EDT(-0400)] <esm> uh-huh
[13:46:58 EDT(-0400)] <EricDalquist> instead of referring me to a static class initializer line number
[13:47:08 EDT(-0400)] <esm>
[13:47:12 EDT(-0400)] <EricDalquist> and letting me guess wildly at what dependent class is missing
[13:47:12 EDT(-0400)] <esm> that is where I have all the problems
[13:50:25 EDT(-0400)] <EricDalquist> oh well ... I'll let you know when I get the test fixed
[13:51:39 EDT(-0400)] <esm> np this is my m2 output from eclipse
[13:51:40 EDT(-0400)] <esm> http://rafb.net/p/SHY26X57.html
[13:51:44 EDT(-0400)] <esm> failing on the jspc plugin
[13:52:04 EDT(-0400)] <EricDalquist> yeah, same thing I see
[13:52:08 EDT(-0400)] <EricDalquist> not sure why though :/
[13:52:10 EDT(-0400)] <esm> ok
[13:52:23 EDT(-0400)] <EricDalquist> not a big deal, I'll just remove it for now
[14:00:24 EDT(-0400)] <EricDalquist> uhg
[14:00:33 EDT(-0400)] <EricDalquist> any suggestions on how to figure out this exception?
[14:04:17 EDT(-0400)] <EricDalquist> oi
[14:04:18 EDT(-0400)] <EricDalquist> ok
[14:04:28 EDT(-0400)] <EricDalquist> I had an old version of the bootstrapped libraries in my local repo
[14:04:38 EDT(-0400)] <EricDalquist> maybe we can just get rid of whirly cache eventually
[14:04:44 EDT(-0400)] <esm> whew
[14:22:20 EDT(-0400)] <pberry> didn't whirly just come in at 2.5?
[14:22:29 EDT(-0400)] <EricDalquist> I can't remember
[14:22:33 EDT(-0400)] <EricDalquist> but it isn't a very active project
[14:22:41 EDT(-0400)] <EricDalquist> I'll probably switch over to ehcache for 3
[14:22:59 EDT(-0400)] <EricDalquist> there is A LOT more support and some very nice features (JMX management of caches and such)
[14:23:30 EDT(-0400)] <pberry> ah
[14:24:08 EDT(-0400)] * pberry is still pissed at the Oracle JDBC connection pooling
[14:24:31 EDT(-0400)] <EricDalquist> just use dbcp
[14:24:39 EDT(-0400)] <pberry> yeah, that's coming Friday
[14:24:44 EDT(-0400)] <pberry> with our move to 2.6
[14:24:45 EDT(-0400)] <EricDalquist> we don't touch the oracle provided pools
[14:25:00 EDT(-0400)] <pberry> yeah, we know not to do that...now
[14:25:45 EDT(-0400)] <pberry> what sucks is that they never really failed us when we only talked to PortalDB, but when we had to configure a new datasource for external group information...well, it wasn't as awesome
[14:25:55 EDT(-0400)] <EricDalquist>
[15:33:28 EDT(-0400)] <EricDalquist> hey esm ... have a minute for a quick pointer on filter resources?
[15:33:35 EDT(-0400)] <esm> sure
[15:33:45 EDT(-0400)] <esm> anything to take me away from sakai cost projections
[15:34:17 EDT(-0400)] <esm> i'm wondering right now what filesystem/volume management is required by Sakai in a replicated environment
[15:35:32 EDT(-0400)] <EricDalquist> the uportal context config for tomcat needs to be filtered
[15:35:36 EDT(-0400)] <EricDalquist> to add db config and such to it
[15:35:44 EDT(-0400)] <esm> yeah
[15:35:57 EDT(-0400)] <EricDalquist> it lives in src/main/webapp/MET-INF/context.xml
[15:36:10 EDT(-0400)] <EricDalquist> any suggestions on the best way to do the filtering?
[15:36:31 EDT(-0400)] <esm> i think the war plugin can filter
[15:36:34 EDT(-0400)] <esm> lemme check
[15:39:19 EDT(-0400)] <EricDalquist> http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html
[15:39:26 EDT(-0400)] <EricDalquist> would that be the config I need?
[15:39:35 EDT(-0400)] <esm> I'd try using the <webResources>
[15:39:40 EDT(-0400)] <EricDalquist> uhg ... now to figure out the best place to but rdbm.properties
[15:39:44 EDT(-0400)] <esm> yeah
[15:44:48 EDT(-0400)] <esm> I think you'll have to have a <configuration>/<webResources>/<resource> which includes only context.xml, enables filtering, and specifies the destination directory.
[15:45:03 EDT(-0400)] <EricDalquist> cool
[15:45:08 EDT(-0400)] <esm> destindation directory == targetPath in war plugin parlance
[15:45:32 EDT(-0400)] <esm> afaik there is no easy way to filter web.xml or context.xml
[15:45:40 EDT(-0400)] <esm> it takes like 5 or 6 lines fo xml
[15:45:47 EDT(-0400)] <EricDalquist> oh well
[16:16:31 EDT(-0400)] * pberry (n=pberry@waldorf.CSUChico.EDU) has joined ##uportal
[16:50:45 EDT(-0400)] * lescour (n=JBouncer@adsl-38-10-98.tulsaconnect.com) has joined ##uportal