RE: OperationAggregate::resequenceResponse: Response has error
"Hwang, Johnny" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <59187A369D10D048A8A8B52B1BD1FEA5039C2D@SACEXCMBX02-PRD.hq.netapp.com> |
Hmm, have you tried setting forceProviderProcesses=false? It sounds like you have a concurrency issue somewhere. From: Kirk Augustin [mailto:[email protected]] Sent: Tuesday, February 21, 2012 11:28 AM To: Karunanithy, Karthik; [email protected] Subject: Re: OperationAggregate::resequenceResponse: Response has error What class is your provider supporting? You said you enumerated instances of one of the classes of CIM_ComputerSystem, what was the actual class you enumerated instances of? I would not name a client "cimcli", since that is a built in client. Do instances of "OEM_StorageProcessorSystem" exist, and is there a provider for them? Can you debug this provider? Kirk Augustin 11821 NW McNamee Rd Portland, OR 97231 HM: 503-289-4356 ________________________________ From: "Karunanithy, Karthik" <[email protected]> To: "[email protected]" <[email protected]> Sent: Tuesday, February 21, 2012 5:01 AM Subject: OperationAggregate::resequenceResponse: Response has error Hi , We have a provider running with Pegasus 2.9.1. I set the forceProviderProcesses=true; When I enumerate Instances on one of classes of CIM_ComputerSystem, i am getting an exception from the cimom. I was using two clients namely cimcli and pywbem. First, cimcli worked fine and an issue was noticed with pywbem. Then, there were instances where it occured vice versa also. Has this been noticed before and fixed ? I have pasted the cimserver traces below. Please let me know if any other details are required. 1329301217s-511716us: Dispatcher [21587:139671044880128:CIMOperationRequestDispatcher.cpp:1928]: Provider response is complete. 1329301217s-511794us: Dispatcher [21587:139671044880128:CIMOperationRequestDispatcher.cpp:5264]: CIMOperationRequestDispatcher::EnumerateInstancesResponseAggregation- Namespace: Class name: <OEM>_StorageProcessorSystem Response Count: 1 1329301217s-511823us: Dispatcher [21587:139671044880128:CIMOperationRequestDispatcher.cpp:5294]: CIMOperationRequestDispatcher::EnumerateInstancesResponseAggregation - Local Only: false Include Qualifiers: false Include Class Origin: false 1329301217s-511860us: Dispatcher [21587:139671044880128:CIMOperationRequestDispatcher.cpp:199]: OperationAggregate::resequenceResponse: Response has error. Namespace: , Class name: OEM_StorageProcessorSystem, Response Sequence: false 1329301217s-511912us: Dispatcher [21587:139671044880128:CIMOperationRequestDispatcher.cpp:236]: OperationAggregate::resequenceResponse: Message is complete. Total responses: 1, total chunks: 1, total errors: 1 1329301217s-511947us: Http [21587:139671044880128:CIMOperationResponseEncoder.cpp:359]: CIMOperationResponseEncoder::handleEnque()- message->getCloseConnect() returned 0 1329301217s-511990us: Http [21587:139671044880128:CIMOperationResponseEncoder.cpp:119]: name = EnumerateInstances 1329301217s-512017us: Http [21587:139671044880128:CIMOperationResponseEncoder.cpp:135]: CIMOperationResponseEncoder::sendResponse()- response->getCloseConnect() returned 0 1329301217s-512206us: Xml [21587:139671044880128] (0): CIM_ERR_FAILED: Unexpected exception 1329301217s-512430us: Http [21587:139671044880128:HTTPConnection.cpp:348]: HTTPConnection::handleEnqueue - HTTP_MESSAGE 1329301217s-512457us: XmlIO [21587:139671044880128:HTTPConnection.cpp:452]: <!-- Response: queue id: 19 --> HTTP/1.1 200 OK -- Regards, Karthik P K