#duraspace IRC Log

Index

IRC Log for 2010-12-13

Timestamps are in GMT/BST.

[6:47] -barjavel.freenode.net- *** Looking up your hostname...
[6:47] -barjavel.freenode.net- *** Checking Ident
[6:47] -barjavel.freenode.net- *** Found your hostname
[6:47] -barjavel.freenode.net- *** No Ident response
[6:47] * DuraLogBot (~PircBot@atlas.duraspace.org) has joined #duraspace
[6:47] * Topic is '[Welcome to DuraSpace - This channel is logged - http://irclogs.duraspace.org/]'
[6:47] * Set by cwilper!ad579d86@gateway/web/freenode/ip.173.87.157.134 on Fri Oct 22 01:19:41 UTC 2010
[7:01] * Tonny_DK (~thl@130.226.36.117) has joined #duraspace
[11:07] * Tonny_DK (~thl@130.226.36.117) Quit (Quit: Leaving.)
[11:10] * Tonny_DK (~thl@130.226.36.117) has joined #duraspace
[11:59] * ksclarke (~kevin@adsl-39-80-108.clt.bellsouth.net) has joined #duraspace
[13:13] * ksclarke (~kevin@adsl-39-80-108.clt.bellsouth.net) Quit (Quit: Leaving.)
[13:33] * tdonohue (~tdonohue@c-98-228-50-45.hsd1.il.comcast.net) has joined #duraspace
[13:53] * ksclarke (~kevin@adsl-39-80-108.clt.bellsouth.net) has joined #duraspace
[13:53] * alxp (~alxp@PC044.ROBLIB.UPEI.CA) has joined #duraspace
[14:19] * tdonohue (~tdonohue@c-98-228-50-45.hsd1.il.comcast.net) Quit (Quit: Heading out...talk to you later.)
[14:20] * tdonohue (~tdonohue@c-98-228-50-45.hsd1.il.comcast.net) has joined #duraspace
[14:24] * granitize (~Adium@137.149.66.159) has joined #duraspace
[14:53] * scottatm_ (~scottatm@adhcp136.evans.tamu.edu) has joined #duraspace
[15:55] * Tonny_DK (~thl@130.226.36.117) Quit (Quit: Leaving.)
[16:13] * snail (~stuart@130.195.179.88) Quit (*.net *.split)
[16:13] * scottatm_ is now known as scottatm
[16:17] * scottatm is now known as 92AABRQ4V
[16:17] * snail (~stuart@130.195.179.88) has joined #duraspace
[19:35] * 92AABRQ4V (~scottatm@adhcp136.evans.tamu.edu) Quit (Quit: 92AABRQ4V)
[19:35] * scottatm (~scottatm@adhcp136.evans.tamu.edu) has joined #duraspace
[20:37] * alxp (~alxp@PC044.ROBLIB.UPEI.CA) Quit (Quit: alxp)
[20:51] * stuartlewis (~stuartlew@gendiglt02.lbr.auckland.ac.nz) has joined #duraspace
[21:45] <snail> does dspace-info.pl work for anyone in 1.6.*? the first line "#!/usr/bin/env perl" seems broken to me...
[21:50] * kshepherd has never heard of 'dspace-info.pl'... guessing it's from the pre-1.4 days
[21:51] <kshepherd> looks like it needs rewriting in java, and made more generic
[21:51] * stuartlewis (~stuartlew@gendiglt02.lbr.auckland.ac.nz) Quit (Quit: stuartlewis)
[21:53] <kshepherd> (the env isn't really a problem, just a way of ensuring it can find perl in your PATH)
[21:53] <kshepherd> or without PATH, rather
[21:55] * granitize (~Adium@137.149.66.159) Quit (Quit: Leaving.)
[22:07] * stuartlewis (~stuartlew@s-lewis.itss.auckland.ac.nz) has joined #duraspace
[22:39] <snail> kshepherd: this is driving me crazy. i've just done the upgrade to 1.5.* to 1.6.* and solr works but when I access dspace I'm getting the "DSpace configuration file (Path: '${dspace.dir}/config/dspace.cfg')." error. I'm using tomcat 5.5 so it's not a TOMCAT6_SECURITY issue.
[22:40] <snail> kshepherd: in WEB-INF/web.xml I'm setting the dspace.dir to the right place
[22:40] <snail> does any of this seem familiar?
[22:41] <stuartlewis> ${dspace.dr} should be getting replaced automatically by maven or ant at some point during the build process.
[22:42] <snail> stuartlewis: indeed, but for some reason it's not making it's way into tomcat, or the permissions are wrong somewhere
[22:43] <stuartlewis> If it is reporting $dspace.dir, then the replacement hasn't happened for some reason, so shouldn't be a perms issue.
[22:48] <kshepherd> tdonohue: just going to try out some tweaks to the coins template.. doing all DC, as you said
[22:48] <kshepherd> snail: hmm..
[22:49] <tdonohue> kshepherd -- sounds good
[22:50] <kshepherd> snail: do you have your custom dspace.cfg in [dsapce-src]/dspace/config, or the stock dspace.cfg? if it's the stock dspace.cfg, are you using -Dconfig=/path/to/dspace.cfg when you run the ant update task?
[22:51] <kshepherd> although, if ant was reading stock dspace.cfg i'd expect it to have hte *wrong* dspace.dir path (eg. /dspace) rather than a missing one..
[22:52] <snail> I have edited the dspace config. the command I'm using is: "ant -Dconfig=/opt/dspace/config/dspace.cfg update" where $dspace.dir=/opt/dspace/ at runtime
[22:54] <kshepherd> and after the ant update, you're definitely ending up with a nice new 'webapps' dir in /opt/dspace?
[22:55] <kshepherd> it feels like something's going wrong with the ant tasks, anyway..
[22:58] <snail> kshepherd: no, i'm having to copy it over
[22:59] <kshepherd> ok, something's going wrong with update, then..
[23:00] <kshepherd> it should be [dspace-src]/dspace/target/dspace-snapshot-blahblah/webapps/xmlui (dir will be $dspace.dir) -> ant copies it to /dspace/opt/webapps/ and populates with real directory -> you deploy to tomcat from /opt/dspace/webapps
[23:00] <kshepherd> so you're copying the pre-ant'd webapp, essentially
[23:04] <kshepherd> i would have expected ant to exit with error if it could complete the "update_webapps" target though
[23:05] * tdonohue (~tdonohue@c-98-228-50-45.hsd1.il.comcast.net) Quit (Read error: Connection reset by peer)
[23:33] <kshepherd> hm
[23:33] * kshepherd can't seem to auth to svn
[23:34] <kshepherd> or can i
[23:34] <kshepherd> yes

These logs were automatically created by DuraLogBot on irc.freenode.net using the Java IRC LogBot.