aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Bind & Communication Exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Bind & Communication Exception" Watch "Bind & Communication Exception" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Bind & Communication Exception
 
Similar Threads
How to search with File Name in LDAP
tomcat server Native library problem
BindException & Communication Exception
Communication Exception
Certificate Revocation List(CRL)