[jira] Commented: (DIRSERVER-763) Support for migrating from RC1 to
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Apache Directory Project > [jira] Commented: (DIRSERVER-763) Support for migrating from RC1 to




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    [jira] Commented: (DIRSERVER-763) Support for migrating from RC1 to  
Ralf Hauser (JIRA)


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-25-06 06:12 AM

[ http://issues.apache.org/jira/brows...244
4575 ]

Ralf Hauser commented on DIRSERVER-763:
---------------------------------------

see also DIRSERVER-768 re better debug output in authentication service

> Support for migrating from RC1 to 1.0 - NullPointerException in DefaultPar
titionNexus.java:531
> --------------------------------------------------------------------------
--------------------
>
>                 Key: DIRSERVER-763
>                 URL: http://issues.apache.org/jira/browse/DIRSERVER-763
>             Project: Directory ApacheDS
>          Issue Type: Wish
>          Components: core
>    Affects Versions: 1.0
>            Reporter: Ralf Hauser
>
> First, congrats to your release.
> When trying to reap the benefits of the fixed DIRSERVER-651, I had to do a
 few replacements of DirectoryPartition with Partition and MutableDirectoryP
artitionConfiguration with MutablePartitionConfiguration ...
> but when trying to start my ldap with
>                        cfg.setWorkingDirectory(workingDir);
> 			java.util.Hashtable jndiEnv = cfg.toJndiEnvironment();
> 			log.debug("jndiEnv.size(): " + jndiEnv.size() + ", env " + env);
> 			env.putAll(cfg.toJndiEnvironment());
> 			new InitialDirContext(env);
> I get
> DEBUG [main] (ApacheDSHandler.java:464) - jndiEnv.size(): 1, env {java.na
ming.factory.initial=org.apache.directory.server.jndi.ServerContextFactory, java.nam
ing.provider.url=ou=system, java.naming.security.principal=uid=admin,ou=system, java
.naming.secu
rity.authentication=simple, java.naming.security.credentials=secret}
> 531 [main] INFO org.apache.directory.server.core.DefaultDirectoryServi
ce - ApacheDS shutdown hook has been registered with the runtime.
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute byteCode does not have normalizer : 
using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute dynamicSubtrees does not have normal
izer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute subtreeSpecification does not have n
ormalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute krb5Key does not have normalizer : u
sing NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute userSMIMECertificate does not have n
ormalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute pgpBaseKeySpaceDN does not have norm
alizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute subtreeMaximumQuality does not have 
normalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute singleLevelQuality does not have nor
malizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute supportedSASLMechanisms does not hav
e normalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute subtreeMinimumQuality does not have 
normalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute pgpReconData does not have normalize
r : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute authorityRevocationList does not hav
e normalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute supportedLDAPVersion does not have n
ormalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute cACertificate does not have normaliz
er : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute supportedControl does not have norma
lizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute nisNetgroupTriple does not have norm
alizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute pgpSoftware does not have normalizer
 : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute userPKCS12 does not have normalizer 
: using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute crossCertificatePair does not have n
ormalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute supportedAlgorithms does not have no
rmalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute userCertificate does not have normal
izer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute otherMailbox does not have normalize
r : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute searchGuide does not have normalizer
 : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute certificateRevocationList does not h
ave normalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute javaSerializedData does not have nor
malizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute namingContexts does not have normali
zer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute jpegPhoto does not have normalizer :
 using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute altServer does not have normalizer :
 using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute supportedExtension does not have nor
malizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute pgpVersion does not have normalizer 
: using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute enhancedSearchGuide does not have no
rmalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute c-FacsimileTelephoneNumber does not 
have normalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute bootParameter does not have normaliz
er : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute deltaRevocationList does not have no
rmalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute personalSignature does not have norm
alizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute telexNumber does not have normalizer
 : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute dSAQuality does not have normalizer 
: using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute pgpData does not have normalizer : u
sing NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute mailPreferenceOption does not have n
ormalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute c-TelexNumber does not have normaliz
er : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute audio does not have normalizer : usi
ng NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute entryTtl does not have normalizer : 
using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute preferredDeliveryMethod does not hav
e normalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute pgpKey does not have normalizer : us
ing NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute teletexTerminalIdentifier does not h
ave normalizer : using NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute photo does not have normalizer : usi
ng NoopNormalizer
> 1500 [main] WARN org.apache.directory.server.core.schema.bootstrap.Boo
tstrapAttributeTypeRegistry - Attribute facsimileTelephoneNumber does not ha
ve normalizer : using NoopNormalizer
> 1562 [main] INFO org.apache.directory.server.core.partition.impl.btree
.jdbm.JdbmPartition - Using the custom configured cache size of 500 for syst
em partition
> 1656 [main] WARN org.apache.directory.server.core.partition.impl.btree
.BTreePartition - Using default cache size of 100 for index on attribute obj
ectClass
> 1687 [main] WARN org.apache.directory.server.core.partition.impl.btree
.BTreePartition - Using default cache size of 100 for index on attribute 1.2
.6.1.4.1.18060.1.1.1.3.4
> 1718 [main] WARN org.apache.directory.server.core.partition.impl.btree
.BTreePartition - Using default cache size of 100 for index on attribute 1.2
.6.1.4.1.18060.1.1.1.3.1
> 1765 [main] WARN org.apache.directory.server.core.partition.impl.btree
.BTreePartition - Using default cache size of 100 for index on attribute 1.2
.6.1.4.1.18060.1.1.1.3.6
> 1797 [main] WARN org.apache.directory.server.core.partition.impl.btree
.BTreePartition - Using default cache size of 100 for index on attribute 1.2
.6.1.4.1.18060.1.1.1.3.7
> 1812 [main] WARN org.apache.directory.server.core.partition.impl.btree
.BTreePartition - Using default cache size of 100 for index on attribute 1.2
.6.1.4.1.18060.1.1.1.3.3
> 1828 [main] WARN org.apache.directory.server.core.partition.impl.btree
.BTreePartition - Using default cache size of 100 for index on attribute 1.2
.6.1.4.1.18060.1.1.1.3.2
> 1828 [main] WARN org.apache.directory.server.core.partition.impl.btree
.BTreePartition - Using default cache size of 100 for index on attribute 1.2
.6.1.4.1.18060.1.1.1.3.5
> ERROR [main] (ApacheDSHandler.java:473) -
> java.lang.NullPointerException
> 	at org.apache.directory.server.core.partition.DefaultPartitionNexus.addCo
ntextPartition(DefaultPartitionNexus.java:531)
> 	at org.apache.directory.server.core.partition.DefaultPartitionNexus.init(
DefaultPartitionNexus.java:208)
> 	at org.apache.directory.server.core.DefaultDirectoryService.initialize(De
faultDirectoryService.java:819)
> 	at org.apache.directory.server.core.DefaultDirectoryService.startup(Defau
ltDirectoryService.java:229)
> 	at org.apache.directory.server.core.jndi.AbstractContextFactory.getInitia
lContext(AbstractContextFactory.java:117)
> 	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:66
7)
> 	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)
> Is there any documentation with hints what I have to do?
>    Regards Ralf

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://iss
ues.apache.org/ji...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira








[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 08:22 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register