Home
last modified time | relevance | path

Searched refs:BMCWEB_LOG_ERROR (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp50 BMCWEB_LOG_ERROR("Got sdbus error on match"); in onPropertyUpdate()
58 BMCWEB_LOG_ERROR("Couldn't find dbus connection {}", in onPropertyUpdate()
72 BMCWEB_LOG_ERROR("convertDBusToJSON failed with {}", r); in onPropertyUpdate()
77 BMCWEB_LOG_ERROR("No data in PropertiesChanged signal"); in onPropertyUpdate()
91 BMCWEB_LOG_ERROR("convertDBusToJSON failed with {}", r); in onPropertyUpdate()
97 BMCWEB_LOG_ERROR("No data in InterfacesAdded signal"); in onPropertyUpdate()
102 BMCWEB_LOG_ERROR("No data in InterfacesAdded signal"); in onPropertyUpdate()
110 BMCWEB_LOG_ERROR("No data in InterfacesAdded signal"); in onPropertyUpdate()
158 BMCWEB_LOG_ERROR("Unable to parse json data for monitor"); in requestRoutes()
180 BMCWEB_LOG_ERROR("Unable to find paths in json data"); in requestRoutes()
[all …]
H A Dhostname_monitor.hpp42 BMCWEB_LOG_ERROR("Replace Certificate Fail.."); in installCertificate()
52 BMCWEB_LOG_ERROR("Failed to remove certificate"); in installCertificate()
65 BMCWEB_LOG_ERROR("Got sdbus error on match"); in onPropertyUpdate()
93 BMCWEB_LOG_ERROR("Failed to read cert"); in onPropertyUpdate()
105 BMCWEB_LOG_ERROR("Failed to read NID_commonName"); in onPropertyUpdate()
115 BMCWEB_LOG_ERROR("Failed to get public key"); in onPropertyUpdate()
145 BMCWEB_LOG_ERROR("Failed to generate cert"); in onPropertyUpdate()
H A Dvm_websocket.hpp80 BMCWEB_LOG_ERROR("Failed to terminate nbd-proxy: {}", errno); in doClose()
92 BMCWEB_LOG_ERROR("Couldn't connect to nbd-proxy: {}", ec.message()); in connect()
138 BMCWEB_LOG_ERROR("Error in VM socket write {}", ec); in doWrite()
156 BMCWEB_LOG_ERROR("Couldn't read from VM port: {}", ec); in doRead()
256 BMCWEB_LOG_ERROR("DBus error: cannot call mount method = {}", in afterMount()
270 BMCWEB_LOG_ERROR("UNIX socket: async_accept error = {}", in afterAccept()
327 BMCWEB_LOG_ERROR("UNIX socket: async_read_some error = {}", in afterRead()
369 BMCWEB_LOG_ERROR("UNIX: async_write error = {}", ec.message()); in afterWrite()
387 BMCWEB_LOG_ERROR("Write in progress"); in doWrite()
393 BMCWEB_LOG_ERROR("No data to write to UNIX socket"); in doWrite()
[all …]
H A Ddbus_privileges.hpp47 BMCWEB_LOG_ERROR("Failed to unpack user properties."); in populateUserInfo()
53 BMCWEB_LOG_ERROR( in populateUserInfo()
119 BMCWEB_LOG_ERROR("Failed to populate user information"); in afterGetUserInfoValidate()
128 BMCWEB_LOG_ERROR("Insufficient Privilege"); in afterGetUserInfoValidate()
148 BMCWEB_LOG_ERROR("GetUserInfo failed..."); in requestUserInfo()
191 BMCWEB_LOG_ERROR("Failed to populate user information"); in getUserInfo()
H A Dobmc_console.hpp90 BMCWEB_LOG_ERROR("Error in host serial write {}", in doWrite()
123 BMCWEB_LOG_ERROR("Couldn't read from host serial port: {}", in doRead()
144 BMCWEB_LOG_ERROR( in connect()
200 BMCWEB_LOG_ERROR( in connectConsoleSocket()
211 BMCWEB_LOG_ERROR("Connection was already closed"); in connectConsoleSocket()
218 BMCWEB_LOG_ERROR("Failed to dup the DBUS unixfd error"); in connectConsoleSocket()
241 BMCWEB_LOG_ERROR("Connection was already closed"); in processConsoleObject()
H A Dopenbmc_dbus_rest.hpp113 BMCWEB_LOG_ERROR( in introspectObjects()
130 BMCWEB_LOG_ERROR("XML document failed to parse {} {}", in introspectObjects()
174 BMCWEB_LOG_ERROR( in getPropertiesForEnumerate()
276 BMCWEB_LOG_ERROR( in getManagedObjectsForEnumerate()
344 BMCWEB_LOG_ERROR("GetAncestors on path {} failed with code {}", in findObjectManagerPathForEnumerate()
382 BMCWEB_LOG_ERROR("GetObject for path {} failed with code {}", in getObjectAndEnumerate()
934 BMCWEB_LOG_ERROR("sd_bus_message_read_basic on type {} failed!", in readMessageItem()
953 BMCWEB_LOG_ERROR("wrong number contained types in dictionary: {}", in readDictEntryFromMessage()
962 BMCWEB_LOG_ERROR("sd_bus_message_enter_container with rc {}", r); in readDictEntryFromMessage()
998 BMCWEB_LOG_ERROR("sd_bus_message_exit_container failed"); in readDictEntryFromMessage()
[all …]
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp67 BMCWEB_LOG_ERROR("{}", ec); in asyncPopulatePid()
134 BMCWEB_LOG_ERROR("Pid Name Field illegal"); in asyncPopulatePid()
148 BMCWEB_LOG_ERROR("Pid Profiles Field illegal"); in asyncPopulatePid()
203 BMCWEB_LOG_ERROR("Pid Class Field illegal"); in asyncPopulatePid()
226 BMCWEB_LOG_ERROR("Pid Class Field illegal"); in asyncPopulatePid()
257 BMCWEB_LOG_ERROR("Unexpected configuration"); in asyncPopulatePid()
282 BMCWEB_LOG_ERROR("Field Illegal {}", in asyncPopulatePid()
301 BMCWEB_LOG_ERROR("Field Illegal {}", in asyncPopulatePid()
319 BMCWEB_LOG_ERROR( in asyncPopulatePid()
342 BMCWEB_LOG_ERROR("Field Illegal {}", in asyncPopulatePid()
[all …]
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp81 BMCWEB_LOG_ERROR("Error occurred during X509_STORE_new call"); in validateCertificate()
89 BMCWEB_LOG_ERROR("Error occurred during X509_STORE_CTX_new call"); in validateCertificate()
97 BMCWEB_LOG_ERROR("Error occurred during X509_STORE_CTX_init call"); in validateCertificate()
122 BMCWEB_LOG_ERROR("Certificate verification failed. Reason: {}", in validateCertificate()
127 BMCWEB_LOG_ERROR( in validateCertificate()
152 BMCWEB_LOG_ERROR("Failed to read file"); in verifyOpensslKeyCert()
167 BMCWEB_LOG_ERROR("Unable to allocate pkeyCtx {}", ERR_get_error()); in verifyOpensslKeyCert()
175 BMCWEB_LOG_ERROR("Key not valid error number {}", ERR_get_error()); in verifyOpensslKeyCert()
187 BMCWEB_LOG_ERROR("error getting x509 cert {}", ERR_get_error()); in verifyOpensslKeyCert()
211 BMCWEB_LOG_ERROR("Error occurred during BIO_new_file call, FILE= {}", in loadCert()
[all …]
/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp40 BMCWEB_LOG_ERROR(" Redfish log file open failed "); in cacheRedfishLogFile()
55 BMCWEB_LOG_ERROR(" Redfish log file open failed"); in readEventLogsFromFile()
120 BMCWEB_LOG_ERROR("Callback Error: {}", ec.message()); in onINotify()
167 BMCWEB_LOG_ERROR("inotify_add_watch failed for " in onINotify()
213 BMCWEB_LOG_ERROR("inotify_init1 failed."); in FilesystemLogWatcher()
220 BMCWEB_LOG_ERROR("Failed to assign fd {}", ec.message()); in FilesystemLogWatcher()
231 BMCWEB_LOG_ERROR("inotify_add_watch failed for event log directory."); in FilesystemLogWatcher()
240 BMCWEB_LOG_ERROR("inotify_add_watch failed for redfish log file."); in FilesystemLogWatcher()
H A Dfilter_expr_executor.cpp85 BMCWEB_LOG_ERROR( in DateTimeString()
138 BMCWEB_LOG_ERROR("Key {} doesn't exist in output, cannot filter", in operator ()()
165 BMCWEB_LOG_ERROR( in operator ()()
203 BMCWEB_LOG_ERROR("Refusing to do comparision of non finite numbers"); in doDoubleComparison()
225 BMCWEB_LOG_ERROR("Got x.token that should never happen {}", in doDoubleComparison()
249 BMCWEB_LOG_ERROR("Got comparator that should never happen {}", in doIntComparison()
274 BMCWEB_LOG_ERROR( in doStringComparison()
354 BMCWEB_LOG_ERROR( in operator ()()
408 BMCWEB_LOG_ERROR("Requested filter wasn't an object????"); in applyFilterToCollection()
414 BMCWEB_LOG_ERROR("Collection didn't have members?"); in applyFilterToCollection()
[all …]
H A Ddbus_log_watcher.cpp33 BMCWEB_LOG_ERROR( in eventLogObjectFromDBus()
66 BMCWEB_LOG_ERROR("Could not parse event log entry from dbus"); in dbusEventLogMatchHandlerSingleEntry()
113 BMCWEB_LOG_ERROR("TelemetryMonitor Signal error"); in getReadingsForReport()
121 BMCWEB_LOG_ERROR("Failed to get Id from path"); in getReadingsForReport()
/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp25 BMCWEB_LOG_ERROR("Can't open gz file: {}", filename); in gzGetLines()
53 BMCWEB_LOG_ERROR( in printErrorMessage()
78 BMCWEB_LOG_ERROR("Error occurs during parsing host log."); in readFile()
121 BMCWEB_LOG_ERROR( in hostLogEntryParser()
152 BMCWEB_LOG_ERROR( in hostLogEntryParser()
195 BMCWEB_LOG_ERROR( in hostLogEntryParser()
H A Dredfish_aggregator.hpp98 BMCWEB_LOG_ERROR("Failed to get target URI from {}", uri); in searchCollectionsArray()
335 BMCWEB_LOG_ERROR("Field wasn't an array_t????"); in addPrefixToHeadersInResp()
429 BMCWEB_LOG_ERROR("Something went wrong while querying dbus!"); in constructorCallback()
455 BMCWEB_LOG_ERROR( in findSatelliteConfigs()
488 BMCWEB_LOG_ERROR("Invalid Hostname value"); in addSatelliteConfig()
499 BMCWEB_LOG_ERROR("Invalid Port value"); in addSatelliteConfig()
505 BMCWEB_LOG_ERROR("Port value out of range"); in addSatelliteConfig()
517 BMCWEB_LOG_ERROR("Invalid AuthType value"); in addSatelliteConfig()
525 BMCWEB_LOG_ERROR( in addSatelliteConfig()
537 BMCWEB_LOG_ERROR("Satellite config {} missing Host", name); in addSatelliteConfig()
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp465 BMCWEB_LOG_ERROR("Credentials too long to handle"); in doMountVmLegacy()
482 BMCWEB_LOG_ERROR("Failed to pass secret: {}", ec); in doMountVmLegacy()
499 BMCWEB_LOG_ERROR("Bad D-Bus request error: {}", ec); in doMountVmLegacy()
505 BMCWEB_LOG_ERROR("Service responded with error"); in doMountVmLegacy()
526 BMCWEB_LOG_ERROR("Request action parameter Image is empty."); in validateParams()
536 BMCWEB_LOG_ERROR( in validateParams()
549 BMCWEB_LOG_ERROR("Request action optional parameter " in validateParams()
575 BMCWEB_LOG_ERROR("Request action parameter ImageUrl must " in validateParams()
588 BMCWEB_LOG_ERROR("Request action parameter TransferProtocolType " in validateParams()
601 BMCWEB_LOG_ERROR("Request action parameter ImageUrl must " in validateParams()
[all …]
H A Dpcie_slots.hpp46 BMCWEB_LOG_ERROR("Can't get PCIeSlot properties!"); in onPcieSlotGetAllDone()
57 BMCWEB_LOG_ERROR("Slots key isn't an array???"); in onPcieSlotGetAllDone()
116 BMCWEB_LOG_ERROR("Unknown PCIe Slot Type: {}", *slotType); in onPcieSlotGetAllDone()
145 BMCWEB_LOG_ERROR("DBUS response error"); in onMapperAssociationDone()
152 BMCWEB_LOG_ERROR("PCIe Slot association error! "); in onMapperAssociationDone()
181 BMCWEB_LOG_ERROR("D-Bus response error on GetSubTree {}", ec); in onMapperSubtreeDone()
H A Dpcie.hpp78 BMCWEB_LOG_ERROR("DBUS response error {}", ec); in handlePCIeDevicePath()
105 BMCWEB_LOG_ERROR("D-Bus response error on GetSubTree {}", ec); in getValidPCIeDevicePath()
169 BMCWEB_LOG_ERROR("DBUS response error for getAllProperties{}", in addPCIeSlotProperties()
198 BMCWEB_LOG_ERROR("Invalid PCIeType: {}", generation); in addPCIeSlotProperties()
220 BMCWEB_LOG_ERROR("Invalid PCIeSlot type: {}", slotType); in addPCIeSlotProperties()
247 BMCWEB_LOG_ERROR( in getPCIeDeviceSlotPath()
255 BMCWEB_LOG_ERROR( in getPCIeDeviceSlotPath()
279 BMCWEB_LOG_ERROR("DBUS response error for getDbusObject {}", in afterGetDbusObject()
319 BMCWEB_LOG_ERROR("DBUS response error for Health {}", in getPCIeDeviceHealth()
346 BMCWEB_LOG_ERROR("DBUS response error for State"); in getPCIeDeviceState()
[all …]
H A Dcertificate_service.hpp111 BMCWEB_LOG_ERROR("Required parameters are missing"); in getCertificateFromReqBody()
167 BMCWEB_LOG_ERROR("Failed to remove temp directory{}", in ~CertificateFile()
269 BMCWEB_LOG_ERROR("Certificate collection query failed: {}", ec); in getCertificateList()
282 BMCWEB_LOG_ERROR("Invalid certificate objPath {}", in getCertificateList()
346 BMCWEB_LOG_ERROR("DBUS response error: {}", ec); in getCertificateProperties()
546 BMCWEB_LOG_ERROR("Required parameters are missing"); in handleReplaceCertificateAction()
619 BMCWEB_LOG_ERROR("DBUS response error: {}", ec); in handleReplaceCertificateAction()
664 BMCWEB_LOG_ERROR("DBUS response error: {}", ec); in getCSR()
670 BMCWEB_LOG_ERROR("CSR read is empty"); in getCSR()
861 BMCWEB_LOG_ERROR("Async_wait failed {}", ec); in handleGenerateCSRAction()
[all …]
H A Dupdate_service.hpp114 BMCWEB_LOG_ERROR("Failed to seek to beginning of image memfd"); in rewind()
303 BMCWEB_LOG_ERROR("Invalid Object Size {}", in softwareInterfaceAdded()
340 BMCWEB_LOG_ERROR("Timed out waiting for firmware object being created"); in afterAvailbleTimerAsyncWait()
341 BMCWEB_LOG_ERROR("FW image may has already been uploaded to server"); in afterAvailbleTimerAsyncWait()
344 BMCWEB_LOG_ERROR("Async_wait failed{}", ec); in afterAvailbleTimerAsyncWait()
398 BMCWEB_LOG_ERROR("Software Image Error type={}", type); in handleUpdateErrorType()
519 BMCWEB_LOG_ERROR("Request incorrect protocol parameter: {}", in parseSimpleUpdateUrl()
733 BMCWEB_LOG_ERROR("Couldn't find Content-Disposition"); in extractMultipartUpdateParameters()
812 BMCWEB_LOG_ERROR("Upload data is NULL"); in extractMultipartUpdateParameters()
831 BMCWEB_LOG_ERROR("error_cod in handleStartUpdate()
[all...]
H A Dpower_supply.hpp76 BMCWEB_LOG_ERROR("DBUS response error{}", ec.value()); in doPowerSupplyCollection()
172 BMCWEB_LOG_ERROR("DBUS response error{}", ec.value()); in afterGetValidPowerSupplyPath()
224 BMCWEB_LOG_ERROR("DBUS response error for State {}", in getPowerSupplyState()
251 BMCWEB_LOG_ERROR("DBUS response error for Health {}", in getPowerSupplyHealth()
278 BMCWEB_LOG_ERROR("DBUS response error for Asset {}", in getPowerSupplyAsset()
349 BMCWEB_LOG_ERROR( in getPowerSupplyFirmwareVersion()
373 BMCWEB_LOG_ERROR("DBUS response error for Location {}", in getPowerSupplyLocation()
392 BMCWEB_LOG_ERROR("DBUS response error for DeratingFactor {}", in handleGetEfficiencyResponse()
421 BMCWEB_LOG_ERROR("DBUS response error for EfficiencyPercent {}", in handlePowerSupplyAttributesSubTreeResponse()
436 BMCWEB_LOG_ERROR( in handlePowerSupplyAttributesSubTreeResponse()
H A Dredfish_util.hpp77 BMCWEB_LOG_ERROR("{}", ec); in getMainChassisId()
113 BMCWEB_LOG_ERROR("{}", ec); in getPortStatusAndPath()
221 BMCWEB_LOG_ERROR("{}", ec); in getPortNumber()
233 BMCWEB_LOG_ERROR("{}", ec1); in getPortNumber()
255 BMCWEB_LOG_ERROR("{}", ec3); in getPortNumber()
/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp82 BMCWEB_LOG_ERROR("send_server_connection_header failed"); in start()
94 BMCWEB_LOG_ERROR("Failed to load upgrade header"); in startFromSettings()
102 BMCWEB_LOG_ERROR("send_server_connection_header failed"); in startFromSettings()
119 BMCWEB_LOG_ERROR("Fatal error: {}", nghttp2_strerror(rv)); in sendServerConnectionHeader()
154 BMCWEB_LOG_ERROR("Empty file, setting EOF"); in fileReadCallback()
172 BMCWEB_LOG_ERROR( in fileReadCallback()
233 BMCWEB_LOG_ERROR("Fatal error: {}", nghttp2_strerror(rv)); in sendResponse()
331 BMCWEB_LOG_ERROR("Unknown stream{}", streamId); in onDataChunkRecvCallback()
454 BMCWEB_LOG_ERROR("Unknown stream{}", frame.hd.stream_id); in onHeaderCallback()
471 BMCWEB_LOG_ERROR("Unknown http verb {}", valueSv); in onHeaderCallback()
[all …]
H A Dhttp_client.hpp188 BMCWEB_LOG_ERROR("Resolve failed: {} {}", ec.message(), host); in afterResolve()
221 BMCWEB_LOG_ERROR("Connect {}:{}, id: {} failed: {}", in afterConnect()
268 BMCWEB_LOG_ERROR("SSL Handshake failed - id: {} error: {}", connId, in afterSslHandshake()
316 BMCWEB_LOG_ERROR("sendMessage() failed: {} {}", ec.message(), host); in afterWrite()
369 BMCWEB_LOG_ERROR("recvMessage() failed: {} from {}", ec.message(), in afterRead()
401 BMCWEB_LOG_ERROR( in afterRead()
436 BMCWEB_LOG_ERROR("async_wait failed: {}", ec.message()); in onTimeout()
453 BMCWEB_LOG_ERROR("Maximum number of retries reached. {}", host); in waitAndRetry()
498 BMCWEB_LOG_ERROR("async_wait failed: {}", ec.message()); in onTimerDone()
524 BMCWEB_LOG_ERROR("{}, id: {} shutdown failed: {}", host, connId, in shutdownConn()
[all …]
H A Dwebsocket_impl.hpp95 BMCWEB_LOG_ERROR("Websocket CSRF error"); in start()
154 BMCWEB_LOG_ERROR("Connection went away"); in sendEx()
164 BMCWEB_LOG_ERROR("Error in ws.async_write {}", in sendEx()
190 BMCWEB_LOG_ERROR("Error closing websocket {}", ec); in close()
208 BMCWEB_LOG_ERROR("Error in ws.async_accept {}", ec); in acceptDone()
254 BMCWEB_LOG_ERROR("doRead error {}", ec); in doRead()
296 BMCWEB_LOG_ERROR("Error in ws.async_write {}", ec); in doWrite()
H A Dserver_sent_event_impl.hpp96 BMCWEB_LOG_ERROR("Error sending header{}", ec); in sendSSEHeaderCallback()
125 BMCWEB_LOG_ERROR("Read error: {}", ec); in afterReadError()
161 BMCWEB_LOG_ERROR("async_write_some() SSE stream closed"); in doWriteCallback()
168 BMCWEB_LOG_ERROR("async_write_some() failed: {}", ec.message()); in doWriteCallback()
196 BMCWEB_LOG_ERROR("SSE Buffer overflow while waiting for client"); in dataFormat()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp76 BMCWEB_LOG_ERROR("No valid software path"); in getFunctionalSoftwarePath()
91 BMCWEB_LOG_ERROR("error_code = {}", ec); in afterGetProperties()
92 BMCWEB_LOG_ERROR("error msg = {}", ec.message()); in afterGetProperties()
178 BMCWEB_LOG_ERROR("error_code = {}", ec); in afterGetSubtree()
179 BMCWEB_LOG_ERROR("error msg = {}", ec.message()); in afterGetSubtree()
196 BMCWEB_LOG_ERROR("Invalid software ID"); in afterGetSubtree()
247 BMCWEB_LOG_ERROR("Zero functional software in system"); in afterAssociatedEndpoints()
303 BMCWEB_LOG_ERROR("Invalid software type"); in populateSoftwareInformation()

1234