java.lang.Throwable: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Chuck Zheng, 9 months ago
via Oracle Community by 3004, 1 year ago
java.lang.Throwable:
at examples.security.providers.roles.SampleRoleMapperProviderImpl.getRoles(SampleRoleMapperProviderImpl.java:158)
at weblogic.security.service.RoleManager.collectRoles(RoleManager.java:314)
at weblogic.security.service.RoleManager.getRoles(RoleManager.java:281)
at weblogic.security.service.AuthorizationManager.isAccessAllowed(AuthorizationManager.java:608)
at weblogic.servlet.security.internal.WebAppSecurity.hasPermission(WebAppSecurity.java:370)
at weblogic.servlet.security.internal.SecurityModule.checkPerm(SecurityModule.java:125)
at weblogic.servlet.security.internal.CertSecurityModule.checkUserPerm(CertSecurityModule.java:187)
at weblogic.servlet.security.internal.SecurityModule.beginCheck(SecurityModule.java:193)
at weblogic.servlet.security.internal.CertSecurityModule.checkA(CertSecurityModule.java:81)
at weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(ServletSecurityManager.java:185)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2960)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)