BSP-308 - Viewing editUsers page under Administration throws Freemarker exception

Product: Bamboo

Environment

Operating System  
Affect Version/s 1.2.3
JVM  
Database  
Application Server  

Error Message

==> ${userInfo.name} [on line 38, column 13 in admin/user/viewPaginatedUsers.ftl]
----------

Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression userInfo is undefined on line 38, column 15 in admin/user/viewPaginatedUsers.ftl.
at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)

Symptom

The browser dies with the Freemarker expception above.

Diagnostics/Test

Root Cause

This exception occurs in Bamboo when LDAP is integrated, where the LDAP users do not have full names assigned and Bamboo dies as there is no value assigned to $

Unknown macro: {userInfo.name}
variable.

Solution

If you have LDAP integrated, ensure users have Full Names assigned.

Labels

bamboo bamboo Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.