Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sirius-dev] Issue when running Sirius web from terminal

Le 06/07/2022 à 17:28, Mercy Asamoah a écrit :

Good morning,

Hi,

 

I’ve been trying to build and run Sirius web on my own from my terminal using the read me in THIS repository but then it keeps failing. For the build steps, everything works until I get to Step 4 which is building the backend with Maven. Please find attached the error log.

Please prefer the Sirius forum at https://www.eclipse.org/forums/index.php?t=thread&frm_id=262 for this kind of questions. The sirius-dev mailing list is almost only used for announcing new versions.

Any help will be very much appreciated.

The a quick look at the logs, the failure happens because some of our integration tests (executed during the build) rely on Docker to launch a database instance.
Do you have Docker installed on your machine? If yes, which version (docker --version)?
I have "Docker version 20.10.12, build 20.10.12-0ubuntu4" and just tested the instructions from the README on a fresh clone of the repo, and the build works without error in my case.

If you do not have Docker, either install it or skip the execution of the tests during the build by running:

  mvn clean package -DskipTests


-- 
Pierre-Charles David (Obeo)

Back to the top