Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1447785 Details for
Bug 1586007
Exception when reading raw bytes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Log
lldp-labeler.txt (text/plain), 9.80 KB, created by
Ales Musil
on 2018-06-05 09:55:49 UTC
(
hide
)
Description:
Log
Filename:
MIME Type:
Creator:
Ales Musil
Created:
2018-06-05 09:55:49 UTC
Size:
9.80 KB
patch
obsolete
>-- Logs begin at Mon 2018-06-04 10:55:56 IDT, end at Tue 2018-06-05 10:50:05 IDT. -- >Jun 05 08:49:08 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: Started oVirt Link Layer Discovry Protocol labeler service. >Jun 05 08:49:08 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: Starting oVirt Link Layer Discovry Protocol labeler service... >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: Entity: line 80: parser error : PCDATA invalid Char value 1 >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: [26B blob data] >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: ^ >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: detected unhandled Python exception in '/usr/share/ovirt-lldp-labeler/ovirt_lldp_labeler_cli.py' >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: Traceback (most recent call last): >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/share/ovirt-lldp-labeler/ovirt_lldp_labeler_cli.py", line 73, in <module> >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: main(sys.argv[1:]) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/share/ovirt-lldp-labeler/ovirt_lldp_labeler_cli.py", line 34, in main >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: labeler.run_labeler() >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/share/ovirt-lldp-labeler/labeler/labeler.py", line 98, in run_labeler >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: lldps = _get_lldp_for_host(host.id) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/share/ovirt-lldp-labeler/labeler/labeler.py", line 49, in _get_lldp_for_host >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: lldps.update({nic.id: _get_lldp_for_nic(nics_service.nic_service(nic.id))}) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/share/ovirt-lldp-labeler/labeler/labeler.py", line 55, in _get_lldp_for_nic >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: lldp_list = nic_service.link_layer_discovery_protocol_elements_service().list() >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 14567, in list >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: return self._internal_get(headers, query, wait) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 211, in _internal_get >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: return future.wait() if wait else future >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: return self._code(response) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 206, in callback >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: return self._internal_read_body(response) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 319, in _internal_read_body >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: return reader.Reader.read(response.body) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/reader.py", line 331, in read >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: return reader(cursor) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/readers.py", line 8967, in read_many >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: objs.append(LinkLayerDiscoveryProtocolElementReader.read_one(reader)) >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/readers.py", line 8945, in read_one >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: reader.read() >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[9322]: Exception: Can't move to next node >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: ovirt-lldp-labeler.service: main process exited, code=exited, status=1/FAILURE >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: Unit ovirt-lldp-labeler.service entered failed state. >Jun 05 08:49:09 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: ovirt-lldp-labeler.service failed. >Jun 05 09:29:20 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: Started oVirt Link Layer Discovry Protocol labeler service. >Jun 05 09:29:20 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: Starting oVirt Link Layer Discovry Protocol labeler service... >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: Entity: line 80: parser error : PCDATA invalid Char value 1 >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: [26B blob data] >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: ^ >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: detected unhandled Python exception in '/usr/share/ovirt-lldp-labeler/ovirt_lldp_labeler_cli.py' >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: Traceback (most recent call last): >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/share/ovirt-lldp-labeler/ovirt_lldp_labeler_cli.py", line 73, in <module> >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: main(sys.argv[1:]) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/share/ovirt-lldp-labeler/ovirt_lldp_labeler_cli.py", line 34, in main >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: labeler.run_labeler() >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/share/ovirt-lldp-labeler/labeler/labeler.py", line 98, in run_labeler >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: lldps = _get_lldp_for_host(host.id) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/share/ovirt-lldp-labeler/labeler/labeler.py", line 49, in _get_lldp_for_host >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: lldps.update({nic.id: _get_lldp_for_nic(nics_service.nic_service(nic.id))}) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/share/ovirt-lldp-labeler/labeler/labeler.py", line 55, in _get_lldp_for_nic >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: lldp_list = nic_service.link_layer_discovery_protocol_elements_service().list() >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 14567, in list >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: return self._internal_get(headers, query, wait) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 211, in _internal_get >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: return future.wait() if wait else future >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: return self._code(response) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 206, in callback >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: return self._internal_read_body(response) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 319, in _internal_read_body >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: return reader.Reader.read(response.body) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/reader.py", line 331, in read >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: return reader(cursor) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/readers.py", line 8967, in read_many >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: objs.append(LinkLayerDiscoveryProtocolElementReader.read_one(reader)) >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: File "/usr/lib64/python2.7/site-packages/ovirtsdk4/readers.py", line 8945, in read_one >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: reader.read() >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com python[10247]: Exception: Can't move to next node >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: ovirt-lldp-labeler.service: main process exited, code=exited, status=1/FAILURE >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: Unit ovirt-lldp-labeler.service entered failed state. >Jun 05 09:29:21 mburman-4-upgrade-env.scl.lab.tlv.redhat.com systemd[1]: ovirt-lldp-labeler.service failed.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1586007
: 1447785 |
1447787