You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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:
Does anyone know what the problem is and how to solve it to successfully install MMS?
Thanks in advance,
GerrySchalk
The text was updated successfully, but these errors were encountered: