development of openmrs tickets

https://www.pastiebin.com/59744bb4f0c69 Hullo community I have been trying to work on various tickets but when I use git fetch --all and git pull --rebase upstream master commands am getting the information found on that link,I have tryed to use other commands to clean and delete other information not necessary but nothing has changed and dont know what to do next.I will appreciate any help

Have you tried to use the OpenMRS SDK? https://wiki.openmrs.org/display/docs/OpenMRS+SDK

I have tryed several times but no success.The problem comes when I excute _mvn clean install openmrs-sdk:run** **_command.Am getting the following error messages

Port 8080 is already in use. Would you like to use 8081 instead? [Y/n]: n

Checking if port 8080 is in use… [in use]

Checking if port 8081 is in use… [free]

Port 8080 is already in use. Would you like to use 8081 instead? [Y/n]: y

[INFO] Reactor Summary: [INFO] [INFO] Ddmaker … FAILURE [02:39 min] [INFO] Ddmaker API … SUCCESS [ 17.382 s] [INFO] Ddmaker OMOD … SUCCESS [ 6.056 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:23 min [INFO] Finished at: 2017-07-24T07:18:48+03:00 [INFO] Final Memory: 39M/99M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugi n:3.11.0:run (default-cli) on project ddmaker: Execution default-cli of goal org .openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.11.0:run failed: Failed runnin g Tomcat -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutio nException ‘cmd’ is not recognized as an internal or external command, operable program or batch file.

1 Like

@ddmaker in addition to dkayiwa’s link have you exhausted this https://wiki.openmrs.org/display/docs/Using+Git ? Just asking

Thanks for your response,I have gone through the bigest number of all commands but I dont know if this is normal https://www.pastiebin.com/59744bb4f0c69

@ddmaker what’s your ticket about may be it could give us a deeper insight or still a detailed overview of what you are doing please…Your comments are too brief…Are you working on a ticket or building a module ??

Working on a ticket refactoring some of ReflectionUtils to use the apache commons PropertyUtils ie REPORT 220

@ddmaker maven is telling you that ([INFO] Ddmaker … FAILURE [02:39 min]) failed to build so look into your code again and run mvn clean install again

[INFO] Reactor Summary:

[INFO] [INFO] Ddmaker … FAILURE [02:39 min] [INFO] Ddmaker API … SUCCESS [ 17.382 s] [INFO] Ddmaker OMOD … SUCCESS [ 6.056 s]

1 Like

Can you run again with the -e switch for a detailed log?

1 Like

Thanks @tendomart for your response however,I dont know where to find my code you are talking about because I was following sdk::neutral_face:

Thanks @dkayiwa however,I’ve tryed mvn clean install openmrs-sdk:run -e, mvn clean install openmrs-sdk:run -x and mvn -rf :openmrs-api to resume the build and I have also tried to go through what comes after excuting this first two commands but I cant make any progress.Any other clue will be appreciated as I continue going through this step by step once again.Thanks tr:)

We would like to see the log when you use the -e switch. You could use pastebin.com

Thanks this is the one https://www.pastiebin.com/59780fc8656f4

Did you succeed in connecting to your MySQL instance using a GUI like MySQL Browser or any other?

Thanks @tendomart and @dkayiwa for your pantience and guidence. I have been looking through the clues you gave me and now I can access my mysql in the command line. With GUI I still have no access.

What do you mean by no GUI access? Does that mean getting and error message on attempting to connect? If yes, what error message?



https://dev.mysql.com/doc/workbench/en/wb-manage-server-connections.html These are some of the many links which I have gone through and tried to follow but some give direction of settings which are icompatible with what my computer can access like what is on the first and third urls others I have tried their commands like whats on the second url but getting error msgs like this one sudo apt-get install -y mongodb-org ‘sudo’ is not recognized as an internal or external command, operable program or batch file.Therefor still stack with connecting to my MySQL instance using a GUI .

@ddmaker are’nt you using windows? “sudo” is for Unix flavours like Linux,linux-ubuntu and i think mac…