Ozone HIS installation error

Ozone his is giving installation errors given below. i saw a similar post and it suggested a connectivity error but I have been trying this fr quite a while now. fire wall is not active on the server

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.6.1:get (default-cli) on project standalone-pom:
Couldn't download artifact:
The following artifacts could not be resolved:
com.ozonehis:ozone:zip:1.0.0-SNAPSHOT (absent):
Could not find artifact com.ozonehis:ozone:zip:1.0.0-SNAPSHOT in temp (https://nexus.mekomsolutions.net/repository/maven-public)

Hey @anish08k,

Can you please give some more context of what exactly are you trying to install (maybe: which command did you run?) so that I can try to reproduce the issue and help you with this.

2 Likes

Hey @anish08k wanted to follow up, were you able to resolve the issue?

1 Like

@sidvaish97 I did get the same error when i tried curl -s https://raw.githubusercontent.com/ozone-his/ozone/main/scripts/install-stable.sh | bash /dev/stdin on Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.3. Any idea what could be causing it or alternative way of installing. When i sub with the latest image curl -s https://raw.githubusercontent.com/ozone-his/ozone/main/scripts/install-latest.sh | bash /dev/stdin i get /dev/stdin: line 1: install-stable.sh: command not found

@nickchacha Can you try running this command

curl -s https://raw.githubusercontent.com/ozone-his/ozone/main/scripts/install-stable.sh | bash /dev/stdin 1.0.0-SNAPSHOT

Seems to have worked but on starting i got this error

Can you please try the below steps.

  1. Run ./stop-demo.sh and then ./start-demo.sh command
  2. If the issue still persists please run ./destroy-demo.sh and rerun ./start-demo.sh

Let me know if the issue still persists.

Sorry for the late reply This is what I get when I run this script:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.6.1:get (default-cli) on project standalone-pom: 
Couldn't download artifact: 
The following artifacts could not be resolved: 
com.ozonehis:ozone:zip:1.0.0-SNAPSHOT (absent): 
com.ozonehis:ozone:zip:1.0.0-SNAPSHOT was not found in https://nexus.mekomsolutions.net/repository/maven-public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of mekom-public has elapsed or updates are forced

@corneliouzbett @achachiez @ruhanga – any idea why com.ozonehis:ozone:zip:1.0.0-SNAPSHOT is found in our Maven public repo?

@anish08k Until we debug the issue behind com.ozonehis:ozone:zip:1.0.0-SNAPSHOT was not found

Can you try running this command instead

curl -s https://raw.githubusercontent.com/ozone-his/ozone/main/scripts/install-stable.sh | bash /dev/stdin 1.0.0-SNAPSHOT

If the above command gives the same error, I would delete the .m2 directory and retry the command.

1 Like