Bug 1807883 - Can't create a VM on firefox due to an "invalid regexp group" error
Summary: Can't create a VM on firefox due to an "invalid regexp group" error
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: Backend.Core
Version: 4.4.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ovirt-4.4.0
: ---
Assignee: Lucia Jelinkova
QA Contact: Daniel
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-27 12:26 UTC by shani
Modified: 2020-05-20 20:01 UTC (History)
5 users (show)

Fixed In Version: ovirt-engine-4.4.0 gitb5b5c99ca2f
Clone Of:
Environment:
Last Closed: 2020-05-20 20:01:26 UTC
oVirt Team: Virt
Embargoed:
pm-rhel: ovirt-4.4+


Attachments (Terms of Use)
Can't create a VM on firefox due to an "invalid regexp group" error (107.87 KB, image/png)
2020-02-27 12:26 UTC, shani
no flags Details


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 107287 0 master MERGED Revert "engine: Disallow VM names ending with period" 2020-04-05 06:43:34 UTC

Description shani 2020-02-27 12:26:41 UTC
Created attachment 1666186 [details]
Can't create a VM on firefox due to an "invalid regexp group" error

Description of problem:
When trying to create a new VM from firefox, there's a UI error:
Uncaught exception: com.google.gwt.event.shared.UmbrellaException: Exception caught: (SyntaxError) : invalid regexp group.

Full log:
2020-02-27 13:15:28,936+02 ERROR [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService] (default task-7) [] Permutation name: A6DF592993D794C4420A3CB962C38C11
2020-02-27 13:15:28,936+02 ERROR [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService] (default task-7) [] Uncaught exception: com.google.gwt.event.shared.UmbrellaException: Exception caught: (SyntaxError) : invalid regexp group
        at java.lang.Throwable.Throwable(Throwable.java:70)
        at java.lang.RuntimeException.RuntimeException(RuntimeException.java:32)
        at com.google.web.bindery.event.shared.UmbrellaException.UmbrellaException(UmbrellaException.java:64)
        at com.google.gwt.event.shared.UmbrellaException.UmbrellaException(UmbrellaException.java:25)
        at com.google.gwt.event.shared.HandlerManager.$fireEvent(HandlerManager.java:117)
        at com.google.gwt.user.client.ui.Widget.$fireEvent(Widget.java:127)
        at com.google.gwt.user.client.ui.Widget.fireEvent(Widget.java:127)
        at com.google.gwt.event.dom.client.DomEvent.fireNativeEvent(DomEvent.java:110)
        at com.google.gwt.user.client.ui.Widget.$onBrowserEvent(Widget.java:163)
        at com.google.gwt.user.client.ui.Widget.onBrowserEvent(Widget.java:163)
        at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1415)
        at com.google.gwt.user.client.impl.DOMImplStandard.dispatchEvent(DOMImplStandard.java:312)
        at com.google.gwt.core.client.impl.Impl.apply(Impl.java:236)
        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:275)
        at Unknown.bv/<(http://sleviim.redhat:8080/ovirt-engine/webadmin/?locale=en_US line 9 > scriptElement)
        at Unknown.anonymous(Unknown)
Caused by: com.google.gwt.core.client.JavaScriptException: (SyntaxError) : invalid regexp group
        at org.ovirt.engine.core.compat.Regex.Regex(Regex.java:45)
        at org.ovirt.engine.core.compat.Regex.isMatch(Regex.java:11)
        at org.ovirt.engine.ui.uicommonweb.validation.RegexValidation.$validate(RegexValidation.java:48)
        at org.ovirt.engine.ui.uicommonweb.validation.RegexValidation.validate(RegexValidation.java:48)
        at org.ovirt.engine.ui.uicommonweb.models.EntityModel.$validateEntity(EntityModel.java:121)
        at org.ovirt.engine.ui.uicommonweb.models.vms.UnitVmModel.$validateNaming(UnitVmModel.java:2981)
        at org.ovirt.engine.ui.uicommonweb.models.vms.UnitVmModel.$validate(UnitVmModel.java:2879)
        at org.ovirt.engine.ui.uicommonweb.models.templates.VmBaseListModel.$validateVm(VmBaseListModel.java:318)
        at org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel.$preSavePhase3(VmListModel.java:1684)
        at org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel.$preSavePhase2(VmListModel.java:1651)
        at org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel.$preSave(VmListModel.java:1617)
        at org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel.$executeCommand(VmListModel.java:2085)
        at org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel.executeCommand(VmListModel.java:2085)
        at org.ovirt.engine.ui.uicommonweb.UICommand.$execute(UICommand.java:163)
        at org.ovirt.engine.ui.common.presenter.AbstractModelBoundPopupPresenterWidget.$lambda$4(AbstractModelBoundPopupPresenterWidget.java:306)
        at org.ovirt.engine.ui.common.presenter.AbstractModelBoundPopupPresenterWidget$lambda$4$Type.onClick(AbstractModelBoundPopupPresenterWidget.java:306)
        at com.google.gwt.event.dom.client.ClickEvent.dispatch(ClickEvent.java:55)
        at com.google.gwt.event.shared.GwtEvent.dispatch(GwtEvent.java:76)
        at com.google.web.bindery.event.shared.SimpleEventBus.$doFire(SimpleEventBus.java:173)
        ... 12 more

Creating VMs on chrome seems to work fine.

Version-Release number of selected component (if applicable):
ovirt-engine 4.4.0_master-f099897ae2c
firefox-73.0-2.fc30.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Try to create a VM on firefox

Actual results:
A UI "invalid regexp group" error

Expected results:
The operation should be succeeded.

Additional info:
Attached screenshot.

Comment 1 Michal Skrivanek 2020-02-28 13:29:35 UTC
caused by https://gerrit.ovirt.org/106845, reverted by https://gerrit.ovirt.org/#/c/107287/

Comment 2 Sandro Bonazzola 2020-03-16 08:59:19 UTC
This bug is in Modified state and targeting 4.4.1. Can we retarget this to 4.4.0 and move to QA?

Comment 3 Daniel 2020-04-05 06:54:57 UTC
Verified via web-admin, tried it on the latest firefox version and it worked as expected.
VM created and no errors were raised both UI & logs.

Firefox version:
74.0.1 (64-bit)

Env' versions:
rhvm-4.4.0-0.29.master.el8ev.noarch
vdsm-jsonrpc-java-1.5.4-1.el8ev.noarch
qemu-kvm-4.2.0-16.module+el8.2.0+6092+4f2391c1.x86_64
libvirt-client-6.0.0-15.module+el8.2.0+6106+b6345808.x86_64

Comment 4 Sandro Bonazzola 2020-05-20 20:01:26 UTC
This bugzilla is included in oVirt 4.4.0 release, published on May 20th 2020.

Since the problem described in this bug report should be
resolved in oVirt 4.4.0 release, it has been closed with a resolution of CURRENT RELEASE.

If the solution does not work for you, please open a new bug report.


Note You need to log in before you can comment on or make changes to this bug.