liquibase changesets errors while deploying open concept lab module

The webservices rest module was still an old version. I have just upgraded it. Can you restart that server?

On it, Will update once done

So @jdick helped figure where the issue was, I was missing Open Web Apps Module which is required for ocl to run. Heading back to config.xml I released ocl was made aware of owa under aware_of_modules. Do you think that’s enough or it should be added as a required modules? @dkayiwa

We just tried to set up a subscription and got this error. Anyone have ideas of what that means?

Do you think you can share the full server side log at pastebin.com?

Server logs when I click the import from subscription button https://pastebin.com/ptQLF4d5

I have been troubleshooting these, the findings

I logged the url, https://openconceptlab.org/users/Jecihjoy/collections/APM/v1.1/versions

Testing theURL via postman I got,

Not Found

The requested URL /users/Jecihjoy/collections/APM/v1.1/versions was not found on this server.

I’m still debbuging

@jecihjoy did you get a chance to look at this? https://wiki.openmrs.org/x/DoFEDQ

I had gone briefly through the page but I missed the part where dictionary versioning is not supported yet.

However I also did import from my collection without using version number after getting the 404 with versioned collections

I used https://api.openconceptlab.org/users/Jecihjoy/collections/APM/ but I was still get ting this error . https://pastebin.com/gW8a1Akd

@dkayiwa are you able to identify what I might be doing wrong?

Which version of the openconceptlab module are you running? Your log has OclClient.java:380 which is not here https://github.com/openmrs/openmrs-module-openconceptlab/blob/1.2.4/api/src/main/java/org/openmrs/module/openconceptlab/client/OclClient.java

I had build the module locally while debugging, I have just tested with the released omod and it’s now working. Thank you soo much for helping.