Application: foretag
Error: java.lang.IllegalStateException exception
Reason:
java.lang.IllegalStateException: An Exception occurred while generating the Exception page 'WOExceptionPage'. This is most likely due to an error in 'WOExceptionPage' itself or WebObjects encountered an uncaught exception while creating a Session object.
Below are the logs of the original Exception which occured in se.timeoff.webpages.Application, then the later Exception in WOExceptionPage.
Original Exception:
<com.webobjects.foundation.NSKeyValueCoding$UnknownKeyException message '[<se.timeoff.webpages.component.ConfigFormAnswerForm name: se.timeoff.webpages.component.ConfigFormAnswerForm subcomponents: null > valueForKey()]: lookup of unknown key: 'isPasswordKey'.
The WOComponent se.timeoff.webpages.component.ConfigFormAnswerForm does not have an instance variable of the name isPasswordKey or _isPasswordKey, nor a method of the name isPasswordKey, _isPasswordKey, getIsPasswordKey, or _getIsPasswordKey' object '<se.timeoff.webpages.component.ConfigFormAnswerForm name: se.timeoff.webpages.component.ConfigFormAnswerForm subcomponents: null >' key 'isPasswordKey'>
WOExceptionPage Exception:
java.lang.IllegalStateException: <se.timeoff.webpages.ModRewriteWOHyperlink> Both 'actionClass' and 'directActionName' are either absent or evaluated to null. Cannot generate dynamic url without an actionClass or directActionName.