Gianluca,
Please share engine log as well.
Thanks,
Piotr
On Wed, Oct 12, 2016 at 12:33 AM, Gianluca Cecchi <gianluca.cecchi(a)gmail.com
Il 09/Ott/2016 09:51, "Oved Ourfali"
<oourfali(a)redhat.com> ha scritto:
>
> Fixed in "Bug 1371515 - Exception on GetUserProfileQuery (unknown cause)
: "The column name user_portal_vm_auto_login was not found in this
ResultSet".
> Please upgrade to latest 4.0.
>
Hello, updated to 4.0.4, I don't see the message about resultSet. But I
continue to see the SSL errors, it doesn't change much.
All seems running: 3 VMs included the Hosted Engine.
Here the vdsm.log in gzip format:
https://drive.google.com/file/d/0BwoPbcrMv8mvdDFFOEhTQ3o1ZXM/
view?usp=sharing
[root@ovirt01 vdsm]# systemctl status vdsmd
● vdsmd.service - Virtual Desktop Server Manager
Loaded: loaded (/etc/systemd/system/vdsmd.service; enabled; vendor
preset: enabled)
Active: active (running) since Tue 2016-10-11 23:59:02 CEST; 17min ago
Process: 19335 ExecStopPost=/usr/libexec/vdsm/vdsmd_init_common.sh
--post-stop (code=exited, status=0/SUCCESS)
Process: 19338 ExecStartPre=/usr/libexec/vdsm/vdsmd_init_common.sh
--pre-start (code=exited, status=0/SUCCESS)
Main PID: 19421 (vdsm)
CGroup: /system.slice/vdsmd.service
├─19421 /usr/bin/python /usr/share/vdsm/vdsm
├─19539 /usr/libexec/ioprocess --read-pipe-fd 69
--write-pipe-fd 67 --max-threads 10 --max-queued-requests 10
├─19599 /usr/libexec/ioprocess --read-pipe-fd 98
--write-pipe-fd 97 --max-threads 10 --max-queued-requests 10
├─19621 /usr/libexec/ioprocess --read-pipe-fd 109
--write-pipe-fd 108 --max-threads 10 --max-queued-requests 10
├─23421 /usr/libexec/ioprocess --read-pipe-fd 44
--write-pipe-fd 43 --max-threads 10 --max-queued-requests 10
├─23432 /usr/libexec/ioprocess --read-pipe-fd 52
--write-pipe-fd 51 --max-threads 10 --max-queued-requests 10
├─23440 /usr/libexec/ioprocess --read-pipe-fd 59
--write-pipe-fd 57 --max-threads 10 --max-queued-requests 10
├─23448 /usr/libexec/ioprocess --read-pipe-fd 71
--write-pipe-fd 69 --max-threads 10 --max-queued-requests 10
├─23457 /usr/libexec/ioprocess --read-pipe-fd 85
--write-pipe-fd 83 --max-threads 10 --max-queued-requests 10
└─23629 /usr/libexec/ioprocess --read-pipe-fd 117
--write-pipe-fd 116 --max-threads 10 --max-queued-requests 10
Oct 12 00:15:44 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:15:46 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:15:49 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:15:51 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:16:03 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:16:07 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:16:07 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:16:10 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:16:12 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
Oct 12 00:16:14 ovirt01.mydomain vdsm[19421]: vdsm vds.dispatcher ERROR
SSL error during reading data: unexpected eof
It seems that the "unexpected eof" errors I see in vdsm.log are always
after an RPC call that apparently completes ok, such as
jsonrpc.Executor/1::INFO::2016-10-12 00:16:38,513::__init__::513::
jsonrpc.JsonRpcServer::(_serveRequest) RPC call Host.getHardwareInfo
succeeded in 0.00 seconds
JsonRpc (StompReactor)::ERROR::2016-10-12
00:16:38,514::betterAsyncore::113::vds.dispatcher::(recv)
SSL error during reading data: unexpected eof
Reactor thread::INFO::2016-10-12 00:16:38,734::protocoldetector::72::
ProtocolDetector.AcceptorImpl::(handle_accept) Accepting connection from
127.0.0.1:59686
or
jsonrpc.Executor/7::INFO::2016-10-12 00:16:36,277::__init__::513::
jsonrpc.JsonRpcServer::(_serveRequest) RPC call Volume.getInfo succeeded
in 0.00 seconds
JsonRpc (StompReactor)::ERROR::2016-10-12
00:16:36,283::betterAsyncore::113::vds.dispatcher::(recv)
SSL error during reading data: unexpected eof
Reactor thread::INFO::2016-10-12 00:16:36,298::protocoldetector::72::
ProtocolDetector.AcceptorImpl::(handle_accept) Accepting connection from
127.0.0.1:59676
Thanks,
Gianluca