wolfd / pwm

PWM is an open source password self service application for LDAP directories. - exported from code.google.com/p/pwm
http://pwmdemo.weisberg.net/
0 stars 1 forks source link

Update 1.7.0 to latest build failed #518

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Update 1.7.0 to latest build
2.Placed the war file in webapps directory
3.Started browser to localhost

What is the expected output? What do you see instead?
config manager but we see PWM 5015 (5015 ERROR_UNKNOWN)

What version of PWM are you using?
latest build (02-12-2013)

What ldap directory and version are you using?
Windows AD 2008, tomcat 7.0

Please paste any error log messages below:

2013-12-03T16:45:36Z, DEBUG, pwm.PwmApplication, successfully initialized 
default file log4j config at log level TRACE
2013-12-03T16:45:36Z, TRACE, pwm.PwmApplication, setting log level to TRACE 
because application mode is NEW
2013-12-03T16:45:36Z, WARN , pwm.PwmApplication, skipping LocalDB open due to 
application mode NEW
2013-12-03T16:45:36Z, WARN , pwm.PwmApplication, unable to initialize 
localDBLogger: LocalDB cannot be null
2013-12-03T16:45:36Z, INFO , pwm.PwmApplication, initializing, application 
mode=NEW
2013-12-03T16:45:39Z, INFO , pwm.PwmApplication, loaded configuration: 
  {
    "ldap.profile.list": {
      "default": {}
    }
  }
