SeattleTestbed / nodemanager

Remote control server for SeattleTestbed nodes
MIT License
0 stars 10 forks source link

Nodemanger socket tracebacks #46

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

This was found via the log analysis script. Several socket related tracebacks were found on node ip: 192.26.179.68, hash 1630fb12833ebe9e2ff167cad9449294, version 0.1s-beta-r4015. The two related categories and sample entries are listed below.

'''Category and number of entries:''' [waitforconn, cannont assign requested address : 2682 '''Sample Entry:''' 1282649630.65:PID-2275:ERROR: when calling waitforconn for the connection_handler: (99, 'Cannot assign requested address')

[[BR]]

'''Category and number of entries:''' Traceback, real_socket error 99, cannot assign requested address : 2681 '''Sample Entry:''' 1282649630.66:PID-2275:Traceback (most recent call last): File "nmmain.py", line 269, in start_accepter
File "/home/uw_seattle/seattle/seattle_repy/emulcomm.py", line 1582, in waitforconn
File "/home/uw_seattle/seattle/seattle_repy/emulcomm.py", line 1621, in get_real_socket
error: (99, 'Cannot assign requested address')