[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2019-01-05 Thread Leo David
Hi, For the moment, you can go to host properties and hit "setup host network" from there. It should work. I will report the bug though, as per Greg's advice. Cheers, Leo On Sat, Jan 5, 2019, 06:58 I am having the same problem with oVirt 4.2.7.1 . Same error when > clicking on Unattached

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2019-01-04 Thread wubrown
I am having the same problem with oVirt 4.2.7.1 . Same error when clicking on Unattached under Hosts for a new Network: "Uncaught exception occurred. Please try reloading the page. Details: (TypeError) : Cannot read property 'N' of null Please have your administrator check the UI logs" Is

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2019-01-04 Thread Greg Sheremeta
Hi Leo, Please open a new bug for this and someone will take a look. https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine team = UX Best wishes, Greg On Wed, Dec 26, 2018, 9:54 AM Leo David Thank you Eitan, > Anybody, any ideea if is any work in progress for fixing this UI issue, or

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-26 Thread Alex McWhirter
I don't hit this bug, but even when you click "unattached" you still have to assign the networks to each host individually. Most people use network labels for this as you can assign them with one action. On 2018-12-26 09:54, Leo David wrote: > Thank you Eitan, > Anybody, any ideea if is any

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-26 Thread Leo David
Thank you Eitan, Anybody, any ideea if is any work in progress for fixing this UI issue, or has been already fixed ? Happy Holidays to everyone ! On Mon, Dec 17, 2018, 20:47 Eitan Raviv You can use the REST API [1] via any REST client or the > python-ovirt-engine-sdk4 [2] to manually or

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-17 Thread Eitan Raviv
You can use the REST API [1] via any REST client or the python-ovirt-engine-sdk4 [2] to manually or programmaticaly perform any task that can be done via the webadmin UI. About the UI malfunction I don't have enough information to reply. I will need to have to try to reproduce it. You can open a

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-17 Thread Leo David
Hello Everyone, Any updates on this fix ? Also, is thee any other way that I can attach hosts to gluster network other than from within engine UI ? I'm just standing with a ready installed 6 nodes cluster, and I would rather prefer to not start using gluster by passing traffic through default

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-16 Thread Eitan Raviv
The flow that invokes the NPE as described is: "click on Networks->gluster-Hosts- Unattached, i get the following error:" This does not invoke 'network update spinner' related code. On Fri, Dec 14, 2018 at 3:05 PM Greg Sheremeta wrote: > Ales, could this be related to >

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-14 Thread Greg Sheremeta
Ales, could this be related to https://bugzilla.redhat.com/show_bug.cgi?id=1655375 ? Or, Eitan, is it related to the new network updating spinner? code in question: @Override public SafeHtml getValue(PairQueryable object) { ImageResource imageResource =

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-13 Thread Leo David
Hi, No errors in the engine logs, only some info's... 2018-12-13 17:40:44,775Z INFO [org.ovirt.engine.core.bll.aaa.CreateUserSessionCommand] (default task-9) [45bb68a9] Running command: CreateUserSessionCommand internal: false. 2018-12-13 17:40:44,794Z INFO

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-13 Thread Gobinda Das
Hi Leo, Is there any error in engine? Can you please share engine log as well? On Thu, Dec 13, 2018 at 9:01 PM Leo David wrote: > Thank you very much Eitan ! > So on a fresh installation, browser cache cleared, tried different > browsers, i still have that error, and the following error in

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-13 Thread Leo David
Thank you very much Eitan ! So on a fresh installation, browser cache cleared, tried different browsers, i still have that error, and the following error in ui.log: - 2018-12-13 15:21:34,625Z ERROR [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService] (default task-2) []

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-11 Thread Eitan Raviv
Can you clear the browser cache and try again? Can you share the contents of /var/log/ovirt-engine/ui.log? On Tue, Dec 11, 2018 at 2:54 PM Leo David wrote: > Hello, > Any thoughts on these ? Any ideea on how could I fix that bug ? > Thank you ! > > On Fri, Dec 7, 2018, 15:06 Leo David >> Hi

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-11 Thread Leo David
Hello, Any thoughts on these ? Any ideea on how could I fix that bug ? Thank you ! On Fri, Dec 7, 2018, 15:06 Leo David Hi Everyone, > Using self hosted-engine 4.2.7.5-1.el7 running on ovirt-node 4.2.7, i am > trying to attache hosts to a newlly created network for gluster/migration > traffic.