Error M2ee at start of the app.

0
Hello ! Still on my quest to run our Mendix apps in containers. When I try to start the app I have this error :  m2ee(root): start INFO: Trying to start the MxRuntime... OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=64M; support was removed in 8.0 No permission to open socket or another server is already running on ::1:5555: Protocol family unavailable ERROR: JVM process terminated: could not bind admin port., errno: 0xb, subprocess output available I’ve checked and so far can’t seem to find the exact problem. Tried many different ports (8080,5555,8888 etc..) but still the same error. If someone could point me in the right direction that would be awesome !  
asked
1 answers
0

Goto Settings / Configuration and click edit on your current configuration. Then goto tab server and check your Java Heap. You can set it on custom and define the memory there.

Check also to see if you have custom configurations there that might interfere.

Regards,

Ronald

 

 

answered