andrewfromcali / mcinsight

gui version of memcached for development
189 stars 14 forks source link

mcinsight crashed on startup #2

Closed andyjeffries closed 2 years ago

andyjeffries commented 15 years ago

Running mcinsight through XCode gives the following error:

[Session started at 2009-07-15 09:17:07 +0100.] 2009-07-15 09:17:07.463 mcinsight[7688:4803] totalKeys = 0 2009-07-15 09:17:08.365 mcinsight[7688:1103] Cannot accept connections on port 11211. Error domain AsyncSocketErrorDomain code -1 (General CFSocket error). Exiting.

The Debugger has exited with status 1.The Debugger has exited with status 1.

There definitely is no memcached running:

MacBook:Source andy$ ps axwu|grep memcached andy 7698 0.6 0.0 599820 464 s001 S+ 9:18am 0:00.00 grep memcached MacBook:Source andy$ telnet localhost 11211 Trying ::1... telnet: connect to address ::1: Connection refused Trying fe80::1... telnet: connect to address fe80::1: Connection refused Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host

andyjeffries commented 2 years ago

Stale