Same problem here with DSpace 7.6.1
2024-07-24 10:40:24,057 DEBUG unknown 61209ef3-8318-4ce5-ad22-45110e00432b org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor @ Authorized ReflectiveMethodInvocation: public org.springframework.http.Respo nseEntity org.dspace.app.rest.BitstreamRestController.retrieve(java.util.UUID,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpServletRequest) throws java.io.IOException,java.sql.SQLException,org.dspace.authorize.AuthorizeEx ception; target is of class [org.dspace.app.rest.BitstreamRestController] with attributes [[authorize: 'hasPermission(#uuid, 'BITSTREAM', 'READ')', filter: 'null', filterTarget: 'null']] 2024-07-24 10:40:24,085 DEBUG unknown 638ef515-63db-4154-b100-5ea161743258 org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor @ Authorized ReflectiveMethodInvocation: public org.springframework.http.Respo nseEntity org.dspace.app.rest.BitstreamRestController.retrieve(java.util.UUID,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpServletRequest) throws java.io.IOException,java.sql.SQLException,org.dspace.authorize.AuthorizeEx ception; target is of class [org.dspace.app.rest.BitstreamRestController] with attributes [[authorize: 'hasPermission(#uuid, 'BITSTREAM', 'READ')', filter: 'null', filterTarget: 'null']] 2024-07-24 10:40:24,099 DEBUG unknown 17e051b6-cd68-4312-8131-fa680975e4b1 org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor @ Authorized ReflectiveMethodInvocation: public org.springframework.http.Respo nseEntity org.dspace.app.rest.BitstreamRestController.retrieve(java.util.UUID,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpServletRequest) throws java.io.IOException,java.sql.SQLException,org.dspace.authorize.AuthorizeEx ception; target is of class [org.dspace.app.rest.BitstreamRestController] with attributes [[authorize: 'hasPermission(#uuid, 'BITSTREAM', 'READ')', filter: 'null', filterTarget: 'null']] 2024-07-24 10:47:25,593 DEBUG ee40b4c1-4ed4-411c-b835-acc9c88145d1 47e4a01c-7785-4935-9b18-9d93d2f1c966 org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver @ Using @ExceptionHandler org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice#handleGenericException(HttpServletRequest, HttpServletResponse, Exception) 2024-07-24 10:47:25,594 WARN ee40b4c1-4ed4-411c-b835-acc9c88145d1 47e4a01c-7785-4935-9b18-9d93d2f1c966 org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ An exception has occurred (status:404 exception: null at: org.dspace.app.rest.RestResourceController.executeSearchMethods(RestResourceController.java:992)) 2024-07-24 10:47:25,594 DEBUG ee40b4c1-4ed4-411c-b835-acc9c88145d1 47e4a01c-7785-4935-9b18-9d93d2f1c966 org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver @ Resolved [org.dspace.app.rest.exception.RepositorySearchMethodNotFoundException] El viernes, 19 de julio de 2024 a las 14:38:55 UTC+2, Akhil A Chacko escribió: > *Describe the bug* > I am currently using DSpace 7.6 with DSpace CRIS. I had recently installed > it and am facing an issue while editing "Groups" using the administrator > account. Whenever I try to edit the group, I get the pop-up error > "admin.access-control.groups.form.members-list.notification.failure" and > "Something went wrong: An exception has occurred" - screenshot attached. > > *To Reproduce* > Steps to reproduce the behavior: > > Log in as an administrator. > Navigate to Access Control. > Edit any group. > Observe the error message. > > *Expected behavior* > The members list of the group should be displayed without any error. > > *Error Log* > > 2024-07-18 17:12:21,282 INFO 32a679cb-8c40-4a77-ad68-dcd6b69ca794 > c142f5bc-bcfa-44aa-a2d7-a9cf71507cf2 > org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request > [GET /server/api] originated from /access-control/groups > 2024-07-18 17:12:21,309 INFO 32a679cb-8c40-4a77-ad68-dcd6b69ca794 > 1c3f9e96-dda2-4abc-acc4-2e33dcdbced7 > org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request > [GET /server/api/authz/authorizations/search/object] originated from > /access-control/groups > 2024-07-18 17:12:21,375 INFO 32a679cb-8c40-4a77-ad68-dcd6b69ca794 > 301d2bec-b1d0-4dde-9f51-14bd80bc1496 > org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request > [GET /server/api/eperson/epersons/search/isNotMemberOf] originated from > /access-control/groups/7202ec8d-e1b9-466a-aed2-9d92031c789c/edit > 2024-07-18 17:12:21,376 INFO 32a679cb-8c40-4a77-ad68-dcd6b69ca794 > 3f56003f-5e64-4f56-b704-407d87e83b0b > org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request > [GET > /server/api/eperson/groups/7202ec8d-e1b9-466a-aed2-9d92031c789c/epersons] > originated from > /access-control/groups/7202ec8d-e1b9-466a-aed2-9d92031c789c/edit > 2024-07-18 17:12:21,381 WARN 32a679cb-8c40-4a77-ad68-dcd6b69ca794 > 301d2bec-b1d0-4dde-9f51-14bd80bc1496 > org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ An > exception has occurred (status:404 exception: null at: > org.dspace.app.rest.RestResourceController.executeSearchMethods(RestResourceController.java:992)) > 2024-07-18 17:12:21,383 INFO 32a679cb-8c40-4a77-ad68-dcd6b69ca794 > 7fe6b0be-0494-4fb8-b003-80270208b838 > org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request > [GET > /server/api/eperson/groups/7202ec8d-e1b9-466a-aed2-9d92031c789c/subgroups] > originated from > /access-control/groups/7202ec8d-e1b9-466a-aed2-9d92031c789c/edit > 2024-07-18 17:12:21,384 INFO 32a679cb-8c40-4a77-ad68-dcd6b69ca794 > bfcb9610-03a3-4f5b-b332-749700ca8b7e > org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request > [GET /server/api/eperson/groups/search/isNotMemberOf] originated from > /access-control/groups/7202ec8d-e1b9-466a-aed2-9d92031c789c/edit > 2024-07-18 17:12:21,387 WARN 32a679cb-8c40-4a77-ad68-dcd6b69ca794 > bfcb9610-03a3-4f5b-b332-749700ca8b7e > org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ An > exception has occurred (status:404 exception: null at: > org.dspace.app.rest.RestResourceController.executeSearchMethods(RestResourceController.java:992)) > > *Additional Information* > I thought the issue might be related to the database initialization, so I > checked the status using ./dspace database status, and all of the databases > reported success. What could be the issue? > > Screenshots > [image: Error - Dspace Groups] > <https://private-user-images.githubusercontent.com/175942049/349940840-12c34881-4428-4a06-9798-7abec24fe58a.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjEzNjI1NzcsIm5iZiI6MTcyMTM2MjI3NywicGF0aCI6Ii8xNzU5NDIwNDkvMzQ5OTQwODQwLTEyYzM0ODgxLTQ0MjgtNGEwNi05Nzk4LTdhYmVjMjRmZTU4YS5QTkc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNzE5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDcxOVQwNDExMTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jZTViNWI2NGQ4ZTU0ZTc1YmU0N2EzNDViNzFiNDg2MGFiMzBjMjU2NmM1NTIyZDI3YWEzOTJjOGQwY2Y4NmE4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.kT9VFZR2JqagnXtQ5Q0VvrUcpysRllLTbwJsN_ShdBU> > > *Environment* > DSpace version: 7.6 > DSpace CRIS > > *Steps Taken to Troubleshoot* > Verified database status. > Checked logs for errors. > > Any insights or suggestions to resolve this issue would be greatly > appreciated. > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/85e63824-2420-476d-bd9c-62dc500f788bn%40googlegroups.com.