rajgithub123 / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

Connector throws java.net.BindException: Address already in use: JVM_Bind. #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure the connector to crawl SharePoint site, with JDK  
j2sdk1.4.2_16 on the machine where connector is installed.
2. Let the connector run for a long duration.

Note: This problem is observed only on specific setups intermittently.

What is the expected output? What do you see instead?

Connector should not thorw the specified error message and run without any 
problem.

Please use labels and text to provide additional information.

Connector version 1.2.2
Connector is installed using installer 1.2.1 and selecting JDK version as 
1.5.Machine on which connnector is installed has j2sdk1.4.2_16 installed.
Connector logs snippet attached.

Original issue reported on code.google.com by shashank...@gmail.com on 1 Jan 2009 at 10:34

Attachments:

GoogleCodeExporter commented 9 years ago
Windows XP/2003 only will make outbound TCP/IP connections using ports 
1024-5000, and takes up to 4 minutes to recycle them. Therefore, if you do a 
lot of 
connections in a short amount of time, you can easily eat that port range up.

Work-around:

The range can be adjusted via a registry setting (yes the KB article 
says Windows 2000, but it works on Windows XP/2003 as well. see: 

http://support.microsoft.com/default.aspx?scid=kb;en-us;196271 

I set the registry value to : 65534 and it worked.

Original comment by shashank...@gmail.com on 20 Aug 2009 at 6:55