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

Global Services not showing on latest Docker image of OpenAM #384

Closed
yuen-os opened this issue Aug 5, 2021 · 3 comments
Closed

Global Services not showing on latest Docker image of OpenAM #384

yuen-os opened this issue Aug 5, 2021 · 3 comments
Assignees

Comments

@yuen-os
Copy link

yuen-os commented Aug 5, 2021

Global Services not showing on latest Docker image of OpenAM

following the quick start guide , on the Cookie Domain Configuration step on the UI the Global Services are not showing , it only shows "Configure default properties applied when creating new services." and upon doing an inspect on the browser it shows an error on this endpoint (500 status code) http://openam.example.com:8080/openam/json/global-config/services?_action=nextdescendents

Docker image

Steps to reproduce the behavior:

  1. follow the quick start guide up until the Cookie Domain Configuration
  2. Navigate to Configure -> Global Services -> Platform -> Cookie Domain.
  3. When navigate on this it shows "Configure default properties applied when creating new services."
  4. See error

Expected behavior
should show global services list

Screenshots
gggg

Desktop

  • OS: Windows 10 Enterprise version 20H2 build 19042.1110
  • Browser Google Chrome is up to date
  • Version 92.0.4515.131 (Official Build) (64-bit)
@maximthomas maximthomas self-assigned this Aug 5, 2021
@maximthomas
Copy link
Contributor

maximthomas commented Aug 5, 2021

Seems there is a problem with Docker image, not with OpenAM itself. As a tempopery workaround I suggest you to use the following command to run OpenAM Docker image

 docker run --env CATALINA_OPTS="-Xmx2048m -server -Dcom.iplanet.services.configpath=/usr/openam/config -Dcom.sun.identity.configuration.directory=/usr/openam/config"  -h openam.example.com -p 8080:8080 --name openam openidentityplatform/openam

Add CATALINA_OPTS environment variable with com.iplanet.services.configpath and com.sun.identity.configuration.directory options

@yuen-os
Copy link
Author

yuen-os commented Aug 5, 2021

thanks @maximthomas , it's working fine on my end now.

@yuen-os yuen-os closed this as completed Aug 5, 2021
@maximthomas
Copy link
Contributor

@yuen-os glad I could help

maximthomas added a commit that referenced this issue Aug 5, 2021
vharseko pushed a commit that referenced this issue Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants