IRC Chat : 2013-09-04 - OpenMRS

00:00:33 <LeeBreisacher1> wyclif: oh, here's the err msg: HibernateContextDAO.authenticate(194) |2013-09-03 16:53:28,248| Failed login attempt (login=admin) - Invalid username and/or password: admin
00:00:37 <wyclif> LeeBreisacher1: DB password or openers password?
00:00:55 <LeeBreisacher1> wyclif: I think that err msg is referring to the DB pwd, right?
00:01:00 <wyclif> LeeBreisacher1: i think you mean that openers username/password
00:01:25 <wyclif> LeeBreisacher1: where you get locked out
00:01:33 <LeeBreisacher1> wyclif: hm, that error msg is from Hibernate
00:01:51 <LeeBreisacher1> wyclif: no, this is not an error I see when trying to login
00:02:08 <LeeBreisacher1> wyclif: this is an error I see in the jetty log when trying to startup openmrs
00:03:28 <wyclif> LeeBreisacher1: are you able to start openers?
00:03:34 <wyclif> LeeBreisacher1: openmrs?
00:03:54 <LeeBreisacher1> wyclif: plain openmrs, yes, but not refapp
00:04:27 <wyclif> LeeBreisacher1: do you see the normal ref app login page
00:04:36 <LeeBreisacher1> wyclif: no
00:04:53 <wyclif> LeeBreisacher1: then some module failed to start
00:05:14 <LeeBreisacher1> wyclif: yesterday, I was seeing this error: groovy.lang.MissingPropertyException: No such property: locations for class: SimpleTemplateScript1
00:05:39 <wyclif> LeeBreisacher1: i saw someone mention on the devlist about that error
00:05:42 <LeeBreisacher1> wyclif: then today I noticed that Hibernate auth error in the log and thought it might be important
00:06:24 <wyclif> so can you try logging into openers and see the modules that failed to start
00:07:17 <wyclif> LeeBreisacher1: so can you try logging into openmrs and see the modules that failed to start
00:07:56 <LeeBreisacher1> wyclif: but I get that groovy MissingPropExc trying to OPEN the login page!
00:08:49 <LeeBreisacher1> wyclif: there must be somewhere that the mysql database id/pwd is setup for openmrs, right? where is that?
00:10:30 <LeeBreisacher1> wyclif: oh, it looks like the initial-setup creates an "openmrs_user" in the database. hm..
00:10:41 <wyclif> wyclif: am still confused by what the problem is
00:10:56 <LeeBreisacher1> wyclif: me too! I have several..
00:11:20 <wyclif> LeeBreisacher1: so that means all modules are started but when you try to view the ref app login page you get a groovy exception, right?
00:11:32 <LeeBreisacher1> wyclif: yes, the problem yesterday was that groovy exception.
00:11:54 <wyclif> LeeBreisacher1: then i would think that has nothing to do with the pasword
00:12:34 <LeeBreisacher1> wyclif: then today I started from scratch again, but before it finished loading all the refapp modules, I noticed that Hibernate authenticate error in the log and figured I should try to fix that first.
00:13:11 <LeeBreisacher1> wyclif: HibernateContextDAO.authenticate(194) |2013-09-03 16:53:28,248| Failed login attempt (login=admin) - Invalid username and/or password: admin
00:13:28 <wyclif> LeeBreisacher1: that is not the cause
00:13:31 <LeeBreisacher1> wyclif: isn't that an important error that I should fix?
00:14:09 <wyclif> LeeBreisacher1: no, that is because your scheduler username/password global property values are wrong
00:14:28 <LeeBreisacher1> wyclif: and that is not important?
00:14:29 <wyclif> LeeBreisacher1: but the error you are seeing on the login page is something else
00:14:58 <LeeBreisacher1> wyclif: ok, just thought they might be related...
00:15:20 <wyclif> LeeBreisacher1: that password issue is something you just need to fix locally for you openmrs instance by setting the correct username/password GPs values
00:15:22 <LeeBreisacher1> wyclif: let me try starting openmrs with all the refapp modules again
00:15:31 <wyclif> LeeBreisacher1: hold on
00:16:17 <wyclif> LeeBreisacher1: devtest01 is starting fine meaning you probably miss some updates, if you have local builds of modules you might want to first update all and restart
00:16:43 <wyclif> LeeBreisacher1: this can be non trivial, so u might want to start with certain modules to update
00:16:46 <LeeBreisacher1> wyclif: I've done that many times in the last few days
00:17:08 <LeeBreisacher1> wyclif: also note: when I run refapp within the vagrant vm, it works fine. every time.
00:17:53 <LeeBreisacher1> wyclif: it's just the Windows setup that's not working. which is also using jetty:run. and mysql that's installed in Windows (separate from the vagrant VM of course).
00:17:59 <wyclif> LeeBreisacher1: like referenceapplication, appui, uiframework, uicommon, appframework, coreapps and the distro
00:18:48 <LeeBreisacher1> wyclif: but the refapp that runs inside the vagrant VM is using the exact same distro files as in Windows.
00:18:55 <wyclif> LeeBreisacher1: did you see the email daniale sent out on the devlist and darius suggested they do some debugging of some code in the uiframework module?
00:19:44 <LeeBreisacher1> wyclif: yes, I tried some of that, but got lost (I'm not familiar enough with all the details).
00:20:09 <wyclif> LeeBreisacher1: and racal runs windows and he hasn't yet run into this so i doubt if is a windows issues probably
00:20:23 <wyclif> LeeBreisacher1: racal ->rafal
00:20:39 <LeeBreisacher1> wyclif: actually, rafal did run into this on Windows using tomcat (but not with jetty). confusing.
00:21:14 <djazayeri> LeeBreisacher1: hey, if you're in a position to screenshare, perhaps we can try stepping through the uiframework code
00:21:17 <wyclif> LeeBreisacher1: then it sounds like something that needs to be debugged as darius said
00:21:38 <LeeBreisacher1> wyclif: I don't think it is a Windows-specific issue, it's almost certainly something goofy in my particular setup (maybe mysql or the way jetty is being started? )
00:22:23 <wyclif> djazayeri: djazayeri, LeeBreisacher1 could be a file system issue on windows e.g the slash being used in file paths
00:23:10 <LeeBreisacher1> wyclif: if you have time for that.... but let me finish starting refapp and see if I still get the same error...(takes several minutes...)
00:23:28 <wyclif> LeeBreisacher1: ok
00:25:54 <LeeBreisacher1> wyclif: while we're waiting...another question: it looks like the openmrs pwd on devtest01 is different from the pwd when running locally (admin/test). why is that? and where is that in the code/config files?
00:27:11 <dkayiwa> djazayeri: hi
00:28:01 <LeeBreisacher1> wyclif: arg. now I get a different problem! the Reference Demo Data Module shows as "Not Started", so I don't get the refapp login.
00:28:35 <LeeBreisacher1> wyclif: we saw this on bamboo for a few days a few weeks ago. any suggestions?
00:29:08 <djazayeri> dkayiwa: hi
00:29:55 <dkayiwa> djazayeri: i have still not yet figure out how RegisterPatientPageController updates the birthdate from the day, month and year
00:30:07 <dkayiwa> djazayeri: so any pointers are very welcome :)
00:30:22 <LeeBreisacher1> wyclif: I see this in the jetty log:
00:30:22 <LeeBreisacher1> WARN - ModuleUtil.refreshApplicationContext(829) |2013-09-03 17:18:18,696| Unable to invoke started() method on the module's activator
00:30:22 <LeeBreisacher1> java.lang.NullPointerException
00:30:22 <LeeBreisacher1> at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.configureConceptsIfNecessary(ReferenceDemoDataActivator.java:231)
00:30:22 <LeeBreisacher1> at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.started(ReferenceDemoDataActivator.java:75)
00:30:23 <LeeBreisacher1> at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:823)
00:30:23 <LeeBreisacher1> at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:867)
00:30:24 <LeeBreisacher1> at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:590)
00:30:24 <LeeBreisacher1> at org.openmrs.web.Listener.startOpenmrs(Listener.java:230)
00:30:25 <LeeBreisacher1> at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:46)
00:31:01 <djazayeri> dkayiwa: how about line 63 of RegisterPatientPageController?
00:31:23 <djazayeri> dkayiwa: 63-73
00:31:31 <dkayiwa> djazayeri: that is for the estimated values (which is very clear)
00:31:40 <dkayiwa> djazayeri: am talking about the non estimated ones
00:32:07 <dkayiwa> djazayeri: the ones from the actual 3 fields date widget
00:32:17 <djazayeri> dkayiwa: ah, let me see
00:35:14 <djazayeri> dkayiwa: so, I think the cod is a bit ugly, but it happens in multipleInputDate.gsp, lines 56-82
00:35:32 <dkayiwa> djazayeri: let me check
00:36:05 <djazayeri> dkayiwa: when any of those fields is blurred, then it gets the day, month, andyear fields, and sets the input's value.
00:36:32 <dkayiwa> djazayeri: ok
00:42:12 <wyclif> LeeBreisacher1: that NPE you are getting is a problem, i think it happens if the CIELE concept are not imported because it seems like a concept hasn't been found by the defined uuid hence the NPE
00:42:41 <LeeBreisacher1> wyclif: uh..ok..
00:43:51 <wyclif> LeeBreisacher1: though am not sure why the CIEL dictionary import might have failed or when it is loaded, the module's activator needs to be called after the dictionary is loaded and if it is not happening then it is a bug
00:44:18 <wyclif> LeeBreisacher1: can you reproduce it consistently?
00:44:49 <LeeBreisacher1> wyclif: I updated that module and ran it again. same thing.
00:52:23 <LeeBreisacher1> wyclif: set a breakpoint where the NPE is happening. it appears to be on this entry: 159394AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=Diagnosis Certainty
00:58:17 <wyclif> LeeBreisacher1: you might want to make sure that the cidl dictionary is imported and that the reference metadata has been successfully imported
00:58:38 <LeeBreisacher1> wyclif: how do I do that?
00:58:40 <wyclif> LeeBreisacher1: i meant to say cidl dictionary
00:58:54 <wyclif> l cidl -> ciel
00:59:08 <wyclif> LeeBreisacher1: you could just reinstall
00:59:15 <LeeBreisacher1> wyclif: reinstall what?
00:59:20 <wyclif> LeeBreisacher1: openmrs
00:59:43 <wyclif> LeeBreisacher1: is your the referencemetadata module up to date?
00:59:48 <LeeBreisacher1> wyclif: you lost me. what does "install openmrs" mean? I don't think I've ever done that.
01:00:41 <wyclif> LeeBreisacher1: reinstall technicaly means drop the database and delete the application data directory
01:01:17 <LeeBreisacher1> wyclif: I did drop the DB a little while ago, and deleted the app data directory
01:01:48 <wyclif> LeeBreisacher1: can you look into your database and confirm you don't have a concept with that uuid using sql
01:02:09 <LeeBreisacher1> wyclif: checking the referencemetadata module... but why does it need to be up to date? when I go to the distro module and "mvn clean install" doesn't that get the latest of all the modules from maven repo?
01:03:09 <LeeBreisacher1> wyclif: I think I'm *still* unclear about whether maven is getting modules from my local copies of projects vs. getting latest from remote repo
01:03:11 <wyclif> LeeBreisacher1: if it doesn't exist then there are 2 causes of that, the reference metadata module's activator failed so look in the logs for any other error log messages related to it or the cidl dictionary is not getting loaded
01:04:49 <wyclif> LeeBreisacher1: normally if you have a module checkout from git and you built a snapshot version of it, maven will always use that snapshot version unless you delete it from your maven repo
01:05:12 <LeeBreisacher1> wyclif: even if it is several days old?
01:05:37 <wyclif> LeeBreisacher1: yes even if it is 1 year+ old
01:05:57 <wyclif> LeeBreisacher1: mark my word, this is only true for snapshot versions
01:06:18 <wyclif> LeeBreisacher1: actually it is true for all versions
01:06:36 <LeeBreisacher1> wyclif: oh!! I did not know that. I thought once a module is older than one day, then the remote repo "wins". darn. let me double check ALL my local modules then. sorry...
01:08:29 <wyclif> LeeBreisacher1: if you have an artifact you build locally, maven continues to use that, it only fetched new copies for artifacts it fetched remotely
01:09:31 <wyclif> LeeBreisacher1: this is the pattern i notice for the time i have used maven, if i checkout a module and build my own artifact, it never drops it
01:13:06 <wyclif> LeeBreisacher1: i think maven keeps metadata about an artifact and can tell those it downloaded from a remote repo Vs those you created locally from you builds
01:16:41 <LeeBreisacher1> wyclif: thank you very much for explaining that. explains a lot. I'm now fetching and rebuilding EVERYTHING I have local copies of...
01:18:55 <wyclif> LeeBreisacher1: but if am using an artifact for a module i have never cloned and build on my own, i never worry about updating it, maven takes care of that for me by i guess once a day
01:47:44 *** dkayiwa_ has joined #openmrs
01:48:25 *** djazayeri has quit IRC
01:49:57 *** dkayiwa has quit IRC
01:49:57 *** dkayiwa_ is now known as dkayiwa
01:52:25 <OpenMRSBot> Recent updates in the world of openmrsci: PRM-PAPER-25 has FAILED : Updated by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-25>
02:48:05 *** dkayiwa has quit IRC
02:54:28 *** LeeBreisacher1 has quit IRC
03:07:23 *** LeeBreisacher has joined #openmrs
04:11:42 *** harsz89 has joined #openmrs
04:11:42 *** ChanServ sets mode: +v harsz89
04:27:43 *** maninc has joined #openmrs
04:38:11 *** LeeBreisacher1 has joined #openmrs
04:40:00 *** LeeBreisacher2 has joined #openmrs
04:40:09 *** LeeBreisacher2 has left #openmrs
04:40:32 *** LeeBreisacher has quit IRC
04:43:22 *** LeeBreisacher1 has quit IRC
04:52:53 *** rday has quit IRC
04:54:06 *** wyclif has quit IRC
04:55:42 *** breeze has joined #openmrs
04:57:32 *** rday has joined #openmrs
05:21:55 *** breeze has quit IRC
05:22:41 *** mareias has joined #openmrs
05:34:59 *** LeeBreisacher2 has joined #openmrs
05:35:12 *** LeeBreisacher2 has left #openmrs
05:42:40 *** djazayeri has joined #openmrs
05:42:40 *** ChanServ sets mode: +o djazayeri
06:02:30 *** LeeBreisacher2 has joined #openmrs
06:02:49 <LeeBreisacher2> dsjazayeri: still working?
06:03:48 <LeeBreisacher2> djazayeri: still working?
06:04:07 <djazayeri> LeeBreisacher2: I'm testing some tickets, though I should be going to bed
06:04:19 <LeeBreisacher2> djazayeri: yeah, me too..
06:05:03 <LeeBreisacher2> djazayeri: (1) I learned something very useful about maven dependencies, but (2) I still have the same error.
06:05:19 <LeeBreisacher2> djazayeri: quite frustrated
06:06:07 <djazayeri> LeeBreisacher2: I don't think I'm up for screensharing + debugging now, unfortunately
06:06:16 <LeeBreisacher2> djazayeri: no no, I wasn't suggesting that
06:06:20 <djazayeri> LeeBreisacher2: is the same error the groovy template error one?
06:06:20 <LeeBreisacher2> djazayeri: just venting..
06:06:25 <LeeBreisacher2> djazayeri: yes
06:06:39 <djazayeri> LeeBreisacher2: we really should try stepping through with a debugger tomorrow
06:06:44 <LeeBreisacher2> djazayeri: ok
06:06:46 <LeeBreisacher2> djazayeri: thanks
06:09:25 *** LeeBreisacher2 has left #openmrs
06:43:31 *** mareias has quit IRC
06:48:06 *** rcrichton has joined #openmrs
06:50:33 *** mani_nc has joined #openmrs
06:50:47 *** k-joseph has joined #openmrs
06:51:39 *** maninc has quit IRC
06:57:54 *** burke has quit IRC
06:57:54 *** ruwanego___ has quit IRC
06:58:16 *** robbyoconnor has joined #openmrs
06:58:16 *** ChanServ sets mode: +v robbyoconnor
07:06:00 *** rday has quit IRC
07:23:37 *** djazayeri1 has joined #openmrs
07:26:30 *** djazayeri has quit IRC
07:35:11 *** dkayiwa has joined #openmrs
07:39:13 *** djazayeri1 has quit IRC
08:11:55 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Kenya Metadata Tools 1.2 uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=kenyametadatatools&ampversion=&amp1.2> || OpenMRS Modules: KenyaCore 0.8.2 uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=kenyacore&ampversion=&amp0.8.2>
08:34:04 *** k-joseph has quit IRC
08:40:51 *** dkayiwa_ has joined #openmrs
08:41:22 *** dkayiwa has quit IRC
08:41:22 *** dkayiwa_ is now known as dkayiwa
08:51:12 *** dkayiwa has quit IRC
08:52:00 *** burke has joined #openmrs
08:52:00 *** ChanServ sets mode: +o burke
08:53:05 *** ruwanego___ has joined #openmrs
09:30:12 *** harsz89 has quit IRC
09:31:40 *** mani_nc has quit IRC
09:32:25 *** mani_nc has joined #openmrs
09:39:37 *** DraggonZ has quit IRC
09:40:05 *** akwatuha__ has quit IRC
09:40:07 *** lstanisic has quit IRC
09:40:26 *** jkeiper has quit IRC
09:41:15 *** h3llborn has quit IRC
09:41:15 *** downey has quit IRC
09:41:19 *** nribeka has quit IRC
09:50:16 *** mani_nc has quit IRC
09:51:18 *** mani_nc has joined #openmrs
10:18:34 *** NameFILIP has joined #openmrs
10:18:34 *** ChanServ sets mode: +v NameFILIP
10:27:10 *** k-joseph has joined #openmrs
10:41:33 *** nribeka has joined #openmrs
10:41:33 *** ChanServ sets mode: +v nribeka
10:41:35 *** jkeiper has joined #openmrs
10:41:35 *** ChanServ sets mode: +v jkeiper
10:42:14 *** akwatuha__ has joined #openmrs
10:43:12 *** lstanisic has joined #openmrs
10:43:57 *** h3llborn has joined #openmrs
10:43:57 *** ChanServ sets mode: +v h3llborn
10:58:04 *** mani_nc has quit IRC
11:06:34 *** dmulindwa has quit IRC
11:13:15 *** dmulindwa has joined #openmrs
11:14:44 *** downey has joined #openmrs
11:14:44 *** ChanServ sets mode: +o downey
11:14:44 *** OpenMRSBot sets mode: +o downey
11:18:38 *** maninc has joined #openmrs
11:21:26 *** DraggonZ has joined #openmrs
11:21:27 *** ChanServ sets mode: +v DraggonZ
11:28:30 *** harsz89 has joined #openmrs
11:28:30 *** ChanServ sets mode: +v harsz89
11:37:23 *** mareias has joined #openmrs
11:38:52 *** k-joseph has quit IRC
12:05:17 *** _dmn has joined #openmrs
12:10:55 *** dkayiwa has joined #openmrs
12:14:29 *** maninc has quit IRC
12:15:07 *** harsha89 has joined #openmrs
12:15:33 *** harsz89 has quit IRC
12:18:11 *** mareias has quit IRC
12:23:21 *** dmulindwa has quit IRC
12:23:30 *** dmulindwa has joined #openmrs
12:35:05 *** _dmn has quit IRC
12:44:58 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-OMODDISTRO-1105 has FAILED : Dependant of CA-CA-202 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1105>
12:48:06 <h3llborn> rafa: morning! :P
12:52:28 <h3llborn> rafa: quick quesiton
12:58:10 *** harshadura has joined #openmrs
12:58:10 *** ChanServ sets mode: +v harshadura
12:58:49 *** k-joseph has joined #openmrs
13:10:09 <rafa> downey: connect login doesn't work for me again
13:10:19 <rafa> downey: I need you to start the univ call for me
13:11:01 <rafa> jkeiper: or maybe you could help?
13:11:10 <jkeiper> i can
13:11:11 <jkeiper> one sec
13:12:19 *** wyclif has joined #openmrs
13:14:11 <wyclif> hi dj
13:36:19 <jkeiper> rafa: let me know when you need the recording stopped -- had to step into another meeting
13:43:49 *** djazayeri has joined #openmrs
13:43:49 *** ChanServ sets mode: +o djazayeri
13:53:29 <h3llborn> back to irc :P
13:53:40 <dkayiwa> h3llborn: as usual :D
13:54:21 <h3llborn> dkayiwa: you know it, I even have irccloud on my phone, so when I'm on the go I can chat xD
13:54:50 <dkayiwa> h3llborn: thats explains why i never see you grayed out :)
13:55:24 <h3llborn> dkayiwa: ya, well it usually greys out when I go to bed, but thats about it
13:56:03 <dkayiwa> h3llborn: when your bed is here, then i wonder when it ever grays out :)
13:56:23 <h3llborn> dkayiwa: ahaha probably only when im dead or on vacation
13:56:51 <dkayiwa> h3llborn: lets see when that happens :)
13:57:19 <h3llborn> dkayiwa: more what happens first xD
13:57:33 <dkayiwa> h3llborn: :D
13:58:28 <h3llborn> rafa: I sent you an email with the latest installer
13:58:47 *** LeeBreisacher has joined #openmrs
14:01:46 <h3llborn> dkayiwa: well I think its time for some breakfast
14:02:15 <dkayiwa> h3llborn: oh :)
14:02:27 <h3llborn> dkayiwa: what time is it over where you are?
14:02:37 <dkayiwa> h3llborn: i first looked at my local time and i was like, breakfast at 5pm??? :)
14:03:01 <h3llborn> dkayiwa: haha ya, no its 10am here in Canada
14:03:03 <dkayiwa> h3llborn: then i remembered your univ call showed time of 9am on your mac :)
14:03:26 <h3llborn> dkayiwa: ya, well in ontario its 10am
14:03:33 <dkayiwa> h3llborn: oh cool :)
14:03:39 <h3llborn> dkayiwa: where are you btw?
14:03:56 <dkayiwa> h3llborn: ever heard of a place called Kampala? :)
14:04:20 <dkayiwa> h3llborn: please do not google it :D
14:04:26 <h3llborn> dkayiwa: I havne't
14:04:37 <h3llborn> dkayiwa: where is it?
14:04:44 <dkayiwa> h3llborn: i would be shocked if you had :)
14:04:52 <dkayiwa> h3llborn: ever heard of Uganda? :)
14:04:58 <h3llborn> dkayiwa: yepp
14:05:08 <dkayiwa> h3llborn: there you go :)
14:05:29 <h3llborn> dkayiwa: how's the internet over there?
14:05:48 <dkayiwa> h3llborn: it is much better than it used to be a few years ago
14:06:04 <h3llborn> dkayiwa: glad to hear! in canada its getting better too!
14:06:12 <dkayiwa> h3llborn: though it still does not beat yours :)
14:06:12 <h3llborn> dkayiwa: however it is still a bit expensive
14:06:32 <wyclif> hi djazayeri
14:06:36 <h3llborn> dkayiwa: my parents pay around 88$/month for ~150mb/s
14:06:55 <dkayiwa> h3llborn: there is no way it can be more expensive than mine :)
14:07:18 <h3llborn> dkayiwa: ahah if you were to get fiber to your house here you'd be paying 250$/a month
14:08:04 <dkayiwa> h3llborn: for the same here, a good deal would start by doubling yours :)
14:09:00 <h3llborn> dkayiwa: what kind of speeds do they offer over there btw?
14:09:24 <dkayiwa> h3llborn: like 1/3 of yours :)
14:09:57 <h3llborn> dkayiwa: ahah damn, imagine if you could get google fiber there
14:10:20 <dkayiwa> h3llborn: man that would be like, yikes!!!!
14:11:14 <h3llborn> dkayiwa: haha ya I wish we had this in canada, here you get scrwed by rogers, bell and telus
14:11:55 <dkayiwa> h3llborn: am assuming rogers does not stand for friendman :)
14:12:22 <h3llborn> dkayiwa: if it did , friedman would be a billionare
14:12:46 <wyclif> hi djazayeri
14:12:48 <dkayiwa> h3llborn: are you sure he is not? :)
14:13:23 <h3llborn> dkayiwa: well that would be pretty awesome if he was
14:13:44 <dkayiwa> h3llborn: just ask him. you will be shocked :)
14:13:56 <h3llborn> dkayiwa: too bad he's not around atm
14:14:10 <dkayiwa> h3llborn: be sure he will be here shortly
14:14:23 <h3llborn> dkayiwa: well that gives me time for some breakfast, brb
14:14:38 <dkayiwa> h3llborn: sure
14:16:08 <cpower> Hello everyone ready to scrum?
14:19:04 <h3llborn> cpower: sure
14:19:30 <cpower> great!
14:19:39 <cpower> !scrumon cpower
14:19:39 * 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 cpower- you may begin when ready.
14:20:13 <cpower> Order: wyclif , rafa , dkayiwa , djazayeri, h3llborn
14:20:52 *** dmulindwa has quit IRC
14:21:57 <cpower> wyclif: you are up
14:22:54 <wyclif> ok
14:23:09 <wyclif> Monday:
14:23:09 <wyclif> - Reviewed
14:23:11 <wyclif> - TODO items for TRUNK-3986 - Add ConceptNameTagValidator to Core API
14:23:12 <wyclif> - TRUNK-3094 - Add delete/purge for program states in the workflow
14:23:14 <wyclif> - Complete RA-194 - Remove paper record management module from the refapp distro
14:23:15 <wyclif> - Complete Review TODOs for TRUNK-3903 - Add a concept_numeric.display_precision (int)
14:23:17 <wyclif> Tuesday:
14:23:18 <wyclif> -RA retro call
14:23:19 <wyclif> -design call
14:23:20 <wyclif> -Review code for TRUNK-3499 - Support more CustomDatatypes and their associated CustomDatatypeHandlers
14:23:21 <wyclif> Blockers: None
14:23:32 <wyclif> djazayeri: can we chat after scrum about RA-194
14:25:10 <dkayiwa> Made followup commits for: Issues with estimated birthdates - RA-181
14:25:10 <dkayiwa> Made a followup commit for: Display birthdate in patient header - RA-21
14:25:10 <dkayiwa> Made a followup commit for: Swap confirmation button on Registration Confirmation page - RA-183
14:25:10 <dkayiwa> Committed: Cannot edit patient birthdate - RA-193
14:25:11 <dkayiwa> Working on: UX issue with HTML Form Entry and the ADT form - RA-206
14:25:11 <dkayiwa> No Blockers
14:26:03 <cpower> djazayeri: can you give us a quick update before IPM
14:26:47 <djazayeri> yeah, one sec
14:27:34 <djazayeri> Recently
14:27:34 <djazayeri> * Review lots of work by Daniel and Rafal who weren't on holiday
14:27:34 <djazayeri> * Paired with cvortmann on Dispensing
14:27:34 <djazayeri> * Worked on HTML-114 - Support creation of observations with a drug as a value
14:27:36 <djazayeri> no blockers
14:27:46 <h3llborn> Today
14:27:46 <h3llborn> - Presented sdk in university call
14:27:46 <h3llborn> - Work on bugs associated with SDK-11
14:27:46 <h3llborn> - Consult with rafa on that topic
14:27:46 <h3llborn> - Eat breakfast, eggs are boiling as we speak.
14:29:25 <cpower> lol
14:29:27 <cpower> ok!
14:30:29 <cpower> Announcements: Design call today 2hr, PM call, and so much more. Let me know if you have any questions
14:30:33 <cpower> !scrumoff
14:30:33 * 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:36:19 <djazayeri> dkayiwa: Retro on standup hangout
14:38:32 <djazayeri> dkayiwa, rafa, wyclif, LeeBreisacher: http://notes.openmrs.org/RefApp-iteration-6-retro
14:39:19 <rafa> h3llborn: hey, I pushed some changed to openmrs-sdk
14:39:33 <rafa> h3llborn: be sure to pull them before you start working
14:39:50 <h3llborn> rafa: ok sweet! I'll take a look :) just having breakfast atm, anything you want me to look at in paticular?
14:40:24 <rafa> h3llborn: no I just fixed tests and a problem with extra -omod that I spotted on the univ call
14:41:42 <h3llborn> rafa: ok, well Ill see what I can do about removing openmrs-project from the module pom.xml
14:42:06 <h3llborn> rafa: and why jetty can't be found...
14:45:16 <rafa> h3llborn: please try again from scratch to see if it gets added now after my fixes
14:45:27 *** dkayiwa has quit IRC
14:45:54 <h3llborn> rafa: ok, ill clone another module and try it out!
14:51:33 *** dkayiwa has joined #openmrs
14:57:27 <OpenMRSBot> Recent updates in the world of openmrsci: PRM-PAPER-26 has FAILED (1 tests failed) : Updated by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-26>
14:58:06 *** NameFILIP has quit IRC
15:05:29 <OpenMRSBot> Recent updates in the world of openmrsci: PRM-PAPER-27 has FAILED : Updated by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-27>
15:12:34 *** rcrichton has quit IRC
15:14:02 *** rday has joined #openmrs
15:24:23 *** dmulindwa has joined #openmrs
15:37:53 *** cospih_ has joined #openmrs
15:38:52 *** k-joseph has quit IRC
15:39:17 *** cospih has quit IRC
15:53:36 *** _dmn has joined #openmrs
15:56:33 *** rday has quit IRC
15:57:16 *** dmulindwa has quit IRC
15:58:28 *** NameFILIP has joined #openmrs
15:58:28 *** ChanServ sets mode: +v NameFILIP
16:02:55 *** NameFILIP has quit IRC
16:13:05 <LeeBreisacher> djazayeri: I was obviously barely paying attention to the planning. I really do wish I could spend some cycles doing "real" work on openmrs. but alas..
16:13:37 <LeeBreisacher> djazayeri: maybe after I retire in another 10yrs or so...
16:14:01 <LeeBreisacher> djazayeri: anyway, I'd still appreciate some time figuring out this groovy exception problem
16:17:42 <djazayeri> LeeBreisacher: in 15 minutes I will have 20 minutes to screenshare on that
16:17:51 <LeeBreisacher> djazayeri: cool
16:23:19 *** _dmn has quit IRC
16:30:46 *** breeze has joined #openmrs
16:37:54 <OpenMRSBot> Recent updates in the world of openmrsci: PRM-PAPER-27 has FAILED : Updated by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-27> || PRM-PAPER-26 has FAILED (1 tests failed) : Updated by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-26> || REFAPP-OMODDISTRO-1105 has FAILED : Dependant of CA-CA-202 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1105> || PRM-PAPER-25 has FAILED : Updated by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-25> || AF-AF-52 has FAILED (1 tests failed) : Updated by Cosmin Ioan <https://ci-stg.openmrs.org/browse/AF-AF-52> || REFAPP-OMODDISTRO-1088 has FAILED : Dependant of UICM-UICOMMONS-218 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1088> || REFAPP-OMODDISTRO-1087 has FAILED : Dependant of CA-CA-195 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1087> || REGAPP-REGAPP-66 has FAILED (1 tests failed) : Updated by dkayiwa <https://ci-stg.openmrs.org/browse/REGAPP-REGAPP-66> || REFAPP-OMODDISTRO-1081 has FAILED (2 tests failed) : Dependant of CA-CA-192 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1081> || REFAPP-OMODDISTRO-1080 has FAILED (2 tests failed) : Dependant of CA-CA-191 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1080> || REFAPP-OMODDISTRO-1079 has FAILED (2 tests failed) : Dependant of CA-CA-190 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1079> || REFAPP-OMODDISTRO-1078 has FAILED (2 tests failed) : Dependant of REGAPP-REGAPP-63 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1078> || REFAPP-OMODDISTRO-1077 has FAILED (2 tests failed) : Rebuilt 1 times <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1077> || REFAPP-OMODDISTRO-1076 has FAILED (2 tests failed) : Dependant of TRUNK-LATEST-85 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1076> || PRM-PAPER-24 has FAILED : Manual build by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-24> || PRM-PAPER-23 has FAILED : Updated by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-23> || REFAPP-OMODDISTRO-1066 has FAILED : Dependant of CA-CA-182 <https://ci-stg.openmrs.org/browse/REFAPP-OMODDISTRO-1066>
16:41:52 <OpenMRSBot> Recent updates in the world of openmrsci: PRM-PAPER-28 has FAILED : Updated by Mark Goodrich <https://ci-stg.openmrs.org/browse/PRM-PAPER-28>
16:47:12 <djazayeri> LeeBreisacher: hi
16:47:34 <LeeBreisacher> djazayeri: hi
16:47:59 <djazayeri> LeeBreisacher: want to screenshare and debug for 10 minutes?
16:48:06 <LeeBreisacher> djazayeri: ok
16:48:18 <LeeBreisacher> djazayeri: do we just use the usual hangout?
16:48:22 <djazayeri> LeeBreisacher: sure
16:59:03 *** NameFILIP has joined #openmrs
16:59:04 *** ChanServ sets mode: +v NameFILIP
17:03:51 *** NameFILIP has quit IRC
17:21:28 *** breeze has quit IRC
17:23:13 <downey> djazayeri: you can use the "Tools -> View Storage Format" on a confluence page for details on its markup (not quite what you want)
17:24:39 <djazayeri> downey: I don't see that option under Tools. (But as you say, it's not what I want, so let's not bother spending any time on that.)
17:26:56 *** NameFILIP has joined #openmrs
17:26:56 *** ChanServ sets mode: +v NameFILIP
17:28:08 *** GitHub73 has joined #openmrs
17:28:08 <GitHub73> [openmrs-core] wluyima pushed 1 new commit to master: http://git.io/X1bAjQ
17:28:08 <GitHub73> openmrs-core/master 7a551f1 rkorytkowski: TRUNK-3843 Introduce API performance tests
17:28:08 *** GitHub73 has left #openmrs
17:30:20 *** GitHub160 has joined #openmrs
17:30:21 <GitHub160> [openmrs-core] wluyima closed pull request #348: TRUNK-3843 Introduce API performance tests (master...TRUNK-3843) http://git.io/r1Oayw
17:30:21 *** GitHub160 has left #openmrs
18:11:02 <wyclif> djazayeri: are you joining the design call?
18:11:11 <djazayeri> wyclif: yeah, will be there in 2 minutes
18:47:05 *** harsha89 has quit IRC
18:52:31 *** mareias has joined #openmrs
19:18:55 *** cospih_ has quit IRC
19:20:26 *** cospih has joined #openmrs
19:38:17 *** mareias has quit IRC
19:55:17 *** harshadura has quit IRC
20:51:02 *** NameFILIP has quit IRC
20:51:32 *** NameFILIP has joined #openmrs
20:51:33 *** ChanServ sets mode: +v NameFILIP
20:54:18 *** NameFILI_ has joined #openmrs
20:54:19 *** NameFILIP has quit IRC
20:55:13 <jkeiper> mseaton: I'm getting org.hibernate.LazyInitializationException: could not initialize proxy - no Session ... when rendering report results. do you recall this happening before, and what might be the solution?
20:56:55 <jkeiper> mseaton: it's not a time-related issue -- happens even when a report completes in 16 seconds
20:57:10 <jkeiper> mseaton: i'm concerned that flushing / clearing the session to save on memory is causing it ...
21:07:54 <mseaton> jkeiper: sounds related to that issue that has been posed on the implementers list that i copied the dev list on today.
21:09:38 <mseaton> jkeiper: i'm guessing that the primary cause is that we are storing hibernate proxied objects directly as the results of patient data calculations. and there are methods on these objects that are getting called that rely on lazily loaded data, which is throwing errors because the methods are called after the session is closed. for example, formatting an
21:09:38 <mseaton> obs value fails because it tries to access the concept name of the value coded, which is lazy. it is very annoying.
21:10:38 *** cospih has quit IRC
21:16:09 *** cospih has joined #openmrs
21:18:40 *** wyclif has quit IRC
21:36:16 <jkeiper> mseaton: ah, hrm ...
21:36:20 <jkeiper> mseaton: and no workaround yet?
21:41:25 <djazayeri> rafa: ping about RA-159
22:18:37 *** dkayiwa_ has joined #openmrs
22:19:34 *** dkayiwa has quit IRC
22:19:35 *** dkayiwa_ is now known as dkayiwa
22:24:29 *** dkayiwa has quit IRC
22:46:01 *** breeze has joined #openmrs
23:19:59 *** NameFILI_ has quit IRC
23:20:16 *** harsha89 has joined #openmrs
23:33:42 *** breeze has quit IRC
23:50:52 *** NameFILIP has joined #openmrs
23:50:52 *** ChanServ sets mode: +v NameFILIP
23:59:27 *** NameFILIP has quit IRC