Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 01-24-2007
russule russule is offline
Registered User
 
Name: Lei Chun
Organization: www.channelsoft.com.cn
Project: Conf
 
Join Date: Oct 2006
Posts: 32
how to control the time?

Hi,
I used Ice-3.1.1.
I have a problem:
I did a test with IceGrid:
I wrote 6 different IceGrid services:A,B,C,D,E,F, and deployed on 2 PC:
PC1:A1,B1,C1,D1,E1,F1
PC2:A2,B2,C2,D2,E2,F2

The test steps:
1)start the registry;
2)start all the nodes in the PC1;
3)start a client to invoke all the IceGrid services continually;
4)all the IceGrid services in the PC1(A1,B1,C1,D1,E1,F1) had been invoked;
5)start all the nodes in the PC2;
6)stop the network of the PC1;

It took about 5 minutes that all the IceGrid services in the PC2(A2,B2,C2,D2,E2,F2) could be invoked,how to control the time?

Best regards!
__________________
My Full namea Lei
My company:Channelsoft (Beijing) Technology Co., Ltd.
http://www.channelsoft.com.cn/
Reply With Quote
  #2 (permalink)  
Old 01-25-2007
matthew's Avatar
matthew matthew is online now
ZeroC Staff
 
Name: Matthew Newhook
Organization: ZeroC, Inc.
Project: Internet Communications Engine
 
Join Date: Feb 2003
Location: NL, Canada
Posts: 1,088
I would guess you are publishing unreachable network interfaces. Did you enable network tracing to find out what network connections are being established? Try setting the property Ice.Trace.Network=2 and look at the results.
Reply With Quote
  #3 (permalink)  
Old 01-25-2007
russule russule is offline
Registered User
 
Name: Lei Chun
Organization: www.channelsoft.com.cn
Project: Conf
 
Join Date: Oct 2006
Posts: 32
Yes, I intentionally disable the network connection of the PC1,why did it take so long time?
__________________
My Full namea Lei
My company:Channelsoft (Beijing) Technology Co., Ltd.
http://www.channelsoft.com.cn/
Reply With Quote
  #4 (permalink)  
Old 01-25-2007
matthew's Avatar
matthew matthew is online now
ZeroC Staff
 
Name: Matthew Newhook
Organization: ZeroC, Inc.
Project: Internet Communications Engine
 
Join Date: Feb 2003
Location: NL, Canada
Posts: 1,088
This almost certainly has nothing to do with Ice. Its taking some time for the TCP/IP connection to timeout for whatever reason. What do you get if you run with network tracing?
Reply With Quote
  #5 (permalink)  
Old 01-26-2007
russule russule is offline
Registered User
 
Name: Lei Chun
Organization: www.channelsoft.com.cn
Project: Conf
 
Join Date: Oct 2006
Posts: 32
Hi,
PC1 IP:10.0.77.17
PC2 IP:10.0.76.242
In the beginning ,the services in the PC1 worked,
when I disabled the connection network of PC1, it took about 5 minutes that the services in the PC2 could work .

The time that I disabled the connection network of PC1 was 13:18:56,
the time that the services in the PC2 worked was 13:24:31.

the log that I got from registry:

