error in mof creation.

sunil kumar skjmca51 at gmail.com
Mon Oct 7 12:54:33 UTC 2013


Hi, i have created association for CIM_NetworkPort and
LMI_ProtocolEndpoint. There is no error in cmake, make, and also while
register..


But i am getting error in yawn page(browser) error failed ProviderLoad
Failure.

here is my code and error below.

[ Association, Provider("cmpi:cmpiLMI_Networking"), Version("0.1.0"),
  Description("An association between a ProtocolEndpoint and NetworkPort.")
]
class LMI_NASNetworkDeviceSAPImplementation: CIM_DeviceSAPImplementation
{
    [ Override("Antecedent"),
      Description("The instance of CIM_NetworkPort subclass "
        "representing network device.") ]
    CIM_NetworkPort REF Antecedent;

    [ Override("Dependent"),
      Description("The instance of LMI_ProtocolEndpoint that represent "
        "same device as Antecedent.") ]
    LMI_ProtocolEndpoint REF Dependent;
};

CIM_ERR_FAILED: ProviderLoadFailure:
(/usr/lib64/cmpi/libcmpiLMI_Networking.so) Provider is not a CMPI style
provider. Cannot find
LMI_NASNetworkDeviceSAPImplementation_Create<mi-type>MI symbol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/openlmi-devel/attachments/20131007/36e27c17/attachment.html>


More information about the openlmi-devel mailing list