[arquillian-issues] [JBoss JIRA] (ARQ-1738) Liberty profile leave port 9080 hanging around after shutdown

Aslak Knutsen (JIRA) issues at jboss.org
Tue Apr 1 09:27:13 EDT 2014


    [ https://issues.jboss.org/browse/ARQ-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958095#comment-12958095 ] 

Aslak Knutsen commented on ARQ-1738:
------------------------------------

This happens even outside of Arquillian. As long as the port is accessed via some remote means, it's kept open.

* check ports
* start server
* deploy app
* access app in browser
* undeploy app
* stop server
* check ports

{code}
[aslak at localhost:~/dev/servers/wlp-8.5.5]$ netstat -na | grep 9080
[aslak at localhost:~/dev/servers/wlp-8.5.5]$ ./bin/server run
Launching defaultServer (WebSphere Application Server 8.5.5.1/wlp-1.0.4.cl50120131011-1639) on OpenJDK 64-Bit Server VM, version 1.7.0_51-mockbuild_2014_01_31_16_21-b00 (en_US)
[AUDIT   ] CWWKE0001I: The server defaultServer has been launched.
[AUDIT   ] CWWKZ0058I: Monitoring dropins for applications. 
[AUDIT   ] CWWKF0011I: The server defaultServer is ready to run a smarter planet.
[AUDIT   ] CWWKT0016I: Web application available (default_host): http://localhost:9080/test/
[AUDIT   ] CWWKZ0001I: Application test started in 0.207 seconds.

!!! access the app here !!

[AUDIT   ] CWWKT0017I: Web application removed (default_host): http://localhost:9080/test/
[AUDIT   ] CWWKZ0009I: The application test has stopped successfully.
^C[AUDIT   ] CWWKE0036I: The server defaultServer stopped after 11.744 seconds.
^[[A[aslak at localhost:~/dev/servers/wlp-8.5.5]$ netstat -na | grep 9080
tcp6       0      0 127.0.0.1:9080          127.0.0.1:59183         TIME_WAIT  
tcp6       0      0 127.0.0.1:9080          127.0.0.1:59184         TIME_WAIT  
tcp6       0      0 127.0.0.1:9080          127.0.0.1:59185         TIME_WAIT  
[aslak at localhost:~/dev/servers/wlp-8.5.5]$ ./bin/server run
Launching defaultServer (WebSphere Application Server 8.5.5.1/wlp-1.0.4.cl50120131011-1639) on OpenJDK 64-Bit Server VM, version 1.7.0_51-mockbuild_2014_01_31_16_21-b00 (en_US)
[AUDIT   ] CWWKE0001I: The server defaultServer has been launched.
[ERROR   ] CWWKO0221E: TCP Channel defaultHttpEndpoint initialization did not succeed.  The socket bind did not succeed for host localhost and port 9080.  The port might already be in use.
[AUDIT   ] CWWKZ0058I: Monitoring dropins for applications. 
[AUDIT   ] CWWKF0011I: The server defaultServer is ready to run a smarter planet.
^C[AUDIT   ] CWWKE0036I: The server defaultServer stopped after 3.121 seconds.
[aslak at localhost:~/dev/servers/wlp-8.5.5]$ 
{code}
                
> Liberty profile leave port 9080 hanging around after shutdown
> -------------------------------------------------------------
>
>                 Key: ARQ-1738
>                 URL: https://issues.jboss.org/browse/ARQ-1738
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: WebSphere Containers
>    Affects Versions: was_1.0.0.Alpha2
>         Environment: Fedora 20, Open JDS 7/8, Oracle JDK 7, WebSphere Application Server 8.5.5.1/wlp-1.0.4.cl50120131011-1639
>            Reporter: Aslak Knutsen
>            Assignee: Gerhard Poul
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list