IRC Chat : 2013-10-01 - OpenMRS

00:17:28 *** downey has quit IRC
00:18:03 *** h3llborn has quit IRC
00:25:24 <LeeBreisacher> breeze: yt?
00:26:04 <LeeBreisacher> breeze: I don't seem to have permission to run Reference Demo Data bamboo build. can you run it manually?
00:33:59 *** rday has joined #openmrs
00:40:56 *** sgithens has quit IRC
01:04:01 *** upul has joined #openmrs
01:37:37 *** h3llborn has joined #openmrs
01:37:37 *** ChanServ sets mode: +v h3llborn
01:52:39 *** djazayeri has joined #openmrs
01:52:39 *** ChanServ sets mode: +o djazayeri
01:54:07 *** djazayeri1 has joined #openmrs
01:57:03 *** djazayeri has quit IRC
01:58:54 *** djazayeri1 has quit IRC
02:03:33 *** djazayeri has joined #openmrs
02:03:33 *** ChanServ sets mode: +o djazayeri
02:04:19 *** djazayeri1 has joined #openmrs
02:04:52 *** djazayeri has quit IRC
02:04:53 <breeze> LeeBreisacher: you still there?
02:05:14 <LeeBreisacher> breeze: yes, but I forced the build by just committing something.
02:05:20 <breeze> LeeBreisacher: ok
02:05:48 *** breeze has quit IRC
02:05:49 <LeeBreisacher> breeze: still, it would be nice to have permission to run some of the builds. how is that controlled?
02:10:26 *** djazayeri has joined #openmrs
02:10:26 *** ChanServ sets mode: +o djazayeri
02:13:33 *** djazayeri1 has quit IRC
02:14:37 *** downey has joined #openmrs
02:14:37 *** ChanServ sets mode: +o downey
02:14:37 *** OpenMRSBot sets mode: +o downey
02:18:25 <LeeBreisacher> djazayeri: yt?
02:18:43 <djazayeri> LeeBreisacher: yes
02:19:07 <LeeBreisacher> djazayeri: just got the latest standalone zip -- still not starting the demodata module. arg.
02:19:29 <LeeBreisacher> djazayeri: this should have the startup-order fix (but hard to tell for sure)
02:20:05 <LeeBreisacher> djazayeri: same old NPE on User.getAllRoles
02:20:42 *** cospih_ has quit IRC
02:21:26 <djazayeri> LeeBreisacher: hmm…unfortunately it doesn't look like there's any logging in the Reference Metadata activator, so it's hard to know the startup order.
02:21:58 *** cospih_ has joined #openmrs
02:22:18 <LeeBreisacher> djazayeri: yeah, I was just wondering if there's some specific log entries for "module xyz starting..." and "module xyz started"
02:22:52 <djazayeri> LeeBreisacher: unfortunately I don't think the module framework logs this, and it's up to modules to log it themselves (which is dumb)
02:23:35 <LeeBreisacher> djazayeri: in any case, either your fix is not really in there, or the fix didn't fix it.
02:23:57 <LeeBreisacher> djazayeri: perhaps I could enable some debug logging?
02:25:54 <LeeBreisacher> djazayeri: what project has the actual fix?
02:26:10 <djazayeri> LeeBreisacher: the actual fix was in openmrs core
02:26:59 <LeeBreisacher> djazayeri: so which bamboo plan is that? there's Core 1.9.x and Core Master
02:27:34 <djazayeri> LeeBreisacher: core 1.9.5
02:27:35 <LeeBreisacher> djazayeri: I see Master build 149 has the change by wyclif
02:27:38 <djazayeri> 1.9.x
02:28:04 <LeeBreisacher> djazayeri: ok, I see wyclif's change in build 98.
02:28:13 *** wyclif_ has joined #openmrs
02:34:16 <LeeBreisacher> djazayeri: hm, I'm confused about something. in the pom.xml for the distro-refapp there is no mention of openmrs-core. how does that work?
02:34:43 <LeeBreisacher> djazayeri: oh, I see <openMRSVersion>
02:34:43 <djazayeri> LeeBreisacher: good question...
02:36:01 *** wyclif_ has quit IRC
02:36:54 <djazayeri> LeeBreisacher: it does include this dependency, which is the compiled war artifact from the openmrs-core project
02:36:55 <djazayeri> <groupId>org.openmrs.web</groupId>
02:36:55 <djazayeri> <artifactId>openmrs-webapp</artifactId>
02:38:00 <LeeBreisacher> djazayeri: bottom line: how can I tell exactly what version of "core" is running in this standalone?
02:39:03 <LeeBreisacher> djazayeri: hm. I found openmrs-standalone.war in the unzipped standalone files. and inside that war I see openmrs-web-1.9.4.jar.
02:39:10 <djazayeri> LeeBreisacher: that's a problem
02:39:16 <LeeBreisacher> djazayeri: yeah
02:39:27 <djazayeri> LeeBreisacher: take a look at the scripts that Daniel set up to do the build
02:39:44 <LeeBreisacher> djazayeri: so is this a bug in the distro-refapp or in the standalone?
02:39:47 <djazayeri> LeeBreisacher: could it be that they actually only fetch the omods from the distro, and not the war?
02:40:48 <LeeBreisacher> djazayeri: the standalone build needs to have a distro-refapp build available. I don't know the details.
02:42:29 <djazayeri> LeeBreisacher: here's the problem...
02:42:44 <djazayeri> LeeBreisacher: the build task is actually hardcoded to 1.9.4 in the config on ci-stg
02:42:53 <LeeBreisacher> djazayeri: sigh
02:43:01 <djazayeri> LeeBreisacher: here https://ci-stg.openmrs.org/build/admin/edit/editBuildTasks.action?buildKey=REFAPP-STAND-JOB1
02:43:08 *** upul__ has joined #openmrs
02:43:10 *** upul has quit IRC
02:43:33 <LeeBreisacher> djazayeri: yeah, I don't have permissions for that
02:43:36 <djazayeri> LeeBreisacher: I don't know why it's set up this way offhand, and why we need to pass an -Dopenmrs.version to the standalone script
02:44:06 *** upul__ is now known as upul
02:44:17 <djazayeri> LeeBreisacher: I just changed it to 1.9.5-SNAPSHOT (still hardcoded) and kicked it off again
02:44:22 <LeeBreisacher> djazayeri: it would be nice if I could at least view most of the bamboo plan details. and be able to run some of them. and edit a few.
02:44:27 <LeeBreisacher> djazayeri: thanks
02:44:36 *** upul is now known as Guest86407
02:44:37 <LeeBreisacher> djazayeri: I'll download and try again after..
02:44:56 *** Guest86407 has quit IRC
02:45:58 <OpenMRSBot> Recent updates in the world of openmrsci: RDD-RDD-50 has FAILED (2 tests failed) : Dependant of REFMETA-REFMETA-43 <https://ci-stg.openmrs.org/browse/RDD-RDD-50>
02:46:38 <LeeBreisacher> djazayeri: oh yeah, refmetadata has been red...
02:47:08 <LeeBreisacher> djazayeri: I mean refdemodata
02:48:44 <djazayeri> LeeBreisacher: has your commit changed anything about startup in most unit tests? Will they also create demo patients?
02:48:52 <djazayeri> LeeBreisacher: could that have broken anything? (I don't see how.)
02:50:30 <LeeBreisacher> djazayeri: no. there's the one ut that creates demo patients. the other ut's do not create demo patients. and they all pass fine locally. and builds 47 and 49 were fine.
02:50:41 <djazayeri> LeeBreisacher: yeah, that's odd...
02:50:44 <LeeBreisacher> djazayeri: the errors in build 48 and 50 are mysterious
02:51:01 <djazayeri> LeeBreisacher: gotta run
02:51:18 <LeeBreisacher> djazayeri: ok. guess we'll figure this out tomorrow
02:51:48 <djazayeri> LeeBreisacher: yup
02:51:50 <djazayeri> LeeBreisacher: tty
02:51:52 <djazayeri> l
02:52:42 *** djazayeri has quit IRC
03:03:58 *** djazayeri has joined #openmrs
03:03:58 *** ChanServ sets mode: +o djazayeri
03:11:47 *** sgithens has joined #openmrs
03:54:02 *** maninc has joined #openmrs
04:02:16 <OpenMRSBot> Recent updates in the world of openmrsci: SON-REGISCORE-13 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/SON-REGISCORE-13>
04:06:05 *** mareias has quit IRC
05:01:13 *** mareias has joined #openmrs
05:04:11 *** rday has quit IRC
05:06:00 *** mareias has quit IRC
05:09:53 *** mareias has joined #openmrs
05:22:31 *** mareias has quit IRC
05:28:01 *** mareias has joined #openmrs
06:16:16 *** harsz89 has quit IRC
06:16:23 *** mareias has quit IRC
06:21:25 *** harsz89 has joined #openmrs
06:21:26 *** ChanServ sets mode: +v harsz89
06:21:40 *** mareias has joined #openmrs
06:28:15 *** shruthd has joined #openmrs
06:32:35 *** djazayeri has quit IRC
06:37:02 *** mareias has quit IRC
06:46:51 *** mareias has joined #openmrs
06:52:34 *** LeeBreisacher has left #openmrs
07:01:06 *** harsz89 has quit IRC
07:08:16 *** dkayiwa has joined #openmrs
07:27:05 *** k-joseph has joined #openmrs
07:34:09 *** shruthd has quit IRC
07:35:16 <k-joseph> dkayiwa: hi
07:53:44 *** shruthd has joined #openmrs
07:54:03 *** dade has joined #openmrs
08:06:43 *** shruthd has quit IRC
08:07:38 *** shruthd has joined #openmrs
08:07:51 *** k-joseph has quit IRC
08:19:33 *** harsz89 has joined #openmrs
08:19:33 *** ChanServ sets mode: +v harsz89
08:21:22 *** dkayiwa has quit IRC
08:22:48 *** maninc has quit IRC
08:23:13 *** shruthd has quit IRC
08:35:48 *** maninc has joined #openmrs
08:51:25 <OpenMRSBot> Recent updates in the world of openmrsci: CA-CA-297 has FAILED (2 tests failed) : Dependant of EMRAPI-EMRAPI-154 <https://ci-stg.openmrs.org/browse/CA-CA-297>
08:59:25 <OpenMRSBot> Recent updates in the world of openmrsci: RDD-RDD-52 has FAILED (2 tests failed) : Dependant of EMRAPI-EMRAPI-154 <https://ci-stg.openmrs.org/browse/RDD-RDD-52>
09:00:08 *** dade has quit IRC
09:10:13 *** shruthd has joined #openmrs
09:24:53 *** harsz89 has quit IRC
09:28:59 *** mareias has quit IRC
09:32:55 *** mareias has joined #openmrs
09:37:35 <OpenMRSBot> Recent updates in the world of openmrsci: CA-CA-298 has FAILED (2 tests failed) : Dependant of EMRAPI-EMRAPI-155 <https://ci-stg.openmrs.org/browse/CA-CA-298>
09:43:36 <OpenMRSBot> Recent updates in the world of openmrsci: RDD-RDD-53 has FAILED (3 tests failed) : Dependant of EMRAPI-EMRAPI-155 <https://ci-stg.openmrs.org/browse/RDD-RDD-53>
09:43:46 *** mareias has quit IRC
09:55:55 *** cospih__ has joined #openmrs
09:56:15 *** mareias has joined #openmrs
09:57:25 *** cospih_ has quit IRC
10:07:18 *** shruthd has quit IRC
10:09:01 *** dahde has joined #openmrs
10:15:03 *** shruthd has joined #openmrs
10:23:33 *** mareias has quit IRC
10:26:43 *** dan has joined #openmrs
10:26:51 *** mareias has joined #openmrs
10:27:08 *** dmulindwa has quit IRC
10:30:27 *** shruthd has quit IRC
10:54:44 *** dkayiwa has joined #openmrs
10:56:15 *** harsz89 has joined #openmrs
10:56:15 *** ChanServ sets mode: +v harsz89
11:02:34 *** shruthd has joined #openmrs
11:06:11 *** k-joseph has joined #openmrs
11:31:47 *** maninc has quit IRC
11:40:21 *** dahde has quit IRC
11:42:56 *** mareias has quit IRC
12:02:08 <OpenMRSBot> Recent updates in the world of openmrsci: SON-COREAPPS-13 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/SON-COREAPPS-13>
12:08:03 *** cospih has quit IRC
12:08:16 *** nribeka has quit IRC
12:08:20 *** r0bby has quit IRC
12:08:25 *** cospih_ has joined #openmrs
12:08:42 *** r0bby has joined #openmrs
12:08:42 *** ChanServ sets mode: +v r0bby
12:08:55 *** jkeiper has quit IRC
12:09:00 *** nribeka has joined #openmrs
12:09:00 *** ChanServ sets mode: +v nribeka
12:10:09 *** LeeBreisacher1 has joined #openmrs
12:10:50 *** AdaYeung has quit IRC
12:15:01 *** dan has quit IRC
12:15:24 *** dan has joined #openmrs
12:21:54 *** shruthd has quit IRC
12:23:28 *** shruthd has joined #openmrs
12:24:41 *** dkayiwa has quit IRC
12:25:59 *** dkayiwa has joined #openmrs
12:30:42 *** k-joseph has quit IRC
12:31:28 *** jkeiper has joined #openmrs
12:31:28 *** ChanServ sets mode: +v jkeiper
12:37:02 *** k-joseph has joined #openmrs
12:46:28 *** harsz89 has quit IRC
12:55:24 *** sgithens has quit IRC
13:04:27 *** dkayiwa has quit IRC
13:08:39 *** k-joseph has quit IRC
13:19:06 *** wyclif_ has joined #openmrs
13:21:17 *** mareias has joined #openmrs
13:27:01 *** mareias has quit IRC
13:27:29 *** mareias has joined #openmrs
13:28:39 *** Mkop has joined #openmrs
13:29:32 <cpower> Google hangout for RA daily standup https://plus.google.com/hangouts/_/dc9b3262952e52dfc589c2495241c5e9e199b5b4?authuser=2&hl=en
13:29:35 <OpenMRSBot> <http://ln-s.net/:5t4> (at plus.google.com)
13:30:34 *** djazayeri has joined #openmrs
13:30:34 *** ChanServ sets mode: +o djazayeri
13:43:00 *** sushmitha has joined #openmrs
13:47:25 *** djazayeri has quit IRC
13:56:57 <LeeBreisacher1> wyclif_: hi. I have more questions about logging...
13:57:32 *** dahde has joined #openmrs
13:57:36 *** k-joseph has joined #openmrs
13:57:51 <LeeBreisacher1> wyclif_: I found the log.level GP, but I don't understand why there is so much INFO logging in the log during startup.
13:57:51 *** k-joseph has left #openmrs
13:58:51 <jkeiper> wyclif_: you still have a pull request outstanding for Registration Core ... do you need that committed before a release?
13:58:58 <jkeiper> wyclif_: i need to release it, like today.
14:00:05 <wyclif_> jkeiper: let me look at it, i don't remember it
14:00:58 <jkeiper> wyclif_: ok
14:01:15 <jkeiper> wyclif_: https://github.com/openmrs/openmrs-module-registrationcore/pull/5
14:01:18 <OpenMRSBot> <http://ln-s.net/:5u3> (at github.com)
14:02:02 <wyclif_> LeeBreisacher1: probably during startup the log level hasn't yet been setup so info is default
14:02:54 <LeeBreisacher1> wyclif_: but then why are the log.info messages *I* added not showing up?
14:04:14 <wyclif_> jkeiper: you created the ticket and i worked on it, so you think you want that feature?
14:04:34 <jkeiper> wyclif_: will it interrupt the release of 2.0?
14:05:33 <wyclif_> jkeiper: we can wait to merge it and release without it, it was about allowing one to register a patient via rest ws and i don't think that should affect the RA, so we can wait to merge it, in any case we have using the module without it
14:05:45 <jkeiper> wyclif_: ok, thanks
14:05:55 <cpower> Just sit right back and you'll hear a tale, A tale of a fateful scrum, That started from this tropic IRC port, Aboard this tiny bot script.....
14:06:21 <cpower> !scrumon Gilligan
14:06:21 * OpenMRSBot says the DAILY SCRUM MEETING is STARTING. This meeting should not last longer than 15 minutes. Please hold other comments until the end of the meeting, or message someone privately. Thank you! ScrumMaster Gilligan- you may begin when ready.
14:06:45 *** sgithens has joined #openmrs
14:07:32 <cpower> Order: wyclif_ , h3llborn , rafa (if he's here), suranga (if he wants), and anyone else that has an interest to update
14:08:20 <wyclif_> Monday:
14:08:21 <wyclif_> -Reviewing module startup tickets in TRUNK and apply darius' work
14:08:22 <wyclif_> -Fixed some bugs in patient search widgets
14:08:24 <wyclif_> -Releasing appui module
14:08:24 *** AdaYeung has joined #openmrs
14:08:25 <wyclif_> Tuesday:
14:08:26 <wyclif_> -Fixing failing CI builds
14:08:27 <wyclif_> -Releasing RA modules
14:08:28 <wyclif_> Blockers: None
14:09:19 <cpower> h3llborn: if you are there, you are up!
14:09:27 *** dan has quit IRC
14:09:54 <cpower> and now rafa and suranga
14:12:58 <cpower> ok!
14:13:18 <cpower> Let's have a good day
14:13:21 <cpower> !scrumoff
14:13:21 * OpenMRSBot says the DAILY SCRUM MEETING has ENDED. This channel is now returned to normal hacking operations. Post-scrum meeting follow-up conversations may now begin.
14:13:37 <LeeBreisacher1> wyclif_: ah, I found log4j.xml. that explains a lot.
14:14:14 <wyclif_> LeeBreisacher1: i assumed you already knew about it, i should have asked you to look at it first
14:15:36 *** DraggonZ has quit IRC
14:15:49 *** jt48 has quit IRC
14:15:58 *** lnball has quit IRC
14:16:01 *** lstanisic has quit IRC
14:16:05 *** ryates has quit IRC
14:16:12 *** h3llborn has quit IRC
14:16:19 *** jkeiper has quit IRC
14:16:26 *** akwatuha__ has quit IRC
14:16:32 *** elliott_w has quit IRC
14:16:34 *** elly_ has quit IRC
14:16:34 *** suranga has quit IRC
14:16:45 *** djazayeri has joined #openmrs
14:16:48 *** r0bby has quit IRC
14:16:54 <wyclif_> LeeBreisacher1: so you do realize that for org.openmrs.api the default level is info and that is why
14:16:57 *** ChanServ sets mode: +o djazayeri
14:17:01 *** downey has quit IRC
14:17:07 <LeeBreisacher1> wyclif_: yes
14:17:07 *** nribeka has quit IRC
14:17:11 *** burke has quit IRC
14:17:16 *** docpaul has quit IRC
14:17:24 *** AdaYeung has quit IRC
14:17:31 *** rafa has quit IRC
14:17:36 *** jennparise_ has quit IRC
14:17:41 *** mseaton_ has quit IRC
14:17:48 *** ojwanganto has quit IRC
14:17:49 *** suranga__ has quit IRC
14:17:49 *** ruwanego___ has quit IRC
14:18:04 *** cpower has quit IRC
14:18:06 *** cospih_ has quit IRC
14:27:32 *** harsz89 has joined #openmrs
14:27:32 *** ChanServ sets mode: +v harsz89
14:29:29 *** mareias has quit IRC
14:29:48 *** dahde has quit IRC
14:32:51 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: KenyaUI 1.12.9 uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=kenyaui&ampversion=&amp1.12.9>
14:36:59 *** sushmitha has quit IRC
14:39:33 *** suranga_ has joined #openmrs
14:39:35 *** rday has joined #openmrs
14:39:37 *** suranga__ has joined #openmrs
14:40:09 *** cpower has joined #openmrs
14:40:09 *** ChanServ sets mode: +v cpower
14:41:16 *** jt48 has joined #openmrs
14:41:33 *** lnball has joined #openmrs
14:41:40 <djazayeri> wyclif_: see the email I just sent. Can you prioritize releasing namephonetics as version 1.4, to unblock Jeremy?
14:46:02 *** shruthd has quit IRC
14:48:15 *** mareias has joined #openmrs
14:51:53 *** jkeiper has joined #openmrs
14:51:57 *** ChanServ sets mode: +v jkeiper
14:53:03 *** GitHub34 has joined #openmrs
14:53:03 <GitHub34> [openmrs-core] djazayeri closed pull request #395: TRUNK-4047 ConceptDAO now returns the entire concept tree. (1.9.x...1.9.x) http://git.io/Id6JvQ
14:53:03 *** GitHub34 has left #openmrs
15:04:48 *** rday has quit IRC
15:13:58 *** h3llborn has joined #openmrs
15:13:58 *** ChanServ sets mode: +v h3llborn
15:14:18 <h3llborn> cpower: sorry, laptop died!
15:14:25 <h3llborn> cpower: in the midst of class
15:24:35 *** mareias has quit IRC
15:38:09 *** mareias has joined #openmrs
15:46:13 *** LeeBreisacher1 has left #openmrs
15:46:40 *** LeeBreisacher has joined #openmrs
15:52:48 *** mareias has quit IRC
15:57:31 *** dahde has joined #openmrs
15:57:33 *** mareias has joined #openmrs
15:58:23 *** elliott_w has joined #openmrs
15:58:23 *** ChanServ sets mode: +o elliott_w
16:05:51 *** djazayeri has quit IRC
16:14:29 *** nribeka has joined #openmrs
16:14:29 *** ChanServ sets mode: +v nribeka
16:15:27 *** elly_ has joined #openmrs
16:15:37 *** ryates has joined #openmrs
16:15:37 *** ChanServ sets mode: +o ryates
16:16:05 *** Mkop has left #openmrs
16:16:21 *** akwatuha__ has joined #openmrs
16:16:35 *** mseaton_ has joined #openmrs
16:16:37 *** jennparise_ has joined #openmrs
16:16:41 *** ruwanego___ has joined #openmrs
16:17:21 *** AdaYeung has joined #openmrs
16:17:25 *** docpaul has joined #openmrs
16:17:25 *** ChanServ sets mode: +o docpaul
16:17:27 *** r0bby has joined #openmrs
16:17:27 *** ChanServ sets mode: +v r0bby
16:17:38 *** burke has joined #openmrs
16:17:38 *** ChanServ sets mode: +o burke
16:17:38 *** cospih_ has joined #openmrs
16:17:41 *** rafa has joined #openmrs
16:17:41 *** ChanServ sets mode: +v rafa
16:25:19 *** downey has joined #openmrs
16:25:19 *** ChanServ sets mode: +o downey
16:25:19 *** OpenMRSBot sets mode: +o downey
16:25:35 <wyclif_> hi cpower
16:28:19 *** djazayeri has joined #openmrs
16:28:19 *** ChanServ sets mode: +o djazayeri
16:30:43 *** LeeBreisacher has left #openmrs
16:31:31 *** djazayeri1 has joined #openmrs
16:31:31 *** djazayeri has quit IRC
16:43:48 <wyclif_> djazayeri1: is it us the core debs to release name phonetics module?
16:59:55 *** LeeBreisacher1 has joined #openmrs
17:05:20 *** LeeBreisacher1 has left #openmrs
17:16:17 *** LeeBreisacher has joined #openmrs
17:31:27 <OpenMRSBot> Recent updates in the world of openmrsci: RC-RC-29 has FAILED (1 tests failed) : Manual build by Wyclif Luyima <https://ci-stg.openmrs.org/browse/RC-RC-29>
17:35:29 *** djazayeri1 has quit IRC
18:04:05 <h3llborn> rafa: where should I upload the installers to? any suggestions?
18:06:16 *** mareias has quit IRC
18:18:09 <wyclif_> jkeiper: are the unit tests for reg core passing for you?
18:19:00 *** shruthd has joined #openmrs
18:19:29 *** mareias has joined #openmrs
19:06:20 *** ciaron has joined #openmrs