Missing ZULU port 8002

Hello:
We install zulu and restart zulu. but it looks, GUI shows Zulu is running. the 8002 missed. netstat does not show 8002 port. Anyone knows the problem?


[root@localhost etc]# netstat -tlpnu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:5280 0.0.0.0:* LISTEN 1902/lua
tcp 0 0 0.0.0.0:5281 0.0.0.0:* LISTEN 1902/lua
tcp 0 0 127.0.0.1:5347 0.0.0.0:* LISTEN 1902/lua
tcp 0 0 0.0.0.0:5222 0.0.0.0:* LISTEN 1902/lua
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1775/mysqld
tcp 0 0 0.0.0.0:5038 0.0.0.0:* LISTEN 2502/asterisk
tcp 0 0 127.0.0.1:5582 0.0.0.0:* LISTEN 1902/lua
tcp 0 0 0.0.0.0:5269 0.0.0.0:* LISTEN 1902/lua
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 1583/dnsmasq
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1598/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1868/master
tcp 0 0 :::4573 :::* LISTEN 2927/java
tcp 0 0 :::8383 :::* LISTEN 2926/java
tcp 0 0 :::80 :::* LISTEN 1879/httpd
tcp 0 0 :::81 :::* LISTEN 1879/httpd
tcp 0 0 :::83 :::* LISTEN 1879/httpd
tcp 0 0 :::84 :::* LISTEN 1879/httpd
tcp 0 0 :::85 :::* LISTEN 1879/httpd
tcp 0 0 :::53 :::* LISTEN 1583/dnsmasq
tcp 0 0 :::22 :::* LISTEN 1598/sshd
tcp 0 0 :::8088 :::* LISTEN 2502/asterisk
tcp 0 0 :::8089 :::* LISTEN 2502/asterisk
tcp 0 0 ::1:25 :::* LISTEN 1868/master
tcp 0 0 :::443 :::* LISTEN 1879/httpd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 1481/avahi-daemon
udp 0 0 58.154.51.117:123 0.0.0.0:* 1616/ntpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 1616/ntpd
udp 0 0 0.0.0.0:123 0.0.0.0:* 1616/ntpd
udp 0 2616 0.0.0.0:5160 0.0.0.0:* 2502/asterisk
udp 0 0 0.0.0.0:33075 0.0.0.0:* 1481/avahi-daemon
udp 0 0 0.0.0.0:53 0.0.0.0:* 1583/dnsmasq
udp 0 0 0.0.0.0:69 0.0.0.0:* 1607/xinetd
udp 0 0 0.0.0.0:4569 0.0.0.0:* 2502/asterisk
udp 0 0 fe80::46a8:42ff:fe0e:dc5:123 :::* 1616/ntpd
udp 0 0 ::1:123 :::* 1616/ntpd
udp 0 0 :::123 :::* 1616/ntpd
udp 0 0 :::53 :::* 1583/dnsmasq
[root@localhost etc]#

Solved. I removed zulu and reinstall again.