The following error message can be seen in the server.log after enabling debug:
Caused by: org.hibernate.PropertyValueException: not-null property references a null or transient value : com.powerup.configmgr.common.domain.HardwareAttribute.attributeValue
10.1.x NCM
The "show board" command output for the device did not return any value for board 1/0 and 1/1 thus the parsing failed and returned with an exception.
The parsing expects the "show board" output for all the boards (1/*) to be similar. Since this is not the case, the driver code needs to compasate for this scenario. And since board 1/0 and 1/1 are power supplies, it won't be similar.
Code modification is needed to compensate this.
The fix will be included in future DSR update.
Please submit a service request ticket with technical support for ETA for provided solution.