IRC Chat : 2013-11-24 - OpenMRS

00:10:56 *** djazayeri has quit IRC
00:33:57 *** shruthd has joined #openmrs
00:36:34 *** shruthd has quit IRC
01:05:08 *** robbyoconnor has joined #openmrs
01:05:08 *** ChanServ sets mode: +v robbyoconnor
01:13:44 *** raonyguimaraes has quit IRC
03:21:12 *** shruthd has joined #openmrs
03:41:06 *** harsz89 has joined #openmrs
03:41:07 *** ChanServ sets mode: +v harsz89
03:43:08 *** shruthd has quit IRC
04:43:03 *** shruthd has joined #openmrs
06:10:41 *** harshadura__ has joined #openmrs
06:13:57 *** harshadura_ has quit IRC
06:28:14 *** shruthd has quit IRC
06:32:05 *** shruthd has joined #openmrs
06:54:05 *** dkayiwa has joined #openmrs
07:09:25 *** LeeBreisacher1 has joined #openmrs
07:12:45 *** LeeBreisacher has quit IRC
07:14:59 *** harsz89 has quit IRC
07:55:50 *** shruthd has quit IRC
08:07:34 *** shruthd has joined #openmrs
08:13:46 *** shruthd has quit IRC
08:47:09 *** wluyima has joined #openmrs
09:00:07 *** dkayiwa has quit IRC
09:28:29 *** dkayiwa has joined #openmrs
09:41:36 *** shruthd has joined #openmrs
11:02:05 *** shruthd has quit IRC
11:06:42 *** shruthd has joined #openmrs
11:09:47 *** wluyima has quit IRC
11:54:47 *** Eli___ has joined #openmrs
11:54:54 <Eli___> dkayiwa: Hi :) are you here?
11:55:07 <dkayiwa> Eli___: hi
11:55:45 <Eli___> dkayiwa: great
11:56:32 <Eli___> dkayiwa: I have downloaded from git the 2.0 reference app but I dont understand how to get it into eclipce
11:56:53 <Eli___> I know I need to use the "add module" thingy
11:57:09 <dkayiwa> Eli___: do you have openmrs-core in eclipse
11:57:18 <Eli___> dkayiwa: but there are a lot of omod files.. I didnt find anything helpful on google
11:57:23 <Eli___> dkayiwa: yes
11:57:37 <dkayiwa> Eli___: does it run?
11:58:03 <Eli___> dkayiwa: yes, with jetty, I can log in and do actions and everything
11:58:38 <dkayiwa> Eli___: which wiki page did you use for the reference application setup?
12:02:52 <Eli___> dkayiwa: just a sec, Ill find it
12:03:31 <Eli___> dkayiwa: https://wiki.openmrs.org/display/projects/Epic+-+Reference+Application
12:03:50 <Eli___> dkayiwa: but it didnt really help me...
12:05:41 <Eli___> dkayiwa: https://github.com/openmrs/openmrs-distro-referenceapplication this is where I cloned the code
12:05:42 <OpenMRSBot> <http://ln-s.net/+zUy> (at github.com)
12:06:39 <Eli___> dkayiwa: can you guide me? I searched google already
12:09:13 <dkayiwa> Eli___: did you look at this? https://wiki.openmrs.org/display/docs/Reference+Application+dev+environment+setup
12:10:26 <Eli___> dkayiwa: thanks, Ill try that.
12:15:04 <Eli___> dkayiwa: after I finish downloading all of these ,I need to do "maven clean install"?
12:20:16 *** dkayiwa has quit IRC
12:25:56 *** dkayiwa has joined #openmrs
12:28:00 <Eli___> dkayiwa: hey, I installed all of the modules that were in that link, but I dont understand how to run the 2.0 UI
12:29:55 <dkayiwa> Eli___: can you checkout the 1.9.x branch of openmrs?
12:30:15 <Eli___> dkayiwa: how to do that?
12:30:55 <dkayiwa> Eli___: git fetch origin 1.9.x:1.9.x
12:33:02 <Eli___> dkayiwa: sorry for the ignorance, but how exactly do I do that? from where?
12:33:12 <dkayiwa> Eli___: command line
12:33:30 <Eli___> dkayiwa: in what directory?
12:33:44 <dkayiwa> Eli___: the openmrs parent directory
12:33:52 <Eli___> dkayiwa: okay. just a sec
12:33:58 <dkayiwa> Eli___: where you used to do mvn clean install from
12:34:49 <Eli___> dkayiwa: the command "git" doesn't work. can I do it from eclipse?
12:35:25 <dkayiwa> Eli___: i have never tried eclipse. i use command line because it do not trust the sometimes buggy eclipse plugin
12:35:42 <dkayiwa> Eli___: you will need to setup maven for the command line to work
12:36:02 <Eli___> dkayiwa: I have maven, but for some reason git doesnt work
12:36:21 <dkayiwa> Eli___: you need to set it up (configure)
12:36:33 <Eli___> dkayiwa: how?
12:36:43 <dkayiwa> Eli___: google :)
12:36:55 <Eli___> dkayiwa: K, just a sec
12:37:13 <dkayiwa> Eli___: am sure you will not do that in just one second :)
12:37:47 <Eli___> dkayiwa: just like everything in this environment... takes ages
12:46:22 <Eli___> dkayiwa: okay, I think I fetched it
12:46:45 <dkayiwa> Eli___: now: git checkout 1.9.x
12:46:58 <dkayiwa> Eli___: then run it
12:51:31 <Eli___> dkayiwa: okay, a new problem: it took me to "initial setup"
12:51:40 <Eli___> dkayiwa: and there I had this problem:
12:51:49 <Eli___> dkayiwa: The following error occurred at startup: Failed to read candidate component class: file [C:\Users\Eli\workspace\openmrs-core\api\target\classes\org\openmrs\api\handler\ExistingOrNewVisitAssignmentHandler$1.class]; nested exception is java.io.FileNotFoundException: class path resource [com/google/common/cache/CacheLoader.class] cannot be opened because it does not exist
12:51:52 <dkayiwa> Eli___: yes setup a different database for 1.9.x
12:52:26 <dkayiwa> Eli___: do an mvn clean install
12:52:37 <Eli___> okay
12:52:46 <Eli___> dkayiwa: thanks, you are awesome :)
13:06:29 <Eli___> dkayiwa: another problem! yay.
13:07:08 <Eli___> dkayiwa: now ,after doing the mvn clean install, i get to the initial setup and have a problem as followes:
13:07:20 <Eli___> dkayiwa: ???There was an error while updating the database to the latest. file: liquibase-update-to-latest.xml. Error: Migration failed for change set liquibase-update-to-latest.xml::1-fix::sunbiz:???
13:07:34 <Eli___> dkayiwa: and several others..
13:08:00 <dkayiwa> Eli___: what database name did you choose?
13:08:24 <Eli___> dkayiwa: I didnt choose anything
13:08:52 <dkayiwa> Eli___: you are supposed to do a new setup
13:09:06 <dkayiwa> Eli___: delete your database and runtime properties file. then run again
13:09:28 <Eli___> dkayiwa: from appdata?
13:10:00 <dkayiwa> Eli___: you are the one who knows where it is :)
13:10:12 *** raonyguimaraes has joined #openmrs
13:13:40 <Eli___> dkayiwa: another error. oh my god.
13:14:16 <Eli___> dkayiwa: There was an error while updating the database to the latest. file: liquibase-update-to-latest.xml. Error: Migration failed for change set liquibase-update-to-latest.xml
13:14:39 <dkayiwa> Eli___: did you do what i told you above?
13:15:23 <Eli___> dkayiwa: I deleted the runtime properties, how to delete the database?
13:15:45 <dkayiwa> Eli___: have you ever dealt with databases before?
13:16:04 <Eli___> dkayiwa: not so much
13:16:17 <Eli___> dkayiwa: great time to start, though
13:16:25 <dkayiwa> Eli___: Google has it all :)
13:18:38 <Eli___> dkayiwa: I know its a newbe question, but how can I tell the name of the database I need to drop?
13:19:38 <dkayiwa> Eli___: how did you set it up in the first place?
13:19:59 <Eli___> dkayiwa: I just downloaded "mysql server" and thats it
13:20:18 <dkayiwa> Eli___: that a server but not the database
13:20:42 <dkayiwa> Eli___: a mysql server can have many databases
13:20:46 <Eli___> dkayiwa: everything else awas done by the openMRS initial setup
13:21:03 <dkayiwa> Eli___: which options did you provide for the setup?
13:21:17 <Eli___> dkayiwa: the default..
13:21:54 <dkayiwa> Eli___: then in that case it is openmts
13:21:58 <dkayiwa> openmrs
13:27:54 <Eli___> dkayiwa: its installing, Thank you! I hope that after that the ref app 2.0 will run
13:28:46 <dkayiwa> Eli___: cannot be sure until when it is actually so :)
13:57:38 <Eli___> dkayiwa: okay, it is running again :) what now?
13:58:40 <dkayiwa> Eli___: did you choose the option to include demo data?
13:58:51 <Eli___> dkayiwa: yes
13:59:17 <dkayiwa> Eli___: that does not play well with refapp. you will need to do it again
13:59:34 <Eli___> dkayiwa: oh no...
13:59:37 <dkayiwa> Eli___: that is delete the database and runtime properties file
13:59:41 <dkayiwa> Eli___: then run again
13:59:47 <Eli___> dkayiwa: okay :(
14:00:02 <dkayiwa> Eli___: good for your practice though. You will then never forget it :)
14:02:41 <Eli___> dkayiwa: yeah it is burnt into my memory
14:03:15 <dkayiwa> Eli___: :)
14:03:53 <dkayiwa> Eli___: am stepping away and will come back after a couple of hours
14:05:47 *** dkayiwa_ has joined #openmrs
14:06:35 *** shruthd has quit IRC
14:06:35 *** dkayiwa_ has left #openmrs
14:08:07 *** dkayiwa has quit IRC
14:23:10 *** k-joseph has joined #openmrs
14:49:30 *** Mnicho has joined #openmrs
14:49:50 *** raonyguimaraes has quit IRC
14:50:40 <Mnicho> k-joseph, boss how are you?
14:51:21 <k-joseph> Mnicho: fine, how about u bro, nice hearing from u!!!
14:51:39 <Mnicho> k-joseph, yeah
14:52:24 <Mnicho> k-joseph, but i am using linux but i want to get thet openmrs database
14:52:34 <Mnicho> k-joseph, would you help me plz?
14:54:11 <k-joseph> Mnicho: did u successfully install openmrs as a developer? it includes options of creating and adding demo data to the openmrs database to be created!!!
14:55:00 *** raonyguimaraes has joined #openmrs
14:55:24 <Mnicho> k-joseph, not yet
14:56:39 <Mnicho> k-joseph, does it require downloading?
14:56:51 *** harsz89 has joined #openmrs
14:56:52 *** ChanServ sets mode: +v harsz89
14:56:59 *** Mnicho has quit IRC
15:09:35 *** k-joseph has quit IRC
15:19:25 *** shruthd has joined #openmrs
15:22:12 *** shruthd has quit IRC
15:28:17 *** raonyguimaraes has quit IRC
15:32:50 *** shruthd has joined #openmrs
15:34:49 *** raonyguimaraes has joined #openmrs
15:36:37 *** harshadura__ has quit IRC
15:55:36 *** decka has joined #openmrs
15:59:52 *** decka has quit IRC
16:00:18 *** shruthd has quit IRC
16:04:06 *** perera has joined #openmrs
16:17:15 *** k-joseph has joined #openmrs
16:36:28 *** shruthd has joined #openmrs
16:39:01 *** perera has quit IRC
16:39:26 *** perera has joined #openmrs
16:47:59 *** dkayiwa has joined #openmrs
17:04:45 *** k-joseph has quit IRC
17:05:12 *** k-joseph has joined #openmrs
17:13:45 *** k-joseph has quit IRC
17:39:39 *** perera has quit IRC
18:15:58 *** wluyima has joined #openmrs
18:19:42 *** wluyima has quit IRC
18:20:18 *** wluyima has joined #openmrs
18:21:27 *** fouad has quit IRC
18:28:44 *** k-joseph has joined #openmrs
18:36:00 *** harsz89 has quit IRC
18:47:54 *** harsz89 has joined #openmrs
18:47:54 *** ChanServ sets mode: +v harsz89
18:49:39 *** k-joseph has quit IRC
18:59:53 *** k-joseph has joined #openmrs
19:10:07 *** k-joseph_ has joined #openmrs
19:10:57 *** k-joseph has quit IRC
19:36:11 *** tsam has joined #openmrs
19:36:11 *** k-joseph_ has quit IRC
19:37:56 *** shruthd has quit IRC
20:11:19 *** fouad has joined #openmrs
20:17:31 *** Eli___ has quit IRC
20:26:26 *** fouad_ has joined #openmrs
20:27:48 *** tsam has quit IRC
20:28:56 *** fouad has quit IRC
20:56:30 *** wluyima has joined #openmrs
21:22:39 *** ch3ck_ has joined #openmrs
21:22:45 <ch3ck_> #njorku
21:23:33 *** k-joseph has joined #openmrs
21:36:59 *** wluyima has quit IRC
21:47:24 *** k-joseph has quit IRC
21:48:25 *** ch3ck_ has quit IRC
21:55:30 *** dkayiwa has left #openmrs
22:13:28 *** LeeBreisacher1 has quit IRC
22:14:11 *** LeeBreisacher has joined #openmrs
22:15:14 *** LeeBreisacher has quit IRC
22:51:13 *** raonyguimaraes has quit IRC
23:17:45 *** upul has joined #openmrs
23:54:21 *** raonyguimaraes has joined #openmrs