Skip to content

Docker-Compose Issue #70

@GerriSchalk

Description

@GerriSchalk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions