on 2021 Jul 13 1:01 PM
Look like some Apache issue.
INFO | jvm 1 | main | 2021/07/13 12:12:50.111 | Jul 13, 2021 12:12:50 PM org.apache.catalina.startup.Catalina start INFO | jvm 1 | main | 2021/07/13 12:12:50.111 | SEVERE: The required Server component failed to start so Tomcat is unable to start. INFO | jvm 1 | main | 2021/07/13 12:12:50.112 | org.apache.catalina.LifecycleException: Failed to start component [StandardServer[-1]] INFO | jvm 1 | main | 2021/07/13 12:12:50.113 | at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440) INFO | jvm 1 | main | 2021/07/13 12:12:50.118 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198) INFO | jvm 1 | main | 2021/07/13 12:12:50.122 | at org.apache.catalina.startup.Catalina.start(Catalina.java:688) INFO | jvm 1 | main | 2021/07/13 12:12:50.122 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | main | 2021/07/13 12:12:50.123 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) INFO | jvm 1 | main | 2021/07/13 12:12:50.123 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | main | 2021/07/13 12:12:50.124 | at java.base/java.lang.reflect.Method.invoke(Method.java:566) INFO | jvm 1 | main | 2021/07/13 12:12:50.124 | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342) INFO | jvm 1 | main | 2021/07/13 12:12:50.125 | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473) INFO | jvm 1 | main | 2021/07/13 12:12:50.125 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | main | 2021/07/13 12:12:50.126 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) INFO | jvm 1 | main | 2021/07/13 12:12:50.127 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | main | 2021/07/13 12:12:50.129 | at java.base/java.lang.reflect.Method.invoke(Method.java:566) INFO | jvm 1 | main | 2021/07/13 12:12:50.136 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:325) INFO | jvm 1 | main | 2021/07/13 12:12:50.138 | at java.base/java.lang.Thread.run(Thread.java:834) INFO | jvm 1 | main | 2021/07/13 12:12:50.140 | Caused by: java.lang.IllegalArgumentException: jmxremote.access (The system cannot find the file specified) INFO | jvm 1 | main | 2021/07/13 12:12:50.140 | at java.management.rmi/javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:444) INFO | jvm 1 | main | 2021/07/13 12:12:50.144 | at org.apache.catalina.mbeans.JmxRemoteLifecycleListener.createServer(JmxRemoteLifecycleListener.java:332) INFO | jvm 1 | main | 2021/07/13 12:12:50.145 | at org.apache.catalina.mbeans.JmxRemoteLifecycleListener.lifecycleEvent(JmxRemoteLifecycleListener.java:298) INFO | jvm 1 | main | 2021/07/13 12:12:50.145 | at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) INFO | jvm 1 | main | 2021/07/13 12:12:50.146 | at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) INFO | jvm 1 | main | 2021/07/13 12:12:50.146 | at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) INFO | jvm 1 | main | 2021/07/13 12:12:50.147 | at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:759) INFO | jvm 1 | main | 2021/07/13 12:12:50.147 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) INFO | jvm 1 | main | 2021/07/13 12:12:50.148 | ... 13 more INFO | jvm 1 | main | 2021/07/13 12:12:50.152 | Caused by: java.io.FileNotFoundException: jmxremote.access (The system cannot find the file specified) INFO | jvm 1 | main | 2021/07/13 12:12:50.156 | at java.base/java.io.FileInputStream.open0(Native Method) INFO | jvm 1 | main | 2021/07/13 12:12:50.156 | at java.base/java.io.FileInputStream.open(FileInputStream.java:219) INFO | jvm 1 | main | 2021/07/13 12:12:50.157 | at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) INFO | jvm 1 | main | 2021/07/13 12:12:50.158 | at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112) INFO | jvm 1 | main | 2021/07/13 12:12:50.158 | at java.management/com.sun.jmx.remote.security.MBeanServerFileAccessController.propertiesFromFile(MBeanServerFileAccessController.java:294) INFO | jvm 1 | main | 2021/07/13 12:12:50.159 | at java.management/com.sun.jmx.remote.security.MBeanServerFileAccessController.<init>(MBeanServerFileAccessController.java:133) INFO | jvm 1 | main | 2021/07/13 12:12:50.159 | at java.management.rmi/javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:441) INFO | jvm 1 | main | 2021/07/13 12:12:50.160 | ... 20 more INFO | jvm 1 | main | 2021/07/13 12:12:50.161 |
Request clarification before answering.
Hello,
I got one solution to get rid of this problem. Not sure this will work in all case but did wonder in my case
add below line in local.properties
tomcat.generaloptions=-Xmx1024M -XX:MaxPermSize=1024M -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Thanks
Shankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.