Я пытаюсь открыть свое веб-приложение в IntelliJ, которое я открывал много раз раньше, и оно работало отлично. Но сегодня я даже не могу запустить свой сервер Tomcat. Он говорит, что адрес localhost: 4848 уже используется или не может быть проверен. Я проверял используемые порты с помощью netstat -ano и убивал процесс, который использовал этот порт, но это не помогло. Я также пробовал другую версию Java SDK (8 и 13) и пытался запустить IntelliJ от имени администратора, но это тоже не помогло. Я использую GlasFi sh 5.193.1 и Tomcat 9.0.29
[2020-01-22 08:57:11,460] Artifact pas-task-1-mvc:war: Waiting for server connection to start artifact deployment...
Detected server admin port: 4848
Detected server http port: 8181
Attempting to start domain1.... Please look at the server log for more details.....
[2020-01-22T20:49:22.639+0100] [Payara 5.193] [SEVERE] [] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1579722562639] [levelValue: 1000] [[
Failed to start, exiting]]
[2020-01-22T20:49:22.640+0100] [Payara 5.193] [SEVERE] [] [] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1579722562640] [levelValue: 1000] [[
Exception in thread "main" ]]
[2020-01-22T20:49:22.642+0100] [Payara 5.193] [SEVERE] [] [] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1579722562642] [levelValue: 1000] [[
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:109)
at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:54)
Caused by: java.lang.RuntimeException: org.glassfish.embeddable.GlassFishException: Server failed to start
at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:225)
at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.start(GlassFishImpl.java:83)
at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63)
at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl.start(EmbeddedOSGiGlassFishImpl.java:75)
at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63)
at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishImpl.start(OSGiGlassFishImpl.java:71)
at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:130)
... 6 more
Caused by: org.glassfish.embeddable.GlassFishException: Server failed to start
at com.sun.enterprise.v3.server.AppServerStartup.doStart(AppServerStartup.java:237)
at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:223)
... 12 more
]]
Application Server was not connected before run configuration stop, reason: com.intellij.javaee.process.common.WrappedException: java.io.IOException: com.sun.enterprise.admin.remote.RemoteFailureException: V3 cannot process this command at this time, please wai