problem in starting tomcat

2018-06-25 Thread Prateek
Hi, My configuration: OS:REDHAT 7.5 (64 bit) Tomcat: 8.5.31 Jdk- jdk-11(Early-Access) When I am trying to start my server I got following error as: A fatal error has been detected by the Java Runtime Environment: # #  SIGSEGV (0xb) at pc=0x7fd4f206e28a, pid=2412, tid=2412 # # JRE version: 

Re: Programmatically unlocking an account?

2018-06-25 Thread Alex O'Ree
Actually I figured it out. It is possible via the mx bean. I'd like to request that the method isLocked be changed to public in a future version. The use case is not a typical one but I'd like admins to know if a service account is locked out for some reason and to be able to reset it if

Re: Programmatically unlocking an account?

2018-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alex, On 6/25/18 3:24 PM, Alex O'Ree wrote: > Is it possible to programmatically unlock an account that's been > locked via the lockoutrealm and the simple xml user store? Regardless of the user-storage mechanism, the answer is no. > If so, how?

Programmatically unlocking an account?

2018-06-25 Thread Alex O'Ree
Is it possible to programmatically unlock an account that's been locked via the lockoutrealm and the simple xml user store? If so, how?