International-Data-Spaces-Association / IDS-testbed

Apache License 2.0
24 stars 32 forks source link

Errors after installation (Testbed not running) #67

Closed arianman closed 2 years ago

arianman commented 2 years ago

Hi All,

Testbed is not running after installation. I have changed my approach and tried on separated VMs, still no luck.

Screenshot:

testbed-not-running-Arian

Full installation output: testbed-installation.txt

I have received an email from Iva @ivakra and she has faced the same issue: errorTestbed_04052022

sebplorenz commented 2 years ago

Cannot reproduce. Did you check out only the install.sh file? If yes, then you should check out the whole repository and try again.

arianman commented 2 years ago

Thanks a lot Sebastian! Yes, only install.sh. Will checkout the whole repo and will try again soon, but if that's the reason, I think we should either change it or add it to the doc.

jfernandezsqs commented 2 years ago

Hello Arian and @ivakra, I am not able to reproduce your error at the execution of the install.sh script. However, I have changed the documentation of the file 'InstallationGuide.md' and I think that the changes could fix your error. Can you please follow the steps included Target View: Preconfigured testbed and see if it works with the commands that are mentioned there.

ivakra commented 2 years ago

Thank you @sebplorenz and @jfernandezsqs! I executed the steps as specified in the Target View: Preconfigured testbed and deployment was successful :) Following is description of the steps and a couple of comments:

  1. Regarding the software requirements: I actually started from a clean VM - nothing but the required OS installed (and it worked)
  2. lsb_release -a When I copied and pasted the "$lsb_release -a" command, I actually received an error because of the extra '$' sign copied in front of the command.
  3. sudo apt-get update
  4. sudo apt-get upgrade
  5. sudo apt install git
  6. git clone https://github.com/International-Data-Spaces-Association/IDS-testbed.git
  7. cd IDS-testbed
  8. sudo ./install.sh I didn't try executing the install script with user privileges. I reviewed the output of the execution of the install script and I noticed several warnings - I am attaching the file with the output in case you want to chase them output_170522.txt
jfernandezsqs commented 2 years ago
  1. lsb_release -a When I copied and pasted the "$lsb_release -a" command, I actually received an error because of the extra '$' sign copied in front of the command.

Fix in the PR #68