Accessing Business Central Server REST URL '/rs/identity/user/roles' causes Missing parameter 'roleCheck' issue
Issue
- While accessing the following REST URL causes
Missing parameter 'roleCheck'as shown below.
http://localhost:8080/business-central-server/rs/identity/user/roles
Exception
8:25:11,452 WARN [org.jboss.resteasy.core.SynchronousDispatcher] (http-/0.0.0.0:8080-5) failed to execute: javax.ws.rs.WebApplicationException: java.lang.IllegalArgumentException: Missing parameter 'roleCheck'
at org.jboss.bpm.console.server.UserMgmtFacade.getRolesForJAASPrincipal(UserMgmtFacade.java:117) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_45]
at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_45]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:167) [resteasy-jaxrs-2.3.4.Final-redhat-2.jar:2.3.4.Final-redhat-2]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.4.Final-redhat-2.jar:2.3.4.Final-redhat-2]
...
Caused by: java.lang.IllegalArgumentException: Missing parameter 'roleCheck'
Environment
- Red Hat JBoss BRMS (BRMS)
- 5.3.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
