Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1081036

Summary: java.nio.channels.ShutdownChannelGroupException when shutting down the server
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Rostislav Svoboda <rsvoboda>
Component: ServerAssignee: Jason Greene <jason.greene>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-04 11:27:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rostislav Svoboda 2014-03-26 14:26:27 UTC
We have seen java.nio.channels.ShutdownChannelGroupException when shutting down the server - EAP 6.3.0 DR6.

This was "random" exception, not regularly reproducible.
Probably related to issues with controlled shutdown.

(Thread-75) Exception in thread "Thread-75" java.nio.channels.ShutdownChannelGroupException
(Thread-75) 	at sun.nio.ch.Invoker.invokeIndirectly(Invoker.java:210)
(Thread-75) 	at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishRead(UnixAsynchronousSocketChannelImpl.java:432)
(Thread-75) 	at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:191)
(Thread-75) 	at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
(Thread-75) 	at sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:293)
(Thread-75) 	at java.lang.Thread.run(Thread.java:744)

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/eap-6x-acceptance/job/eap-6x-manu-acceptance-startup-rhel/jdk=java18_default,label_exp=RHEL6%20%26%26%20x86_64/lastCompletedBuild/artifact/target/manu-reports/units/manu.testsuite.eap.eap6.acceptance.startup.CleanStartupAcceptanceEap6/jboss_eap_6_3_start_serverType_standalone_profile_standalone_full_stdout.0.log

Comment 1 Rostislav Svoboda 2014-04-04 11:27:48 UTC

*** This bug has been marked as a duplicate of bug 1075695 ***