Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker demo error: "no such file or directory" #29

Open
arturopor opened this issue Mar 4, 2021 · 1 comment
Open

Docker demo error: "no such file or directory" #29

arturopor opened this issue Mar 4, 2021 · 1 comment

Comments

@arturopor
Copy link

Hi,
I love this tool. I use it since 3 years ago. Now I've found there's a way to set up a demo via Docker and I'd like to give it a try.

I've cloned the repo and when I run the docker command to build and run it, it crashes at step 19/21. I get this:

Step 19/21 : RUN do $SYSTEM.OBJ.Load("Installer.cls", "ck") set sc = ##class(App.Installer).setup() zn "%SYS" write "Creating web application ..." set webName = "/ClassExplorer" set webProperties("DispatchClass") = "ClassExplorer.Router" set webProperties("NameSpace") = "IRISAPP" set webProperties("Enabled") = 1 set webProperties("AutheEnabled") = 32 set sc = ##class(Security.Applications).Create(webName, .webProperties) write sc write "Web application "webName" has been created!"
---> Running in ca96e6d00456
standard_init_linux.go:207: exec user process caused "no such file or directory"
Service 'iris' failed to build: The command '/irissession.sh do $SYSTEM.OBJ.Load("Installer.cls", "ck") set sc = ##class(App.Installer).setup() zn "%SYS" write "Creating web application ..." set webName = "/ClassExplorer" set webProperties("DispatchClass") = "ClassExplorer.Router" set webProperties("NameSpace") = "IRISAPP" set webProperties("Enabled") = 1 set webProperties("AutheEnabled") = 32 set sc = ##class(Security.Applications).Create(webName, .webProperties) write sc write "Web application "webName" has been created!"' returned a non-zero code: 1

@nikitaeverywhere
Copy link
Member

Hello!

Which container are you trying to build? That one which is in the repository? Did you do any changes to it?

  • sorry for responding late, I am currently not maintaining this project actively. Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants