Hi,I call a server method ,But sometimes, I am getting Ice::SocketException!
I also have following printout in the log file:
[ 05/08/06 13:10:54.187 IMICE: Network: received 12 of 12 bytes via tcp
local address = 192.168.101.65:59273
remote address = 192.168.101.70:11000 ]
[ 05/08/06 13:10:54.188 IMICE: Protocol: received reply
message type = 2 (reply)
compression status = 1 (not compressed; compress response, if any)
message size = 26
request id = 2
reply status = 0 (ok) ]
[ 05/08/06 13:11:10.532 IMICE: Network: received 14 of 14 bytes via tcp
local address = 192.168.101.65:59273
remote address = 192.168.101.70:11000 ]
[ 05/08/06 13:11:10.532 IMICE: Protocol: received close connection
message type = 4 (close connection)
compression status = 1 (not compressed; compress response, if any)
message size = 14 ]
[ 05/08/06 13:11:10.532 IMICE: Network: shutting down tcp connection for writing
local address = 192.168.101.65:59273
remote address = 192.168.101.70:11000 ]
05/08/06 13:11:10.532 IMICE: error: exception in `Ice.ThreadPool.Client': ThreadPool.cpp:358
ThreadPool.cpp:353: Ice::SocketException:
socket exception: Bad file descriptor
05/08/06 13:11:10.532 IMICE: error: exception in `Ice.ThreadPool.Client': ThreadPool.cpp:358
ThreadPool.cpp:353: Ice::SocketException:
socket exception: Bad file descriptor
05/08/06 13:11:10.533 IMICE: error: exception in `Ice.ThreadPool.Client': ThreadPool.cpp:358
ThreadPool.cpp:353: Ice::SocketException:
socket exception: Bad file descriptor
05/08/06 13:11:10.533 IMICE: error: exception in `Ice.ThreadPool.Client': ThreadPool.cpp:358
ThreadPool.cpp:353: Ice::SocketException:
socket exception: Bad file descriptor
....
My Environment:
ICE 3.0.1, Red Hat As 4.0 ,ACE 5.5, iksemel-1.2
gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)
thanks for your time
fengqi

Reply With Quote
).
