| Author |
Bind & Communication Exception
|
Nijeesh Balan
Ranch Hand
Joined: Oct 09, 2000
Posts: 116
|
|
Hi All, We are trying to update LDAP with the contents from a CRL file(around 300KB). We delete the contents in LDAP first and then insert the CRL entries. It deletes the entries successfully. But while inserting the data it throws up this error. java.net.BindException: Address in use: no further information javax.naming.CommunicationException: java.net.BindException: Address in use: no further information Does somebody have a clue? Am I missing something? It works fine once we re-start the LDAP Server. Thanks & Regards, Nijeesh.
|
Thanks & Regards,<br />Nijeesh.
|
 |
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
|
|
Seems like something is trying to bind a ServerSocket to a port that is already in use. If you'd post the actual stack trace it would be possible to pinpoint this further... - Peter
|
 |
 |
|
|
subject: Bind & Communication Exception
|
|
|