opendj-server-legacy/src/main/java/org/opends/server/api/MonitorData.java
@@ -132,7 +132,7 @@ private void add(String attrName, Syntax syntax, Object attrValue) { AttributeType attrType = getSchema().getAttributeType(attrName, syntax); AttributeType attrType = getInstance().getServerContext().getSchema().getAttributeType(attrName, syntax); attrs.add(Attributes.create(attrType, String.valueOf(attrValue))); }