2013-12-03T16:45:39Z, INFO , pwm.PwmApplication, loaded global password policy: 
PwmPasswordPolicy: {MinimumLowerCase=0, MinimumSpecial=0, MaximumUpperCase=0, 
MaximumNumeric=0, MaximumOldChars=0, EnableWordlist=true, MinimumLifetime=0, 
RegExMatch=, MinimumUnique=0, MinimumNonAlpha=0, DisallowedAttributes=[cn, 
givenName, sn], DisallowCurrent=true, MinimumStrength=0, AllowNumeric=true, 
ChangeMessage=, MinimumAlpha=0, MaximumLowerCase=0, AllowSpecial=true, 
ADComplexity=false, MaximumLength=64, MaximumRepeat=0, 
AllowFirstCharNumeric=true, MinimumLength=2, MaximumSequentialRepeat=0, 
AllowLastCharSpecial=true, MinimumNumeric=0, MaximumAlpha=0, RegExNoMatch=, 
MaximumNonAlpha=0, MaximumSpecial=0, MinimumUpperCase=0, 
AllowFirstCharSpecial=true, DisallowedValues=[password, test], 
AllowLastCharNumeric=true}
2013-12-03T16:45:39Z, ERROR, pwm.PwmApplication, error retrieving key 
'context_instanceID', localDB unavailable: 
2013-12-03T16:45:39Z, INFO , pwm.PwmApplication, generated new random 
instanceID 24918FDBD4C80FB1
2013-12-03T16:45:39Z, INFO , pwm.PwmApplication, using '24918FDBD4C80FB1' for 
instance's ID (instanceID)
2013-12-03T16:45:39Z, ERROR, pwm.PwmApplication, error retrieving key 
'lastLdapError', localDB unavailable: 
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, this application instance 
first installed on 2013-12-03T15:45:39Z
2013-12-03T16:45:39Z, INFO , pwm.PwmApplication, environment info: 
java.vm.vendor=Sun Microsystems Inc., java.vm.version=20.4-b02, 
java.vm.name=Java HotSpot(TM) 64-Bit Server VM, java.home=C:\Program 
Files\Java\jre6, memmax=518979584, threads=3, ldapChai API version: 0.6.5, b838
2013-12-03T16:45:39Z, INFO , pwm.PwmApplication, debug info:, memfree=24825648, 
memallocd=32571392, memmax=518979584, threads=3
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.wordlist.SharedHistoryManager
2013-12-03T16:45:39Z, INFO , wordlist.SharedHistoryManager, LocalDB is not 
available, will remain closed
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.wordlist.SharedHistoryManager has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.db.DatabaseAccessor
2013-12-03T16:45:39Z, DEBUG, db.DatabaseAccessor, skipping database connection 
open, no connection parameters configured
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.db.DatabaseAccessor has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.health.HealthMonitor
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.health.HealthMonitor has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.event.AuditManager
2013-12-03T16:45:39Z, WARN , event.AuditManager, unable to start - LocalDB is 
not available
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.event.AuditManager has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.stats.StatisticsManager
2013-12-03T16:45:39Z, ERROR, stats.StatisticsManager, LocalDB is not available, 
will remain closed
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.stats.StatisticsManager has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.wordlist.WordlistManager
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.wordlist.WordlistManager has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.wordlist.SeedlistManager
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.wordlist.SeedlistManager has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.queue.EmailQueueManager
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.queue.EmailQueueManager has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.queue.SmsQueueManager
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.queue.SmsQueueManager has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.UrlShortenerService
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.UrlShortenerService has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.token.TokenService
2013-12-03T16:45:39Z, TRACE, token.TokenService, opening
2013-12-03T16:45:39Z, ERROR, token.TokenService, 5055 
ERROR_INVALID_SECURITY_KEY (unable to start token manager: Security Key value 
is not configured)
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.token.TokenService has completed successfully
2013-12-03T16:45:39Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.VersionChecker
2013-12-03T16:45:39Z, TRACE, pwm.VersionChecker, sending cloud version request 
to: https://pwm-cloud.appspot.com/rest/pwm/current-version
2013-12-03T16:45:39Z, DEBUG, wordlist.SeedlistManager, PWM-Seedist starting up 
in background thread
2013-12-03T16:45:39Z, WARN , wordlist.AbstractWordlist, LocalDB is not 
available, PWM-Seedist will remain closed
2013-12-03T16:45:39Z, DEBUG, wordlist.AbstractWordlist, closed
2013-12-03T16:45:39Z, DEBUG, wordlist.WordlistManager, PWM-Wordlist starting up 
in background thread
2013-12-03T16:45:39Z, WARN , wordlist.AbstractWordlist, LocalDB is not 
available, PWM-Wordlist will remain closed
2013-12-03T16:45:39Z, DEBUG, wordlist.AbstractWordlist, closed
2013-12-03T16:46:01Z, ERROR, pwm.VersionChecker, 5054 
ERROR_UNREACHABLE_CLOUD_SERVICE (unable to reach version check service 
'https://pwm-cloud.appspot.com/rest/pwm/current-version', error: Connection to 
https://pwm-cloud.appspot.com refused)
2013-12-03T16:46:01Z, ERROR, pwm.VersionChecker, unable to retrieve current 
version data from cloud: java.lang.NumberFormatException: For input string: ""
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.VersionChecker has completed successfully
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.intruder.IntruderManager
2013-12-03T16:46:01Z, ERROR, intruder.IntruderManager, 5019 
ERROR_SERVICE_NOT_AVAILABLE (unable to start IntruderManager, LocalDB 
unavailable)
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.intruder.IntruderManager has completed successfully
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.operations.CrService
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.operations.CrService has completed successfully
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.UserCacheService
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.UserCacheService has completed successfully
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.operations.CrService
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.operations.CrService has completed successfully
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initializing service 
password.pwm.util.operations.OtpService
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, initialization of service 
password.pwm.util.operations.OtpService has completed successfully
2013-12-03T16:46:01Z, INFO , pwm.PwmApplication, PWM v1.7.1 b1234 r651 
(Development) open for bidness! (25s)
2013-12-03T16:46:01Z, DEBUG, pwm.PwmApplication, buildTime=2013.11.25 19:53:33 
EST, javaLocale=en, DefaultLocale=en
2013-12-03T16:46:01Z, ERROR, pwm.PwmApplication, error retrieving key 
'configurationSettingHash', localDB unavailable: 
2013-12-03T16:46:01Z, ERROR, pwm.PwmApplication, error writing key 
'configurationSettingHash', localDB unavailable: 
2013-12-03T16:46:01Z, WARN , pwm.PwmApplication, configuration has been 
modified since last startup
2013-12-03T16:46:01Z, WARN , event.AuditManager, discarding audit event 
(AuditManager is not open); 
event={"instance":"24918FDBD4C80FB1","type":"SYSTEM","eventCode":"MODIFY_CONFIGU
RATION","timestamp":"2013-12-03T15:46:01Z","message":"{\n  
\"ldap.profile.list\": {\n    \"default\": {}\n  }\n}"}
2013-12-03T16:46:01Z, WARN , event.AuditManager, discarding audit event 
(AuditManager is not open); 
event={"instance":"24918FDBD4C80FB1","type":"SYSTEM","eventCode":"STARTUP","time
stamp":"2013-12-03T15:46:01Z"}
2013-12-03T16:46:01Z, DEBUG, pwm.ContextManager, configuration file was loaded 
from C:\Program Files\Apache Software Foundation\Tomcat 
7.0\webapps\pwm\WEB-INF\PwmConfiguration.xml

Original issue reported on code.google.com by gschoute...@gmail.com on 3 Dec 2013 at 3:53

GoogleCodeExporter commented 9 years ago
Recent builds have had some issues as support for multiple-ldap profiles were 
added.  Please try a new nightly.  If you still have problems ask for help on 
the pwm-general list.

Original comment by jrivard on 5 Dec 2013 at 4:16