[jbosstools-issues] [JBoss JIRA] (JBIDE-26042) shutting down ssp via cmdline shows tons of socket errors

Rob Stryker (JIRA) issues at jboss.org
Fri May 25 00:09:00 EDT 2018


Rob Stryker created JBIDE-26042:
-----------------------------------

             Summary: shutting down ssp via cmdline shows tons of socket errors
                 Key: JBIDE-26042
                 URL: https://issues.jboss.org/browse/JBIDE-26042
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: stack-server-protocol
    Affects Versions: 4.6.0.AM1
            Reporter: Rob Stryker


mvn clean install
cd distribution/target
unzip org.jboss.tools.ssp.distribution-0.0.9-SNAPSHOT.zip
cd ssp-distribution
java -jar bin/felix.jar
Note following output:

{code}
API Bundle Started
Launching Bundle Started
Server bundle started
The server management server is running on port 27511
Wildfly Server bundle started
Enter any character to stop
____________________________
Welcome to Apache Felix Gogo
{code}

Then press enter. The server will shutdown, but will print tons of garbage about sockets trying to reconnect. This is because the attempt to connect to clients is in a loop with a while(true) (HA). 

Easy fix: let it know when it's time to shutdown and to stop attempting to receive connections. 



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list