Zitat:
Zitat von thyriel
Sofern man das umstellen kann, versuch mal an deiner LAN ip statt localhost zu starten.
Java Version ist aktuell ?
|
Da passiert genau das selbe. Java ist auf Version 7 von Sun, also kein OpenJDK.
Code:
X@DommaschPi ~ $ netstat -i
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0 1500 0 0 0 0 0 0 0 0 0 BMU
wlan0 1500 0 3571028 0 229917 0 1964699 0 0 0 BMRU
X@DommaschPi ~ $ netstat -tapen
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 29871 -
tcp 0 0 0.0.0.0:7227 0.0.0.0:* LISTEN 1001 64836900 14411/python
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 0 68287801 -
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN 1001 64836923 14411/python
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 0 68287803 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63618 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63609 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:22 95.0.26.50:54437 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63619 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63607 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63608 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63617 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63611 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63610 TIME_WAIT 0 0 -
tcp 1 0 192.168.0.2:46244 81.171.123.200:80 CLOSE_WAIT 1001 111367383 14411/python
tcp 1 0 192.168.0.2:46596 173.194.112.114:80 CLOSE_WAIT 1001 111349605 14411/python
tcp 0 0 192.168.0.2:8001 217.6.209.42:63620 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:8001 217.6.209.42:63621 TIME_WAIT 0 0 -
tcp 0 0 192.168.0.2:22 95.0.26.50:43839 ESTABLISHED 0 111995756 -
tcp 0 0 192.168.0.2:48764 81.171.103.69:80 ESTABLISHED 1001 111368185 14411/python
tcp 0 0 192.168.0.2:8001 217.6.209.42:63613 TIME_WAIT 0 0 -
tcp 0 640 192.168.0.2:22 217.6.209.42:63604 ESTABLISHED 0 111964320 -
Und nochmal die /etc/hosts
Code:
127.0.0.1 localhost loghost
127.0.1.1 DommaschPi
::1 localhost