CiscoDevNet / yang-explorer

An open-source Yang Browser and RPC Builder Application
Apache License 2.0
438 stars 177 forks source link

Cannot access the YangExplorer website #86

Open dingrui37 opened 6 years ago

dingrui37 commented 6 years ago

I have cloned the latest version from Github, then install step by step, but after starting the server, I cannot access the website:http://10.42.94.144:8088/static/YangExplorer.html

hll@hll:/home/opendaylight/cisco/yang-explorer$ sudo ./start.sh
[sudo] password for hll:

Activating virtualenv ..
Starting YangExplorer server ..
Use http://localhost:8088/static/YangExplorer.html

Performing system checks...

System check identified no issues (0 silenced).
April 09, 2018 - 08:04:48
Django version 1.8.3, using settings 'server.settings'
Starting development server at http://localhost:8088/
Quit the server with CONTROL-C.

hll@hll:/home/opendaylight/cisco/yang-explorer$ netstat -tuanp | grep 8088
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      -
hll@hll:/home/opendaylight/cisco/yang-explorer$

Cannot establish tcp connection, all tcp connections were reseted.

hll@hll:/home/opendaylight/cisco/yang-explorer$ sudo tcpdump -i ens4f0 port 8088
[sudo] password for hll:
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ens4f0, link-type EN10MB (Ethernet), capture size 262144 bytes
15:59:16.767716 IP 10.41.166.58.9944 > 10.42.94.144.omniorb: Flags [S], seq 2974406518, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
15:59:16.767789 IP 10.42.94.144.omniorb > 10.41.166.58.9944: Flags [R.], seq 0, ack 2974406519, win 0, length 0
15:59:17.025180 IP 10.41.166.58.9945 > 10.42.94.144.omniorb: Flags [S], seq 2576902130, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
15:59:17.025246 IP 10.42.94.144.omniorb > 10.41.166.58.9945: Flags [R.], seq 0, ack 2576902131, win 0, length 0
15:59:17.277593 IP 10.41.166.58.9944 > 10.42.94.144.omniorb: Flags [S], seq 2974406518, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
15:59:17.277647 IP 10.42.94.144.omniorb > 10.41.166.58.9944: Flags [R.], seq 0, ack 1, win 0, length 0
15:59:17.543197 IP 10.41.166.58.9945 > 10.42.94.144.omniorb: Flags [S], seq 2576902130, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
15:59:17.543277 IP 10.42.94.144.omniorb > 10.41.166.58.9945: Flags [R.], seq 0, ack 1, win 0, length 0
15:59:17.782437 IP 10.41.166.58.9944 > 10.42.94.144.omniorb: Flags [S], seq 2974406518, win 8192, options [mss 1460,nop,nop,sackOK], length 0
15:59:17.782510 IP 10.42.94.144.omniorb > 10.41.166.58.9944: Flags [R.], seq 0, ack 1, win 0, length 0
15:59:18.048346 IP 10.41.166.58.9945 > 10.42.94.144.omniorb: Flags [S], seq 2576902130, win 8192, options [mss 1460,nop,nop,sackOK], length 0
15:59:18.048410 IP 10.42.94.144.omniorb > 10.41.166.58.9945: Flags [R.], seq 0, ack 1, win 0, length 0