You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Deniz Acay (JIRA)" <ji...@apache.org> on 2011/08/24 10:05:29 UTC

[jira] [Created] (DIRSERVER-1645) Locale problem on startup

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

        

[jira] [Resolved] (DIRSERVER-1645) Locale problem on startup

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSERVER-1645.
-----------------------------------------------

    Resolution: Won't Fix
      Assignee: Pierre-Arnaud Marcelot

ApacheDS 1.0.x branch is no longer maintained.

> 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
>            Assignee: Pierre-Arnaud Marcelot
>
> 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

        

[jira] [Commented] (DIRSERVER-1645) Locale problem on startup

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090898#comment-13090898 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1645:
---------------------------------------------------

This issue has to do with the Turkish locale.
See DIRSERVER-1646 for more details.

> 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