Jump to content
We've recently updated our Privacy Statement, available here ×
  • Users and roles are not getting imported


    Jim W
    • Features: JasperReports Server Version: v7.1 Product: Aperte Reports

    Description:

    Getting null pointer exception when trying to import users and roles from a previous version to a new version of TIBCO JasperReports® Server.

    Resolution:

    For this particular situation, <role/> is causing the null pointer exception. This is probably a result of an irregular creation from your LDAP where the user is not mapped to a role. You have to find these users and delete them. You can also delete all the external users anyway because they will be regenerated on your new system. You can search for the files *.xml in the exported zip package or directory for this tag <role/>. You will get a list of users that you need to delete

    <?xml version="1.0" encoding="UTF-8"?>
    <user>
        <username>auserA</username>
        <fullName>auserA</fullName>
        <externallyDefined>true</externallyDefined>
        <enabled>true</enabled>
        <role/>
    </user>
    

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...