IRC Chat : 2010-01-20 - OpenMRS

00:18:29 *** jmiranda has joined #openmrs
00:18:30 *** ChanServ sets mode: +o jmiranda
00:29:08 *** openmrs_web435 has joined #openmrs
00:29:17 *** openmrs_web435 is now known as r-friedman
00:29:31 <r-friedman> hi folks
00:30:06 <r-friedman> we are using 1.4.5
00:30:25 <r-friedman> with db version 1.3.4 things seemed to work ok
00:30:57 <r-friedman> after upgrading to DB version 1.4.2, concept searches no longer work
00:31:47 <r-friedman> we get the message "Error while attempting to find concepts - null"
00:32:10 <r-friedman> ring any bells?
00:41:01 <r-friedman> bwolfe: ears on?
00:42:06 <r-friedman> jmiranda: ears on?
00:44:07 <bwolfe> r-friedman: check the tomcat error logs
00:44:18 <bwolfe> probably the concept word thing
00:44:35 <bwolfe> you might need to run Update Concept Words
00:49:28 <r-friedman> Unable to refresh the spring application context. Unloading all modules
00:49:36 <r-friedman> from stdoutlog, continues
00:50:02 <r-friedman> Error creating bean with name 'serviceContext$child#
00:50:09 <bwolfe> just go to the end
00:51:05 <r-friedman> sorry, thot i was there, try this:
00:51:07 <r-friedman> ERROR - DWRConceptService.findConcepts(?) |2010-01-19 19:28:28,890| Error while finding concepts + null java.lang.NullPointerException
00:51:19 <r-friedman> running update concept words did not help
00:52:56 <bwolfe> are you logged in ?
00:53:05 <r-friedman> yes
00:53:11 <bwolfe> is there anything right before that NPE error message ?
00:53:55 <r-friedman> INFO - CommonsLoggingOutput.info(51) |2010-01-19 19:28:16,562| Exec[0]: DWRPatientSetService.getMyPatientSetSize() INFO - CommonsLoggingOutput.info(51) |2010-01-19 19:28:16,562| Exec[0]: DWRPatientSetService.getFromMyPatientSet() INFO - CommonsLoggingOutput.info(51) |2010-01-19 19:28:22,187| Exec[0]: DWRPatientSetService.getMyPatientSetSize() INFO - CommonsLoggingOutput.info(51) |2010-01-19 19:28:22,203| Exec[0]: DWRPatientSe
00:55:45 <bwolfe> hmm
00:57:48 <bwolfe> check to see if you have any concepts without names
00:57:53 <bwolfe> run this sql
00:58:20 <bwolfe> select * from concept where not exists (select * from concept_name where concept_name.concept_id = concept.concept_id);
00:59:10 <r-friedman> empty set
01:18:00 <jmiranda> r-friedman, what is the concept you're searching for in the web interface?
01:18:19 <r-friedman> test
01:18:38 <jmiranda> but it happens with all concepts you search?
01:18:49 <r-friedman> there are about 48 concept_word instances of test
01:19:51 <r-friedman> holy guacamole, it has just started working with no intervention whatsoever
01:20:51 <robbyoconnor> r-friedman: I sense some black magic?
01:21:05 <robbyoconnor> or maybe your system is posessed by e-ghosts?
01:21:07 <r-friedman> it failed while i was online, a copied the error message here
01:21:25 <robbyoconnor> like i said: e-ghosts explain it alL!
01:21:30 <jmiranda> r-friedman, it was probably due to the concept words not being fully populated
01:21:39 <jmiranda> s/probably/possibly
01:21:52 <r-friedman> i did update concept words and it still failed
01:22:27 <r-friedman> could there have been some long-lasting lock that finally expired?
01:23:15 <r-friedman> and why would it happen on 3 different machines?
01:24:53 <jmiranda> r-friedman, nm about my theory ... i was thinking that "update concept words" might be run in a thread now and had not finished when you ran your search
01:25:03 <jmiranda> but that's not the case
01:25:38 <r-friedman> here's a sequence that might be involved --
01:25:58 <jmiranda> r-friedman, yes the concept service locks the concept table
01:26:04 <jmiranda> (sort of)
01:26:11 <r-friedman> we had all tried to upgrade the database to 1.4.2.02
01:26:32 <r-friedman> the mysqldiff.sql file on the download site is not a sql script
01:26:53 <r-friedman> one of us got another sql script, but I'm not sure where from
01:28:00 <jmiranda> there's a global property called "concepts.locked"
01:28:26 <jmiranda> not entirely sure when it gets locked, but you should check that and set it to false before running update concept word
01:28:55 <r-friedman> ok
01:30:06 <r-friedman> concepts.locked is false
01:30:07 <jmiranda> r-friedman, thanks for the warning about the diff script
01:30:13 <jmiranda> r-friedman, ok
01:33:02 <bwolfe> jmiranda: I think you're right. update concept words does run in a thread
01:36:04 <r-friedman> I have been having problems using MySQL command line client with Spanish alphabet characters
01:36:29 <r-friedman> I have been working with concept_name in particular
01:36:56 <r-friedman> that might explain me but what about the other 2 machines?
01:39:20 <r-friedman> character_set_system is utf8, shouldn't that be enough? or do i need to go to toad or something?
01:57:36 <bwolfe> r-friedman: toad is a good option. as well as navicat lite
02:41:49 *** andrewaclt has joined #openmrs
03:28:47 *** andrewaclt has quit IRC
03:46:00 *** r-friedman has quit IRC
03:46:51 *** Mkop has joined #openmrs
04:02:28 *** bwolfe has quit IRC
04:23:25 *** r00k has joined #openmrs
04:31:25 *** andrewaclt has joined #openmrs
05:25:28 *** Zabil has joined #openmrs
05:51:56 *** jmiranda has quit IRC
06:17:55 *** Mkop has quit IRC
06:44:50 *** pascal` has joined #openmrs
06:48:25 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11769]: amrsmobileforms: AmrsMobileForms restructure <http://dev.openmrs.org/changeset/11769>
06:50:16 *** tinashe has joined #openmrs
07:12:03 *** tinashe has quit IRC
07:20:26 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11771]: amrsmobileforms: module structure reconfiguration <http://dev.openmrs.org/changeset/11771> || OpenMRS Changesets: Changeset [11770]: amrsmobileforms: Initial commit of module files to trunk <http://dev.openmrs.org/changeset/11770>
07:26:42 *** tinashe has joined #openmrs
07:27:16 *** danielf has joined #openmrs
08:28:51 *** upul has joined #openmrs
08:28:52 *** ChanServ sets mode: +v upul
08:29:26 <pascal`> hey upul
08:29:39 <upul> hey pascal`
08:35:30 <robbyoconnor> okay
08:35:35 <robbyoconnor> I'm accepting ideas here
08:35:49 <robbyoconnor> for some reason the List property isn't being changed
08:35:58 <robbyoconnor> thus order of sections of never changes
08:36:39 <robbyoconnor> i'm considering doing hacky solution which I hate -- i wish spring MVC would do its job...
08:58:32 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: XForms 3.8.0 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=xforms&version=&3.8.0>
09:30:35 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11772]: xforms module: added using the default encounter editor whenever there is … <http://dev.openmrs.org/changeset/11772>
11:15:37 <upul> au voir
11:15:47 *** upul has quit IRC
11:23:12 *** Zabil has quit IRC
11:55:37 *** pbrandt has joined #openmrs
11:55:49 *** pascal` has quit IRC
11:55:52 *** pbrandt is now known as pascal`
12:03:41 <Echidna> http://www.dailymail.co.uk/news/article-1244104/DJ-Steve-Penk-plays-Van-Halens-Jump-woman-leaps-bridge.html
12:03:44 <OpenMRSBot> <http://ln-s.net/4r3b> (at www.dailymail.co.uk)
12:06:56 <pascal`> hah
12:11:09 *** danielf_ has joined #openmrs
12:11:23 *** tinashe_ has joined #openmrs
12:11:24 *** tinashe has quit IRC
12:11:34 *** danielf_ has left #openmrs
12:12:03 *** danielf_ has joined #openmrs
12:12:19 *** danielf_ has quit IRC
12:12:44 *** tinashe_ has quit IRC
12:13:17 *** danielf has quit IRC
12:13:29 *** tinashe_ has joined #openmrs
12:29:15 *** tinashe_ has quit IRC
12:29:15 *** pascal` has quit IRC
12:29:15 *** andrewaclt has quit IRC
12:29:15 *** r00k has quit IRC
12:29:15 *** meonkeys has quit IRC
12:29:15 *** robbyoconnor has quit IRC
12:29:15 *** upul` has quit IRC
12:29:15 *** Echidna has quit IRC
12:30:37 *** chopin_ has joined #openmrs
12:30:37 *** tinashe_ has joined #openmrs
12:30:37 *** pascal` has joined #openmrs
12:30:37 *** andrewaclt has joined #openmrs
12:30:37 *** r00k has joined #openmrs
12:30:37 *** upul` has joined #openmrs
12:30:37 *** robbyoconnor has joined #openmrs
12:30:37 *** Echidna has joined #openmrs
12:30:37 *** meonkeys has joined #openmrs
12:30:37 *** irc.freenode.net sets mode: +v robbyoconnor
12:36:20 *** pascal` has quit IRC
12:36:20 *** tinashe_ has quit IRC
12:36:20 *** andrewaclt has quit IRC
12:36:20 *** r00k has quit IRC
12:36:20 *** meonkeys has quit IRC
12:36:20 *** robbyoconnor has quit IRC
12:36:20 *** chopin_ has quit IRC
12:36:20 *** Echidna has quit IRC
12:36:20 *** upul` has quit IRC
12:44:53 *** tinashe_ has joined #openmrs
12:44:53 *** pascal` has joined #openmrs
12:44:53 *** andrewaclt has joined #openmrs
12:44:53 *** chopin_ has joined #openmrs
12:44:53 *** r00k has joined #openmrs
12:44:53 *** robbyoconnor has joined #openmrs
12:44:53 *** meonkeys has joined #openmrs
12:44:53 *** irc.freenode.net sets mode: +v robbyoconnor
12:46:03 *** upul` has joined #openmrs
12:46:03 *** Echidna has joined #openmrs
12:46:10 *** chopin has quit IRC
12:46:11 *** tinashe_ has quit IRC
12:50:01 *** Echidna has quit IRC
12:50:01 *** upul` has quit IRC
12:50:01 *** pascal` has quit IRC
12:50:01 *** andrewaclt has quit IRC
12:50:01 *** r00k has quit IRC
12:50:01 *** meonkeys has quit IRC
12:50:01 *** robbyoconnor has quit IRC
12:50:01 *** chopin_ has quit IRC
12:50:16 *** Echidna has joined #openmrs
12:50:16 *** upul` has joined #openmrs
12:50:16 *** meonkeys has joined #openmrs
12:50:16 *** robbyoconnor has joined #openmrs
12:50:16 *** r00k has joined #openmrs
12:50:16 *** chopin_ has joined #openmrs
12:50:16 *** andrewaclt has joined #openmrs
12:50:16 *** pascal` has joined #openmrs
12:50:16 *** irc.freenode.net sets mode: +v robbyoconnor
12:56:24 *** pascal` has quit IRC
12:56:24 *** andrewaclt has quit IRC
12:58:03 *** pascal` has joined #openmrs
12:58:03 *** andrewaclt has joined #openmrs
12:59:30 *** chopin__ has joined #openmrs
13:11:32 *** Echidna has quit IRC
13:11:32 *** upul` has quit IRC
13:11:32 *** pascal` has quit IRC
13:11:32 *** andrewaclt has quit IRC
13:11:32 *** chopin__ has quit IRC
13:11:32 *** r00k has quit IRC
13:11:32 *** meonkeys has quit IRC
13:11:32 *** chopin_ has quit IRC
13:11:32 *** robbyoconnor has quit IRC
13:14:07 *** chopin__ has joined #openmrs
13:14:07 *** andrewaclt has joined #openmrs
13:14:07 *** pascal` has joined #openmrs
13:14:07 *** Echidna has joined #openmrs
13:14:07 *** upul` has joined #openmrs
13:14:07 *** meonkeys has joined #openmrs
13:14:07 *** robbyoconnor has joined #openmrs
13:14:07 *** r00k has joined #openmrs
13:14:07 *** chopin_ has joined #openmrs
13:14:07 *** irc.freenode.net sets mode: +v robbyoconnor
13:16:29 *** chopin_ has quit IRC
13:22:09 *** Zabil has joined #openmrs
13:30:07 *** Echidna has quit IRC
13:30:07 *** upul` has quit IRC
13:30:07 *** pascal` has quit IRC
13:30:07 *** andrewaclt has quit IRC
13:30:07 *** r00k has quit IRC
13:30:07 *** chopin__ has quit IRC
13:30:07 *** meonkeys has quit IRC
13:30:07 *** robbyoconnor has quit IRC
13:36:11 *** pascal` has joined #openmrs
13:36:12 *** chopin__ has joined #openmrs
13:36:12 *** r00k has joined #openmrs
13:36:12 *** meonkeys has joined #openmrs
13:42:22 *** upul` has joined #openmrs
13:42:22 *** Echidna has joined #openmrs
13:48:45 *** bwolfe has joined #openmrs
13:48:45 *** ChanServ sets mode: +o bwolfe
13:54:48 *** danielf has joined #openmrs
14:06:40 *** andrewaclt has joined #openmrs
14:25:50 <Echidna> bwolfe: hi, can you give me branching advice?
14:26:07 <bwolfe> sure
14:26:41 <Echidna> one of my modules isnt compatible with openmrs 1.6 due to the person-user separation
14:27:04 <Echidna> and i can't modify it in a way that works with both 1.5 and 1.6
14:27:08 <Echidna> so i need two different versions
14:27:22 <Echidna> i was thinking /branches/1.5.x and /trunk, maybe
14:27:33 <Echidna> or w/o the "/branches"
14:29:26 <bwolfe> we've been recommending: /moduleid/branches/1.5.x-compatible and /moduleid/trunk
14:29:27 <pascal`> Echidna, there is a modules section here: http://openmrs.org/wiki/Subversion_Repository_Code_of_Conduct
14:29:30 <OpenMRSBot> <http://ln-s.net/4r5R> (at openmrs.org)
14:30:04 <Echidna> thx
14:33:47 *** tinashe has joined #openmrs
14:48:43 *** openmrs_web504 has joined #openmrs
14:48:55 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11773]: usagestatistics: Fixed issue with locations on users/roles pages (1.2.1) <http://dev.openmrs.org/changeset/11773>
14:48:55 *** openmrs_web504 is now known as r-friedman
14:49:24 <r-friedman> bwolfe, good morning
14:50:10 <bwolfe> hi roger
14:50:27 <r-friedman> i am still having problems with searching for concepts
14:50:47 <r-friedman> it worked ok in english, then when i switched to spanish, I got a good answer + the null message
14:51:03 <r-friedman> then when i went back to english, all i got was the null message thereafter
14:51:22 <r-friedman> i have massage the DB this morning and assured the following:
14:51:46 <r-friedman> 1. Each concept has at least 1 concept name, and only 1 concept name per locale
14:52:33 <r-friedman> 2. Each concept name id exists in both concept word and concept name tag map and no concept name id exists in the two tables that does not exist in concept_name
14:52:57 <r-friedman> 3. Each word for which I search exists in concept_word in the right locale
14:53:44 <r-friedman> ideas?
14:55:16 <bwolfe> one sec
15:00:47 <bwolfe> hmm
15:01:04 <bwolfe> and its any concept that causes this?
15:01:07 <bwolfe> not just one ?
15:01:13 <r-friedman> yep
15:01:27 <r-friedman> maybe i should stop and restart mysql
15:01:35 <r-friedman> that would kill any long lasting locks
15:04:15 *** danielf has quit IRC
15:04:26 *** munaf has joined #openmrs
15:04:55 <r-friedman> munaf, hola
15:05:49 <bwolfe> r-friedman: mysql locks aren't an issue here
15:06:19 <r-friedman> so much for mysql bagels then
15:08:02 *** tinashe has quit IRC
15:08:23 <bwolfe> bagels?
15:09:04 <bwolfe> r-friedman: what version of code are you running ?
15:09:14 <r-friedman> 1.4.5
15:10:17 <bwolfe> and were there any errors when you ran the mysql diff ?
15:10:18 <munaf> hello everyone
15:10:22 <bwolfe> hi munaf
15:11:15 <r-friedman> sorry, was away, as i recall i got the 2 errors the notes said to expect, ran it again with no errors
15:11:20 <munaf> I've just installed openmrs, and I can't see the cohort builder that's visible on the demo site. I'm not sure what the problem could be
15:12:42 <munaf> I'm Munaf (Sheikh) from Cell-Life, and we're doing javarosa xform integration stuff.
15:12:51 <r-friedman> bwolfe, since then the mysqldiff file on the site has been overwritten
15:13:05 <munaf> and I think I see one or two familiar names from the skype chat.
15:13:57 <munaf> and maybe you know simon kelly. but anyway. I'd appreciate any hints on the cohort builder. I didn't see any docs on the wiki
15:14:16 <r-friedman> if you want to fix it there or e-mail it to me at r.friedman@mindspring.com i will run it again
15:14:28 <bwolfe> r-friedman: did you see upul's reply today ? you can't do just right click and download, you have to click through and accept the license
15:14:44 <r-friedman> ok i will try again
15:14:57 <bwolfe> munaf: the cohort builder is provided by the reportingcompatibility module
15:15:03 <r-friedman> maybe i just forgot what i did
15:15:15 <bwolfe> munaf: is that module installed and started? Check the Manage Modules page
15:15:48 <munaf> no it isn't started or installed, I hadn't realised it was necessary: we were under the impression it was part of the core
15:16:16 *** r00k has left #openmrs
15:16:38 <bwolfe> munaf: the cohort builder was part of core until 1.5.
15:16:54 <bwolfe> munaf: we pulled it out because it will be rewritten (hopefully soon) by darius and company
15:17:10 <bwolfe> in fact, all reporting stuff was pulled out into that reportingcompatibility module.
15:17:24 <bwolfe> eventually the "reporting" module will replace that and be a new fancy way of doing things
15:17:29 <munaf> aah.. that is interesting news indeed
15:19:20 <munaf> ok.. it's running now and the cohort option appears in the menu
15:20:51 <munaf> thanks very much
15:24:28 <r-friedman> bwolfe, ok i have rerun script with no changes indicated, bounced openmrs, works ok in english but null message in spanish
15:24:43 <r-friedman> bwolfe, i am going away for 3 minutes
15:24:50 <bwolfe> hmm
15:24:58 <bwolfe> all english works ok ?
15:25:09 <bwolfe> and all spanish fails?
15:26:58 <bwolfe> r-friedman: there should be a "Error while finding concepts" in your tomcat error logs. the code is doing a log.warn. Can you search for that string and see what is around that? scroll down a bit and see what "caused by..." says. Perhaps a line number? (or am I too hopeful?)
15:28:01 *** pascal` has quit IRC
15:28:35 *** munaf has left #openmrs
15:33:49 <r-friedman> bwolfe, here's what appears right at the error:
15:33:52 <r-friedman> ERROR - DWRConceptService.findConcepts(?) |2010-01-20 09:33:30,421| Error while finding concepts + null java.lang.NullPointerException at org.openmrs.web.dwr.ConceptListItem.initialize(Unknown Source) at org.openmrs.web.dwr.ConceptListItem.<init>(Unknown Source) at org.openmrs.web.dwr.DWRConceptService.findConcepts(Unknown Source)
15:36:24 <bwolfe> email me that whole chunk...or even just the whole log file
15:39:52 <r-friedman> bwolfe, your address?
15:40:30 <bwolfe> ben at openmrs . org
15:43:28 <r-friedman> bwolfe, sent, going away for a few
15:50:54 <bwolfe> r-friedman: do you have any concept_names without concept_ids or without concept_name_ids ?
15:50:58 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #2036 (enhancement created): Replace graphs on patient dashboard with flot instead of images <http://dev.openmrs.org/ticket/2036> || OpenMRS Tickets: Ticket #2035 (task created): Add Obs Fetch to REST Module <http://dev.openmrs.org/ticket/2035> || OpenMRS Tickets: Ticket #2034 (task created): Add User Fetch to REST Module <http://dev.openmrs.org/ticket/2034>
15:51:18 <r-friedman> bwolfe, no
15:51:31 <bwolfe> select * from concept_word where concept_name_id is null;
15:51:35 <bwolfe> and
15:51:58 <bwolfe> select * from concept_word where not exists (select * from concept_name where concept_name.concept_name_id = concept_word.concept_name_id)
15:53:02 <r-friedman> bwolfe, both return empty set
15:53:12 <bwolfe> hmm
15:53:17 <bwolfe> this is frustrating
15:53:39 <r-friedman> Luis and Jilmer/Giovanny agree
15:53:39 <bwolfe> the line numbers are not printed by the jar
15:53:44 <bwolfe> heh
15:53:55 <bwolfe> I will send you a new jar to drop in and to recreate the error with
16:02:11 *** Zabil has quit IRC
16:03:25 <r-friedman> changing machines, will be back soon
16:03:42 *** r-friedman has quit IRC
16:03:45 *** andrewaclt has quit IRC
16:04:12 <Echidna> bwolfe: how do i go about moving the current code into /branches/1.5.x-compatible, then copying it to /trunk
16:04:35 <bwolfe> do you have trunk/branches/tags now ?
16:04:44 <Echidna> since every change to svn is propagated to the community, i'd rather not make any mistakes
16:04:46 <Echidna> no
16:04:53 <Echidna> shall i create the folders first?
16:05:02 *** robbyoconnor has joined #openmrs
16:05:02 *** ChanServ sets mode: +v robbyoconnor
16:06:08 *** pascal` has joined #openmrs
16:06:23 <bwolfe> Echidna: one sec, I'll wiki-fy the steps
16:07:00 <Echidna> cool
16:08:19 <robbyoconnor> Dear god, stop adding bugs to my code that only occur sometimes. Thanks a bunch! --r0bby
16:08:40 <robbyoconnor> (Oh and jesus christ, make my code magically write itself.
16:09:01 <Echidna> you forgot to close the brackets
16:09:49 <robbyoconnor> that was god
16:09:51 <robbyoconnor> s fault!
16:14:16 *** openmrs_web901 has joined #openmrs
16:14:30 *** openmrs_web901 is now known as r-friedman
16:15:22 <r-friedman> back
16:18:18 <bwolfe> Echidna: http://openmrs.org/wiki/Module_Branching
16:21:22 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11774]: chica * fixed some sql errors in upgrade script <http://dev.openmrs.org/changeset/11774>
16:24:33 <robbyoconnor> bwolfe: part of my todo is to ellicit some feedback from people on the state of the module as it stands today -- how would I go about storing an omod someplace?
16:24:37 <Echidna> bwolfe: thx
16:24:45 <robbyoconnor> well one of my TODOs
16:24:59 <robbyoconnor> (I do not want to do a release yet)
16:33:52 * robbyoconnor wants the elvis operator in EL
16:34:05 <robbyoconnor> param.month ?: "01"
16:40:59 <bwolfe> robbyoconnor: put it in the module repo
16:41:14 <bwolfe> robbyoconnor: look at the sync module. I put it there and just said in the desc that its a beta
16:53:23 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #2037 (enhancement created): Adding Location Discription to Database and Reports <http://dev.openmrs.org/ticket/2037> || OpenMRS Changesets: Changeset [11775]: facility data: fix a small bug where the monthly table was rendered … <http://dev.openmrs.org/changeset/11775>
16:54:59 *** robbyoconnor has quit IRC
17:13:53 *** andrewaclt has joined #openmrs
17:15:45 <Echidna> bwolfe: what do you mean by "svn move"
17:25:06 <Echidna> in navitagor view select all resources, then right click->Move->select "trunk"?
17:25:13 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11776]: chica * fixed some sql errors in upgrade script <http://dev.openmrs.org/changeset/11776> || OpenMRS Tickets: Ticket #2038 (enhancement created): mrngen use by default <http://dev.openmrs.org/ticket/2038>
17:33:14 <Echidna> moving the files created a folder /bin for some reason, which contains a copy of the entire project, for some reason
17:34:00 <r-friedman> bwolfe, have you sent the .war? I haven't received it. Please re/send to r . friedman at-sign mindspring . com
17:34:02 <Echidna> -for some reason
17:57:28 <bwolfe> r-friedman: yes, I sent the jar to the email you sent me the log with
17:57:34 <bwolfe> mindspring something or other
17:58:16 <r-friedman> bwolfe, maybe it's too big?
17:59:06 <chopin__> i use yousendit.com to send <100MB large files ... free and quick
18:02:59 <bwolfe> r-friedman: using usendit
18:03:27 <bwolfe> r-friedman: stop tomcat, delete the openmrs-api jar in tomcathome/webapps/openmrs/web-inf/classes, put the new api jar in there, start tomcat again, then send me the new logs
18:11:42 *** openmrs_web073 has joined #openmrs
18:14:27 *** openmrs_web073 is now known as jperen
18:17:57 <Echidna> bwolfe: what about my question? =)
18:21:30 <Echidna> http://www.youtube.com/watch?v=BZUB0kLLBUA
18:31:43 *** robbyoconnor has joined #openmrs
18:31:43 *** ChanServ sets mode: +v robbyoconnor
18:37:29 *** jperen has left #openmrs
18:50:25 <bwolfe> Echidna: yes
18:51:38 <Echidna> bwolfe: what does this /bin folder mean
18:51:40 <Echidna> can i ignore it
18:52:36 <Echidna> it's not even marked as out of sync with the rep
18:53:48 <robbyoconnor> bwolfe: did you ever answer
18:56:03 <bwolfe> Echidna: its an eclipse build folder. you can delete it
18:56:10 <Echidna> ok
18:56:18 <bwolfe> you might need to tell eclipse not use it but instead use build
18:56:31 <Echidna> too late
18:56:41 <pascal`> bwolfe, looks like you're having a busy day :)
18:57:04 <bwolfe> too busy
18:58:55 <Echidna> ERROR! You have submitted an empty or invalid commit comment!
18:58:56 <Echidna> lol
18:59:02 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11778]: facility data: Delete imports which are now deemed unnecessary after … <http://dev.openmrs.org/changeset/11778> || OpenMRS Changesets: Changeset [11777]: chica * fixed some sql errors in upgrade script <http://dev.openmrs.org/changeset/11777>
19:00:54 <Echidna> damn, more quakes in haiti
19:01:46 *** r0bby_ has joined #openmrs
19:01:46 *** ChanServ sets mode: +v r0bby_
19:02:35 *** robbyoconnor has quit IRC
19:03:19 <r0bby_> bwolfe: where could I host an omod when i get this into a state in which i'm satisfied
19:06:08 <pascal`> bwolfe, I may be coming to pay you a visit soon :)
19:06:35 <r-friedman> bwolfe, you should track your daily hmm count (files have been sent)
19:06:44 <Echidna> r0bby_: release?
19:06:56 <r0bby_> Echidna: not ready yet.
19:07:23 <r0bby_> I want to provide an omod to test drive
19:07:26 <Echidna> o
19:07:28 <r0bby_> but not a release
19:07:45 <r0bby_> ways in which a user sees how to do something
19:08:21 <r0bby_> ideally, I'd do some things differently but my time is limited -- well if i don't procrastinate w/ school work -- i would have more time but i do
19:09:17 *** r0bby_ is now known as robbyoconnor
19:13:37 <bwolfe> robbyoconnor: yes, I did answer you question
19:13:43 <bwolfe> robbyoconnor: post it to the module repo
19:13:49 <bwolfe> robbyoconnor: just like everyone else does
19:13:54 <bwolfe> r-friedman: hmm, I should do that :-p
19:14:10 <bwolfe> robbyoconnor: or you can post it as a file on the wiki
19:14:12 <Echidna> robbyoconnor: post it as 0.1 or smt
19:15:33 <robbyoconnor> that's what i asked
19:15:42 <robbyoconnor> i didnt see im sorry
19:16:48 <bwolfe> pascal`: I heard
19:16:54 <bwolfe> pascal`: looking forward to it!
19:19:11 <pascal`> (=
19:25:16 <robbyoconnor> mini release it is
19:29:44 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11781]: branch for 1.5.x compatibility (which trunk won't have) <http://dev.openmrs.org/changeset/11781> || OpenMRS Changesets: Changeset [11780]: 1.0.2 tag <http://dev.openmrs.org/changeset/11780> || OpenMRS Changesets: Changeset [11779]: creating branches <http://dev.openmrs.org/changeset/11779>
19:36:34 *** andrewaclt has quit IRC
19:39:51 <r-friedman> we're taking a break.
19:47:01 *** robbyoconnor has quit IRC
20:01:49 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11783]: ncd: Added a test to bring the code coverage for CodeConditionCache to … <http://dev.openmrs.org/changeset/11783> || OpenMRS Changesets: Changeset [11782]: chica * fixed some sql errors in upgrade script <http://dev.openmrs.org/changeset/11782>
20:33:50 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1987 (defect closed): FormEntry XSN download and rebuild on Linux Error: Cannot run cabextract, error=12, Cannot allocate memory <http://dev.openmrs.org/ticket/1987#comment:2>
20:43:58 *** kane77 has joined #openmrs
20:44:41 *** kane77 is now known as znechuteny
20:45:11 *** znechuteny is now known as Guest89027
20:45:44 *** Guest89027 is now known as znechutenucky
20:57:12 *** bwolfe has quit IRC
20:57:15 *** bwolfe has joined #openmrs
20:57:15 *** ChanServ sets mode: +o bwolfe
20:57:36 <bwolfe> hi znechutenucky
20:59:15 <r-friedman> bwolfe, Back
21:00:39 <bwolfe> r-friedman: ok. the log you sent me didn't seem to be using the new jar
21:00:42 <znechutenucky> bwolfe, hi :)
21:00:47 <bwolfe> r-friedman: the new jar should be giving me line numbers
21:01:22 <bwolfe> r-friedman: did you stop/start tomcat? if so, maybe we also need to empty the tomcathome/work directory between the stop and start
21:01:35 <r-friedman> bwolfe, yours was the only jar in that directory, which seemed strange
21:01:40 <bwolfe> hmm
21:01:45 <bwolfe> ok, maybe its the wrong dir then
21:01:47 <bwolfe> one sec
21:02:12 <bwolfe> ah shoot. I was going by memory. delete it from classes and put it in "lib"
21:02:28 <bwolfe> make sure you delete the other openmrs-api jar in there first
21:05:56 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11784]: -chica *add allergy mapping in xml file <http://dev.openmrs.org/changeset/11784>
21:19:53 <bwolfe> any luck r-friedman ?
21:20:45 <r-friedman> bwolfe, there are still no line numbers in the log, however there were some unable to login messages for user test
21:21:01 <r-friedman> bwolfe, i am recreating the user and will try again
21:27:42 <r-friedman> bwolfe, ok, test/test now exists and can access the DB but the log file looks exactly the same with no line numbers.
21:31:07 <bwolfe> r-friedman: hmm
21:31:19 <bwolfe> try stopping tomcat, deleting the work dir, and then starting tomcat
21:31:28 <bwolfe> did you take out the other openmrs-api jar?
21:32:08 <r-friedman> renamed it
21:33:31 <r-friedman> bwolfe, thie work directory that contains a catalina folder?
21:34:04 <bwolfe> I don't think you can just rename it. pretty sure you have to take it out of that folder
21:34:30 <bwolfe> r-friedman: sorry, don't delete the work dir, just empty it
21:34:36 <bwolfe> or just empty the catalina dir in it
21:40:48 <r-friedman> bwolfe, ok got some line numbers for you, same behavior, mail on the way
21:42:04 <bwolfe> yeah, expected the same behavior
21:42:36 <r-friedman> right, but it would be nice if it had repaired itself
21:44:09 <bwolfe> ha
21:45:30 <bwolfe> r-friedman: I don't see any line numbers in the part thats important. :-/ did you send the right file?
21:45:37 <bwolfe> r-friedman: if so, perhaps we need to try that emptying of the work dir
21:47:59 <r-friedman> that was stdout, catalina and manager seem above it all, localhost shows spring framework servlet initiating
21:50:04 <r-friedman> jakarta service seems above it all, there is nothing in report engine or report engine lock
21:54:53 <bwolfe> r-friedman: yeah, it was the right log, I was just wondering if you had a more recent one that you hadn't sent.
21:55:09 <bwolfe> r-friedman: try the deleting of work dir thing to see if tomcat picks up the right jar
21:55:39 <r-friedman> i deleted catalina, no change, shall i delete the work dir itself?
21:56:59 <r-friedman> bwolfe, there was nothing in it but catalina
21:57:14 <bwolfe> anything in catalina ?
21:58:20 <r-friedman> there was localhost, but I had deleted it. it is back along with host_manager, manager,docs and _
21:58:57 <r-friedman> time is advancing nicely in the logs and on the file times, i very confident't they're the right files
21:59:55 <r-friedman> bwolfe, i very confident i losing it
22:01:42 <bwolfe> r-friedman: we don't want you losing it. at least any more of it
22:01:55 <r-friedman> when you got nothing you got nothing to lose
22:02:14 <bwolfe> r-friedman: ok, I've updating the 1.4.5 war on the wiki downloads page to include line numbers in the war and jar. try redownloading the 1.4.5 war and reload that webapp
22:02:18 <bwolfe> that will clear out the old jar for user
22:02:21 <bwolfe> *sure
22:10:01 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #2039 (task created): Update Data Deletion Module to Work With Latest Release <http://dev.openmrs.org/ticket/2039> || OpenMRS Changesets: Changeset [11785]: ncd: Added CodeFrequencyCache tests. <http://dev.openmrs.org/changeset/11785>
22:16:31 <r-friedman> bwolfe, ok here's yr linenumbers:
22:16:36 <r-friedman> INFO - CommonsLoggingOutput.info(51) |2010-01-20 17:11:18,796| Exec[0]: DWRPatientSetService.getFromMyPatientSet()
22:17:01 *** znechutenucky has quit IRC
22:17:12 <r-friedman> INFO - CommonsLoggingOutput.info(51) |2010-01-20 17:11:18,812| Exec[0]: DWRPatientSetService.getMyPatientSetSize()
22:17:23 <r-friedman> trying again
22:17:38 <r-friedman> ERROR - DWRConceptService.findConcepts(187) |2010-01-20 17:11:22,656| Error while finding concepts + null
22:17:50 <r-friedman> java.lang.NullPointerException
22:18:01 <r-friedman> at org.openmrs.web.dwr.ConceptListItem.initialize(ConceptListItem.java:125)
22:18:16 <r-friedman> at org.openmrs.web.dwr.ConceptListItem.<init>(ConceptListItem.java:93)
22:18:30 <r-friedman> at org.openmrs.web.dwr.DWRConceptService.findConcepts(DWRConceptService.java:174)
22:18:45 <r-friedman> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
22:20:56 <bwolfe> ah!
22:21:38 <r-friedman> beats hmm
22:21:58 <bwolfe> oh sorry.
22:21:59 <bwolfe> hmm
22:23:21 <bwolfe> argh! looks like darius fixed this a few months back but never made a ticket for it...and there were only two other minor fixes, so we have yet to do a 1.4.6 release
22:29:44 <r-friedman> bwolfe, giovanny says that the same thing is happening in 1.5.0
22:30:44 <bwolfe> its fixed in 1.5.1
22:31:04 <bwolfe> I'm going to release a 1.4.6....just for you roger. don't say I never did anything for you. ;-)
22:31:21 <r-friedman> you're a hero
22:40:17 <bwolfe> r-friedman: http://openmrs.org/wiki/Releases#OpenMRS_1.4.6
22:40:22 <bwolfe> I'll send out an email later tonight
22:40:25 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11787]: webservices.jaxws.api: Removing underscore from a file name and replacing … <http://dev.openmrs.org/changeset/11787> || OpenMRS Changesets: Changeset [11786]: webservices.jaxws.api: Changing 'Stub's to 'DTO's for classes that provide … <http://dev.openmrs.org/changeset/11786>
22:40:51 *** bwolfe has quit IRC
22:44:33 <r-friedman> quit Enough for now
22:44:37 <r-friedman> exit
22:44:40 <r-friedman> bye
22:44:43 <r-friedman> quit
22:44:47 <r-friedman> disconnect
22:45:26 *** r-friedman has quit IRC
22:47:34 <Echidna> o_O
23:12:10 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11789]: webservices.jaxws.api: added 'ws' prefix to methods provided as a … <http://dev.openmrs.org/changeset/11789> || OpenMRS Changesets: Changeset [11788]: 1.4.x: Bumping version to 1.4.6 and datamodel files to 1.4.6 in … <http://dev.openmrs.org/changeset/11788>
23:28:24 <chopin__> heh
23:41:18 *** Zabil has joined #openmrs
23:56:19 *** robbyoconnor has joined #openmrs
23:56:19 *** ChanServ sets mode: +v robbyoconnor
23:56:41 *** Zabil has quit IRC