[EMAIL PROTECTED] wrote:

At 6:08 PM +0100 10/30/05, Emmanuel Lecharny wrote:

...

javax.naming.NamingException: [LDAP: error code 80 - Bind failed:
org.apache.ldap.common.exception.LdapConfigurationException: Failed to bind the LDAP protocol service to the service registry: (SOCKET, ldap, 0.0.0.0/0.0.0.0:389) [Root exception is java.net.BindException: Address already in use]

...

Looks like you have a server running on 389. Also you need not explode the jar. You can run it via java -jar ${path-to-jar}. If you want to run it on any other port try to editing the server.xml and running the server with the following server.xml option.

java -jar ${path-to-jar} ${path-to-server.xml}

For more info take a look here more for running the server although it includes how to build it:

http://directory.apache.org/subprojects/apacheds/users/building.html

Look here for info on how to authenticate (bind) as admin or non-superuser:

http://directory.apache.org/subprojects/apacheds/users/authentication.html

Good luck,

Alex

Reply via email to