Open-MBEE / exec-mmsri

Open Source Reference Implementation for MMS Execubots
Apache License 2.0
3 stars 7 forks source link

Docker-Compose Issue #70

Open GerriSchalk opened 11 months ago

GerriSchalk commented 11 months ago

Dear Community,

I have been trying to install the Model Management System from OpenMBEE as an absolute beginner.

My versions are: MMSRI v4.0.0-b2

Windows 11 Pro

Docker Desktop (Community Edition) v2.5.0.0

As described on the MBEE webpage (https://mms-reference-implementation.readthedocs.io/en/latest/windows.html), I have accomplished the following steps successfully:

  1. Download and install Docker Desktop
  2. Download and install Git for Windows
  3. Clone the MMS 4 Repository
  4. Get Setup (Navigate to the mmsri repo and make sure docker-compose is available via PowerShell)

So far everything worked, but when I want to start up the MMS Container through the command "docker-compose up -d", I always get the following error/response from PowerShell:

          Building mms
          Step 1/16 : FROM openjdk:17.0.2-slim as build
           ---> 37cb44321d04
          Step 2/16 : WORKDIR application
           ---> Using cache
           ---> 90ead75ef10f
          Step 3/16 : COPY . .
           ---> 227f48df8c1a
          Step 4/16 : RUN ./gradlew --no-daemon bootJar
           ---> Running in 827ec7c9a935
          /bin/sh: 1: ./gradlew: not found
          ERROR: Service 'mms' failed to build : The command '/bin/sh -c ./gradlew --no-daemon bootJar' returned a non-zero code: 
          127******

Does anyone know what the problem is and how to solve it to successfully install MMS?

Thanks in advance, GerrySchalk

ydyyyy commented 6 months ago

I have the same question.Have you solved it?