| 00:56:10 | *** r0bby has joined #openmrs |
| 00:56:10 | *** ChanServ sets mode: +v r0bby |
| 01:04:51 | <brandel> hey r0bby, would you happen to know of any other channels on freenode that are health informatics related? |
| 01:06:15 | <r0bby> no sorry |
| 01:07:05 | <brandel> oh well, thanks |
| 01:13:22 | <r0bby> stick around ask bwolfe |
| 01:13:34 | <brandel> will do, cheers |
| 01:13:46 | <r0bby> or others |
| 01:38:07 | *** kishoreyekkanti has joined #openmrs |
| 01:48:23 | *** kishoreyekkanti has quit IRC |
| 02:21:02 | *** deadpool has quit IRC |
| 03:44:34 | *** mccallumg has quit IRC |
| 03:54:44 | *** r0bby__ has joined #openmrs |
| 03:54:44 | *** ChanServ sets mode: +v r0bby__ |
| 03:55:19 | *** r0bby has quit IRC |
| 03:59:35 | *** r0bby__ has quit IRC |
| 04:40:16 | *** sophiez has joined #openmrs |
| 04:49:51 | *** r0bby has joined #openmrs |
| 04:49:51 | *** ChanServ sets mode: +v r0bby |
| 05:11:34 | *** sophiez has quit IRC |
| 05:34:31 | *** surangak has joined #openmrs |
| 05:38:08 | *** kishoreyekkanti has joined #openmrs |
| 06:08:11 | *** r0bby has quit IRC |
| 06:10:37 | *** r0bby has joined #openmrs |
| 06:10:37 | *** ChanServ sets mode: +v r0bby |
| 06:11:30 | *** r0bby has quit IRC |
| 06:12:18 | *** r0bby has joined #openmrs |
| 06:12:18 | *** ChanServ sets mode: +v r0bby |
| 06:50:50 | *** bwolfe has joined #openmrs |
| 06:50:50 | *** ChanServ sets mode: +o bwolfe |
| 06:52:34 | <bwolfe> noirin? |
| 06:53:15 | <noirin> Hi |
| 06:54:16 | <bwolfe> just wondering who you are. :-) you have "voice" in here but I don't know you |
| 06:56:03 | <noirin> Most people know me as Exec VP of the Apache Software Foundation, but I'm probably more popular in here as the outsider who helped write the implementation book a couple weeks ago |
| 06:57:09 | <bwolfe> ah, very cool. |
| 06:57:18 | <bwolfe> so downeym gave you voice for your book work. :-) |
| 06:57:40 | <bwolfe> thanks for your help! were you just there to volunteer at the book sprint or did google recruit you? |
| 06:59:15 | <noirin> I guess so :-) I used to be a writer at Google, but I achieved escape velocity in August. I'm just taking some time to work on stuff I really care about at the moment. |
| 07:03:09 | <bwolfe> nice |
| 07:03:39 | <bwolfe> so the exec vp job is pretty easy then? ;-) |
| 07:05:03 | <noirin> Hah, if only :-) But I'm used to doing it alongside a full-time job, so having more time to devote is nice |
| 07:09:13 | <surangak> noirin, r u really the vp of APache ? wow |
| 07:09:24 | <surangak> mm... may I have your autograph please :) |
| 07:10:30 | <surangak> bwolfe, mm hi |
| 07:10:42 | <surangak> bwolfe, got a few minutes to discuss a fix I did for ampath |
| 07:10:58 | <bwolfe> hi surangak. sure |
| 07:11:02 | <surangak> i cant test it since I cant access their db, so want to hear if what I did works... |
| 07:11:16 | <bwolfe> surangak, are you going to take an esignature from noirin? not sure thats the same thing |
| 07:11:36 | <surangak> bwolfe, its like this. I did some changes to patientmatching to let itwork with openmrs 1.8.2 |
| 07:11:44 | <surangak> bwolfe, a real autograpgh :D |
| 07:12:01 | <surangak> bwolfe, then ada said that she had got the following error trying to fix it - |
| 07:13:00 | <surangak> bwolfe, |
| 07:13:00 | <surangak> Error Starting Module Patient Matching |
| 07:13:00 | <surangak> Error while trying to start module |
| 07:13:00 | <surangak> Error while running sql: DROP TABLE IF EXISTS `openmrs`.`persistreportdata` . Message: DROP command denied to user 'amrs_user'@'localhost' for table 'persistreportdata' |
| 07:13:00 | <surangak> Error Starting Module Patient Matching |
| 07:13:01 | <surangak> Error while trying to start module |
| 07:13:03 | <surangak> Error while running sql: DROP TABLE IF EXISTS `openmrs`.`persistreportdata` . Message: DROP command denied to user 'amrs_user'@'localhost' for table 'persistreportdata' |
| 07:13:21 | <bwolfe> means the amrs_user error might not have "drop" privileges on the db |
| 07:13:31 | <surangak> bwolfe, yeps :) |
| 07:13:52 | <bwolfe> can you just advance the gp for the patientmatching.database_version to after that changeset? |
| 07:13:59 | <bwolfe> or do you HAVE TO delete that table before continuing? |
| 07:14:10 | <surangak> bwolfe, we were looking at it, and win suggested to check if the sqldiff file to see if there is a ref to the openmrs db |
| 07:14:25 | <bwolfe> ah |
| 07:14:26 | <surangak> bwolfe, unfortunately, the user ada was using had full privilages to db |
| 07:14:31 | <bwolfe> that could be it too |
| 07:14:39 | <bwolfe> what is the changeset, can you paste it here? |
| 07:14:40 | <surangak> bwolfe, and we realized that sqldiff has a ref to openmrs db |
| 07:14:58 | <bwolfe> right, makes sense. ampath uses "amrs" as the db name |
| 07:15:09 | <surangak> bwolfe, now the problem is how to solve it. I tried to solve it by removing the db name, and making it thus - |
| 07:15:23 | <surangak> <diff> |
| 07:15:24 | <surangak> <version>1.7</version> |
| 07:15:24 | <surangak> <author>gpingili</author> |
| 07:15:24 | <surangak> <date>june 16 2011</date> |
| 07:15:24 | <surangak> <description> |
| 07:15:24 | <surangak> A table for storing report data |
| 07:15:28 | <surangak> Edited by surangak: added AMPATH specific references |
| 07:15:30 | <surangak> </description> |
| 07:15:32 | <surangak> <sql> |
| 07:15:34 | <surangak> DROP TABLE IF EXISTS `amrs`.`persistreportdata`; |
| 07:15:36 | <surangak> CREATE TABLE `amrs`.`persistreportdata` ( |
| 07:15:40 | <surangak> `report_name` varchar(255) NOT NULL, |
| 07:15:42 | <surangak> `strategies_used` varchar(200) default NULL, |
| 07:15:44 | <surangak> `process_name_time` varchar(200) default NULL, |
| 07:15:44 | <bwolfe> just leave out the `amrs`. part |
| 07:15:46 | <surangak> `createdby` varchar(20) default NULL, |
| 07:15:48 | <surangak> `datecreated` varchar(20) default NULL, |
| 07:15:50 | <surangak> PRIMARY KEY (`report_name`) |
| 07:15:54 | <surangak> ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| 07:15:58 | <surangak> </sql> |
| 07:15:59 | <surangak> </diff> |
| 07:16:01 | <surangak> bwolfe, oh, sorry, this is the wrong one.. wait |
| 07:16:07 | <bwolfe> you should never include the db name |
| 07:16:17 | <bwolfe> openmrs makes sure you're using the right one before running |
| 07:16:25 | <bwolfe> remove all references to db/schema names |
| 07:16:26 | <surangak> bwolfe, yep, thats what I did :) |
| 07:16:36 | <bwolfe> but it still didn't work? |
| 07:16:52 | <surangak> will that solve the problem, in your expert opinion ? I cant test becoz I dont have access to an amrs db |
| 07:16:58 | <surangak> but it work on my own machine... |
| 07:17:39 | <bwolfe> yes, it should solve it |
| 07:17:58 | <bwolfe> the error has "`openmrs`.`tablename`" in it. so that means its the problem with the db |
| 07:18:08 | <bwolfe> there probably isn't even an openmrs db on that machine |
| 07:19:20 | <surangak> bwolfe, great ! Im sure Ada will be really happy, and that I'll get an AMPATH tee shirt :) |
| 07:19:48 | <bwolfe> surangak, ha. doing it all for a tshirt? :-) |
| 07:19:56 | <bwolfe> I'll probably be the one buying it. what color do you want? |
| 07:20:56 | <surangak> bwolfe, oh sorry, I didnt know U had to buy it |
| 07:21:05 | <surangak> bwolfe, dont worry about it :D |
| 07:21:21 | <bwolfe> ada is paying for it, I'm just a mule. |
| 07:21:25 | <bwolfe> what color do you prefer? |
| 07:21:30 | <bwolfe> they have multiple |
| 07:21:36 | <bwolfe> give me your two favorite colors |
| 07:22:32 | <surangak> bwolfe, I didnt realize anyone had to pay for it |
| 07:22:42 | <surangak> dont worry, no need then :P |
| 07:23:12 | <bwolfe> its not much at all. the shipping will be more than the shirt. :-) |
| 07:23:44 | <bwolfe> you're getting one. pick a color or I'm going to get a Pink and Purple one for you :-D |
| 07:23:50 | <surangak> bwolfe, no need, I'll let you buy me a driod bionic phone next year, and we'll call it quits :D |
| 07:24:56 | <bwolfe> boo, not the bionic |
| 07:25:15 | <bwolfe> A) its cdma, so won't work in sri lanka and B) there are already better phones than it out |
| 07:25:31 | <surangak> bwolfe, :( I did not know its cdma |
| 07:25:42 | <bwolfe> yeah, verizon is cdma |
| 07:25:53 | <bwolfe> and sprint is cdma (my provider) |
| 07:26:02 | <surangak> bwolfe, but really, dont worry about the tee shirt (lets wait to see if the patch works first) :P |
| 07:26:09 | <bwolfe> but I think I'm going to get the HTC EVO Design when I get home. its a dual cdma/gsm phone |
| 07:26:51 | <surangak> bwolfe, how much would that cost you ? |
| 07:26:58 | <bwolfe> surangak, ok. but give me a color. seriously. what looks best on you? lemon yellow? lime green? bright orange? neon blue? :-) |
| 07:27:19 | <surangak> bwolfe, :D no wayyy... mm... red, blue or black |
| 07:27:28 | <bwolfe> the phone is $400 off contract right now. I hope it will be down to $250 on ebay in the next month or so |
| 07:27:29 | <surangak> no whites, they will get dirty very soon :) |
| 07:27:58 | <bwolfe> ok, will pick something in the red/blue/black family |
| 07:32:20 | <surangak> gotta run off for a sec. back soon.... |
| 07:32:33 | <bwolfe> surangak, ada is ecstatic with your work. so she might buy you 10 tshirts, you watch out :-) |
| 07:38:36 | *** dkayiwa has joined #openmrs |
| 07:44:29 | <bwolfe> dkayiwa, how long on the alpha release now? |
| 07:44:33 | <bwolfe> anything I can do to help? |
| 07:46:19 | <dkayiwa> bwolfe am getting Return code is: 400 |
| 07:46:34 | <bwolfe> from what? |
| 07:47:06 | <dkayiwa> bwolfe: for mvn clean deploy --batch-mode |
| 07:47:21 | <bwolfe> dkayiwa, http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html |
| 07:47:24 | <OpenMRSBot> <http://ln-s.net/1wYl> (at www.w3.org) |
| 07:47:26 | <bwolfe> 400 is "bad request" |
| 07:48:17 | <dkayiwa> yes that i true but i have not figured out how the cause of my command turning into a http bad request status |
| 07:48:42 | <bwolfe> because the url is probably expecting more info |
| 07:48:52 | <dkayiwa> most probably |
| 07:49:25 | <dkayiwa> i think the url does not even exist :) |
| 07:49:39 | <dkayiwa> http://mavenrepo.openmrs.org/nexus/content/repositories/releases/org/openmrs/openmrs/1.9.0-alpha/openmrs-1.9.0-alpha.pom. Return code is: 400 |
| 07:49:40 | <dkayiwa> at org.apa |
| 07:50:04 | <dkayiwa> oh but it does |
| 07:50:06 | <dkayiwa> :) |
| 07:50:09 | <bwolfe> whats the full error you get back? |
| 07:50:27 | <bwolfe> you can deploy manually too |
| 07:50:40 | <bwolfe> but thats more of a pain |
| 07:50:55 | <dkayiwa> yes thats why i wanted the automated way |
| 07:51:15 | <bwolfe> dkayiwa, is your username/pw for the mavenrepo in your settings somehow? |
| 07:51:23 | <bwolfe> or do you need ot specify those at command line? |
| 07:51:27 | <dkayiwa> yes |
| 07:51:29 | <bwolfe> and how does it know where to deploy it? |
| 07:51:48 | <dkayiwa> i have no idea about that :) |
| 07:52:06 | <bwolfe> whats your output? pastebin or here... |
| 07:52:24 | <dkayiwa> http://pastebin.com/Z85yDwEh |
| 07:53:47 | <dkayiwa> and my settings file is as wyclif mailed it but with my username and password |
| 07:54:59 | <bwolfe> dkayiwa, hmm, strange |
| 07:55:07 | <dkayiwa> indeed |
| 07:55:13 | <bwolfe> perhaps you have to delete the pom in the mavenrepo first? did you have some failed attempts? |
| 07:55:22 | <bwolfe> is it fully built on your system? |
| 07:55:37 | <bwolfe> I need to run outside for a bit. I'll be back in 10 mins |
| 07:55:44 | <dkayiwa> it failed first with bad authentication |
| 07:55:53 | <dkayiwa> then with outof memory |
| 07:55:54 | <dkayiwa> ok |
| 08:00:11 | *** bwolfe has quit IRC |
| 08:19:49 | *** finbrein has quit IRC |
| 08:20:30 | *** finbrein has joined #openmrs |
| 08:57:34 | *** dkayiwa has quit IRC |
| 10:37:25 | *** bwolfe has joined #openmrs |
| 10:37:25 | *** ChanServ sets mode: +o bwolfe |
| 10:55:48 | *** surangak has quit IRC |
| 11:00:34 | *** dkayiwa has joined #openmrs |
| 11:01:49 | *** wyclif has joined #openmrs |
| 11:18:50 | <bwolfe> dkayiwa, you have returned? |
| 11:18:57 | <dkayiwa> oh yes |
| 11:18:58 | <bwolfe> wyclif, are you awake? |
| 11:19:06 | <bwolfe> dkayiwa, any progress? |
| 11:19:17 | <dkayiwa> setting MAVEN_OPTS |
| 11:19:26 | <dkayiwa> to increase memory |
| 11:19:49 | <bwolfe> dkayiwa, so you're still stuck on the deploy step? |
| 11:20:16 | <dkayiwa> yes |
| 11:23:35 | *** kishoreyekkanti has quit IRC |
| 11:23:42 | *** james_regen has joined #openmrs |
| 11:23:42 | *** ChanServ sets mode: +v james_regen |
| 11:27:56 | *** kishoreyekkanti has joined #openmrs |
| 11:56:43 | <wyclif> hi bwolfe |
| 11:57:03 | <wyclif> i have just woken up |
| 11:57:15 | <dkayiwa> :) |
| 11:57:32 | <wyclif> am preparing to go for work |
| 11:57:56 | <wyclif> FYI i have somethings to backport to 1.8.x prior to releasing |
| 11:58:03 | <wyclif> bwolfe, FYI i have somethings to backport to 1.8.x prior to releasing |
| 12:00:48 | <bwolfe> wyclif, hurry up |
| 12:00:55 | <dkayiwa> :D |
| 12:00:59 | <bwolfe> I want to release the maintenance branches soon |
| 12:01:05 | <bwolfe> I have been working on that today.. |
| 12:01:36 | *** kishoreyekkanti_ has joined #openmrs |
| 12:02:04 | *** kishoreyekkanti has quit IRC |
| 12:02:04 | *** kishoreyekkanti_ is now known as kishoreyekkanti |
| 12:03:22 | <bwolfe> wyclif, how did you release 1.8.x to the maven repositories? dkayiwa is struggling with that now. did you use CI to do it? |
| 12:08:28 | *** r0bby__ has joined #openmrs |
| 12:08:28 | *** ChanServ sets mode: +v r0bby__ |
| 12:11:15 | *** r0bby has quit IRC |
| 12:13:33 | *** Gretchie has joined #openmrs |
| 12:15:32 | *** r0bby__ has quit IRC |
| 12:20:17 | <bwolfe> wyclif ^^ |
| 12:20:20 | <bwolfe> wyclif ^^ |
| 12:20:21 | <bwolfe> wyclif ^^ |
| 12:20:21 | <bwolfe> wyclif ^^ |
| 12:20:21 | <bwolfe> wyclif ^^ |
| 12:20:57 | <bwolfe> in random news: scrumming at 6pm starting next week will suck. :-( |
| 12:21:46 | <bwolfe> dkayiwa, any more progress? |
| 12:21:58 | <dkayiwa> yes |
| 12:22:06 | <bwolfe> orly? :-D |
| 12:22:12 | <bwolfe> where are you now? |
| 12:22:20 | <dkayiwa> deployed |
| 12:23:03 | <bwolfe> sweet! |
| 12:23:28 | <bwolfe> so now? |
| 12:29:42 | <dkayiwa> going for next step on wiki :) |
| 12:29:42 | <dkayiwa> i think that should be sourceforge :) |
| 12:37:52 | <bwolfe> wyclif, what type of changes to 1.8.x do you want to backport? |
| 12:37:59 | <bwolfe> and/or 1.7.x and 1.6.x |
| 12:52:07 | <finbrein> Is Darius here? |
| 12:54:05 | *** wyclif has quit IRC |
| 12:54:16 | *** nribeka has joined #openmrs |
| 12:54:16 | *** ChanServ sets mode: +v nribeka |
| 12:56:59 | *** bwolfe has quit IRC |
| 12:59:56 | *** downeym has joined #openmrs |
| 12:59:56 | *** ChanServ sets mode: +o downeym |
| 12:59:56 | *** OpenMRSBot sets mode: +o downeym |
| 13:01:21 | *** jriley has joined #openmrs |
| 13:02:46 | *** burke has joined #openmrs |
| 13:02:46 | *** ChanServ sets mode: +o burke |
| 13:07:23 | <finbrein> Hi Michael (downeym) |
| 13:09:12 | <downeym> hey :) |
| 13:09:19 | <finbrein> :-) |
| 13:09:52 | <finbrein> I have some time to work on the OpenMRS project. |
| 13:14:16 | *** bwolfe has joined #openmrs |
| 13:14:16 | *** ChanServ sets mode: +o bwolfe |
| 13:23:37 | *** nribeka has quit IRC |
| 13:24:17 | *** darius has joined #openmrs |
| 13:24:24 | *** darius is now known as djazayeri |
| 13:24:33 | *** ChanServ sets mode: +o djazayeri |
| 13:25:03 | <finbrein> Hi Darius |
| 13:26:35 | <finbrein> Hi djazayeri |
| 13:37:53 | <bwolfe> finbrein, djazayeri might still be sleeping. he's probably still on CA time :-) |
| 13:38:50 | <finbrein> Who's gonna help me out now. I wanna believe he is the one in charge of the OpenMRS University. |
| 13:39:28 | <bwolfe> finbrein, he leads it yes. |
| 13:39:41 | <bwolfe> finbrein, you can ask your question here. half of us are openmrs devs (or used to be devs) |
| 13:40:33 | <djazayeri> hi finbrein |
| 13:40:44 | <djazayeri> what's up? |
| 13:40:52 | <finbrein> I downloaded six projects from the openmrs trunk including the tests |
| 13:41:18 | <djazayeri> together, not individually, right? |
| 13:41:35 | <finbrein> yes |
| 13:42:01 | <finbrein> I got errors in about four projects - the smaller ones |
| 13:42:12 | <djazayeri> in eclipse? |
| 13:42:16 | <djazayeri> what are the errors? |
| 13:42:37 | <finbrein> except openmrs and openmrs-test projects in eclipse |
| 13:42:45 | *** wyclif has joined #openmrs |
| 13:43:50 | <finbrein> [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ openmrs --- |
| 13:43:51 | <finbrein> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". |
| 13:44:22 | <finbrein> The first ERROR |
| 13:44:23 | <finbrein> [ERROR] \AAA_STUFF\workspaceOPENMRS\openmrs\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[16,28] error: package com.sun.tools.doclets does not exist |
| 13:45:06 | <finbrein> [ERROR] \AAA_STUFF\workspaceOPENMRS\openmrs\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[17,0] error: package com.sun.javadoc does not exist |
| 13:45:32 | <finbrein> [ERROR] \AAA_STUFF\workspaceOPENMRS\openmrs\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[25,37] error: cannot find symbol |
| 13:45:33 | <djazayeri> finbrein: are you using jdk 6 or 7? |
| 13:45:39 | <finbrein> 7 |
| 13:46:19 | <finbrein> I have set my option in JAVA_HOME and Window -> Preferences in Eclipse |
| 13:46:35 | <bwolfe> isn't there a pom.xml change needed for jdk7 ? |
| 13:46:41 | <bwolfe> thanks to oracle-- |
| 13:47:32 | <djazayeri> finbrein: see http://openmrs-mailing-list-archives.1560443.n2.nabble.com/Re-Subclipse-Error-in-eclipse-while-trying-to-download-sources-from-svn-td6944629.html |
| 13:47:39 | <OpenMRSBot> <http://ln-s.net/9I1g> (at openmrs-mailing-list-archives.1560443.n2.nabble.com) |
| 13:50:28 | <djazayeri> dkayiwa: before we start the dev call, what's the status of releasing the alpha? |
| 13:50:52 | <dkayiwa> djazayeri: am creating a readme to upload on sourceforge |
| 13:51:09 | <finbrein> I should add to the pom.xml in openmrs project in eclipse |
| 13:51:59 | <bwolfe> finbrein, yes, either in openmrs or in the openmrs-tools project. whichever one has that definition |
| 13:52:04 | <bwolfe> dkayiwa, so is that step 14 of 15 ? |
| 13:52:12 | <bwolfe> dkayiwa, are all files uploaded to sf already? |
| 13:52:32 | <dkayiwa> bwolfe: so far only uploaded the war file |
| 13:54:15 | <bwolfe> so api and standalone still to be uploaded? :-/ |
| 13:54:23 | <dkayiwa> yes |
| 13:54:41 | <finbrein> djazayeri: can the read me be added to here: https://wiki.openmrs.org/display/docs/Using+the+M2Eclipse+Maven+Plugin+In+Eclipse ? |
| 13:54:42 | <OpenMRSBot> <http://ln-s.net/8c8D> (at wiki.openmrs.org) |
| 14:01:17 | <djazayeri> finbrein: can you write what you'd like to see as a comment on that wiki page? |
| 14:01:43 | <djazayeri> and I will review and include it from there? (You can edit the wiki page directly if you feel comfortable doing so.) |
| 14:01:57 | <djazayeri> dkayiwa: is the upload slow for you? |
| 14:02:13 | <djazayeri> is it something that someone in the US can build and upload faster? Or is that not a big deal? |
| 14:02:33 | <dkayiwa> oh that would save me a great deal :) |
| 14:02:55 | <dkayiwa> especially for the bigger standalone |
| 14:03:36 | <djazayeri> dkayiwa: I (or someone) would need credentials on sourceforge? |
| 14:03:41 | <djazayeri> and we'd need to build the standalone? |
| 14:03:45 | <dkayiwa> yes |
| 14:05:06 | <djazayeri> dkayiwa: where are the instructions for that? |
| 14:05:14 | *** bwolfe has quit IRC |
| 14:05:16 | <dkayiwa> djazayeri: for what? |
| 14:05:47 | <djazayeri> downeym: are you in a position to do this? (I can try, but I don't have the SF credentials yet. I'm on wifi, and running from place to place.) |
| 14:05:57 | <djazayeri> dkayiwa: for building the standalone |
| 14:06:41 | *** lh has joined #openmrs |
| 14:06:47 | <dkayiwa> http://svn.openmrs.org/openmrs-contrib/standalone/trunk/readme.txt |
| 14:06:48 | <OpenMRSBot> <http://ln-s.net/93YZ> (at svn.openmrs.org) |
| 14:06:49 | *** wyclif has quit IRC |
| 14:06:51 | <downeym> djazayeri: not clear on what you need. dkayiwa already has credentials? |
| 14:07:54 | <djazayeri> downeym: I mean that dkayiwa has credentials, but a slow internet connection. So it would help if someone in the US or Europe can do this. |
| 14:08:26 | <downeym> ah sure |
| 14:08:31 | <djazayeri> I can try, but I'm not in a great position to do it now. |
| 14:08:47 | <downeym> does it still need to be built? |
| 14:09:01 | <dkayiwa> yes |
| 14:09:09 | <downeym> ok, let me check with wyclif who's here with me |
| 14:10:37 | <downeym> dkayiwa: i think wyclif will have some question for you about building it, there were some problems last time |
| 14:10:51 | <dkayiwa> ok |
| 14:11:22 | <finbrein> djazayeri: ok, i'll come up with a comment. |
| 14:11:40 | <djazayeri> downeym, wyclif, dkayiwa: we're starting early in the day, so hopefully we have time to struggle, and still succeed today! :-) |
| 14:12:14 | <dkayiwa> struggle with what? |
| 14:13:21 | <djazayeri> dkayiwa: having wyclif and downeym build the standalone. |
| 14:13:34 | <djazayeri> :-) |
| 14:13:34 | <dkayiwa> oh i see |
| 14:16:07 | *** raff has joined #openmrs |
| 14:16:16 | <finbrein> inside pom.xml/<project>/<properties> there is <javaCompilerVersion>1.6</javaCompilerVersion> |
| 14:16:19 | <downeym> Hi raff and welcome to the #openmrs IRC channel. |
| 14:16:33 | *** raff is now known as Guest77483 |
| 14:18:59 | *** bwolfe has joined #openmrs |
| 14:18:59 | *** ChanServ sets mode: +o bwolfe |
| 14:19:01 | *** wyclif has joined #openmrs |
| 14:19:21 | <dkayiwa> downeym: do you have a splash screen for 1.9 alpha as always? :) |
| 14:19:31 | <downeym> dkayiwa: sure :) |
| 14:20:05 | <dkayiwa> downeym: great!!! |
| 14:20:21 | <downeym> dkayiwa: will try to render it here during the call |
| 14:20:37 | <dkayiwa> cool |
| 14:21:11 | <downeym> !ticket STAND-26 |
| 14:21:12 | <OpenMRSBot> downeym: [#STAND-26] splashscreen-loading.png needs updated to 1.9.0 alpha - OpenMRS JIRA - https://tickets.openmrs.org/browse/STAND-26 |
| 14:23:12 | <wyclif> bwolfe, am done with back porting to 1.8.x the stuff in mind |
| 14:26:08 | <downeym> dkayiwa: images are attached to above ticket |
| 14:26:19 | <dkayiwa> thanks downeym |
| 14:33:33 | <downeym> dkayiwa: also there are other tickets in the STAND project with beta, RC, etc., images attached too. for future |
| 14:33:43 | <dkayiwa> downeym: did you intentionally reduce the splashscreen size? |
| 14:34:04 | <dkayiwa> downeym: old version was 450âÃâ162 |
| 14:34:27 | <downeym> dkayiwa: hmm, i don't think so, let me check again |
| 14:34:32 | <dkayiwa> ok |
| 14:34:41 | <dkayiwa> thanks for the forward work. :) |
| 14:34:52 | *** nribeka has joined #openmrs |
| 14:34:52 | *** ChanServ sets mode: +v nribeka |
| 14:36:12 | <downeym> dkayiwa: they are still 450x162 |
| 14:37:42 | <dkayiwa> downeym: am looking at this: https://tickets.openmrs.org/secure/thumbnail/37782/_thumb_37782.png |
| 14:37:48 | <OpenMRSBot> <http://ln-s.net/9I2v> (at tickets.openmrs.org) |
| 14:38:19 | <dkayiwa> on https://tickets.openmrs.org/browse/STAND-26 |
| 14:38:31 | <downeym> dkayiwa: that is just the thumbnail, you'll need to download the full file |
| 14:38:55 | <downeym> https://tickets.openmrs.org/secure/attachmentzip/65595.zip |
| 14:38:58 | <OpenMRSBot> <http://ln-s.net/9I2x> (at tickets.openmrs.org) |
| 14:40:30 | <dkayiwa> downeym: oh sorry you are very correct :) |
| 14:53:59 | *** chopin has joined #openmrs |
| 14:53:59 | *** ChanServ sets mode: +v chopin |
| 14:54:49 | <chopin> dang, where is Saptarshi? |
| 14:59:52 | <bwolfe> India |
| 15:01:13 | <Gretchie> Hey guys, any idea where I can get a version 4.0.5.3 of the XForms module? I'm not seeing the .3 release in the module repository |
| 15:01:45 | <bwolfe> Gretchie, source? |
| 15:02:00 | <bwolfe> Gretchie, any mention of the change on the xforms wiki page in a changelog? |
| 15:02:19 | <Gretchie> no... just mocking MVP environment on 1.6.3 and the 4.0.5 and 4.0.6 binaries don't deploy successfully |
| 15:02:53 | <Gretchie> the version referenced on the impl site I'm working with is 4.0.5.3 |
| 15:04:17 | <Gretchie> no mention in the release notes |
| 15:06:18 | <Gretchie> I can check the source and build the tag I guess... let's see... |
| 15:10:13 | *** rafal has joined #openmrs |
| 15:10:44 | <djazayeri> wyclif, downeym, dkayiwa: anything anyone can do to help build the standalone and get it to sourceforge faster? |
| 15:10:47 | *** Guest77483 has quit IRC |
| 15:10:53 | *** gauravpaliwal has joined #openmrs |
| 15:10:53 | *** ChanServ sets mode: +v gauravpaliwal |
| 15:11:04 | *** raff__ has joined #openmrs |
| 15:11:17 | *** raff__ is now known as rafa |
| 15:11:19 | <downeym> Hi rafa and welcome to the #openmrs IRC channel. |
| 15:11:22 | *** downeym has quit IRC |
| 15:11:47 | *** rafa is now known as Guest90250 |
| 15:11:49 | <Gretchie> Hmmmm... the only tag I see is 3.9.5, and no mention of an alternate source location on the wiki page... can dkayiwa assist me? |
| 15:12:01 | *** Guest90250 is now known as rafa_ |
| 15:12:08 | *** rafa_ is now known as rafa__ |
| 15:12:17 | *** downeym has joined #openmrs |
| 15:12:17 | *** ChanServ sets mode: +o downeym |
| 15:12:17 | *** OpenMRSBot sets mode: +o downeym |
| 15:12:31 | <djazayeri> Gretchie: sounds like it could be a custom build...maybe worth emailing the dev list and asking if someone from the MVP team can send you the omod |
| 15:13:21 | <Gretchie> will do, thanks @djazayeri |
| 15:13:24 | *** chopin has quit IRC |
| 15:13:28 | *** chopin has joined #openmrs |
| 15:13:28 | *** ChanServ sets mode: +v chopin |
| 15:13:33 | <wyclif> djazayeri, am thinking of helping daniel with relaeasing 1.9 later today |
| 15:13:43 | <wyclif> so i can help with uploading the files |
| 15:13:47 | <wyclif> if i can build them |
| 15:14:18 | *** jkeiper has joined #openmrs |
| 15:14:18 | *** ChanServ sets mode: +v jkeiper |
| 15:14:18 | *** chopin has quit IRC |
| 15:14:31 | <wyclif> dkayiwa, did you make any changes to the standalone lately |
| 15:14:45 | <dkayiwa> wyclif: yes |
| 15:15:17 | *** bwolfe has quit IRC |
| 15:15:38 | <wyclif> so can you build and zip tje standalone and send it to me |
| 15:15:57 | <dkayiwa> wyclif: just compile the source |
| 15:16:54 | <wyclif> dkayiwa, you recall the standalone i built didnt work on mac and windows |
| 15:16:55 | *** jkeiper has quit IRC |
| 15:17:21 | <wyclif> dkayiwa, you had to build it and send it to me |
| 15:17:37 | <dkayiwa> wyclif: we could try it again |
| 15:18:05 | *** kishoreyekkanti has quit IRC |
| 15:32:46 | *** wyclif has quit IRC |
| 15:32:53 | *** nribeka has quit IRC |
| 15:33:11 | *** wyclif has joined #openmrs |
| 15:37:59 | *** burke is now known as burke_away |
| 15:39:32 | *** kishoreyekkanti has joined #openmrs |
| 16:00:01 | <dkayiwa> hi Gretchie |
| 16:00:41 | <Gretchie> hi there |
| 16:01:07 | <dkayiwa> that was a custom version built for Andy and was not tagged |
| 16:01:56 | <dkayiwa> the standard module conflicted with formentry module's activator on 1.6.3 |
| 16:02:34 | <Gretchie> Alrighty then. Kind of figured. That must be why i can't deploy any version of XForms, I already had formemtry deployed |
| 16:02:48 | <Gretchie> thanks for the explanation, i dont like it when things dont work and I dont know why |
| 16:03:03 | <dkayiwa> two possible workarounds |
| 16:03:10 | <Gretchie> If it becomes critical, which i doubt it will, I can ask Andy for the binary (ies). |
| 16:03:22 | <dkayiwa> 1) stop formentry module |
| 16:04:22 | <dkayiwa> 2) checkout xforms trunk and compile after havind removed the AfterFormDeleteAdvise |
| 16:04:52 | <Gretchie> Where exactly would I find this AfterFormDeleteAdvise.. is that a class or a method? |
| 16:04:56 | <dkayiwa> will respond to the list for the sake of completeness |
| 16:05:17 | <dkayiwa> just remove its config from config.xml |
| 16:05:24 | <dkayiwa> and that should be all |
| 16:05:29 | <Gretchie> Are you familiar with the companion XFOrmsHelper? Was that a one off also? |
| 16:05:47 | <dkayiwa> that was written by Sam Mbugua |
| 16:05:48 | <Gretchie> XFormsHelper is another module that I can not locate |
| 16:06:22 | <dkayiwa> send an email to Sam |
| 16:06:32 | <dkayiwa> his gmail address is this |
| 16:06:34 | <dkayiwa> sthaiya |
| 16:07:07 | <Gretchie> thanks for all the info dkayiwa... very helpful |
| 16:07:14 | <dkayiwa> yo welcome |
| 16:07:37 | <dkayiwa> are you trying odk clinic? |
| 16:08:02 | <Gretchie> odk clinic? I dont understand |
| 16:08:27 | <dkayiwa> lol |
| 16:08:32 | <dkayiwa> ok forget that |
| 16:08:41 | <Gretchie> That would be a no, I take it :) |
| 16:08:51 | <dkayiwa> sure :) |
| 16:09:22 | <Gretchie> I am only replicating this environment so that I can begin to develop analytics models for the MVP data... |
| 16:09:38 | <dkayiwa> ok |
| 16:10:00 | <Gretchie> I have no medical background so the moving parts of the systema re new to me, including the form entry and such |
| 16:10:10 | <dkayiwa> ok |
| 16:12:10 | *** jriley has left #openmrs |
| 16:15:33 | *** burke_away is now known as burke |
| 16:46:15 | *** lh_ has joined #openmrs |
| 16:46:16 | *** lh has quit IRC |
| 16:46:16 | *** lh_ is now known as lh |
| 16:48:32 | *** rafa__ has quit IRC |
| 16:51:10 | *** darius has joined #openmrs |
| 16:51:41 | <darius> downeym: can you kick djazayeri? |
| 16:53:51 | *** djazayeri has quit IRC |
| 16:55:54 | <finbrein> Hi darius |
| 17:14:28 | *** nribeka has joined #openmrs |
| 17:14:28 | *** ChanServ sets mode: +v nribeka |
| 17:18:36 | <dkayiwa> hi darius |
| 17:20:51 | *** deadpool has joined #openmrs |
| 17:25:01 | <wyclif> hi dkayiwa, have you succeeded in releasing with maven? |
| 17:25:47 | <dkayiwa> wyclif: yes after deleting the already existing artifacts on nexus and increasing my maven memory |
| 17:29:33 | <wyclif> cool |
| 17:29:41 | <wyclif> so do you still need any help? |
| 17:30:05 | <dkayiwa> for only standalone wyclif |
| 17:30:13 | <wyclif> to upload it? |
| 17:30:17 | <dkayiwa> due to is size |
| 17:30:20 | <dkayiwa> yes |
| 17:30:30 | <wyclif> how large is it? |
| 17:30:40 | <dkayiwa> over 100 mb |
| 17:30:51 | *** downeym has quit IRC |
| 17:30:58 | <wyclif> have u uploaded the war file? |
| 17:31:02 | <dkayiwa> yes |
| 17:31:26 | *** downeym has joined #openmrs |
| 17:31:26 | *** ChanServ sets mode: +o downeym |
| 17:31:26 | *** OpenMRSBot sets mode: +o downeym |
| 17:31:42 | <wyclif> and have you updated the shell script and read me files? |
| 17:31:54 | <dkayiwa> now on readme file |
| 17:32:03 | <dkayiwa> where is the shell script |
| 17:32:25 | <wyclif> the script is used on linux |
| 17:32:45 | <wyclif> linux users cant just double click the jar file |
| 17:32:50 | <dkayiwa> ok |
| 17:33:05 | <dkayiwa> was looking in your OpenMRS_1.8.0_Alpha |
| 17:33:06 | <wyclif> so i created that script so that it runs the jar file |
| 17:33:08 | <dkayiwa> on sf |
| 17:33:14 | *** downeym has quit IRC |
| 17:33:17 | <dkayiwa> and did not see it |
| 17:33:30 | <dkayiwa> you know am just copying from you :) |
| 17:33:30 | <wyclif> the run_on_linux.sh file |
| 17:33:37 | <dkayiwa> ok |
| 17:34:06 | <wyclif> you if you have changed the file name of the standalone jar file |
| 17:34:15 | <wyclif> you need to update that shell script |
| 17:34:19 | <wyclif> it is just one line |
| 17:34:27 | <dkayiwa> ok |
| 17:34:30 | <wyclif> so that the file names match |
| 17:34:35 | <dkayiwa> ok |
| 17:35:34 | <wyclif> it means i have to build the standalone myself if am to upload it |
| 17:35:47 | <dkayiwa> yes |
| 17:36:03 | <wyclif> give me about 10min before i can get started |
| 17:36:08 | <dkayiwa> ok |
| 17:36:12 | <wyclif> thanks |
| 17:36:23 | <dkayiwa> thanks most to you :) |
| 17:37:29 | *** gauravpaliwal has left #openmrs |
| 17:38:15 | *** downeym has joined #openmrs |
| 17:38:15 | *** ChanServ sets mode: +o downeym |
| 17:38:15 | *** OpenMRSBot sets mode: +o downeym |
| 17:39:21 | <downeym> dkayiwa: were you able to commit those images? wyclif will be building soon |
| 17:39:38 | <dkayiwa> oh let me do so now |
| 17:40:22 | *** burke has quit IRC |
| 17:40:35 | *** wyclif has quit IRC |
| 17:43:38 | <dkayiwa> done |
| 17:43:54 | <downeym> cool thanks |
| 17:43:56 | <downeym> i will tell him |
| 17:44:01 | <dkayiwa> thanks |
| 17:50:43 | *** Gretchie has left #openmrs |
| 17:51:31 | *** lh_ has joined #openmrs |
| 17:51:56 | *** wyclif has joined #openmrs |
| 17:52:05 | *** lh_ has quit IRC |
| 17:52:05 | *** lh_ has joined #openmrs |
| 17:52:41 | *** lh has quit IRC |
| 17:52:41 | *** lh_ is now known as lh |
| 17:53:24 | *** wluyima has joined #openmrs |
| 17:54:29 | *** wyclif has quit IRC |
| 17:55:15 | *** dawn_ has joined #openmrs |
| 17:55:29 | <downeym> Hi dawn_ and welcome to the #openmrs IRC channel. |
| 17:55:38 | <dawn_> aloha! |
| 17:55:59 | <dkayiwa> is that the Dawn i know? :D |
| 17:57:24 | *** ChanServ sets mode: +v dawn_ |
| 17:57:52 | <nribeka> dawn_, hi dwayne! |
| 17:57:54 | <nribeka> wellcome |
| 17:57:56 | *** bwolfe has joined #openmrs |
| 17:57:57 | *** ChanServ sets mode: +o bwolfe |
| 17:58:25 | <dawn_> Kayiwa, it's me! :) |
| 17:59:49 | <bwolfe> its me too! |
| 18:02:51 | *** dawn__ has joined #openmrs |
| 18:02:51 | *** dawn_ has quit IRC |
| 18:02:51 | *** dawn__ is now known as dawn_ |
| 18:03:02 | <downeym> Hi dawn_ and welcome to the #openmrs IRC channel. |
| 18:03:06 | *** downeym has quit IRC |
| 18:03:10 | <wluyima> hi dkayiwa |
| 18:03:24 | *** downeym has joined #openmrs |
| 18:03:24 | *** OpenMRSBot sets mode: +o downeym |
| 18:03:24 | *** ChanServ sets mode: +o downeym |
| 18:03:24 | <dkayiwa> hi wy |
| 18:03:31 | <dkayiwa> wluyima: |
| 18:03:53 | <wluyima> are u still running 5-0-11 version |
| 18:04:01 | <wluyima> there is 5-0-12 too |
| 18:04:22 | <dkayiwa> yes the old one |
| 18:11:19 | <wluyima> i cant find it on their downloads page |
| 18:11:44 | <dkayiwa> wluyima: what are you trying to download? |
| 18:11:47 | <wluyima> i can only see the old one |
| 18:11:59 | <wluyima> the connector binaries |
| 18:12:04 | <wluyima> mxj |
| 18:12:27 | <wluyima> can u send the latest standalone jar file |
| 18:12:48 | <dkayiwa> it is too big |
| 18:12:51 | <dkayiwa> over 100MB |
| 18:12:57 | <wluyima> i mean the jar file |
| 18:13:01 | <wluyima> not the zip |
| 18:13:01 | *** ChanServ sets mode: +v dawn_ |
| 18:13:02 | <dkayiwa> yes |
| 18:13:12 | <dkayiwa> the zip is almost 200MB |
| 18:13:13 | <wluyima> send the standalone's jar file |
| 18:13:23 | <dkayiwa> jar is over 100MB |
| 18:13:23 | <wluyima> the jar file that you run |
| 18:13:28 | <wluyima> no way |
| 18:13:49 | <wluyima> oh |
| 18:13:52 | <wluyima> you are right |
| 18:13:54 | <wluyima> it is big |
| 18:13:56 | <dkayiwa> :) |
| 18:14:07 | <wluyima> but i cant build it if dont have the mxj jar files |
| 18:14:22 | <wluyima> i cant find the old version on their site |
| 18:14:32 | <dkayiwa> which ones do you see? |
| 18:14:52 | *** dawn_ has left #openmrs |
| 18:15:07 | <wluyima> 12 |
| 18:15:11 | <wluyima> only |
| 18:15:14 | <dkayiwa> use those |
| 18:23:28 | <wluyima> dkayiwa, what is the current version number for the standalone jar file? |
| 18:24:07 | <wluyima> 1.1 as of 1.8.2 |
| 18:24:24 | <dkayiwa> wluyima: where do i check that? |
| 18:25:29 | <wluyima> no where |
| 18:25:41 | <dkayiwa> :D |
| 18:26:30 | <wluyima> i just named that when i was releasing 1.8.2 |
| 18:26:38 | <dkayiwa> ok |
| 18:27:05 | <wluyima> you need to make creating os that jar file to be done via maven |
| 18:27:12 | <wluyima> so that the version number is auto |
| 18:27:38 | <dkayiwa> yes i use mvn package to create it |
| 18:29:57 | *** dawn__ has joined #openmrs |
| 18:30:06 | <downeym> Hi dawn__ and welcome to the #openmrs IRC channel. |
| 18:31:20 | *** dawn__ has quit IRC |
| 18:31:40 | *** dawn_ has joined #openmrs |
| 18:32:43 | *** dawn__ has joined #openmrs |
| 18:32:43 | *** dawn_ has quit IRC |
| 18:32:43 | *** dawn__ is now known as dawn_ |
| 18:34:47 | *** dawn_ has quit IRC |
| 18:34:55 | *** dawn_ has joined #openmrs |
| 18:35:15 | *** dawn_ has joined #openmrs |
| 18:37:00 | *** dawn__ has joined #openmrs |
| 18:37:01 | *** dawn_ has quit IRC |
| 18:37:01 | *** dawn__ is now known as dawn_ |
| 18:43:50 | *** kishoreyekkanti has quit IRC |
| 18:44:56 | <wluyima> hi dkayiwa |
| 18:45:19 | <wluyima> dkayiwa, how comes i see the test install option in the init wizard |
| 18:45:27 | <wluyima> it isnt supposed to show up |
| 18:47:05 | <wluyima> hi dkayiwa |
| 18:47:18 | <wluyima> are u sure you have uploaded the 1.9 war file? |
| 18:49:50 | <wluyima> dkayiwa, can u send me your latest readme file |
| 18:52:59 | <dkayiwa> wluyima: which readme? |
| 18:54:35 | <wluyima> i have updated mine |
| 18:54:43 | <wluyima> dkayiwa, am getting the error below |
| 18:54:43 | <wluyima> Caused by: liquibase.exception.ValidationFailedException: Validation Failed: |
| 18:54:44 | <wluyima> 2 change sets check sum |
| 18:54:44 | <wluyima> liquibase-update-to-latest.xml::20110425-1700-create-visit-attribute-table::djazayeri is now: 3:24e1e30a41f9f5d92f337444fb45402a |
| 18:54:44 | <wluyima> liquibase-update-to-latest.xml::20110817-1601-create-location-attribute-table::djazayeri is now: 3:564e414d29bdccd1bf770252ccd11431 |
| 18:54:57 | <wluyima> when i run the standalone |
| 18:55:02 | <dkayiwa> wluyima: yes war file here: https://sourceforge.net/projects/openmrs/files/prereleases/OpenMRS_1.9.0_Alpha/ |
| 18:55:08 | <dkayiwa> and readme is at the same place |
| 18:55:11 | <wluyima> i grabbed it |
| 18:56:26 | <wluyima> dkayiwa, that read me file probably should say 1.9 |
| 18:56:31 | <wluyima> because it is what am using |
| 18:56:45 | <wluyima> but some liquibase changesets are failing |
| 18:56:55 | <wluyima> i wonder if you tested the installation |
| 18:58:50 | *** dkayiwa_ has joined #openmrs |
| 18:59:08 | <bwolfe> the readme.txt is supposed to only be a readme. You know its for 1.9 alpha because its in the 1.9 alpha folder |
| 18:59:18 | <bwolfe> wluyima, which changesets are failing? clean install? |
| 18:59:49 | *** dkayiwa has quit IRC |
| 18:59:50 | *** dkayiwa_ is now known as dkayiwa |
| 19:18:03 | <wluyima> am running the war file from sourceforge |
| 19:18:07 | *** bwolfe has quit IRC |
| 19:18:19 | <wluyima> dkayiwa, am running the war file from sourceforge |
| 19:19:15 | <darius> hi all |
| 19:19:52 | <dkayiwa> wluyima: and does that war file give you a test install option? |
| 19:35:11 | *** dawn_ has quit IRC |
| 19:44:32 | <wluyima> no |
| 19:44:39 | <wluyima> it was my fault |
| 19:44:43 | <dkayiwa> ok |
| 19:44:45 | <wluyima> i hadnt replaced the war file |
| 19:44:47 | *** james_regen has left #openmrs |
| 19:44:55 | <dkayiwa> 8) |
| 19:45:15 | *** dawn_ has joined #openmrs |
| 19:46:36 | <wluyima> did u realise that in the init wizard, the language selection page has this text 'Remember this choise' |
| 19:46:44 | <wluyima> it should be Remember this choice |
| 19:46:53 | <dkayiwa> wluyima: yes i saw it |
| 19:47:13 | <dkayiwa> wluyima: does it forget it? |
| 19:58:52 | <brandel> is anyone familiar with the vMR standard? |
| 19:59:17 | *** MattAdams has joined #openmrs |
| 19:59:30 | <downeym> Hi MattAdams and welcome to the #openmrs IRC channel. |
| 19:59:52 | *** dawn_ has quit IRC |
| 20:00:01 | <MattAdams> Hi folks - can someone tell me if OpenMRS standalone 1.8.2 is intended for 32bit or 64bit Linux? |
| 20:00:08 | <brandel> ops, are general med informatics discussions okay here (i.e. ot specifically related to OpenMRS)? |
| 20:01:26 | <dkayiwa> MattAdams: 32 bit. We did not package one for 64 bit |
| 20:01:32 | <MattAdams> dkayiwa: Thanks! |
| 20:01:33 | <dkayiwa> MattAdams: which os are you using? |
| 20:01:46 | *** dawn_ has joined #openmrs |
| 20:02:50 | <MattAdams> dkayiwa: Debian |
| 20:03:28 | <dkayiwa> ok |
| 20:03:44 | <dkayiwa> but should be easy to create a package for 64 bit |
| 20:04:04 | <MattAdams> Ya, I'm not really concerned at this point - I just want to get it installed and poke around a bit. |
| 20:04:10 | <dkayiwa> ok |
| 20:04:35 | <MattAdams> Is 25GB enough for a virtual machine to run it? |
| 20:04:59 | <dkayiwa> much much more than enough |
| 20:05:29 | <wluyima> dkayiwa, i ave failed to create the standalone with no data |
| 20:05:42 | <dkayiwa> wluyima: why? |
| 20:06:22 | <wluyima> because i think for some reason it pointing to the wrong database |
| 20:06:45 | <wluyima> and that is why am getting the liquibase error i pasted above |
| 20:06:51 | <dkayiwa> wluyima: are you using the simple install? |
| 20:07:25 | <wluyima> am not installing because the user and password will c hange |
| 20:07:40 | <wluyima> am just upgrading the existing 1.8.2 |
| 20:07:52 | <dkayiwa> ok |
| 20:08:06 | <dkayiwa> wluyima: did you succeed for the one with demo data? |
| 20:08:12 | <wluyima> dkayiwa, yes |
| 20:08:32 | <dkayiwa> and for the one with no data, did you use a new folder? |
| 20:08:38 | <dkayiwa> as in new standalone folder? |
| 20:08:40 | <wluyima> which folder? |
| 20:09:02 | <dkayiwa> wluyima: what did you do exactly to switch to no data |
| 20:09:13 | <wluyima> what do u mean? |
| 20:09:15 | <MattAdams> Is there any reason that my virtual machine for testing is going to need a graphical interface (excluding the web browser, naturally)? |
| 20:09:37 | <dkayiwa> MattAdams: for the standalone? |
| 20:09:40 | <MattAdams> dkayiwa: Ya. |
| 20:10:00 | <dkayiwa> MattAdams: you can run it on commandline without graphical interface |
| 20:10:07 | *** suranga has joined #openmrs |
| 20:10:34 | <MattAdams> dkayiwa: Great, just wanted to make sure that I'm not going to miss out on any GUI tools. |
| 20:11:04 | <dkayiwa> MattAdams: you have commandline equivalents |
| 20:11:14 | <MattAdams> dkayiwa: Ya, saw that in the README |
| 20:11:18 | <dkayiwa> ok |
| 20:15:48 | *** dawn_ has quit IRC |
| 20:17:20 | *** downeym has quit IRC |
| 20:17:23 | *** downeym_ has joined #openmrs |
| 20:17:23 | *** ChanServ sets mode: +o downeym_ |
| 20:18:33 | *** downeym has joined #openmrs |
| 20:18:33 | *** ChanServ sets mode: +o downeym |
| 20:18:33 | *** OpenMRSBot sets mode: +o downeym |
| 20:21:38 | *** downeym_ has quit IRC |
| 20:30:26 | <wluyima> dkayiwa, the one with no data still fails |
| 20:30:40 | <dkayiwa> how are you doing it wluyima |
| 20:30:41 | <wluyima> it had that changeset with a checksum that fails |
| 20:30:49 | <wluyima> am just running it |
| 20:30:57 | <wluyima> am not installing |
| 20:30:59 | <dkayiwa> i thought you are doing a brand new one for no data? |
| 20:31:13 | <wluyima> i have tried that and it fails because it cant connect |
| 20:31:33 | <dkayiwa> wluyima: are you starting with a standalone folder that has no database folder? |
| 20:32:22 | <wluyima> no |
| 20:32:29 | <wluyima> what database does it use |
| 20:32:34 | <wluyima> openmrs or openmrssync |
| 20:32:53 | <dkayiwa> wluyima: it will create one by itself |
| 20:33:07 | <dkayiwa> wluyima: just select simple install |
| 20:33:26 | <dkayiwa> and make just one entry for the password test |
| 20:33:32 | <dkayiwa> that should be all |
| 20:33:50 | <dkayiwa> wluyima: it will automatically create its database |
| 20:34:14 | <dkayiwa> assuming you also are using the default runtime properties file contents |
| 20:34:19 | <dkayiwa> as they are in the repo |
| 20:36:28 | <wluyima> yes |
| 20:36:34 | <wluyima> but that changeset fails |
| 20:36:43 | <wluyima> they are actually2 |
| 20:36:50 | <dkayiwa> wluyima: you should have not failing changeset |
| 20:36:59 | <dkayiwa> because its creating a new database |
| 20:37:13 | <dkayiwa> did you remember to delete the database folder? |
| 20:37:16 | <wluyima> the problem is since since the DB is meant to be empty |
| 20:37:28 | <dkayiwa> wluyima: there should be no database at all |
| 20:37:37 | <wluyima> fails on a checksum since it doesnt exit |
| 20:37:38 | <wluyima> try it |
| 20:37:55 | <dkayiwa> wluyima: have you deleted the database folder first? |
| 20:38:54 | <MattAdams> What is the default URL to the OpenMRS login page? |
| 20:39:33 | <dkayiwa> MattAdams: are you using it on command line? |
| 20:39:38 | <MattAdams> Yes. |
| 20:39:58 | <dkayiwa> depends on your tomcat port number and name of war file |
| 20:40:17 | <MattAdams> Port number is 8082 but nothing responds there. |
| 20:40:21 | <wluyima> if the database if empty |
| 20:40:35 | <dkayiwa> wluyima: you should have no database at all |
| 20:40:44 | <wluyima> then it means i will have no existing user to enter in the init wizard |
| 20:41:05 | <dkayiwa> wluyima: just use the simple install |
| 20:41:28 | *** redhawk has joined #openmrs |
| 20:41:31 | <dkayiwa> wluyima: and for the only one entry that simple install provides, enter: test |
| 20:41:38 | <dkayiwa> MattAdams: what is the name of your war file? |
| 20:41:39 | <wluyima> simple install fails because the connection url by default doesnt use the mxj in the url |
| 20:41:40 | <downeym> Hi redhawk and welcome to the #openmrs IRC channel. |
| 20:41:51 | <MattAdams> dkayiwa: I assume that's tomcat/webapps/openmrs-standalone.war ? |
| 20:42:03 | <wluyima> i have tried that and it failed |
| 20:42:21 | <dkayiwa> wluyima: if you have a runtime properties file in the standalone folder, the openmrs setup wizard uses the connection url that is in there |
| 20:42:40 | <dkayiwa> wluyima: if it does not, then you are using a wrong war file |
| 20:44:29 | <dkayiwa> MattAdams: http://ipaddress:8082/openmrs-standalone |
| 20:44:34 | <MattAdams> dkayiwa: Thanks - |
| 20:44:37 | <wluyima> should i also delete the runtime properties file? |
| 20:44:43 | <wluyima> dkayiwa, should i also delete the runtime properties file? |
| 20:45:19 | <dkayiwa> wluyima: No. you should have a runtime properties file there and its contents should be exactly as the ones in the repository |
| 20:45:35 | *** suranga has quit IRC |
| 20:46:30 | <wluyima> dkayiwa, that fails too |
| 20:46:32 | <dkayiwa> wluyima: contents should be exactly as here: http://svn.openmrs.org/openmrs-contrib/standalone/trunk/openmrs-standalone-runtime.properties |
| 20:46:40 | <wluyima> saying couldnot connect to the database |
| 20:47:12 | *** nribeka has quit IRC |
| 20:47:12 | <dkayiwa> wluyima: do your runtime properties file contents look as in the above url? |
| 20:48:20 | <MattAdams> Is the 1.6 data model found on the OpenMRS wiki much different than the 1.8 package that I've downloaded? https://wiki.openmrs.org/download/attachments/589829/Openmrs_data_model_1.6.png |
| 20:48:50 | <wluyima> dkayiwa, Caused by: java.sql.SQLException: Access denied for user 'openmrs'@'localhost' (using password: YES) |
| 20:49:00 | <dkayiwa> MattAdams: yes different |
| 20:49:09 | <dkayiwa> wluyima: do your runtime properties file contents look as in the above url? |
| 20:54:45 | <wluyima> i have copied them over and it still fails |
| 20:54:48 | <wluyima> dkayiwa, i have copied them over and it still fails |
| 20:55:06 | <dkayiwa> wluyima: did you use the simple install method? |
| 20:55:15 | *** downeym_ has joined #openmrs |
| 20:55:15 | *** ChanServ sets mode: +o downeym_ |
| 20:55:29 | <wluyima> the problem is that the standalone cant start openmrs |
| 20:55:41 | <wluyima> it fails due to a mysql connection failure |
| 20:56:04 | <dkayiwa> wluyima: so you do not reach the step to select the install method? |
| 20:58:21 | <wluyima> dkayiwa, yeah |
| 20:59:09 | *** downeym has quit IRC |
| 20:59:09 | *** downeym_ is now known as downeym |
| 21:00:54 | <dkayiwa> wluyima: do you have a database folder in your standalone root folder? |
| 21:01:00 | <wluyima> no |
| 21:01:21 | <wluyima> and i think that is the problem because it means there is no root user for mysql |
| 21:02:42 | <dkayiwa> wluyima: that is not a problem |
| 21:03:02 | <dkayiwa> wluyima: infact there should not exist any database or user. |
| 21:03:32 | <wluyima> but i get the error that no connection is getting established |
| 21:03:33 | <dkayiwa> wluyima: what is the name of your runtime properties file? |
| 21:04:41 | <dkayiwa> wluyima: just ignore the error and tell me the name of your runtime properties file |
| 21:06:51 | <dkayiwa> wluyima: are you still on? am about to sleep. :) |
| 21:07:30 | <wluyima> dkayiwa, hey |
| 21:07:52 | <dkayiwa> wluyima: what is the name of your runtime properties file? |
| 21:08:07 | <wluyima> dkayiwa, i think i figure out the problem |
| 21:08:12 | <wluyima> dkayiwa, it is the port |
| 21:08:16 | <dkayiwa> ok |
| 21:08:30 | <wluyima> in the file u sent me it is 3316 yet the standalone is using 3317 |
| 21:08:38 | <wluyima> hence failing to connect |
| 21:09:06 | <dkayiwa> wluyima: it should connect to the port you give it in the properties file |
| 21:09:14 | <wluyima> apparenty it wat |
| 21:09:19 | <wluyima> apparenty it wasnt |
| 21:09:25 | <wluyima> it was using 3317 |
| 21:09:35 | <wluyima> and in the file i was using 3316 |
| 21:09:45 | <dkayiwa> wluyima: am also assuming you first stopped the previously running standalone |
| 21:09:46 | <wluyima> dkayiwa, i wonder why |
| 21:10:26 | <wluyima> i realized it memorises the last tomcat and mysql ports |
| 21:10:35 | <dkayiwa> wluyima: that is normally cause by having not properly closed the previously running standalone |
| 21:10:45 | <wluyima> so when am done with zipping and uploading will you send the email |
| 21:10:50 | <dkayiwa> wluyima: it stores and reads them from the runtime properties file |
| 21:11:47 | <dkayiwa> wluyima: before zipping, you will need to set: reset_connection_password=true |
| 21:11:56 | <dkayiwa> wluyima: in the rumtime properties file |
| 21:12:22 | <dkayiwa> wluyima: that will ensure that each user who downloads and uses the standalone gets a different mysql password |
| 21:12:45 | <dkayiwa> wluyima: but set it only after you are down with setting up the database |
| 21:12:58 | <wluyima> dkayiwa, ok |
| 21:13:05 | <dkayiwa> wluyima: and after you have set it, do not run the standalone again |
| 21:13:32 | <wluyima> dkayiwa, is that the case with the one with demodata too |
| 21:13:42 | <dkayiwa> wluyima: yes |
| 21:13:56 | <wluyima> ok |
| 21:14:19 | <dkayiwa> wluyima: so when the user runs the standalone for the first time, that flag tells it to generate a random password for each standalone installation |
| 21:14:50 | <dkayiwa> wluyima: and you do not want that to happen in the process of setting up the standalone package |
| 21:15:06 | <dkayiwa> wluyima: so thats why you package while the flag's value = false |
| 21:16:15 | <wluyima> true or false |
| 21:16:23 | <wluyima> when i run it again it fails |
| 21:16:38 | <dkayiwa> wluyima: what error message? |
| 21:18:04 | <dkayiwa> wluyima: i suggest that let me take you through it step by step. |
| 21:18:32 | <dkayiwa> wluyima: since am about to sleep |
| 21:20:14 | <dkayiwa> wluyima: does that sound fine? |
| 21:23:14 | <wluyima> dkayiwa, but i never had these problems with 1.8 |
| 21:23:45 | <dkayiwa> wluyima: can i take you through it step by step? |
| 21:23:47 | <wluyima> dkayiwa, and apparentl y the problem is that the standalone memorises the ports |
| 21:24:00 | *** downeym has quit IRC |
| 21:24:02 | <wluyima> now the no data runs fine and the one with no data fails |
| 21:24:21 | <wluyima> because now the standalone has memorised the new port that worked |
| 21:24:33 | <wluyima> did u change anything in the standalone |
| 21:25:01 | <dkayiwa> wluyima: i did not change anything. thats why i suggest that i take you through it step by step |
| 21:25:40 | <wluyima> dkayiwa, things work as long as i change the port number in the read me file |
| 21:25:54 | <wluyima> sorry in the runtime file |
| 21:27:19 | <wluyima> dkayiwa, all in all i think i closed the standalone badly port 3316 is unvailable |
| 21:27:28 | <wluyima> others work |
| 21:28:26 | <wluyima> dkayiwa, otherwise evrything is fine now |
| 21:28:45 | <wluyima> dkayiwa, so am ready to zip and upload |
| 21:29:05 | <dkayiwa> ok thats good!!! |
| 21:30:34 | <wluyima> so u said i should set reset_connection_password=true, right? |
| 21:30:43 | <dkayiwa> yes |
| 21:31:05 | *** lh_ has joined #openmrs |
| 21:32:50 | <darius> wluyima: cool! |
| 21:33:02 | <dkayiwa> wluyima: before you upload, first give it to a mac and windows user to test |
| 21:33:10 | *** lh has quit IRC |
| 21:33:11 | *** lh_ is now known as lh |
| 21:33:30 | *** lh_ has joined #openmrs |
| 21:34:07 | <darius> I'm a mac user, if you don't have one there. |
| 21:35:53 | <wluyima> when are u sending the email? |
| 21:36:11 | <wluyima> the mac user i can think of is darius |
| 21:36:19 | <wluyima> i have windows in a virtual box |
| 21:36:23 | <wluyima> so i will test it |
| 21:36:37 | <dkayiwa> wluyima: when you are done with testing (mac and windows) and uploaded |
| 21:36:44 | <dkayiwa> ok |
| 21:43:51 | *** redhawk has quit IRC |
| 21:45:06 | *** redhawk has joined #openmrs |
| 21:46:13 | <redhawk> hello, I was wondering if someone could help me. |
| 21:49:37 | <wluyima> dkayiwa, what was the size of your zipped files |
| 21:49:57 | *** nribeka has joined #openmrs |
| 21:49:57 | *** ChanServ sets mode: +v nribeka |
| 21:51:42 | <wluyima> mine are like 224 and 313 |
| 21:52:43 | <dkayiwa> wluyima: after deleting these folders: tomcat/logs, tomcat/work, database/bin, webapps/openmrs-standalone? |
| 21:53:04 | <dkayiwa> wluyima: in otherwards, you should have less than 200 |
| 21:53:44 | <dkayiwa> wluyima: also delete appdata folder |
| 21:54:04 | <dkayiwa> wluyima: all these folders are regenerated at the client |
| 21:54:32 | <wluyima> dkayiwa, for both? |
| 21:54:41 | <dkayiwa> wluyima: yes |
| 21:55:03 | <wluyima> i mean the size being less than 200 |
| 21:55:19 | <dkayiwa> wluyima: no. i meant for each |
| 21:55:23 | <wluyima> am getting 187 and 270 |
| 21:56:03 | <dkayiwa> wluyima: which folders do you have left in your standalone root folder |
| 21:56:52 | *** jwishnie has joined #openmrs |
| 21:57:32 | <dkayiwa> wluyima: your tomcat folder should be 42.1 MB |
| 21:58:24 | <wluyima> the largest folder is the database |
| 21:58:40 | <dkayiwa> wluyima: how big is your tomcat folder? |
| 21:58:40 | <wluyima> and there is a file ibdata1 which way larger than the prior ones |
| 21:58:51 | <wluyima> i wonder why it is the case |
| 21:59:09 | <wluyima> and what is the use of the openmrsync database |
| 21:59:29 | <dkayiwa> wluyima: you should not have such a database |
| 22:00:30 | <wluyima> after all this i still have 181 and 269 |
| 22:00:37 | <wluyima> i have to run to the bank now |
| 22:00:39 | *** lh has quit IRC |
| 22:00:39 | *** lh_ is now known as lh |
| 22:00:49 | <wluyima> dkayiwa, i will upload these when i get home |
| 22:01:03 | <wluyima> dkayiwa, so when are u sending the email? |
| 22:01:20 | <dkayiwa> wluyima: i wanted to send after you have uploaded |
| 22:01:24 | <dkayiwa> should i send before? |
| 22:01:56 | <wluyima> u cant do that |
| 22:02:12 | <dkayiwa> makes sense |
| 22:02:21 | <wluyima> i will back online when i get home after 1hr |
| 22:02:32 | <wluyima> i have to deposit an important check before 7pm |
| 22:02:37 | <dkayiwa> in that case i will send tomorrow |
| 22:02:38 | <wluyima> and it is already 6pm |
| 22:03:01 | <wluyima> the good thing tomorrow to u can mean by the time paul is up the email would be out |
| 22:03:04 | <dkayiwa> you also need to test on windows and mac |
| 22:03:15 | <dkayiwa> lolllllllllllllllllll :) |
| 22:03:15 | <wluyima> darius will on mac |
| 22:03:18 | <dkayiwa> ok |
| 22:03:30 | <wluyima> talk to u later |
| 22:03:40 | <dkayiwa> 8) |
| 22:05:36 | *** redhawk has quit IRC |
| 22:05:48 | <darius> wluyima: you still there? |
| 22:05:53 | <darius> how do I test this on the mac? |
| 22:06:06 | <darius> I mean: where do I get it from? |
| 22:06:14 | <darius> dkayiwa: did he leae already? |
| 22:06:24 | <dkayiwa> darius: i think so |
| 22:06:30 | <darius> do you know where I can get the standalone I need to test? |
| 22:06:48 | <dkayiwa> darius: i think he still has it only on his laptop |
| 22:07:01 | <darius> doh! |
| 22:08:09 | *** wluyima has quit IRC |
| 22:10:52 | *** jwishnie has quit IRC |
| 22:17:09 | *** dkayiwa has quit IRC |
| 22:23:58 | *** lh_ has joined #openmrs |
| 22:25:59 | *** lh has quit IRC |
| 22:26:00 | *** lh_ is now known as lh |
| 23:00:13 | *** darius has quit IRC |
| 23:02:48 | *** wluyima has joined #openmrs |
| 23:04:32 | *** lh has quit IRC |
| 23:05:03 | *** redhawk_ has joined #openmrs |
| 23:05:53 | <redhawk_> hello, I was needing some help with OpenMRS |
| 23:06:56 | *** nribeka has quit IRC |
| 23:08:03 | <redhawk_> I am having trouble with OpenMRS connecting to the database after re-installing mysql |
| 23:09:07 | *** nribeka has joined #openmrs |
| 23:09:07 | *** ChanServ sets mode: +v nribeka |