Locale problem on startup
-------------------------
Key: DIRSERVER-1645
URL: https://issues.apache.org/jira/browse/DIRSERVER-1645
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.0.2
Environment: Windows Vista Basic 32-bit on Asus X59SR Laptop;
installed with the Windows installer; OS language is EN while the region is TR.
Reporter: Deniz Acay
This is a problem with the Java localization; because it worked when I added
the startup JVM parameters "-Duser.language=en -Duser.country=US". But other
than that; all I could find about why the server does not start and/or
authentication fails was the exception below:
javax.naming.NamingException: OID for name 'internationalISDNNumber' was not
found within the OID registry
at
org.apache.directory.server.core.schema.bootstrap.BootstrapOidRegistry.getOid(BootstrapOidRegistry.java:102)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry.lookup(BootstrapAttributeTypeRegistry.java:163)
at
org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer$BootstrapAttributeType.getSuperior(AbstractBootstrapProducer.java:248)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry.registerDescendants(BootstrapAttributeTypeRegistry.java:130)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry.register(BootstrapAttributeTypeRegistry.java:117)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapSchemaLoader.register(BootstrapSchemaLoader.java:271)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapSchemaLoader.access$000(BootstrapSchemaLoader.java:70)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapSchemaLoader$1.schemaObjectProduced(BootstrapSchemaLoader.java:84)
at
org.apache.directory.server.core.schema.bootstrap.CollectiveAttributeTypeProducer.produce(CollectiveAttributeTypeProducer.java:293)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapSchemaLoader.load(BootstrapSchemaLoader.java:213)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapSchemaLoader.loadDepsFirst(BootstrapSchemaLoader.java:190)
at
org.apache.directory.server.core.schema.bootstrap.BootstrapSchemaLoader.load(BootstrapSchemaLoader.java:132)
at
org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:760)
at
org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:230)
at
org.apache.directory.server.core.jndi.AbstractContextFactory.getInitialContext(AbstractContextFactory.java:118)
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)
at javax.naming.InitialContext.<init>(Unknown Source)
at javax.naming.directory.InitialDirContext.<init>(Unknown Source)
at org.apache.directory.server.Service.init(Service.java:96)
at
org.apache.directory.daemon.Bootstrapper.callInit(Bootstrapper.java:151)
at
org.apache.directory.daemon.ProcrunBootstrapper.prunsrvStart(ProcrunBootstrapper.java:65)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira