Trying to list permissions for admin results in a NPE

Stardog 7.0.2, if I try to list permissions for admin I get an NPE. I don't see anything in the stardog.log so maybe this is coming back from the client?

stardog-admin user permission admin

class java.lang.NullPointerException

It works fine for other users

stardog-admi n user permission zcw100

+---------------+---------------+-------------+----------+
| Resource Type | Resource Name | Permissions |  Source  |
+---------------+---------------+-------------+----------+
| db            | test          | CDRWGKX     | [zcw100] |
| user          | zcw100        | --R----     | [zcw100] |
+---------------+---------------+-------------+----------+

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.