[ 01/26/07 13:18:55.656 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:2163 ]
[ 01/26/07 13:18:55.671 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:2167
remote address = 10.0.76.242:2163 ]
[ 01/26/07 13:18:55.671 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:2161 ]
[ 01/26/07 13:18:55.687 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:2168
remote address = 10.0.76.242:2161 ]
[ 01/26/07 13:18:55.734 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:2168
remote address = 10.0.76.242:2161 ]
[ 01/26/07 13:18:55.734 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:2168
remote address = 10.0.76.242:2161 ]
[ 01/26/07 13:18:55.734 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:2167
remote address = 10.0.76.242:2163 ]
[ 01/26/07 13:18:55.734 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:2167
remote address = 10.0.76.242:2163 ]
[ 01/26/07 13:18:55.765 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2158 ]
[ 01/26/07 13:18:55.765 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2158 ]
[ 01/26/07 13:18:56.953 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:1607 ]
[ 01/26/07 13:18:56.953 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:1560 ]
[ 01/26/07 13:18:56.953 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:1592 ]
[ 01/26/07 13:18:56.953 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:1585 ]
[ 01/26/07 13:18:56.953 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:1569 ]
[ 01/26/07 13:18:56.953 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:1617 ]
[ 01/26/07 13:18:57.640 icegridregistry: Network: accepted tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2175 ]
[ 01/26/07 13:18:57.656 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:2180 ]
[ 01/26/07 13:18:57.671 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:2184
remote address = 10.0.76.242:2180 ]
[ 01/26/07 13:18:57.671 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:2178 ]
[ 01/26/07 13:18:57.687 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:2185
remote address = 10.0.76.242:2178 ]
[ 01/26/07 13:18:57.750 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:2185
remote address = 10.0.76.242:2178 ]
[ 01/26/07 13:18:57.750 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:2185
remote address = 10.0.76.242:2178 ]
[ 01/26/07 13:18:57.750 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:2184
remote address = 10.0.76.242:2180 ]
[ 01/26/07 13:18:57.750 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:2184
remote address = 10.0.76.242:2180 ]
[ 01/26/07 13:18:57.750 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2175 ]
[ 01/26/07 13:18:57.750 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2175 ]
[ 01/26/07 13:18:59.640 icegridregistry: Network: accepted tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2186 ]
[ 01/26/07 13:18:59.656 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:2194 ]
[ 01/26/07 13:18:59.671 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:2198
remote address = 10.0.76.242:2194 ]
[ 01/26/07 13:18:59.687 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:2191 ]
[ 01/26/07 13:18:59.703 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:2199
remote address = 10.0.76.242:2191 ]
[ 01/26/07 13:18:59.750 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:2199
remote address = 10.0.76.242:2191 ]
[ 01/26/07 13:18:59.750 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:2199
remote address = 10.0.76.242:2191 ]
[ 01/26/07 13:18:59.750 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:2198
remote address = 10.0.76.242:2194 ]
[ 01/26/07 13:18:59.750 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:2198
remote address = 10.0.76.242:2194 ]
[ 01/26/07 13:18:59.750 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2186 ]
[ 01/26/07 13:18:59.750 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2186 ]
[ 01/26/07 13:19:01.640 icegridregistry: Network: accepted tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:2200 ]
[ 01/26/07 13:19:01.656 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:2205 ]
[ 01/26/07 13:19:01.687 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:2209
remote address = 10.0.76.242:2205 ]
[ 01/26/07 13:19:01.687 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:2203 ]
[ 01/26/07 13:19:01.718 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:2210
remote address = 10.0.76.242:2203 ]
[ 01/26/07 13:19:01.750 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:2210
remote address = 10.0.76.242:2203 ]
[ 01/26/07 13:19:01.765 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:2210
remote address = 10.0.76.242:2203 ]
[ 01/26/07 13:19:01.765 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:2209
remote address = 10.0.76.242:2205 ]
[ 01/26/07 13:19:01.765 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:2209
remote address = 10.0.76.242:2205 ]


......................
[ 01/26/07 13:24:22.031 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4062
remote address = 10.0.76.242:4055 ]
[ 01/26/07 13:24:22.125 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4061
remote address = 10.0.76.242:4057 ]
[ 01/26/07 13:24:22.125 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4061
remote address = 10.0.76.242:4057 ]
[ 01/26/07 13:24:22.125 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:9900
remote address = 10.0.76.242:4052 ]
[ 01/26/07 13:24:22.281 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:4052 ]
[ 01/26/07 13:24:23.765 icegridregistry: Network: accepted tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:4063 ]
[ 01/26/07 13:24:23.859 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:4068 ]
[ 01/26/07 13:24:23.875 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:4072
remote address = 10.0.76.242:4068 ]
[ 01/26/07 13:24:23.875 icegridregistry: Network: trying to establish tcp connection to 10.0.76.242:4066 ]
[ 01/26/07 13:24:23.890 icegridregistry: Network: tcp connection established
local address = 10.0.76.242:4073
remote address = 10.0.76.242:4066 ]
[ 01/26/07 13:24:23.937 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4073
remote address = 10.0.76.242:4066 ]
[ 01/26/07 13:24:23.937 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4073
remote address = 10.0.76.242:4066 ]
01/26/07 13:24:23.937 icegridregistry: warning: couldn't initialize node observer:
.\TcpTransceiver.cpp:285: Ice::ConnectionLostException:
connection lost: WSAECONNRESET
[ 01/26/07 13:24:23.937 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4072
remote address = 10.0.76.242:4068 ]
[ 01/26/07 13:24:23.937 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4072
remote address = 10.0.76.242:4068 ]
[ 01/26/07 13:24:23.937 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:9900
remote address = 10.0.76.242:4063 ]
__________________
My Full namea Lei
My company:Channelsoft (Beijing) Technology Co., Ltd.
http://www.channelsoft.com.cn/
Reply With Quote
  #6 (permalink)  
