[Engine-devel] 401 Authorization Error

2014-02-17 Thread Vikas Kokare
I am using oVirt Java SDK 3.4.2 to connect to RHEV-M environment. The code being used is org.ovirt.engine.sdk.Api api = new Api(https://HOST:PORT/api,USER,PASSWORD;, true); The response from the server to this call is *oVirt API error htmlheadtitleJBoss Web/7.2.2.Final-redhat-1 - JBWEB64:

Re: [Engine-devel] 401 Authorization Error

2014-02-17 Thread Sahina Bose
On 02/17/2014 05:09 PM, Vikas Kokare wrote: I am using oVirt Java SDK 3.4.2 to connect to RHEV-M environment. The code being used is org.ovirt.engine.sdk.Api api = new Api(https://HOST:PORT/api,USER,PASSWORD;, true); Have you tried user@domain for the user parameter? The response from