Error Java SDK Issue??
by Geschwentner, Patrick
Dear Ladies and Gentlemen!
I am currently working with the java-sdk and I encountered a problem.
If I would like to retrieve the disk details, I get the following error:
Disk currDisk = ovirtConnection.followLink(diskAttachment.disk());
The Error is occurring in this line:
[cid:image001.png@01D44537.AF127FD0]
The getResponst looks quiet ok. (I inspected: [cid:image002.png@01D44537.AF127FD0] and it looks ok).
Error:
wrong number of arguments
The code is quiet similar to what you published on github (https://github.com/oVirt/ovirt-engine-sdk-java/blob/master/sdk/src/test/j... ).
Can you confirm the defect?
Best regards
Patrick
3 years, 7 months
propose Ravi Nori as a frontend maintainer for ovirt-engine infra
by Greg Sheremeta
Hi all,
I'd like to propose Ravi Nori as a frontend maintainer for ovirt-engine
infra team. While the infra team typically hasn't had a frontend
maintainer, Ravi has strong knowledge of all of the frontend infra pieces,
including everything related to SSO, welcome page, and GWT in admin portal.
Best wishes,
Greg
--
GREG SHEREMETA
SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
Red Hat NA
<https://www.redhat.com/>
gshereme(a)redhat.com IRC: gshereme
<https://red.ht/sig>
5 years, 9 months
query on running OST
by Pooja Pandey
Hello Team,
Could you please help me in answering a query about OST run.I am trying to
run on a virtual machine and it is failing with an error that libvirtError:
unsupported configuration: Domain requires KVM, but it is not available.
Is it necessary to run this Ovirt System Test on a hypervisor only?Please
reply on this so that I can proceed further.Thanks....
Regards,
Pooja
--
DISCLAIMER - *MSysTechnologies LLC*
This email message, contents and
its attachments may contain confidential, proprietary or legally privileged
information and is intended solely for the use of the individual or entity
to whom it is actually intended. If you have erroneously received this
message, please permanently delete it immediately and notify the sender. If
you are not the intended recipient of the email message,you are notified
strictly not to disseminate,distribute or copy this e-mail.E-mail
transmission cannot be guaranteed to be secure or error-free as Information
could be intercepted, corrupted, lost, destroyed, incomplete or contain
viruses and MSysTechnologies LLC accepts no liability for the contents and
integrity of this mail or for any damage caused by the limitations of the
e-mail transmission.
5 years, 10 months
SSO with lightdm
by jeremiah52@naver.com
I knows there are the GDM plugin and KDM plugin of ovirt-guest-agent that makes SSO in linux is possible.
I want to make SSO with lightdm is possble. To add lightdm plugin to ovirt-guest-agent is enough? or something more is needed?
I don't know how to develop SSO with lightdm.
5 years, 10 months
Failed to add host to oVirt
by Eyal Shenitzky
Hey,
I am failing to add a host to oVirt due to the following error:
2018-12-23 11:15:29,482+0200 ERROR otopi.context context._executeMethod:152
Failed to execute stage 'Environment customization': Cannot find a valid
baseurl for repo: ovirt
-master-centos-gluster5/7Server/x86_64
Does someone encounter this issue?
--
Regards,
Eyal Shenitzky
5 years, 10 months
[VDSM] Tests fail because of network timeout
by Nir Soffer
First time I see this error. The issue seems to be network read timeout
when creating virtual env
in tox test.
If you see this error in your builds, please report.
storage-py27 create:
/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/.tox/storage-py27
ERROR: invocation failed (exit code 1), logfile:
/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/.tox/storage-py27/log/storage-py27-0.log
ERROR: actionid: storage-py27
msg: getenv
cmdargs: ['/usr/bin/python2', '-m', 'virtualenv',
'--system-site-packages', '--python', '/usr/bin/python2.7',
'storage-py27']
New python executable in
/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/.tox/storage-py27/bin/python2.7
Also creating executable in
/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/.tox/storage-py27/bin/python
Installing setuptools, pip, wheel...
Complete output from command
/home/jenkins/worksp...e-py27/bin/python2.7 - setuptools pip wheel:
The directory
'/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/.cache/pip/http'
or its parent directory is not owned by the current user and the cache
has been disabled. Please check the permissions and owner of that
directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/.cache/pip'
or its parent directory is not owned by the current user and caching
wheels has been disabled. check the permissions and owner of that
directory. If executing pip with sudo, you may want sudo's -H flag.
Looking in links: /usr/lib/python2.7/site-packages,
/usr/lib/python2.7/site-packages/virtualenv_support
Collecting setuptools
Downloading https://files.pythonhosted.org/packages/37/06/754589caf971b0d2d48f151c258...
(573kB)
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/cli/base_command.py",
line 143, in main
status = self.run(options, args)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/commands/install.py",
line 318, in run
resolver.resolve(requirement_set)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/resolve.py",
line 102, in resolve
self._resolve_one(requirement_set, req)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/resolve.py",
line 256, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/resolve.py",
line 209, in _get_abstract_dist_for
self.require_hashes
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/operations/prepare.py",
line 283, in prepare_linked_requirement
progress_bar=self.progress_bar
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/download.py",
line 836, in unpack_url
progress_bar=progress_bar
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/download.py",
line 673, in unpack_http_url
progress_bar)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/download.py",
line 897, in _download_http_url
_download_url(resp, link, content_file, hashes, progress_bar)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/download.py",
line 617, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/utils/hashes.py",
line 48, in check_against_chunks
for chunk in chunks:
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/download.py",
line 585, in written_chunks
for chunk in chunks:
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/utils/ui.py",
line 159, in iter
for x in it:
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_internal/download.py",
line 574, in resp_read
decode_content=False):
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_vendor/urllib3/response.py",
line 465, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_vendor/urllib3/response.py",
line 430, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "/usr/lib64/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/usr/lib/python2.7/site-packages/virtualenv_support/pip-18.1-py2.py3-none-any.whl/pip/_vendor/urllib3/response.py",
line 345, in _error_catcher
raise ReadTimeoutError(self._pool, None, 'Read timed out.')
ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org',
port=443): Read timed out.
----------------------------------------
...Installing setuptools, pip, wheel...done.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/virtualenv.py", line 2462, in <module>
main()
File "/usr/lib/python2.7/site-packages/virtualenv.py", line 762, in main
symlink=options.symlink,
File "/usr/lib/python2.7/site-packages/virtualenv.py", line 1015, in
create_environment
install_wheel(to_install, py_executable, search_dirs, download=download)
File "/usr/lib/python2.7/site-packages/virtualenv.py", line 968, in
install_wheel
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
File "/usr/lib/python2.7/site-packages/virtualenv.py", line 854, in
call_subprocess
raise OSError("Command {} failed with error code
{}".format(cmd_desc, proc.returncode))
OSError: Command /home/jenkins/worksp...e-py27/bin/python2.7 -
setuptools pip wheel failed with error code 2
Running virtualenv with interpreter /usr/bin/python2.7
ERROR: Error creating virtualenv. Note that some special characters
(e.g. ':' and unicode symbols) in paths are not supported by
virtualenv. Error details: InvocationError('/usr/bin/python2 -m
virtualenv --system-site-packages --python /usr/bin/python2.7
storage-py27 (see
/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/.tox/storage-py27/log/storage-py27-0.log)',
1)
Build:
https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
5 years, 11 months