@jwnasambu it looks like you are not able to log on that mysql instance. Were you assuming that you would just connect without a password?
At first I logged into mysql instance without a password but things changed when @raff restored the DB. That is when the password issue come in. Waaah! Kindly how do I get the password please?
@dkayiwa and @ibacher Kindly help please! Am stack with a maven build error on this PR Update Metadata Packages for ReferenceMetadata module by jwnasambu · Pull Request #69 · openmrs/openmrs-module-referencemetadata · GitHub. I have gone through the logs over and over but am unable to tell the cause of the build failure. I therefore request for your guidance on how to go about it.
oops @jwnasambu could there be an issue at ReferenceMetadataActivatorComponentTest.testEverything
?
Yes and its that issue that am trying to spot.
okkk let’s see
@jwnasambu do you mind sharing full error report with
mvn -X clean compile
sorry for asking too much as we wait for the big boys.
This is the output Last login: Tue Feb 7 08:44:49 on consoleDeniss-Air:~ juliet$ cd /Users/julie - Pastebin.com
@jwnasambu look at the datasets you added
NULL not allowed for column "NAME"; SQL statement: insert into CONCEPT_NAME (CONCEPT_ID, NAME, LOCALE, CREATOR, DATE_CREATED, CONCEPT_NAME_ID, VOIDED, VOIDED_BY, UUID, CONCEPT_NAME_TYPE, LOCALE_PREFERRED, CHANGED_BY, DATE_VOIDED, VOID_REASON) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23502-197]
there could be a missing value for the column NAME
@jwnasambu i have left a comment at the pr, see if it helps
Thanks for the sync! Still getting an error
I have got a hint somewhere hopefully it will work as I wait for more help
Its fixed! thanks @ibacher for your guidance.
Kindly help me delete the 2.13.0 tag on referencemetadata because the release has no current changes which were merged yesterday.
I have just deleted it.
kind clarification on this point please!
Remove zip packages containing concepts (if any) from
https://github.com/openmrs/openmrs-module-referencemetadata/tree/master/api/src/main/resources
and their declarations in
https://github.com/openmrs/openmrs-module-referencemetadata/blob/master/api/src/main/resources/packages.xml
in this guide OpenMRS Reference Application Release Process - Documentation - OpenMRS Wiki does it refer to any zip package or only the ones I was fixing i.e Reference Application Concepts, Reference Application Diagnoses, Reference Application Order Entry and Allergies Concepts ) where I was exporting concepts? This is how my project explorer look like with some packages having zip file though not sure if they have concepts because on the release steps they are not mentioned.
@jwnasambu you already did it in this pull request: Update Metadata Packages for ReferenceMetadata module by jwnasambu · Pull Request #69 · openmrs/openmrs-module-referencemetadata · GitHub
By:
- Deleting:
Reference_Application_Numeric_Concepts-26-2.x.xml
- Deleting:
Reference_Application_Numeric_Concepts-26-pre2.x.xml
- Deleting:
Reference_Application_Order_Entry_and_Allergies_Concepts-20.xml
- Deleting:
Reference_Application_Diagnoses-13.xml
- Deleting:
Reference_Application_Concepts-26.xml
I have tried releasing the Reference Metadata Module but am getting a CI build failure on this link Reference Metadata module - Reference Metadata module - Release to maven 3083: Build log - OpenMRS Bamboo. On github, the new version tag is created successfully as reflected here but the module Version on the Add ons still reflects the deleted version. Which I suspect is the cause of the build failure and I humbly request the tag to be deleted on both the github and Add ons so that I can release the module a fresh.