Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] geclipse -> bdii communication problem

Hi Romain,

> I use the glite implementation geclipse to submit jobs. Since this
> morning it seems that there is a communication problem between the
> application and the bdii.
>
> Here is the exception log:
>
> !ENTRY eu.geclipse.glite.info 4 0 2008-09-01 11:44:49.039
> !MESSAGE lappbdii.in2p3.fr:2170; socket closed
> !STACK 0
> javax.naming.ServiceUnavailableException: lappbdii.in2p3.fr:2170; socket
> closed; remaining name 'o=grid'
>     at com.sun.jndi.ldap.Connection.readReply(Connection.java:416)
>     at com.sun.jndi.ldap.LdapClient.getSearchReply(LdapClient.java:611)
>     at com.sun.jndi.ldap.LdapClient.search(LdapClient.java:534)

are you sure the BDII/Ldap server there is up and running?
The traces you sent seem to indicate otherwise:

javax.naming.ServiceUnavailableException: lappbdii.in2p3.fr:2170; socket 
closed; remaining name 'o=grid'

You can use any LDAP browser for checking that, or from the unix command 
line:
   ldapsearch -x -h lappbdii.in2p3.fr -p 2170 -b o=grid 

Cheers, Ariel


Back to the top