IRC Chat : 2013-10-30 - OpenMRS

00:27:30 *** wyclif has quit IRC
00:30:19 *** LeeBreisacher has quit IRC
01:04:25 *** shruthd has joined #openmrs
01:15:25 *** dkayiwa has quit IRC
01:15:31 *** shruthd has quit IRC
01:23:07 *** harshadura has joined #openmrs
01:23:07 *** ChanServ sets mode: +v harshadura
01:37:22 *** djazayeri has quit IRC
01:57:01 *** djazayeri has joined #openmrs
01:57:01 *** ChanServ sets mode: +o djazayeri
02:04:16 *** shruthd has joined #openmrs
02:14:08 *** djazayeri has quit IRC
02:15:25 *** shruthd has quit IRC
02:25:23 *** shruthd has joined #openmrs
02:31:08 *** djazayeri has joined #openmrs
02:31:08 *** ChanServ sets mode: +o djazayeri
02:39:18 *** shruthd has quit IRC
02:40:04 *** harshadura_ has joined #openmrs
02:42:17 *** djazayeri has quit IRC
02:43:29 *** harshadura has quit IRC
03:39:29 *** raonyguimaraes has quit IRC
04:48:42 *** robbyoconnor has joined #openmrs
04:48:43 *** ChanServ sets mode: +v robbyoconnor
05:20:56 *** shruthd has joined #openmrs
06:37:23 *** wyclif has joined #openmrs
06:47:51 *** wyclif has quit IRC
07:01:48 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-DEMO-11 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/REFAPP-DEMO-11>
07:04:55 *** Shangeetha has joined #openmrs
07:15:55 *** shruthd has quit IRC
07:18:57 *** isaac has joined #openmrs
07:21:26 *** isaac_ has joined #openmrs
07:25:04 *** isaac has quit IRC
07:26:11 *** isaac has joined #openmrs
07:27:46 *** isaac_ has quit IRC
07:32:51 *** Mnicho has joined #openmrs
07:32:55 *** ibewes has joined #openmrs
07:33:46 *** Mnicho has quit IRC
07:35:35 *** shruthd has joined #openmrs
07:39:35 *** Shangeetha has quit IRC
07:48:08 *** shruthd has quit IRC
07:49:41 *** isaac_ has joined #openmrs
07:53:45 *** isaac has quit IRC
07:56:21 *** shruthd has joined #openmrs
08:06:00 *** isaac_ has quit IRC
08:17:14 *** isaac has joined #openmrs
08:32:15 *** isaac has quit IRC
08:38:11 *** Shangeetha has joined #openmrs
09:04:51 <Shangeetha> jkeiper: Hi
09:07:52 <Shangeetha> jkeiper: Do you know how to launch openmrs in different tomcat and mysql ports to test sync module functionality ? Thanks.
09:14:45 <Shangeetha> Hello, Is there anyone who can help me with implementing sync module? Thanks.
09:16:55 *** Shangeetha has quit IRC
09:17:20 *** Mnicho has joined #openmrs
09:23:48 *** Shangeetha has joined #openmrs
09:25:49 <ibewes> Shangeetha: We use a test openmrs instance running under a different context within a single tomcat instance. We also use a single mysql instance with multiple schemas to support both our demo site and dev site on the same server
09:30:05 *** Shangeetha has quit IRC
09:33:33 *** Shangeetha has joined #openmrs
09:33:50 *** dkayiwa has joined #openmrs
09:34:30 <Shangeetha> ibewes: Thanks. Can you please explain further?
09:35:15 <Shangeetha> ibewes: Did you do several deployments inside tomcat6? We have one test server ( Ubuntu Desktop) and a laptop ( Ubuntu OS installed)
09:35:32 <ibewes> Shangeetha: surely, I'm just saying that you don't have to have separate instances of tomcat or mysql running
09:35:34 <Shangeetha> ibewes: So how can we test this sync module?
09:36:15 <Shangeetha> ibewes: Ok how can i do many deployments inside tomcat6? Is it by changing into different names?
09:37:03 <ibewes> Shangeetha: yeah, so you might have http://localhost/openmrs and http://localhost/openmrs_dev, each pointing to a different folder and using different settings
09:37:24 <Shangeetha> ibewes: Currently i have deployed openmrs 1.9.0 into var/lib/tomcat6/webapps/openmrs
09:37:50 <ibewes> Shangeetha: ok, that's how we set it up as well
09:38:02 <Shangeetha> ibewes: Currently i have only http://localhost/openmrs
09:38:19 <ibewes> Shangeetha: you can then deploy another instance to, say, openmrs_test via the tomcat manager
09:38:30 <Shangeetha> ibewes: Ok
09:38:39 <ibewes> Shangeetha: that should create /var/lib/tomcat6/webapps/openmrs_test
09:39:13 <ibewes> Shangeetha: then you just need to update the /var/lib/tomcat7/webapps/openmrs_test/WEB-INF/web.xml file and add: <context-param>
09:39:13 <ibewes> <param-name>webAppRootKey</param-name>
09:39:13 <ibewes> <param-value>openmrs_dev</param-value>
09:39:14 <ibewes> </context-param>
09:39:45 <ibewes> Shangeetha: err.. the param-value should be openmrs_test (or whatever the name of the other context is)
09:40:09 <ibewes> Shangeetha: that is needed by Tomcat for some reason
09:40:19 <ibewes> Shangeetha: I forget exactly why
09:40:58 <Shangeetha> ibewes: Thanks :) I will figure out tomcat6-manager firstly
09:42:14 <ibewes> Shangeetha: OK, good luck!
09:42:31 <Shangeetha> ibewes: Thanks a lot !
09:43:13 <ibewes> Shangeetha: no problem, if you run into problems just let me know. As I've said, we've already got this working on our dev server (though with Tomcat 7)
09:46:03 <Shangeetha> ibewes: But we have installed tomcat6. Is it okay to develop openmrs based on tomcat 7 ? In implementers' wiki page they have mentioned to use tomcat6
09:47:21 <ibewes> Shangeetha: I'm not sure what the current official guidance is regarding tomcat 7 (this would be a great place to find out). We have been using it on our dev server without issues but there may be things we haven't noticed or aren't using that might cause issues
09:48:48 <Shangeetha> ibewes : Yeah thats true .
09:49:27 <ibewes> Shangeetha: the last info I can find about it comes from Jan 2012 and are for 1.8.x so those issues may be been fixed in 1.9; dunno
09:50:57 <Shangeetha> ibewes: does tomcat7 has a manager GUI?
09:51:54 <ibewes> Shangeetha: yup, but I'm pretty sure that tomcat6 does as well, on ubuntu you can install it with: sudo apt-get install tomcat6-admin
09:52:14 <Shangeetha> ibewes: Ok thanks :)
10:00:14 <Shangeetha> ibewes: http://localhost:8080/host-manager/html requires username and password. Where i can found given username and password for tomcat6?
10:01:23 <ibewes> Shangeetha: it should be in your /var/lib/tomcat6/conf/tomcat-users.xml file
10:01:35 <Shangeetha> ibewes: Ok
10:02:14 <ibewes> you'll need a 'manager-gui' role and then a user that is a member of that role
10:02:24 <ibewes> Shangeetha: you'll need a 'manager-gui' role and then a user that is a member of that role
10:07:10 <ibewes> Shangeetha: I'll be out for a while, if you've got questions feel free to post them here or email me (wes@weslandia.org) and I'll try and help
10:08:41 *** raonyguimaraes has joined #openmrs
10:09:08 <Shangeetha> ibewes: Ok sure :)
10:22:15 *** Shangeetha has quit IRC
10:41:55 *** DraggonZ has joined #openmrs
10:41:55 *** ChanServ sets mode: +v DraggonZ
11:08:06 *** maninc has quit IRC
11:09:05 *** maninc has joined #openmrs
11:15:12 *** robbyoconnor has quit IRC
11:20:35 *** shruthd has quit IRC
11:31:41 *** shruthd has joined #openmrs
11:52:56 *** Mnicho has quit IRC
12:04:17 *** robbyoconnor has joined #openmrs
12:04:17 *** ChanServ sets mode: +v robbyoconnor
12:16:36 *** shruthd has quit IRC
12:21:49 *** shruthd has joined #openmrs
12:25:56 *** Mnicho has joined #openmrs
12:28:04 *** robbyoconnor has quit IRC
12:30:38 *** pfedorov has joined #openmrs
12:36:07 *** Mnicho has quit IRC
12:40:10 *** harshadura__ has joined #openmrs
12:43:45 *** harshadura_ has quit IRC
12:46:08 *** Mnicho has joined #openmrs
12:46:29 <Mnicho> dkayiwa, how are you ssebo?
12:46:48 <akwatuha__> hi dkayiwa
12:53:56 *** Mnicho has quit IRC
13:03:40 *** wyclif has joined #openmrs
13:25:40 *** raonyguimaraes has quit IRC
13:33:57 *** djazayeri has joined #openmrs
13:33:58 *** ChanServ sets mode: +o djazayeri
13:56:53 *** Guest23240 is now known as rafa
13:57:09 *** ChanServ sets mode: +v rafa
13:57:51 <rafa> ryates: hey, could you please double check my ssh credentials on demo.openmrs.org?
13:57:56 <rafa> ryates: it says key refused
13:59:16 <rafa> ryates: we probably only need to load a correct demo db to resolve ITSM-3742
14:07:26 <cpower_> Hello! Sorry I'm late, let's SCRUM!
14:07:41 <cpower_> !scrumon cpower
14:07:41 * 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:08:27 <cpower_> Order: wyclif , rafa , dkayiwa ,djazayeri , and anyone else that has anything to talk about OpenMRS related
14:08:48 <wyclif> Tuesday:
14:08:48 <wyclif> - Create and curate more Order entry tickets
14:08:50 <wyclif> - Review PR for order tickets TRUNK-4122, TRUNK-4123, TRUNK-4124
14:08:51 <wyclif> Wednesday:
14:08:53 <wyclif> - Create and curate more Order entry tickets
14:08:54 <wyclif> - Design call
14:08:54 <wyclif> Blockers: None
14:10:03 <cpower_> rafa: you are up
14:10:25 <rafa> Today:
14:10:25 <rafa> * Univ call
14:10:25 <rafa> * Working on upgarding demo.openmrs.org to EMR 2.0
14:10:25 <rafa> * Design call
14:10:25 <rafa> No blockers.
14:11:23 <cpower_> dkayiwa: your turn
14:12:14 <cpower_> ok djazayeri
14:12:18 <djazayeri> Working on a report for Mirebalais
14:12:18 <djazayeri> Planning for work on Ad Hoc Analysis tool
14:12:19 <djazayeri> Design/planning for Order Entry
14:12:19 <djazayeri> Not finding time to email about 2.0 release
14:12:19 <djazayeri> Need to talk to cpower today about scheduling Order Entry sprint
14:12:19 <djazayeri> No blockers
14:14:26 <cpower_> Announcements! Design call later today Reporting and Order Entry, Project Management call: Intro a new BA, Talk about volunteerism, Status of Order Entry Thursday we have the Developer Forum, and we continue to march on.
14:14:34 <cpower_> !scrumoff
14:14:34 * 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:14:57 <ryates> rafa: lets do this on demo-stg first, you should have an account on there.
14:15:31 <rafa> ryates: cool
14:23:30 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-DEMO-12 has FAILED : Rebuilt by Rafał Korytkowski <https://ci-stg.openmrs.org/browse/REFAPP-DEMO-12>
14:25:30 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-DEMO-13 has FAILED : Manual build by Rafał Korytkowski <https://ci-stg.openmrs.org/browse/REFAPP-DEMO-13>
14:27:38 <rafa> ryates: ci-stg is not authenticated to demo-stg
14:27:49 <ryates> rafa: yeah one sec
14:27:50 <rafa> ryates: see https://ci-stg.openmrs.org/browse/REFAPP-DEMO-13
14:28:36 <rafa> ryates: and we need mysql credentials to create and populate db on demo-stg
14:30:50 *** harshadura__ is now known as harshadura
14:33:32 <OpenMRSBot> Recent updates in the world of openmrsci: REFAPP-DEMO-14 has FAILED : Manual build by Ryan Yates <https://ci-stg.openmrs.org/browse/REFAPP-DEMO-14>
14:34:58 <ryates> rafa: ok its deploying now
14:35:07 <rafa> ryates: great
14:41:45 *** bandas has joined #openmrs
14:47:15 *** cospih has joined #openmrs
14:48:31 *** bandas has quit IRC
14:52:35 *** rnadja has joined #openmrs
14:53:01 <rafa> ryates: are you working on getting tomcat exposed under demo-stg.openmrs.org?
14:54:57 *** rnadja has quit IRC
14:57:05 <ryates> rafa: its exposed just making a new runtime-properties
14:57:16 <rafa> ryates: cool
15:03:37 <OpenMRSBot> Recent updates in the world of openmrsci: SON-IDGEN-36 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/SON-IDGEN-36>
15:19:32 *** DraggonZ has quit IRC
15:19:50 *** DraggonZ has joined #openmrs
15:19:50 *** ChanServ sets mode: +v DraggonZ
15:26:45 *** downey changes topic to "OpenMRS: open source medical record systems for the developing world - http://openmrs.org/ - IRC info & logs: http://go.openmrs.org/irc - New developer? Read http://go.openmrs.org/newdev-web - Can't find the answer here? Try http://answers.openmrs.org/"
15:30:30 <ryates> rafa: Hmm demo-stg is not wanting to start after finishing initial setup
15:32:03 <rafa> ryates: did you start from a clean db?
15:32:38 <ryates> rafa: yeah dropped it and let setup create it
15:42:58 *** djazayeri has quit IRC
15:43:13 *** djazayeri has joined #openmrs
15:43:13 *** ChanServ sets mode: +o djazayeri
15:50:04 <downey> ryates et al - canonical is interested in helping with development of a juju charm for openmrs. check your email :)
15:50:52 <ryates> downey: very interesting :)
15:51:25 *** shruthd has quit IRC
15:53:26 *** harsz89 has joined #openmrs
15:53:26 *** ChanServ sets mode: +v harsz89
15:54:16 *** isaac has joined #openmrs
16:03:16 *** djazayeri has quit IRC
16:12:03 *** djazayeri has joined #openmrs
16:12:04 *** ChanServ sets mode: +o djazayeri
16:18:39 *** GitHub70 has joined #openmrs
16:18:40 <GitHub70> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/8kodww
16:18:40 <GitHub70> openmrs-core/master e327359 SusanTan: TRUNK-2894 Applied given patch. Resolved ticket.
16:18:40 <GitHub70> openmrs-core/master 4b251be dkayiwa: Merge pull request #336 from onceuponatimeforever/TRUNK-2894...
16:18:40 *** GitHub70 has left #openmrs
16:18:41 *** GitHub61 has joined #openmrs
16:18:41 <GitHub61> [openmrs-core] dkayiwa closed pull request #336: TRUNK-2894 Applied given patch. Resolved ticket. (master...TRUNK-2894) http://git.io/e7QyRg
16:18:41 *** GitHub61 has left #openmrs
16:22:59 <rafa> ryates: I wanted to open up tomcat logs at /var/log/tomcat7/ on demo-stg, but it says permission denied
16:23:23 <downey> open up?
16:23:49 <rafa> ryates: same for /usr/lib/tomcat7/logs
16:23:53 <ryates> rafa: if you are trying to use less or cat just prefix it with sudo
16:24:13 <rafa> ryates: right thanks
16:27:21 *** GitHub171 has joined #openmrs
16:27:21 <GitHub171> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/4xA-xQ
16:27:21 <GitHub171> openmrs-core/master b3cd3e3 dkayiwa: Changing more text from void to delete - TRUNK-2894
16:27:21 *** GitHub171 has left #openmrs
16:27:22 *** GitHub51 has joined #openmrs
16:27:23 <GitHub51> [openmrs-core] dkayiwa closed pull request #411: TRUNK-4109 (master...master) http://git.io/Z_dCFA
16:27:23 *** GitHub51 has left #openmrs
16:31:20 *** GitHub92 has joined #openmrs
16:31:20 <GitHub92> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/f1zvCQ
16:31:20 <GitHub92> openmrs-core/master 611b920 dkayiwa: Changing more text from purge to delete forever - TRUNK-2894
16:31:20 *** GitHub92 has left #openmrs
16:33:12 *** travis-ci has joined #openmrs
16:33:12 <travis-ci> [travis-ci] [openmrs/openmrs-core] [4b251be] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/13269155
16:33:12 *** travis-ci has left #openmrs
16:33:17 <OpenMRSBot> <http://ln-s.net/:P5i> (at travis-ci.org)
16:38:19 *** GitHub36 has joined #openmrs
16:38:19 <GitHub36> [openmrs-core] dkayiwa closed pull request #303: TRUNK-3094-V1 (master...c7aa668d42f91daba195a51ba3d144322f6dce95) http://git.io/tXt4Kg
16:38:19 *** GitHub36 has left #openmrs
16:39:32 *** travis-ci has joined #openmrs
16:39:32 <travis-ci> [travis-ci] [openmrs/openmrs-core] [b3cd3e3] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/13269772
16:39:32 *** travis-ci has left #openmrs
16:39:37 <OpenMRSBot> <http://ln-s.net/:P65> (at travis-ci.org)
16:40:55 *** GitHub159 has joined #openmrs
16:40:56 <GitHub159> [openmrs-core] dkayiwa closed pull request #300: TRUNK-2157 Legacy theme: Improper OpenMRS logo link (master...a754f9c4c2453d9367441770f519322cdd0067ef) http://git.io/x48hKQ
16:40:56 *** GitHub159 has left #openmrs
16:43:07 *** GitHub80 has joined #openmrs
16:43:07 <GitHub80> [openmrs-core] dkayiwa closed pull request #296: [TRUNK-3721]Fix ugly error on patient screen when invalid birthday submitted (master...master) http://git.io/Basj-A
16:43:07 *** GitHub80 has left #openmrs
16:47:37 *** GitHub1 has joined #openmrs
16:47:37 <GitHub1> [openmrs-core] dkayiwa closed pull request #261: TRUNK-3868 - Combine PatientDAOTest and HibernatePatientDAOTest (master...TRUNK-3868) http://git.io/FMTRsQ
16:47:37 *** GitHub1 has left #openmrs
16:47:42 *** travis-ci has joined #openmrs
16:47:42 <travis-ci> [travis-ci] [openmrs/openmrs-core] [611b920] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/13270098
16:47:42 *** travis-ci has left #openmrs
16:47:48 <OpenMRSBot> <http://ln-s.net/:P6Q> (at travis-ci.org)
17:00:48 *** isaac has quit IRC
17:06:58 *** robbyoconnor has joined #openmrs
17:06:58 *** ChanServ sets mode: +v robbyoconnor
17:09:47 *** wyclif has quit IRC
17:11:34 *** isaac has joined #openmrs
17:14:15 *** wyclif has joined #openmrs
17:25:37 *** robbyoconnor has quit IRC
17:26:06 *** robbyoconnor has joined #openmrs
17:26:06 *** ChanServ sets mode: +v robbyoconnor
17:42:30 *** isaac has quit IRC
17:53:09 *** shruthd has joined #openmrs
18:07:51 *** wyclif has joined #openmrs
18:40:39 *** k-joseph has joined #openmrs
18:58:50 *** k-joseph has quit IRC
19:13:45 *** k-joseph has joined #openmrs
19:21:27 <shruthd> djazayeri: Hey Darius - Is there place where the recordings from uber-conference can be downloaded?
19:21:55 <djazayeri> ryates: ^^ do you know the answer to this?
19:23:13 <shruthd> djazayeri: Is this a good time for you? I had another question..
19:23:19 *** LeeBreisacher has joined #openmrs
19:23:34 <djazayeri> shruthd: on a call for the next 20 minutes
19:23:49 <shruthd> djazayeri: ok.. I'll just send you a mail.. :)
19:25:08 <ryates> shruthd: Just make a ticket http://go.openmrs.org/helpdesk and specify which call you would like
19:25:12 <djazayeri> shruthd: sounds good, it's late there. :-)
19:26:10 <shruthd> ryates: thanks.. I'll do that.. might need more than one..
19:55:43 <shruthd> ryates: done. https://tickets.openmrs.org/browse/ITSM-3752
19:57:01 *** robbyoconnor has quit IRC
20:17:18 <suranga_> dkayiwa: aloha, can you please check if https://github.com/openmrs/openmrs-core/pull/389/files looks ok for merging now ?
20:17:24 <OpenMRSBot> <http://ln-s.net/:PCu> (at github.com)
20:19:03 <dkayiwa> suranga_: correct. is there a way i can see one instead of many commits here? https://github.com/openmrs/openmrs-core/pull/389/
20:19:07 <OpenMRSBot> <http://ln-s.net/:PD2> (at github.com)
20:19:33 <suranga_> dkayiwa: actually, I did try to do that before asking you, but it seems to fail without a very good stack trace. let me re-try :)
20:20:05 <dkayiwa> :)
20:26:44 <suranga_> dkayiwa: hmm.... Im having some trouble squashing these together, as my index seems to be corrupted. can we use them as three seperate ones, or do you really need one combined one ? :)
20:27:59 <dkayiwa> suranga_: hahaha. will deal with the those you can confortably make
20:29:04 *** tskden has joined #openmrs
20:34:32 <suranga_> dkayiwa: um... im afraid to say that i cant seem to find any of the commits to suqsh... when i try a rebase, I get 0 :-(
20:34:46 <dkayiwa> suranga_: ok
20:37:13 *** k-joseph has quit IRC
21:14:27 *** wyclif has quit IRC
21:17:30 *** tskden has quit IRC
21:20:01 *** shruthd has quit IRC
21:38:01 *** djazayeri has quit IRC
21:50:07 *** raonyguimaraes has joined #openmrs
21:56:49 *** djazayeri has joined #openmrs
21:56:49 *** ChanServ sets mode: +o djazayeri
22:40:07 *** harshadura_ has joined #openmrs
22:43:22 *** harshadura has quit IRC
22:44:35 *** wyclif has joined #openmrs
23:01:23 <OpenMRSBot> Recent updates in the world of openmrsci: SON-REGISCORE-43 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/SON-REGISCORE-43>
23:25:09 *** wyclif has quit IRC
23:39:05 *** rfriedman has joined #openmrs
23:43:19 *** rfriedman has quit IRC
23:46:17 *** rfriedman has joined #openmrs
23:48:31 *** rfriedman has joined #openmrs
23:49:08 <rfriedman> !beer djazayeri
23:49:09 * OpenMRSBot slides djazayeri a pint
23:50:29 *** rfriedman has quit IRC
23:50:49 *** djazayeri has quit IRC
23:56:16 *** djazayeri has joined #openmrs
23:56:17 *** ChanServ sets mode: +o djazayeri