I'm using Mac IS X 10.4, with java 1.5.
I downloaded apacheDS 0.9.2, exploded it, and started it (without
doing anything else to configure it...) .
at the bottom of this note, I've pasted in the console output --
should I be concerned about any of the warnings?
the ldap server seems to be listening on port 389 --
root# lsof -i -n -P
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 28672 root 26u IPv6 0x02f02ba0 0t0 TCP *:389 (LISTEN)
java 28672 root 28u IPv6 0x02f04820 0t0 TCP
[::1]:60892->[::1]:60891 (TIME_WAIT)
iTunes 28943 stc 17u IPv4 0x036bf980 0t0 TCP *:3689 (LISTEN)
also -- I tried using jxplorer to connect to and query the ldap
server (using it from the same machine where apacheds is running),
but it encounters connection errors -- suggestions on how jxplorer
should be configured?
thanks for your patience......
steven-carmodys-imac-g5:/Users/stc/Progs/ApacheDS/apacheds-0.9.2
root# java -jar apacheds-main-0.9.2.jar
SLF4J built for org.slf4j.impl.Log4jLoggerFA
log4j:WARN No appenders could be found for logger
(org.apache.ldap.server.ServerMain).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" javax.naming.NoPermissionException: Only
'uid=admin,ou=system' can initiate the first run.
at
org.apache.ldap.server.jndi.DefaultContextFactoryService.checkPermissionToCreateBootstrapEntries(DefaultContextFactoryService.java:578)
at
org.apache.ldap.server.jndi.DefaultContextFactoryService.createBootstrapEntries(DefaultContextFactoryService.java:387)
at
org.apache.ldap.server.jndi.DefaultContextFactoryService.startup(DefaultContextFactoryService.java:197)
at
org.apache.ldap.server.jndi.AbstractContextFactory.getInitialContext(AbstractContextFactory.java:99)
at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:197)
at
javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:82)
at org.apache.ldap.server.ServerMain.main(ServerMain.java:76)