Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] missing node in the base model

Hello,

I am trying to auto generate nodes from a nodeset file and found a problem regarding the base model. When trying to add an object instance of a NamespaceType (which basically contains metadata of the model), I get a null pointer exception. Apparently, the parent node which is called Namespaces (i=11715)  of type definition NamespaceType (i=11645) doesn't exist in the address space. This is a node defined within the base information model. Therefore, it should be there on the server. I have checked the object loader class that creates this node and adds the correct reference. But I don't see it on the server. The node should be under the Server object. As a workaround, I can manually create it for now. However, it would be nice to know how to fix this problem.

Thank you,

Best regards,
Mainak

Back to the top