Hi Igal, I have removed the permSize and maxPermSize settings and tried launch tomcat. This resulted in the crash, though I no longer see the warning message in catalina.out about those options.
http://tomcat.apache.org/whichversion.html The above link suggests that tomcat generally works with any Java early access builds and hence the attempt to run using JDK11 EA build. Please suggest on the course of action that I should be taking. Regards, Prateek. From: Igal Sapir Sent: Tuesday, June 26, 2018 10:21 PM To: users@tomcat.apache.org Subject: Re: problem in starting tomcat Prateek, On 6/26/2018 9:27 AM, Prateek Yadav wrote: > Thanks for reply > I already tested it for more than one machine so hardware problem can not > be a case. On 6/25/2018 8:20 PM, Prateek wrote: > 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=0x00007fd4f206e28a, pid=2412, tid=2412 > # > # JRE version: (11.0+18) (build ) > # <snip/> > Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option PermSize; support > was removed in 8.0 > Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; > support was removed in 8.0 You are running Java 11EA but your config settings seem to be circa Java 7 (per PermSize warnings). I second Chris' suggestion to use a well tested "release version" of the JVM, but at the very least you should try to remove all of the unnecessary config settings. Igal --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org