Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker-Compose Issue #70

Open
GerriSchalk opened this issue Sep 14, 2023 · 1 comment
Open

Docker-Compose Issue #70

GerriSchalk opened this issue Sep 14, 2023 · 1 comment

Comments

@GerriSchalk
Copy link

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
Copy link

ydyyyy commented Mar 5, 2024

I have the same question.Have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants