Question
· Aug 15

Get '[Errro] Command "iris start IRIS quietly" exited with status 256' when run https://github.com/intersystems-ib/workshop-fhir-adapter/

iris | [ERROR] Command "iris start IRIS quietly" exited with status 256
iris |
iris |
iris |
iris | *** Recovery started at Thu Aug 15 05:47:48 2024
iris | Current default directory: /usr/irissys/mgr
iris | Log file directory: /usr/irissys/mgr/
iris | WIJ file spec: /usr/irissys/mgr/IRIS.WIJ
iris | Recovering local (/usr/irissys/mgr/IRIS.WIJ) image journal file...
iris | Starting WIJ recovery for '/usr/irissys/mgr/IRIS.WIJ'.
iris | 0 blocks pending in this WIJ.
iris | Exiting with status 3 (Success)
iris | 08/15/24-05:47:48:778 (828) 3 [Utility.Event] Error while moving data directories ERROR #5001: Cannot create target: /shared/durable/
iris | [ERROR] See the above messages or /shared/durable/mgr/messages.log for more information
iris | [FATAL] Error starting InterSystems IRIS (final attempt)

Discussion (2)1
Log in or sign up to continue

@Robert Cemper , Thanks anyway. The repository intersystems-ib/workshop-fhir-adapter (github.com) doesn't provide some informations. I forked it and make it work now. 

3 Changes

1.  Create folder shared and change owner before start containers

$ mkdir -p shared
$ chown -R 51773:51773 shared
$ docker-compose up -d

2.  Add .env file

UID=51773
GID=51773

3. Use (user: SuperUser / password: SYS)