|
Posted by visu on August 12, 2005, 3:49 pm
Please log in for more thread options
Hi
I am writing small tool in java, which creates Active Directory Server users
by taking server details from config.xml and Users attribute details from
user.xml file.
Here Active Directory server is installed in one network computer and my
tool is running in some other computer of same network.
So initially it is working fine, I have tested by creating user with all
attributes.
A day after I am getting following exception, the activity done mean while
is restarted Active Directory service installed machine
javax.naming.CommunicationException: simple bind failed: 172.16.171.1:636
[Root exception is javax.net.ssl.SSLHandshakeException: Remote host closed
connection during handshake]
I have checked Active Directory offering services at 172.16.171.1:636 and
verified certificate.
I am unable to fine where actual culprit in complete process. I don't feel
there is flaw at code because I have tested it by creating users. I feel it
may happen because of restarting some required windows services may
stopped..!
If any suggestions please replay to this mail
Thanks and Regards
Shanker Bejjanki
|