You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On VOMS UI the status of the user changes but we get an error response from the server. The response is:
The server could not answer the request for https://test-vo.example.com:8443/voms/test-vo/apiv2/suspend-user.action. HTTP Error 500: Java heap space
Process finished with exit code 255
On the server side the logs contain the following error message:
2021-02-11 12:46:09.551Z - [test-vo] WARN [qtp112619572-38183] [DefaultJSONWriter] - JavaScript doesn't support non-String keys, using toString() on org.glite.security.voms.admin.persistence.model.VOMSAdmin
The message repeats itself for 70K-80K times until the Java heap is full. Then VOMs self-terminates the process and returns to the client with the error message.
Affects version 3.8.0
The text was updated successfully, but these errors were encountered:
When trying to suspend a user through the API
On VOMS UI the status of the user changes but we get an error response from the server. The response is:
On the server side the logs contain the following error message:
2021-02-11 12:46:09.551Z - [test-vo] WARN [qtp112619572-38183] [DefaultJSONWriter] - JavaScript doesn't support non-String keys, using toString() on org.glite.security.voms.admin.persistence.model.VOMSAdmin
The message repeats itself for 70K-80K times until the Java heap is full. Then VOMs self-terminates the process and returns to the client with the error message.
Affects version
3.8.0
The text was updated successfully, but these errors were encountered: