NUBIC / ladle

Ladle dishes out steaming helpings of lightweight directory access (LDAP) for use in testing with rspec, cucumber, or any other ruby test framework.
MIT License
59 stars 15 forks source link

Errors while attempting to run tests on Ubuntu 12.04 LTS #16

Open Ajedi32 opened 10 years ago

Ajedi32 commented 10 years ago

So I was thinking of submitting a patch to get ladle working on Windows. Before I tackle that task though, I want to get the tests passing for me on Linux first.

Here's what I did:

ajedi32@PC8556-UBUNTU ~/Workspace/Code Sandbox
$ git clone https://github.com/NUBIC/ladle.git
Cloning into 'ladle'...
remote: Reusing existing pack: 579, done.
remote: Total 579 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (579/579), 14.49 MiB | 2.19 MiB/s, done.
Resolving deltas: 100% (213/213), done.
Checking connectivity... done

ajedi32@PC8556-UBUNTU ~/Workspace/Code Sandbox
$ cd ladle/

ajedi32@PC8556-UBUNTU ~/Workspace/Code Sandbox/ladle (master)
$ rvm current
ruby-2.0.0-p247@ladle

ajedi32@PC8556-UBUNTU ~/Workspace/Code Sandbox/ladle (master)
$ bundle
Fetching gem metadata from http://rubygems.org/.........
Fetching gem metadata from http://rubygems.org/..
Resolving dependencies...
Installing rake (0.9.6) 
Installing builder (3.2.2) 
Installing ci_reporter (1.9.1) 
Installing diff-lcs (1.2.5) 
Installing open4 (1.3.0) 
Using ladle (0.2.1.pre) from source at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle 
Installing net-ldap (0.1.1) 
Installing rdiscount (2.1.7) 
Installing rspec-core (2.14.7) 
Installing rspec-expectations (2.14.4) 
Installing rspec-mocks (2.14.4) 
Installing rspec (2.14.1) 
Installing yard (0.6.8) 
Using bundler (1.3.5) 
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.

So far so good. Now run the specs:

ajedi32@PC8556-UBUNTU ~/Workspace/Code Sandbox/ladle (master)
$ TMPDIR="/tmp" bundle exec rake spec
Compiling java support code
/home/ajedi32/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -S rspec spec/ladle/server_spec.rb spec/ladle/version_spec.rb
..............................ApacheDS: Exception in thread "main" java.lang.NoClassDefFoundError: and
ApacheDS: Caused by: java.lang.ClassNotFoundException: and
ApacheDS:   at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
ApacheDS:   at java.security.AccessController.doPrivileged(Native Method)
ApacheDS:   at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
ApacheDS:   at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
ApacheDS:   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
ApacheDS:   at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
ApacheDS: Could not find the main class: and. Program will exit.

An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

FApacheDS: Exception in thread "main" java.lang.NoClassDefFoundError: and
ApacheDS: Caused by: java.lang.ClassNotFoundException: and
ApacheDS:   at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
ApacheDS:   at java.security.AccessController.doPrivileged(Native Method)
ApacheDS:   at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
ApacheDS:   at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
ApacheDS:   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
ApacheDS:   at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
ApacheDS: Could not find the main class: and. Program will exit.

An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

FApacheDS: Exception in thread "main" java.lang.NoClassDefFoundError: and
ApacheDS: Caused by: java.lang.ClassNotFoundException: and
ApacheDS:   at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
ApacheDS:   at java.security.AccessController.doPrivileged(Native Method)
ApacheDS:   at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
ApacheDS:   at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
ApacheDS:   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
ApacheDS:   at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
ApacheDS: Could not find the main class: and. Program will exit.

An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

FApacheDS: Exception in thread "main" java.lang.NoClassDefFoundError: and
ApacheDS: Caused by: java.lang.ClassNotFoundException: and
ApacheDS:   at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
ApacheDS:   at java.security.AccessController.doPrivileged(Native Method)
ApacheDS:   at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
ApacheDS:   at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
ApacheDS:   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
ApacheDS:   at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
ApacheDS: Could not find the main class: and. Program will exit.

An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

FFFF
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F
An error occurred in an after hook
  Errno::EPIPE: Broken pipe
  occurred at /media/SYSTEM/Documents and Settings/ajedi32/My Documents/Workspace/Code Sandbox/ladle/lib/ladle/server.rb:310:in `write'

F..

Failures:

  1) Ladle::Server running blocks until the server is up
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:232:in `block (3 levels) in <top (required)>'

  2) Ladle::Server running returns the server object
     Failure/Error: @server.start.should be(@server)
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:237:in `block (3 levels) in <top (required)>'

  3) Ladle::Server running is safe to invoke twice (in the same thread)
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:241:in `block (3 levels) in <top (required)>'

  4) Ladle::Server running can be stopped then started again
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:246:in `block (3 levels) in <top (required)>'

  5) Ladle::Server running throws an exception when the server doesn't start up
     Failure/Error: lambda { @server.start }.should raise_error(/LDAP server failed to start/)
       expected Exception with message matching /LDAP server failed to start/, got #<Errno::EPIPE: Broken pipe> with backtrace:
         # ./lib/ladle/server.rb:310:in `write'
         # ./lib/ladle/server.rb:310:in `puts'
         # ./lib/ladle/server.rb:310:in `stop'
         # ./lib/ladle/server.rb:168:in `stop'
         # ./lib/ladle/server.rb:151:in `start'
         # ./spec/ladle/server_spec.rb:256:in `block (4 levels) in <top (required)>'
         # ./spec/ladle/server_spec.rb:256:in `block (3 levels) in <top (required)>'
     # ./spec/ladle/server_spec.rb:256:in `block (3 levels) in <top (required)>'

  6) Ladle::Server running times out after the specified interval
     Failure/Error: lambda { @server.start }.
       expected Exception with message matching /LDAP server startup did not complete within 3 seconds/, got #<Errno::EPIPE: Broken pipe> with backtrace:
         # ./lib/ladle/server.rb:310:in `write'
         # ./lib/ladle/server.rb:310:in `puts'
         # ./lib/ladle/server.rb:310:in `stop'
         # ./lib/ladle/server.rb:168:in `stop'
         # ./lib/ladle/server.rb:151:in `start'
         # ./spec/ladle/server_spec.rb:264:in `block (4 levels) in <top (required)>'
         # ./spec/ladle/server_spec.rb:264:in `block (3 levels) in <top (required)>'
     # ./spec/ladle/server_spec.rb:264:in `block (3 levels) in <top (required)>'

  7) Ladle::Server running should use the specified port
     Failure/Error: @server = create_server(:port => 45678).start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:269:in `block (3 levels) in <top (required)>'

  8) Ladle::Server running uses the specified tmpdir
     Failure/Error: @server = create_server(:tmpdir => target).start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:275:in `block (3 levels) in <top (required)>'

  9) Ladle::Server running cleans up the tmpdir afterward
     Failure/Error: @server = create_server(:tmpdir => target).start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:281:in `block (3 levels) in <top (required)>'

  10) Ladle::Server LDAP implementation data the default set has 26 people
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:313:in `block (5 levels) in <top (required)>'

  11) Ladle::Server LDAP implementation data the default set has 1 group
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:317:in `block (5 levels) in <top (required)>'

  12) Ladle::Server LDAP implementation data the default set has given names
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:321:in `block (5 levels) in <top (required)>'

  13) Ladle::Server LDAP implementation data the default set has e-mail addresses
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:326:in `block (5 levels) in <top (required)>'

  14) Ladle::Server LDAP implementation data the default set can be searched by value
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:331:in `block (5 levels) in <top (required)>'

  15) Ladle::Server LDAP implementation data with a provided set has the groups provided by the other LDIF
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:345:in `block (5 levels) in <top (required)>'

  16) Ladle::Server LDAP implementation data with a provided set has the individuals provided by the other LDIF
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:350:in `block (5 levels) in <top (required)>'

  17) Ladle::Server LDAP implementation data with a custom schema has the data defined in the schema
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:366:in `block (5 levels) in <top (required)>'

  18) Ladle::Server LDAP implementation binding works with a valid password
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:374:in `block (4 levels) in <top (required)>'

  19) Ladle::Server LDAP implementation binding does not work with an invalid password
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:381:in `block (4 levels) in <top (required)>'

  20) Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind anonymously
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:393:in `block (5 levels) in <top (required)>'

  21) Ladle::Server LDAP implementation binding with anonymous binding disabled will bind with a username and valid password
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:402:in `block (5 levels) in <top (required)>'

  22) Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind with a username and invalid password
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:409:in `block (5 levels) in <top (required)>'

  23) Ladle::Server LDAP implementation binding with anonymous binding disabled permits searches for authenticated users
     Failure/Error: @server.start
     Errno::EPIPE:
       Broken pipe
     # ./lib/ladle/server.rb:310:in `write'
     # ./lib/ladle/server.rb:310:in `puts'
     # ./lib/ladle/server.rb:310:in `stop'
     # ./lib/ladle/server.rb:168:in `stop'
     # ./lib/ladle/server.rb:151:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:416:in `block (5 levels) in <top (required)>'

Finished in 5 minutes 34 seconds
55 examples, 23 failures

Failed examples:

rspec ./spec/ladle/server_spec.rb:231 # Ladle::Server running blocks until the server is up
rspec ./spec/ladle/server_spec.rb:236 # Ladle::Server running returns the server object
rspec ./spec/ladle/server_spec.rb:240 # Ladle::Server running is safe to invoke twice (in the same thread)
rspec ./spec/ladle/server_spec.rb:245 # Ladle::Server running can be stopped then started again
rspec ./spec/ladle/server_spec.rb:252 # Ladle::Server running throws an exception when the server doesn't start up
rspec ./spec/ladle/server_spec.rb:262 # Ladle::Server running times out after the specified interval
rspec ./spec/ladle/server_spec.rb:268 # Ladle::Server running should use the specified port
rspec ./spec/ladle/server_spec.rb:273 # Ladle::Server running uses the specified tmpdir
rspec ./spec/ladle/server_spec.rb:279 # Ladle::Server running cleans up the tmpdir afterward
rspec ./spec/ladle/server_spec.rb:312 # Ladle::Server LDAP implementation data the default set has 26 people
rspec ./spec/ladle/server_spec.rb:316 # Ladle::Server LDAP implementation data the default set has 1 group
rspec ./spec/ladle/server_spec.rb:320 # Ladle::Server LDAP implementation data the default set has given names
rspec ./spec/ladle/server_spec.rb:325 # Ladle::Server LDAP implementation data the default set has e-mail addresses
rspec ./spec/ladle/server_spec.rb:330 # Ladle::Server LDAP implementation data the default set can be searched by value
rspec ./spec/ladle/server_spec.rb:344 # Ladle::Server LDAP implementation data with a provided set has the groups provided by the other LDIF
rspec ./spec/ladle/server_spec.rb:349 # Ladle::Server LDAP implementation data with a provided set has the individuals provided by the other LDIF
rspec ./spec/ladle/server_spec.rb:365 # Ladle::Server LDAP implementation data with a custom schema has the data defined in the schema
rspec ./spec/ladle/server_spec.rb:373 # Ladle::Server LDAP implementation binding works with a valid password
rspec ./spec/ladle/server_spec.rb:380 # Ladle::Server LDAP implementation binding does not work with an invalid password
rspec ./spec/ladle/server_spec.rb:392 # Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind anonymously
rspec ./spec/ladle/server_spec.rb:401 # Ladle::Server LDAP implementation binding with anonymous binding disabled will bind with a username and valid password
rspec ./spec/ladle/server_spec.rb:408 # Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind with a username and invalid password
rspec ./spec/ladle/server_spec.rb:415 # Ladle::Server LDAP implementation binding with anonymous binding disabled permits searches for authenticated users
/home/ajedi32/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -S rspec spec/ladle/server_spec.rb spec/ladle/version_spec.rb failed
rsutphin commented 10 years ago

If you're still interested in this, please try with the latest version of ladle and see if you get the same results.

Ajedi32 commented 10 years ago

Still failing:

ajedi32@PC8556-UBUNTU ~/sandbox
$ git clone https://github.com/NUBIC/ladle.git
Cloning into 'ladle'...
remote: Counting objects: 798, done.
Receiving objects:  18% (144/798), 1.57 MiB | 498.00 KiB/s
remote: Total 798 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (798/798), 34.49 MiB | 768.00 KiB/s, done.
Resolving deltas: 100% (316/316), done.
Checking connectivity... done

ajedi32@PC8556-UBUNTU ~/sandbox
$ cd ladle
ruby-2.1.2 - #gemset created /home/ajedi32/.rvm/gems/ruby-2.1.2@ladle
ruby-2.1.2 - #generating ladle wrappers...........

ajedi32@PC8556-UBUNTU ~/sandbox/ladle (master)
$ bundle
Fetching gem metadata from http://rubygems.org/.........
Resolving dependencies...
Installing rake 0.9.6
Installing builder 3.2.2
Installing ci_reporter 1.9.2
Installing diff-lcs 1.2.5
Installing open4 1.3.4
Using ladle 1.0.1.pre from source at .
Installing net-ldap 0.3.1
Installing rdiscount 2.1.7.1
Installing rspec-core 2.99.1
Installing rspec-expectations 2.99.2
Installing rspec-mocks 2.99.2
Installing rspec 2.99.0
Installing yard 0.6.8
Using bundler 1.6.2
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.

ajedi32@PC8556-UBUNTU ~/sandbox/ladle (master)
$ rake spec
Compiling java support code
Note: lib/ladle/java/net/detailedbalance/ladle/Server.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/home/ajedi32/.rvm/rubies/ruby-2.1.2/bin/ruby -S rspec spec/ladle/server_spec.rb spec/ladle/version_spec.rb
FFFF.FFFFFFFFF.....FFFFFFFFFFFFFFFF.FFFFFFFFFFFFFFFFF..

Failures:

  1) Ladle::Server initialization of :port defaults to 3897
     Failure/Error: Ladle::Server.new.port.should == 3897
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:55:in `new'
     # ./spec/ladle/server_spec.rb:55:in `block (4 levels) in <top (required)>'

  2) Ladle::Server initialization of :port can be overridden
     Failure/Error: Ladle::Server.new(:port => 4200).port.should == 4200
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:59:in `new'
     # ./spec/ladle/server_spec.rb:59:in `block (4 levels) in <top (required)>'

  3) Ladle::Server initialization of :domain defaults to dc=example,dc=org
     Failure/Error: Ladle::Server.new.domain.should == "dc=example,dc=org"
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:65:in `new'
     # ./spec/ladle/server_spec.rb:65:in `block (4 levels) in <top (required)>'

  4) Ladle::Server initialization of :domain can be overridden
     Failure/Error: Ladle::Server.new(:domain => "dc=northwestern,dc=edu").domain.
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:69:in `new'
     # ./spec/ladle/server_spec.rb:69:in `block (4 levels) in <top (required)>'

  5) Ladle::Server initialization of :ldif defaults to lib/ladle/default.ldif
     Failure/Error: Ladle::Server.new.ldif.should =~ %r{lib/ladle/default.ldif$}
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:81:in `new'
     # ./spec/ladle/server_spec.rb:81:in `block (4 levels) in <top (required)>'

  6) Ladle::Server initialization of :ldif can be overridden
     Failure/Error: Ladle::Server.new(:ldif => ldif_file).ldif.should == ldif_file
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:87:in `new'
     # ./spec/ladle/server_spec.rb:87:in `block (4 levels) in <top (required)>'

  7) Ladle::Server initialization of :ldif fails if the file can't be read
     Failure/Error: lambda { Ladle::Server.new(:ldif => "foo/bar.ldif") }.
       expected Exception with "Cannot read specified LDIF file foo/bar.ldif.", got #<RuntimeError: Cannot guess tmpdir from the environment.  Please specify it.> with backtrace:
         # ./lib/ladle/server.rb:109:in `initialize'
         # ./spec/ladle/server_spec.rb:91:in `new'
         # ./spec/ladle/server_spec.rb:91:in `block (5 levels) in <top (required)>'
         # ./spec/ladle/server_spec.rb:91:in `block (4 levels) in <top (required)>'
     # ./spec/ladle/server_spec.rb:91:in `block (4 levels) in <top (required)>'

  8) Ladle::Server initialization of :verbose defaults to false
     Failure/Error: Ladle::Server.new.verbose?.should be_false
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:98:in `new'
     # ./spec/ladle/server_spec.rb:98:in `block (4 levels) in <top (required)>'

  9) Ladle::Server initialization of :verbose can be overridden
     Failure/Error: Ladle::Server.new(:verbose => true).verbose?.should be_true
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:102:in `new'
     # ./spec/ladle/server_spec.rb:102:in `block (4 levels) in <top (required)>'

  10) Ladle::Server initialization of :quiet defaults to false
     Failure/Error: Ladle::Server.new.quiet?.should be_false
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:108:in `new'
     # ./spec/ladle/server_spec.rb:108:in `block (4 levels) in <top (required)>'

  11) Ladle::Server initialization of :quiet can be overridden
     Failure/Error: Ladle::Server.new(:quiet => true).quiet?.should be_true
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:112:in `new'
     # ./spec/ladle/server_spec.rb:112:in `block (4 levels) in <top (required)>'

  12) Ladle::Server initialization of :timeout defaults to 60 seconds
     Failure/Error: Ladle::Server.new.timeout.should == 60
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:118:in `new'
     # ./spec/ladle/server_spec.rb:118:in `block (4 levels) in <top (required)>'

  13) Ladle::Server initialization of :timeout can be overridden
     Failure/Error: Ladle::Server.new(:timeout => 87).timeout.should == 87
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:122:in `new'
     # ./spec/ladle/server_spec.rb:122:in `block (4 levels) in <top (required)>'

  14) Ladle::Server initialization of :java relies on the path with no JAVA_HOME
     Failure/Error: Ladle::Server.new.java_bin.should == "java"
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:173:in `new'
     # ./spec/ladle/server_spec.rb:173:in `block (4 levels) in <top (required)>'

  15) Ladle::Server initialization of :java defaults to JAVA_HOME/bin/java if available
     Failure/Error: Ladle::Server.new.java_bin.should == "#{tmpdir}/myjdk/bin/java"
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:178:in `new'
     # ./spec/ladle/server_spec.rb:178:in `block (4 levels) in <top (required)>'

  16) Ladle::Server initialization of :java can be overridden
     Failure/Error: Ladle::Server.new(:java_bin => File.join(tmpdir('openjdk'), "jre")).java_bin.
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:182:in `new'
     # ./spec/ladle/server_spec.rb:182:in `block (4 levels) in <top (required)>'

  17) Ladle::Server initialization of :allow_anonymous defaults to true
     Failure/Error: Ladle::Server.new.allow_anonymous?.should be_true
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:189:in `new'
     # ./spec/ladle/server_spec.rb:189:in `block (4 levels) in <top (required)>'

  18) Ladle::Server initialization of :allow_anonymous can be overridden
     Failure/Error: Ladle::Server.new(:allow_anonymous => false).allow_anonymous?.should be_false
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:193:in `new'
     # ./spec/ladle/server_spec.rb:193:in `block (4 levels) in <top (required)>'

  19) Ladle::Server initialization of :custom_schemas defaults to an empty list
     Failure/Error: Ladle::Server.new.custom_schemas.should == []
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:199:in `new'
     # ./spec/ladle/server_spec.rb:199:in `block (4 levels) in <top (required)>'

  20) Ladle::Server initialization of :custom_schemas can be set from one file name
     Failure/Error: Ladle::Server.new(:custom_schemas => "net.example.HappySchema").
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:203:in `new'
     # ./spec/ladle/server_spec.rb:203:in `block (4 levels) in <top (required)>'

  21) Ladle::Server initialization of :custom_schemas can be set from a list
     Failure/Error: Ladle::Server.new(:custom_schemas => ["net.example.HappySchema", "net.example.SadSchema"]).
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:208:in `new'
     # ./spec/ladle/server_spec.rb:208:in `block (4 levels) in <top (required)>'

  22) Ladle::Server initialization of :additional_classpath defaults to an empty list
     Failure/Error: Ladle::Server.new.additional_classpath.should == []
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:215:in `new'
     # ./spec/ladle/server_spec.rb:215:in `block (4 levels) in <top (required)>'

  23) Ladle::Server initialization of :additional_classpath can be set from one entry
     Failure/Error: Ladle::Server.new(:additional_classpath => "foo").
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:219:in `new'
     # ./spec/ladle/server_spec.rb:219:in `block (4 levels) in <top (required)>'

  24) Ladle::Server initialization of :additional_classpath can be set from a list
     Failure/Error: Ladle::Server.new(:additional_classpath => ["bar", "baz"]).
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:224:in `new'
     # ./spec/ladle/server_spec.rb:224:in `block (4 levels) in <top (required)>'

  25) Ladle::Server running blocks until the server is up
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:232:in `block (3 levels) in <top (required)>'

  26) Ladle::Server running returns the server object
     Failure/Error: @server.start.should be(@server)
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:237:in `block (3 levels) in <top (required)>'

  27) Ladle::Server running is safe to invoke twice (in the same thread)
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:241:in `block (3 levels) in <top (required)>'

  28) Ladle::Server running can be stopped then started again
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:246:in `block (3 levels) in <top (required)>'

  29) Ladle::Server running throws an exception when the server doesn't start up
     Failure/Error: lambda { @server.start }.should raise_error(/LDAP server failed to start/)
       expected Exception with message matching /LDAP server failed to start/, got #<RuntimeError: LDAP server startup did not complete within 60 seconds> with backtrace:
         # ./lib/ladle/server.rb:155:in `start'
         # ./spec/ladle/server_spec.rb:256:in `block (4 levels) in <top (required)>'
         # ./spec/ladle/server_spec.rb:256:in `block (3 levels) in <top (required)>'
     # ./spec/ladle/server_spec.rb:256:in `block (3 levels) in <top (required)>'

  30) Ladle::Server running should use the specified port
     Failure/Error: @server = create_server(:port => 45678).start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:269:in `block (3 levels) in <top (required)>'

  31) Ladle::Server running uses the specified tmpdir
     Failure/Error: @server = create_server(:tmpdir => target).start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:275:in `block (3 levels) in <top (required)>'

  32) Ladle::Server running cleans up the tmpdir afterward
     Failure/Error: @server = create_server(:tmpdir => target).start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:281:in `block (3 levels) in <top (required)>'

  33) Ladle::Server LDAP implementation data the default set has 26 people
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:313:in `block (5 levels) in <top (required)>'

  34) Ladle::Server LDAP implementation data the default set has 1 group
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:317:in `block (5 levels) in <top (required)>'

  35) Ladle::Server LDAP implementation data the default set has given names
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:321:in `block (5 levels) in <top (required)>'

  36) Ladle::Server LDAP implementation data the default set has e-mail addresses
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:326:in `block (5 levels) in <top (required)>'

  37) Ladle::Server LDAP implementation data the default set can be searched by value
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:331:in `block (5 levels) in <top (required)>'

  38) Ladle::Server LDAP implementation data with a provided set has the groups provided by the other LDIF
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:345:in `block (5 levels) in <top (required)>'

  39) Ladle::Server LDAP implementation data with a provided set has the individuals provided by the other LDIF
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:350:in `block (5 levels) in <top (required)>'

  40) Ladle::Server LDAP implementation data with a custom schema has the data defined in the schema
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:365:in `block (5 levels) in <top (required)>'

  41) Ladle::Server LDAP implementation binding works with a valid password
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:373:in `block (4 levels) in <top (required)>'

  42) Ladle::Server LDAP implementation binding does not work with an invalid password
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:380:in `block (4 levels) in <top (required)>'

  43) Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind anonymously
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:392:in `block (5 levels) in <top (required)>'

  44) Ladle::Server LDAP implementation binding with anonymous binding disabled will bind with a username and valid password
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:401:in `block (5 levels) in <top (required)>'

  45) Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind with a username and invalid password
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:408:in `block (5 levels) in <top (required)>'

  46) Ladle::Server LDAP implementation binding with anonymous binding disabled permits searches for authenticated users
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:415:in `block (5 levels) in <top (required)>'

Finished in 22 minutes 4 seconds
55 examples, 46 failures

Failed examples:

rspec ./spec/ladle/server_spec.rb:54 # Ladle::Server initialization of :port defaults to 3897
rspec ./spec/ladle/server_spec.rb:58 # Ladle::Server initialization of :port can be overridden
rspec ./spec/ladle/server_spec.rb:64 # Ladle::Server initialization of :domain defaults to dc=example,dc=org
rspec ./spec/ladle/server_spec.rb:68 # Ladle::Server initialization of :domain can be overridden
rspec ./spec/ladle/server_spec.rb:80 # Ladle::Server initialization of :ldif defaults to lib/ladle/default.ldif
rspec ./spec/ladle/server_spec.rb:84 # Ladle::Server initialization of :ldif can be overridden
rspec ./spec/ladle/server_spec.rb:90 # Ladle::Server initialization of :ldif fails if the file can't be read
rspec ./spec/ladle/server_spec.rb:97 # Ladle::Server initialization of :verbose defaults to false
rspec ./spec/ladle/server_spec.rb:101 # Ladle::Server initialization of :verbose can be overridden
rspec ./spec/ladle/server_spec.rb:107 # Ladle::Server initialization of :quiet defaults to false
rspec ./spec/ladle/server_spec.rb:111 # Ladle::Server initialization of :quiet can be overridden
rspec ./spec/ladle/server_spec.rb:117 # Ladle::Server initialization of :timeout defaults to 60 seconds
rspec ./spec/ladle/server_spec.rb:121 # Ladle::Server initialization of :timeout can be overridden
rspec ./spec/ladle/server_spec.rb:172 # Ladle::Server initialization of :java relies on the path with no JAVA_HOME
rspec ./spec/ladle/server_spec.rb:176 # Ladle::Server initialization of :java defaults to JAVA_HOME/bin/java if available
rspec ./spec/ladle/server_spec.rb:181 # Ladle::Server initialization of :java can be overridden
rspec ./spec/ladle/server_spec.rb:188 # Ladle::Server initialization of :allow_anonymous defaults to true
rspec ./spec/ladle/server_spec.rb:192 # Ladle::Server initialization of :allow_anonymous can be overridden
rspec ./spec/ladle/server_spec.rb:198 # Ladle::Server initialization of :custom_schemas defaults to an empty list
rspec ./spec/ladle/server_spec.rb:202 # Ladle::Server initialization of :custom_schemas can be set from one file name
rspec ./spec/ladle/server_spec.rb:207 # Ladle::Server initialization of :custom_schemas can be set from a list
rspec ./spec/ladle/server_spec.rb:214 # Ladle::Server initialization of :additional_classpath defaults to an empty list
rspec ./spec/ladle/server_spec.rb:218 # Ladle::Server initialization of :additional_classpath can be set from one entry
rspec ./spec/ladle/server_spec.rb:223 # Ladle::Server initialization of :additional_classpath can be set from a list
rspec ./spec/ladle/server_spec.rb:231 # Ladle::Server running blocks until the server is up
rspec ./spec/ladle/server_spec.rb:236 # Ladle::Server running returns the server object
rspec ./spec/ladle/server_spec.rb:240 # Ladle::Server running is safe to invoke twice (in the same thread)
rspec ./spec/ladle/server_spec.rb:245 # Ladle::Server running can be stopped then started again
rspec ./spec/ladle/server_spec.rb:252 # Ladle::Server running throws an exception when the server doesn't start up
rspec ./spec/ladle/server_spec.rb:268 # Ladle::Server running should use the specified port
rspec ./spec/ladle/server_spec.rb:273 # Ladle::Server running uses the specified tmpdir
rspec ./spec/ladle/server_spec.rb:279 # Ladle::Server running cleans up the tmpdir afterward
rspec ./spec/ladle/server_spec.rb:312 # Ladle::Server LDAP implementation data the default set has 26 people
rspec ./spec/ladle/server_spec.rb:316 # Ladle::Server LDAP implementation data the default set has 1 group
rspec ./spec/ladle/server_spec.rb:320 # Ladle::Server LDAP implementation data the default set has given names
rspec ./spec/ladle/server_spec.rb:325 # Ladle::Server LDAP implementation data the default set has e-mail addresses
rspec ./spec/ladle/server_spec.rb:330 # Ladle::Server LDAP implementation data the default set can be searched by value
rspec ./spec/ladle/server_spec.rb:344 # Ladle::Server LDAP implementation data with a provided set has the groups provided by the other LDIF
rspec ./spec/ladle/server_spec.rb:349 # Ladle::Server LDAP implementation data with a provided set has the individuals provided by the other LDIF
rspec ./spec/ladle/server_spec.rb:364 # Ladle::Server LDAP implementation data with a custom schema has the data defined in the schema
rspec ./spec/ladle/server_spec.rb:372 # Ladle::Server LDAP implementation binding works with a valid password
rspec ./spec/ladle/server_spec.rb:379 # Ladle::Server LDAP implementation binding does not work with an invalid password
rspec ./spec/ladle/server_spec.rb:391 # Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind anonymously
rspec ./spec/ladle/server_spec.rb:400 # Ladle::Server LDAP implementation binding with anonymous binding disabled will bind with a username and valid password
rspec ./spec/ladle/server_spec.rb:407 # Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind with a username and invalid password
rspec ./spec/ladle/server_spec.rb:414 # Ladle::Server LDAP implementation binding with anonymous binding disabled permits se
rsutphin commented 10 years ago

Check out the first failure:

  1) Ladle::Server initialization of :port defaults to 3897
     Failure/Error: Ladle::Server.new.port.should == 3897
     RuntimeError:
       Cannot guess tmpdir from the environment.  Please specify it.
     # ./lib/ladle/server.rb:109:in `initialize'
     # ./spec/ladle/server_spec.rb:55:in `new'
     # ./spec/ladle/server_spec.rb:55:in `block (4 levels) in <top (required)>'

You need to set TMPDIR to a directory where you want ladle's temporary files to go:

$ export TMPDIR=/tmp
Ajedi32 commented 10 years ago

Whoops, I guess I missed that. Now the error looks a bit more like what I was getting originally:

$ TMPDIR=/tmp rake spec
Compiling java support code
Note: lib/ladle/java/net/detailedbalance/ladle/Server.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/home/ajedi32/.rvm/rubies/ruby-2.1.2/bin/ruby -S rspec spec/ladle/server_spec.rb spec/ladle/version_spec.rb
..............................FFFFF.FFFFFFFFFFFFFFFFF..

Failures:

  1) Ladle::Server running blocks until the server is up
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:232:in `block (3 levels) in <top (required)>'

  2) Ladle::Server running returns the server object
     Failure/Error: @server.start.should be(@server)
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:237:in `block (3 levels) in <top (required)>'

  3) Ladle::Server running is safe to invoke twice (in the same thread)
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:241:in `block (3 levels) in <top (required)>'

  4) Ladle::Server running can be stopped then started again
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:246:in `block (3 levels) in <top (required)>'

  5) Ladle::Server running throws an exception when the server doesn't start up
     Failure/Error: lambda { @server.start }.should raise_error(/LDAP server failed to start/)
       expected Exception with message matching /LDAP server failed to start/, got #<RuntimeError: LDAP server startup did not complete within 60 seconds> with backtrace:
         # ./lib/ladle/server.rb:155:in `start'
         # ./spec/ladle/server_spec.rb:256:in `block (4 levels) in <top (required)>'
         # ./spec/ladle/server_spec.rb:256:in `block (3 levels) in <top (required)>'
     # ./spec/ladle/server_spec.rb:256:in `block (3 levels) in <top (required)>'

  6) Ladle::Server running should use the specified port
     Failure/Error: @server = create_server(:port => 45678).start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:269:in `block (3 levels) in <top (required)>'

  7) Ladle::Server running uses the specified tmpdir
     Failure/Error: @server = create_server(:tmpdir => target).start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:275:in `block (3 levels) in <top (required)>'

  8) Ladle::Server running cleans up the tmpdir afterward
     Failure/Error: @server = create_server(:tmpdir => target).start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:281:in `block (3 levels) in <top (required)>'

  9) Ladle::Server LDAP implementation data the default set has 26 people
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:313:in `block (5 levels) in <top (required)>'

  10) Ladle::Server LDAP implementation data the default set has 1 group
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:317:in `block (5 levels) in <top (required)>'

  11) Ladle::Server LDAP implementation data the default set has given names
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:321:in `block (5 levels) in <top (required)>'

  12) Ladle::Server LDAP implementation data the default set has e-mail addresses
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:326:in `block (5 levels) in <top (required)>'

  13) Ladle::Server LDAP implementation data the default set can be searched by value
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:331:in `block (5 levels) in <top (required)>'

  14) Ladle::Server LDAP implementation data with a provided set has the groups provided by the other LDIF
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:345:in `block (5 levels) in <top (required)>'

  15) Ladle::Server LDAP implementation data with a provided set has the individuals provided by the other LDIF
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:350:in `block (5 levels) in <top (required)>'

  16) Ladle::Server LDAP implementation data with a custom schema has the data defined in the schema
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:300:in `ldap_search'
     # ./spec/ladle/server_spec.rb:365:in `block (5 levels) in <top (required)>'

  17) Ladle::Server LDAP implementation binding works with a valid password
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:373:in `block (4 levels) in <top (required)>'

  18) Ladle::Server LDAP implementation binding does not work with an invalid password
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:380:in `block (4 levels) in <top (required)>'

  19) Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind anonymously
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:392:in `block (5 levels) in <top (required)>'

  20) Ladle::Server LDAP implementation binding with anonymous binding disabled will bind with a username and valid password
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:401:in `block (5 levels) in <top (required)>'

  21) Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind with a username and invalid password
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:408:in `block (5 levels) in <top (required)>'

  22) Ladle::Server LDAP implementation binding with anonymous binding disabled permits searches for authenticated users
     Failure/Error: @server.start
     RuntimeError:
       LDAP server startup did not complete within 60 seconds
     # ./lib/ladle/server.rb:155:in `start'
     # ./spec/ladle/server_spec.rb:289:in `with_ldap'
     # ./spec/ladle/server_spec.rb:415:in `block (5 levels) in <top (required)>'

Deprecation Warnings:

`be_false` is deprecated. Use `be_falsey` (for Ruby's conditional semantics) or `be false` (for exact `== false` equality) instead. Called from /home/ajedi32/sandbox/ladle/spec/ladle/server_spec.rb:98:in `block (4 levels) in <top (required)>'.
`be_false` is deprecated. Use `be_falsey` (for Ruby's conditional semantics) or `be false` (for exact `== false` equality) instead. Called from /home/ajedi32/sandbox/ladle/spec/ladle/server_spec.rb:108:in `block (4 levels) in <top (required)>'.
`be_false` is deprecated. Use `be_falsey` (for Ruby's conditional semantics) or `be false` (for exact `== false` equality) instead. Called from /home/ajedi32/sandbox/ladle/spec/ladle/server_spec.rb:193:in `block (4 levels) in <top (required)>'.

`be_true` is deprecated. Use `be_truthy` (for Ruby's conditional semantics) or `be true` (for exact `== true` equality) instead. Called from /home/ajedi32/sandbox/ladle/spec/ladle/server_spec.rb:102:in `block (4 levels) in <top (required)>'.
`be_true` is deprecated. Use `be_truthy` (for Ruby's conditional semantics) or `be true` (for exact `== true` equality) instead. Called from /home/ajedi32/sandbox/ladle/spec/ladle/server_spec.rb:112:in `block (4 levels) in <top (required)>'.
`be_true` is deprecated. Use `be_truthy` (for Ruby's conditional semantics) or `be true` (for exact `== true` equality) instead. Called from /home/ajedi32/sandbox/ladle/spec/ladle/server_spec.rb:189:in `block (4 levels) in <top (required)>'.

If you need more of the backtrace for any of these deprecations to
identify where to make the necessary changes, you can configure
`config.raise_errors_for_deprecations!`, and it will turn the
deprecation warnings into errors, giving you the full backtrace.

6 deprecation warnings total

Finished in 22 minutes 4 seconds
55 examples, 22 failures

Failed examples:

rspec ./spec/ladle/server_spec.rb:231 # Ladle::Server running blocks until the server is up
rspec ./spec/ladle/server_spec.rb:236 # Ladle::Server running returns the server object
rspec ./spec/ladle/server_spec.rb:240 # Ladle::Server running is safe to invoke twice (in the same thread)
rspec ./spec/ladle/server_spec.rb:245 # Ladle::Server running can be stopped then started again
rspec ./spec/ladle/server_spec.rb:252 # Ladle::Server running throws an exception when the server doesn't start up
rspec ./spec/ladle/server_spec.rb:268 # Ladle::Server running should use the specified port
rspec ./spec/ladle/server_spec.rb:273 # Ladle::Server running uses the specified tmpdir
rspec ./spec/ladle/server_spec.rb:279 # Ladle::Server running cleans up the tmpdir afterward
rspec ./spec/ladle/server_spec.rb:312 # Ladle::Server LDAP implementation data the default set has 26 people
rspec ./spec/ladle/server_spec.rb:316 # Ladle::Server LDAP implementation data the default set has 1 group
rspec ./spec/ladle/server_spec.rb:320 # Ladle::Server LDAP implementation data the default set has given names
rspec ./spec/ladle/server_spec.rb:325 # Ladle::Server LDAP implementation data the default set has e-mail addresses
rspec ./spec/ladle/server_spec.rb:330 # Ladle::Server LDAP implementation data the default set can be searched by value
rspec ./spec/ladle/server_spec.rb:344 # Ladle::Server LDAP implementation data with a provided set has the groups provided by the other LDIF
rspec ./spec/ladle/server_spec.rb:349 # Ladle::Server LDAP implementation data with a provided set has the individuals provided by the other LDIF
rspec ./spec/ladle/server_spec.rb:364 # Ladle::Server LDAP implementation data with a custom schema has the data defined in the schema
rspec ./spec/ladle/server_spec.rb:372 # Ladle::Server LDAP implementation binding works with a valid password
rspec ./spec/ladle/server_spec.rb:379 # Ladle::Server LDAP implementation binding does not work with an invalid password
rspec ./spec/ladle/server_spec.rb:391 # Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind anonymously
rspec ./spec/ladle/server_spec.rb:400 # Ladle::Server LDAP implementation binding with anonymous binding disabled will bind with a username and valid password
rspec ./spec/ladle/server_spec.rb:407 # Ladle::Server LDAP implementation binding with anonymous binding disabled will not bind with a username and invalid password
rspec ./spec/ladle/server_spec.rb:414 # Ladle::Server LDAP implementation binding with anonymous binding disabled permits searches for authenticated users
/home/ajedi32/.rvm/rubies/ruby-2.1.2/bin/ruby -S rspec spec/ladle/server_spec.rb spec/ladle/version_spec.rb failed

Suggestions?

rsutphin commented 10 years ago

The CI builds for ladle are passing and they run on Ubuntu 12.04, so I don't think there's a systemic problem running on Ubuntu. You can try running with LADLE_TRACE=yes to see what's going on with the server. Here's the output from a successful run of just one spec on my OS X machine:

$ bundle exec rake compile
Compiling java support code
Note: lib/ladle/java/net/detailedbalance/ladle/Server.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
$ LADLE_TRACE=yes bundle exec rspec spec/ladle/server_spec.rb:231
Run options: include {:locations=>{"./spec/ladle/server_spec.rb"=>[231]}}
Starting server on 3897
- Server command: ["java", "-cp", "/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/annotations-1.0.0.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/apacheds-all-2.0.0-M16.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/apacheds-jdbm2-2.0.0-M2.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/bcel-5.1.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/commons-cli-1.2.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/commons-io-1.4.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/coreplugin-1.0.0.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/findbugs-1.0.0.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/findbugs-ant-1.0.0.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/findbugsGUI-1.0.0.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/log4j-1.2.17.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/regexp-1.2.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/slf4j-api-1.7.7.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/apacheds/slf4j-log4j12-1.7.7.jar:/Users/rsutphin/libs/ruby/ladle/lib/ladle/java", "net.detailedbalance.ladle.Main", "--port", 3897, "--domain", "dc=example,dc=org", "--ldif", "/Users/rsutphin/libs/ruby/ladle/lib/ladle/default.ldif", "--tmpdir", "/Users/rsutphin/libs/ruby/ladle/tmp/specs"]
- Started subprocess 4732
- Waiting for server to start
  . waited 2.1e-05 seconds
ApacheDS: INFO: Registered pre-bundled control factory: 1.3.6.1.4.1.18060.0.0.1
ApacheDS: INFO: Registered pre-bundled control factory: 2.16.840.1.113730.3.4.7
ApacheDS: INFO: Registered pre-bundled control factory: 2.16.840.1.113730.3.4.2
ApacheDS: INFO: Registered pre-bundled control factory: 1.2.840.113556.1.4.319
ApacheDS: INFO: Registered pre-bundled control factory: 2.16.840.1.113730.3.4.3
ApacheDS: INFO: Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.10.1
ApacheDS: INFO: Registered pre-bundled control factory: 1.3.6.1.4.1.42.2.27.8.5.1
ApacheDS: INFO: Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.3
ApacheDS: INFO: Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.4
ApacheDS: INFO: Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.1
ApacheDS: INFO: Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.2
ApacheDS: INFO: Registered pre-bundled control factory: 1.2.840.113556.1.4.473
ApacheDS: INFO: Registered pre-bundled control factory: 1.2.840.113556.1.4.474
ApacheDS: INFO: Registered pre-bundled extended operation factory: 1.3.6.1.1.8
ApacheDS: INFO: Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.8
ApacheDS: INFO: Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.3
ApacheDS: INFO: Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.6
ApacheDS: INFO: Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.5
ApacheDS: INFO: Registered pre-bundled extended operation factory: 1.3.6.1.4.1.4203.1.11.1
ApacheDS: INFO: no custom cache configuration was set, loading the default cache configuration
ApacheDS: INFO: Schema directory '/Users/rsutphin/libs/ruby/ladle/tmp/specs/ladle-server-18e3593b-4a6e-4fe0-a3fe-aec0bac74901/partitions/schema' does NOT exist: extracted state set to false.
  . waited 0.500123 seconds
  . waited 1.000334 seconds
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: Loading system enabled schema: 
ApacheDS:   Schema Name: system
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: []
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: Loading apachemeta enabled schema: 
ApacheDS:   Schema Name: apachemeta
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system]
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: Loading core enabled schema: 
ApacheDS:   Schema Name: core
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system]
ApacheDS: INFO: Loading apache enabled schema: 
ApacheDS:   Schema Name: apache
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system, core]
  . waited 1.501438 seconds
ApacheDS: INFO: core schema has already been loaded
ApacheDS: INFO: Loading other enabled schema: 
ApacheDS:   Schema Name: other
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system, apachemeta, apache, core]
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: core schema has already been loaded
ApacheDS: INFO: Loading cosine enabled schema: 
ApacheDS:   Schema Name: cosine
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system, core]
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: core schema has already been loaded
ApacheDS: INFO: Loading collective enabled schema: 
ApacheDS:   Schema Name: collective
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system, core]
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: cosine schema has already been loaded
ApacheDS: INFO: core schema has already been loaded
ApacheDS: INFO: Loading inetorgperson enabled schema: 
ApacheDS:   Schema Name: inetorgperson
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system, cosine, core]
ApacheDS: INFO: apache schema has already been loaded
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: Loading pwdpolicy enabled schema: 
ApacheDS:   Schema Name: pwdpolicy
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system]
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: core schema has already been loaded
ApacheDS: INFO: Loading krb5kdc enabled schema: 
ApacheDS:   Schema Name: krb5kdc
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system, core]
ApacheDS: INFO: apachemeta schema has already been loaded
ApacheDS: INFO: core schema has already been loaded
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: core schema has already been loaded
ApacheDS: INFO: Loading java enabled schema: 
ApacheDS:   Schema Name: java
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system, core]
ApacheDS: INFO: system schema has already been loaded
ApacheDS: INFO: core schema has already been loaded
ApacheDS: INFO: apache schema has already been loaded
ApacheDS: INFO: Loading adsconfig enabled schema: 
ApacheDS:   Schema Name: adsconfig
ApacheDS:       Disabled: false
ApacheDS:       Owner: uid=admin,ou=system
ApacheDS:       Dependencies: [system, core, apache]
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: ApacheDS shutdown hook has been registered with the runtime.
ApacheDS: INFO: fetching the cache named dnCache
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
  . waited 2.001504 seconds
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsTtl
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMinimum
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsClass
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaSerial
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRefresh
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRetry
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaExpire
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsMxPreference
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsCharacterString
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePriority
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServiceWeight
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePort
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: automountInformation
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaIor
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaObject
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaRepositoryId
  . waited 2.501666 seconds
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPrimaryDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSecondaryDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSharedNetworkDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpErrorLog
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpServiceDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpVersion
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpImplementation
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHashBucketAssignment
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDelayedServiceParameter
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpMaxClientLeadTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpFailOverEndpointState
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpNetMask
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPermitList
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeaseDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubclassesDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassData
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOption
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillanickname
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillausehtmlmail
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaSecondEmail
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaPostalAddress2
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalAddress2
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeLocalityName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeState
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalCode
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeCountryName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeFriendlyCountryName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeurl
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: workurl
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom1
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom2
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom3
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom4
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nsAIMid
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeDirectory
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: loginShell
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gecos
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowLastChange
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMin
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMax
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowWarning
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowInactive
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowExpire
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowFlag
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapEntry
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: macAddress
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootFile
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootParameter
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberUid
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServicePort
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServiceProtocol
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipProtocolNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: oncRpcNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipHostNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetworkNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetmaskNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisNetgroupTriple
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberNisNetgroup
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisPublicKey
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisSecretKey
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisDomain
ApacheDS: INFO: No version information : assuming version: 1
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaShareName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaOptionName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBoolOption
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaIntegerOption
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringListOption
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringOption
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrivilegeList
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaTrustFlags
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaGroupType
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSIDList
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAlgorithmicRidBase
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaForceLogoff
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutDuration
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutObservationWindow
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutThreshold
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonToChgPwd
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMaxPwdAge
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdAge
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdLength
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextGroupRid
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextRid
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextUserRid
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdHistoryLength
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaRefuseMachinePwdChange
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAcctFlags
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordCount
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomeDrive
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomePath
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaKickoffTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLMPassword
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogoffTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonHours
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonScript
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonTime
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMungedDial
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPasswordHistory
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrimaryGroupSID
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaProfilePath
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdCanChange
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdMustChange
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaUserWorkstations
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
ApacheDS: INFO: ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
  . waited 3.002731 seconds
ApacheDS: INFO: fetching the cache named alias
ApacheDS: INFO: fetching the cache named piar
ApacheDS: INFO: fetching the cache named system
ApacheDS: INFO: fetching the cache named alias
ApacheDS: INFO: fetching the cache named piar
ApacheDS: INFO: fetching the cache named ladle
ApacheDS: INFO: Keys and self signed certificate successfully generated.
ApacheDS: INFO: fetching the cache named groupCache
ApacheDS: INFO: Initializing ...
ApacheDS: INFO: Initialization complete.
ApacheDS: WARN: You didn't change the admin password of directory service instance 'null'.  Please update the admin password as soon as possible to prevent a possible security breach.
ApacheDS: INFO: Loading : /Users/rsutphin/libs/ruby/ladle/lib/ladle/default.ldif
  . waited 3.502914 seconds
ApacheDS: INFO: Successful bind of an LDAP Service (3897) is completed.
ApacheDS: INFO: Ldap service started.
- Stopped waiting after 4.003955 seconds
- Server started successfully
Stopping server on 3897
- Stopping server process
- Signalling server process to stop if not already stopped
ApacheDS: INFO: clearing all the caches
.

Finished in 4.66 seconds (files took 0.10123 seconds to load)
1 example, 0 failures