Issue Details (XML | Word | Printable)

Key: REPOR-173
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jonathan Appel [CustomWare]
Reporter: Christian Nesemann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Reporting Plugin

user-group-reporter throws java.lang.NullPointerException

Created: 15/Aug/08 10:16 AM   Updated: 02/Sep/08 01:58 AM
Component/s: None
Affects Version/s: 2.1.1
Fix Version/s: 3.0.0

Time Tracking:
Not Specified

File Attachments: 1. Text File Error.log (19 kB)

Environment: Confluence 2.72
Issue Links:
Duplicate
 


 Description  « Hide
Use of user-group-reporter is not possible at the moment.

See Link

Server logfile is attached



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Peterson added a comment - 15/Aug/08 10:50 AM
Thanks for that Christian. For the record, the markup causing problems was this:
{report-table}
{user-group-reporter}
    {text-sort:user-group:name}
    {expand-on:user-group:members|as=member}
        {text-sort:user:name}
    {expand-on}
{user-group-reporter}

{report-column:title=Group Name}{report-info:expanded:item > name}{report-column}
{report-column:title=Username}{report-info:expanded:member > name}{report-column}
{report-column:title=Email}{report-info:expanded:member > email|link=true}{report-column}

{report-table}

It shows:

Error formatting macro: user-group-reporter: java.lang.NullPointerException
text-sort: This macro must be used in a sortable location, such as a reporter macro.
expand-on: The current context is not expandable.
text-sort: This macro must be used in a sortable location, such as a reporter macro.

Jonathan Appel [CustomWare] added a comment - 02/Sep/08 01:57 AM
Resolving, fixed from duplicate bug - REPOR-181