Old 01-26-2007
benoit's Avatar
benoit benoit is offline
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,564
Hi,

Could you also enable network tracing on you client (Ice.Trace.Network=2) and add the following trace properties to the IceGrid registry configuration: IceGrid.Registry.Trace.Locator=2, IceGrid.Registry.Trace.Node=2.

With these traces we should have more information on where the delay occurs.

Cheers,
Benoit.
Reply With Quote
  #7 (permalink)  
Old 01-26-2007
russule russule is offline
Registered User
 
Name: Lei Chun
Organization: www.channelsoft.com.cn
Project: Conf
 
Join Date: Oct 2006
Posts: 32
the time that disabled the connection of PC1 is 18:54:40:
the time that the services in the PC2 worked is 18:58:18

the log of registry :
[ 01/26/07 18:54:40.265 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3840
remote address = 10.0.76.247:10069 ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `CommonPhoneSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `TempActRegSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `DBProxy1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `AgentPhoneSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `BrandRegSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `HotRegFlowerSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `HotRegTicketSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `HotRegHouseSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `BaseBusinessSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `HotRegFoodSrvModule1' down ]
[ 01/26/07 18:54:40.578 icegridregistry: Node: node `NameRegSrvModule1' down ]
[ 01/26/07 18:55:12.140 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3850
remote address = 10.0.77.17:4976 ]
[ 01/26/07 18:55:12.140 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3850
remote address = 10.0.77.17:4976 ]
[ 01/26/07 18:55:12.140 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3850
remote address = 10.0.77.17:4964 ]
[ 01/26/07 18:55:12.140 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3850
remote address = 10.0.77.17:4964 ]
[ 01/26/07 18:55:12.140 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3850
remote address = 10.0.77.17:4974 ]
[ 01/26/07 18:55:12.140 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3850
remote address = 10.0.77.17:4974 ]
[ 01/26/07 18:55:12.578 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3850
remote address = 10.0.77.17:4996 ]
[ 01/26/07 18:55:12.578 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3850
remote address = 10.0.77.17:4996 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4012
remote address = 10.0.76.242:3988 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4012
remote address = 10.0.76.242:3988 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4002
remote address = 10.0.76.242:3984 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4002
remote address = 10.0.76.242:3984 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4086
remote address = 10.0.76.242:4049 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4086
remote address = 10.0.76.242:4049 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4035
remote address = 10.0.76.242:3984 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4035
remote address = 10.0.76.242:3984 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4018
remote address = 10.0.76.242:3995 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4018
remote address = 10.0.76.242:3995 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3905
remote address = 10.0.76.247:27941 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3905
remote address = 10.0.76.247:27941 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3920
remote address = 10.0.76.247:16511 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3920
remote address = 10.0.76.247:16511 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3925
remote address = 10.0.76.247:16010 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3925
remote address = 10.0.76.247:16010 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4119
remote address = 10.0.76.242:4090 ]
[ 01/26/07 18:55:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4119
remote address = 10.0.76.242:4090 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3972
remote address = 10.0.77.17:4978 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3966
remote address = 10.0.77.17:4905 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3962
remote address = 10.0.77.17:4891 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3970
remote address = 10.0.77.17:4949 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3972
remote address = 10.0.77.17:4978 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3966
remote address = 10.0.77.17:4905 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3962
remote address = 10.0.77.17:4891 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3970
remote address = 10.0.77.17:4949 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:4978 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:4905 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:4891 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:4949 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3968
remote address = 10.0.77.17:4926 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3968
remote address = 10.0.77.17:4926 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:4926 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3967
remote address = 10.0.77.17:4919 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:3967
remote address = 10.0.77.17:4919 ]
[ 01/26/07 18:55:35.406 icegridregistry: Network: trying to establish tcp connection to 10.0.77.17:4919 ]
[ 01/26/07 18:55:39.312 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:9900
remote address = 10.0.76.247:10158 ]
[ 01/26/07 18:55:39.312 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.247:10158 ]
[ 01/26/07 18:55:49.328 icegridregistry: Network: shutting down tcp connection for writing
......
[ 01/26/07 18:57:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4048
remote address = 10.0.76.242:4023 ]
[ 01/26/07 18:57:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4048
remote address = 10.0.76.242:4023 ]
[ 01/26/07 18:57:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4071
remote address = 10.0.76.242:4042 ]
[ 01/26/07 18:57:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4071
remote address = 10.0.76.242:4042 ]
[ 01/26/07 18:57:30.484 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4100
remote address = 10.0.76.242:4060 ]
[ 01/26/07 18:57:30.484 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:4100
remote address = 10.0.76.242:4060 ]
[ 01/26/07 18:57:59.875 icegridregistry: Network: shutting down tcp connection for writing
local address = 10.0.76.242:9900
remote address = 10.0.76.242:3973 ]
[ 01/26/07 18:57:59.875 icegridregistry: Network: closing tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:3973 ]
[ 01/26/07 18:58:18.250 icegridregistry: Network: accepted tcp connection
local address = 10.0.76.242:9900
remote address = 10.0.76.242:4210 ]
__________________
My Full namea Lei
My company:Channelsoft (Beijing) Technology Co., Ltd.
http://www.channelsoft.com.cn/
Reply With Quote
  #8 (permalink)  
Old 01-26-2007
russule russule is offline
Registered User
 
Name: Lei Chun
Organization: www.channelsoft.com.cn
Project: Conf
 
Join Date: Oct 2006
Posts: 32
the log of client:


[ 01/26/07 18:54:05.203 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:3977
remote address = 10.0.77.17:1046 ]
[ 01/26/07 18:54:05.203 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1045 ]
[ 01/26/07 18:54:05.203 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1084 ]
[ 01/26/07 18:54:05.203 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1071 ]
[ 01/26/07 18:54:05.218 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:3979
remote address = 10.0.77.17:1070 ]
[ 01/26/07 18:54:05.218 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:3981
remote address = 10.0.77.17:1084 ]
[ 01/26/07 18:54:05.218 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:3980
remote address = 10.0.77.17:1045 ]
[ 01/26/07 18:54:05.218 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:3982
remote address = 10.0.77.17:1071 ]
[ 01/26/07 18:54:05.437 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.247:10028 ]
[ 01/26/07 18:54:05.453 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:3983
remote address = 10.0.76.247:10028 ]
[ 01/26/07 18:55:06.125 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3977
remote address = 10.0.77.17:1046 ]
[ 01/26/07 18:55:06.125 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3978
remote address = 10.0.77.17:1049 ]
[ 01/26/07 18:55:06.125 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3979
remote address = 10.0.77.17:1070 ]
[ 01/26/07 18:55:06.125 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3980
remote address = 10.0.77.17:1045 ]
[ 01/26/07 18:55:06.125 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3981
remote address = 10.0.77.17:1084 ]
[ 01/26/07 18:55:06.125 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3982
remote address = 10.0.77.17:1071 ]
[ 01/26/07 18:55:06.281 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3977
remote address = 10.0.77.17:1046 ]
[ 01/26/07 18:55:06.281 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3978
remote address = 10.0.77.17:1049 ]
[ 01/26/07 18:55:06.281 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3979
remote address = 10.0.77.17:1070 ]
[ 01/26/07 18:55:06.281 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3980
remote address = 10.0.77.17:1045 ]
[ 01/26/07 18:55:06.281 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3981
remote address = 10.0.77.17:1084 ]
[ 01/26/07 18:55:06.281 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3982
remote address = 10.0.77.17:1071 ]
[ 01/26/07 18:55:09.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1046 ]
[ 01/26/07 18:55:09.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1049 ]
[ 01/26/07 18:55:09.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1070 ]
[ 01/26/07 18:55:09.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1045 ]
[ 01/26/07 18:55:09.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1084 ]
[ 01/26/07 18:55:09.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.77.17:1071 ]
[ 01/26/07 18:55:40.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4149 ]
[ 01/26/07 18:55:40.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4130 ]
[ 01/26/07 18:55:40.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4142 ]
[ 01/26/07 18:55:40.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4170 ]
[ 01/26/07 18:55:40.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4144 ]
[ 01/26/07 18:55:40.406 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4139 ]
[ 01/26/07 18:55:40.421 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4202
remote address = 10.0.76.242:4139 ]
[ 01/26/07 18:55:40.421 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4198
remote address = 10.0.76.242:4130 ]
[ 01/26/07 18:55:40.421 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4199
remote address = 10.0.76.242:4142 ]
[ 01/26/07 18:55:40.421 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4200
remote address = 10.0.76.242:4170 ]
[ 01/26/07 18:55:40.421 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4201
remote address = 10.0.76.242:4144 ]
[ 01/26/07 18:55:40.437 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4197
remote address = 10.0.76.242:4149 ]
[ 01/26/07 18:56:59.875 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3983
remote address = 10.0.76.247:10028 ]
[ 01/26/07 18:57:00.015 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3983
remote address = 10.0.76.247:10028 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3976
remote address = 10.0.76.247:10018 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3976
remote address = 10.0.76.247:10018 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:3973
remote address = 10.0.76.242:9900 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:3973
remote address = 10.0.76.242:9900 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4199
remote address = 10.0.76.242:4142 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:4199
remote address = 10.0.76.242:4142 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4202
remote address = 10.0.76.242:4139 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:4202
remote address = 10.0.76.242:4139 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: shutting down tcp connection for writing
local address = 10.0.76.242:4201
remote address = 10.0.76.242:4144 ]
[ 01/26/07 18:57:59.875 --Ice.Config=locator.config: Network: closing tcp connection
local address = 10.0.76.242:4201
remote address = 10.0.76.242:4144 ]
[ 01/26/07 18:58:17.859 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.247:10028 ]
[ 01/26/07 18:58:17.875 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4203
remote address = 10.0.76.247:10028 ]
[ 01/26/07 18:58:18.046 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.247:10018 ]
[ 01/26/07 18:58:18.062 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4204
remote address = 10.0.76.247:10018 ]
[ 01/26/07 18:58:18.078 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4142 ]
[ 01/26/07 18:58:18.078 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4207
remote address = 10.0.76.242:4142 ]
[ 01/26/07 18:58:18.078 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4144 ]
[ 01/26/07 18:58:18.078 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4208
remote address = 10.0.76.242:4144 ]
[ 01/26/07 18:58:18.140 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:4139 ]
[ 01/26/07 18:58:18.250 --Ice.Config=locator.config: Network: trying to establish tcp connection to 10.0.76.242:9900 ]
[ 01/26/07 18:58:18.250 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4211
remote address = 10.0.76.242:4139 ]
[ 01/26/07 18:58:18.265 --Ice.Config=locator.config: Network: tcp connection established
local address = 10.0.76.242:4210
remote address = 10.0.76.242:9900 ]
__________________
My Full namea Lei
My company:Channelsoft (Beijing) Technology Co., Ltd.
http://www.channelsoft.com.cn/
Reply With Quote
  #9 (permalink)  
Old 01-26-2007
benoit's Avatar
benoit benoit is offline
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,564
Hi,

I'm afraid I see nothing obviously wrong with these traces. I also don't see the locator traces (which should show up because of the IceGrid.Registry.Trace.Locator property). Is your client really using the IceGrid registry locator? It's actually also not clear to me what exactly is the problem, I would need more information on your deployment and what the client is doing to be able to help (and what exactly appears to be hanging).

I'm afraid however that investigating this goes beyond the free support we can provide on the forums. So unless you can strip down your application to a very small test case that we could use to reproduce the problem, you should consider purchasing commercial support. You can contact us at info@zeroc.com for more information on our commercial support.

Cheers,
Benoit.
Reply With Quote
  #10 (permalink)  
Old 01-26-2007
russule russule is offline
Registered User
 
Name: Lei Chun
Organization: www.channelsoft.com.cn
Project: Conf
 
Join Date: Oct 2006
Posts: 32
Hi,
Thank you.
__________________
My Full namea Lei
My company:Channelsoft (Beijing) Technology Co., Ltd.
http://www.channelsoft.com.cn/
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to implement bandwidth control with ICE? OrNot Help Center 2 02-13-2006 05:03 AM
How I can control the publisher's speed in IceStorm? karl_ma Help Center 3 10-31-2005 11:13 PM
How to control ICE socket connection time out parameter? chaosun Help Center 1 08-30-2005 08:31 AM
User access control with glacier2 OrNot Comments 2 07-15-2005 11:32 PM
can i control socket? TyraelTong Help Center 2 08-18-2004 12:56 AM


All times are GMT -4. The time now is 12:21 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.