Bug 66378 - Failed stop jpf application in shell mode
Summary: Failed stop jpf application in shell mode
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 9
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 9.0.65
Hardware: PC All
: P2 normal (vote)
Target Milestone: -----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-08 10:20 UTC by Konstantin
Modified: 2022-12-12 07:47 UTC (History)
0 users



Attachments
Thread dump (11.79 KB, text/plain)
2022-12-08 10:20 UTC, Konstantin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin 2022-12-08 10:20:54 UTC
Created attachment 38444 [details]
Thread dump

When I try to shut down the application in the IDE console by 'q' application doesn't stopped. 

Thread Dump in attachments.

Console log:

dec 08, 2022 12:59:21 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio2-8080"]
dec 08, 2022 12:59:21 PM org.apache.tomcat.util.net.Nio2Endpoint bind
WARNING: The NIO2 connector requires an exclusive executor to operate properly on shutdown
dec 08, 2022 12:59:48 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
dec 08, 2022 12:59:48 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.65]
dec 08, 2022 12:59:48 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio2-8080"]
dec 08, 2022 12:59:49 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
application started in SHELL mode
Press 'q' key to exit.
q
dec  08, 2022 1:18:18 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio2-8080"]
dec 08, 2022 1:18:18 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service [Tomcat]
dec 08, 2022 1:18:18 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio2-8080"]
Comment 1 Mark Thomas 2022-12-09 14:04:40 UTC
The Server object has not been shut down correctly.

The users list is the place to seek further help if required.
Comment 2 Konstantin 2022-12-12 03:35:42 UTC
How can I fix it? Could you help me please?
Comment 3 Konstantin 2022-12-12 03:36:21 UTC
How can I fix it? Could you help me please?
Comment 4 Konstantin 2022-12-12 04:13:41 UTC
(In reply to Mark Thomas from comment #1)
> The Server object has not been shut down correctly.
> 
> The users list is the place to seek further help if required.

Can you send me the link to this list?
Comment 5 Mark Thomas 2022-12-12 07:39:29 UTC
I see you found the users mailing list.
Comment 6 Konstantin 2022-12-12 07:47:18 UTC
(In reply to Mark Thomas from comment #5)
> I see you found the users mailing list.

Yes thank you, I hope it's help me to resolve my problem!)