CraigRegester / fit-rest-operation-framework

FIT REST Operation Framework for InterSystems IRIS Interoperability
MIT License
2 stars 1 forks source link

Docker? Won't stay running on MacOS M1 #7

Open CraigRegester opened 2 years ago

CraigRegester commented 2 years ago

Using isc community template and it appears its loading in my includes, classes and compiling successfully via zpm (yay!) but then iris immediately exits with an unusual error code that appears to be more docker related than anything...

Not a big user of docker so trying to determine what is happening.

CraigRegester commented 2 years ago

06/06/22-03:23:10:504 (1146) 0 [Database.MountedRO] Mounted database /usr/irissys/mgr/enslib/ (SFN 7) read-only. Database label is marked read-only. 06/06/22-03:23:10:506 (1146) 0 [Utility.Event] Initializing Interoperability during system startup [ERROR] See the above messages or /usr/irissys/mgr/messages.log for more information [FATAL] Error starting InterSystems IRIS

CraigRegester commented 2 years ago

[ERROR] request send failed: Operation not supported

CraigRegester commented 2 years ago

Yea, definitely a Docker/Mac M1 issue where the right image isn't being pulled down. Calling it a night but I recall I solved this issue when working with... SAM via podman on RHEL maybe? Dunno. Need to think on it.