Nouvelle publication

Rechercher

Question
· Mai 7, 2024

docker run iris ,the container log always show Starting InterSystems IRIS instance IRIS... and can not open web page

here is the command I run 

 

docker pull containers.intersystems.com/intersystems/iris-community:2024.1

docker run --name iris -d --publish 1972:1972 --publish 52773:52773 91b900c4baf5

docker ps

CONTAINER ID   IMAGE                                        COMMAND                  CREATED          STATUS                      PORTS                                                                                                                      NAMES
9b92e6dabb2f   91b900c4baf5                                 "/tini -- /iris-main"    44 minutes ago   Up 44 minutes (unhealthy)   0.0.0.0:1972->1972/tcp, :::1972->1972/tcp, 2188/tcp, 53773/tcp, 0.0.0.0:52773->52773/tcp, :::52773->52773/tcp, 54773/tcp   iris
 

docker logs iris


[INFO] Executing command /home/irisowner/irissys/startISCAgent.sh 2188...
[INFO] Writing status to file: /home/irisowner/irissys/iscagent.status
Reading configuration from file: /home/irisowner/irissys/iscagent.conf
ISCAgent[17]: Starting
ISCAgent[19]: Starting ApplicationServer on *:2188
[INFO] ...executed command /home/irisowner/irissys/startISCAgent.sh 2188
[INFO] Starting InterSystems IRIS instance IRIS...
 

 

I have tried many versions, but these problems always occur. I cannot open the 52337 web page and cannot connect to the iris database. When I enter the container and run the following command

irisowner@9b92e6dabb2f:~/irissys$ iris terminal IRIS
Sign-on inhibited: Startup or Installation in progress
irisowner@9b92e6dabb2f:~/irissys$ iris start IRIS
IRIS is already up: Sign-on inhibited.
irisowner@9b92e6dabb2f:~/irissys$ iris restart IRIS
Sign-on inhibited. See messages.log for details.
irisowner@9b92e6dabb2f:~/irissys$ cd irisdb
bash: cd: irisdb: Not a directory
irisowner@9b92e6dabb2f:~/irissys$ iris stop IRIS
Sign-on inhibited. See messages.log for details.

Is there something I'm doing wrong? Please give me some advice! Thanks!

17 Comments
Discussion (17)2
Connectez-vous ou inscrivez-vous pour continuer
Question
· Mai 7, 2024

angular application with healthshare authentication

I have an angular UI communicating with a iris rest api. Now I need to authenticate (to federated) before accessing the UI, and for a better solution  as the users are using the healthshare clinical viewer 2023, find a way to use the clinical viewer authentication / user to go to the UI.

The angular way would be to do an angular guard and have a function 'am I authenticate to federated', but I never found a function like this and how to get my username.

At the other end, creating a csp page in my csp folder that is either
- a csp including the angular html page outside the csp folder and passing in the header of the csp page,  the $usename
- or renaming my angular index.html page index.csp (not sure how to have the $username there)
Both solutions are more or less working. But I have problems with angular routing, refresh.... Do I need to give up of angular routing and call index.csp?route?

I will appreciate any help and experience.

Discussion (0)0
Connectez-vous ou inscrivez-vous pour continuer
Annonce
· Mai 7, 2024

[Video] Container Lifecycle - When is Your App Ready to Accept Work

Hey Community,

Play the new video on InterSystems Developers YouTube:

⏯ Container Lifecycle - When is Your App Ready to Accept Work @ Global Summit 2023

Did your container start correctly? Is it ready to accept new traffic? Is it still running correctly? Are you ready to shut the container down? These are all questions that we'll answer in this session. We'll look at the container lifecycle used by Docker and Kubernetes and how to address these questions correctly with your InterSystems IRIS application.

🗣 Presenter: @Kerry Kirkham, Sales Engineer, InterSystems

Enjoy watching it and look out for more videos! 👍

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Mai 7, 2024

Incorporating OAuth into HS.FHIRServer.Interop.HTTPOperation

Question for folks who have connected to an External FHIR repository outside of IRIS. Within the HS.FHIRServer.Interop.HTTPOperation there is not an option to include TLS or an OAuth authentication when connecting to an external Repository. So then how is that piece done if you need to Authenticate against an OAuth Server before you are able to access the data or call the Web Services/REST calls?

1 Comment
Discussion (1)1
Connectez-vous ou inscrivez-vous pour continuer
Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer