Re: [ovirt-devel] GUI error on master: Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError)

2017-04-03 Thread Nadav Goldin
Sent a patch[1], installed ovirt-engine-webadmin-portal-debuginfo
manually and the same error appears in the ui.log:



2017-04-03 12:51:49,285-04 ERROR
[org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
(default task-7) [] Permutation name: C3D24A23286F7C8A99A2E725E808C153
2017-04-03 12:51:49,286-04 ERROR
[org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
(default task-7) [] Uncaught exception:
com.google.gwt.core.client.JavaScriptException: (TypeError) : a.i is
undefined
at 
org.ovirt.engine.ui.uicommonweb.models.SystemTreeModel.$executed(SystemTreeModel.java:415)
at 
org.ovirt.engine.ui.uicommonweb.models.SystemTreeModel.executed(SystemTreeModel.java:415)
at org.ovirt.engine.ui.frontend.Frontend$3.$onSuccess(Frontend.java:328)
[frontend.jar:]
at org.ovirt.engine.ui.frontend.Frontend$3.onSuccess(Frontend.java:328)
[frontend.jar:]
at 
org.ovirt.engine.ui.frontend.communication.OperationProcessor$3.$onSuccess(OperationProcessor.java:176)
[frontend.jar:]
at 
org.ovirt.engine.ui.frontend.communication.OperationProcessor$3.onSuccess(OperationProcessor.java:176)
[frontend.jar:]
at 
org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider$5$1.$onSuccess(GWTRPCCommunicationProvider.java:269)
[frontend.jar:]
at 
org.ovirt.engine.ui.frontend.communication.GWTRPCCommunicationProvider$5$1.onSuccess(GWTRPCCommunicationProvider.java:269)
[frontend.jar:]
at 
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:198)
[gwt-servlet.jar:]
at 
com.google.gwt.http.client.Request.$fireOnResponseReceived(Request.java:233)
[gwt-servlet.jar:]
at 
com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:409)
[gwt-servlet.jar:]
at 
Unknown.onreadystatechange<(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java:236)
[gwt-servlet.jar:]
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:275)
[gwt-servlet.jar:]
at Unknown.Du/<(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US)
at Unknown.anonymous(Unknown)


[1] https://gerrit.ovirt.org/#/c/75062/1

On Mon, Apr 3, 2017 at 4:12 PM, Roy Golan  wrote:
>
>
> On Mon, Apr 3, 2017 at 4:09 PM Nadav Goldin  wrote:
>>
>> Right. Missed that exclude, thanks.
>> I'll send a patch to include it from tested - all *debuginfo* packages
>> look like just a few MBs.
>>
>
> +Guy Chen
>
>>
>>
>> On Mon, Apr 3, 2017 at 3:55 PM, Greg Sheremeta 
>> wrote:
>> > Hmm, I think *-debuginfo is explicitly excluded now.
>> >
>> > https://gerrit.ovirt.org/#/c/73497/8/common/yum-repos/ovirt-master.repo
>> >
>> > [ovirt-master-tested-el7]
>> > name=oVirt Master Latest Tested
>> > baseurl=http://resources.ovirt.org/repos/ovirt/tested/master/rpm/el7/
>> > enabled=1
>> > gpgcheck=0
>> > max_connections=10
>> > exclude =  *-debuginfo
>> >
>> > [ovirt-master-snapshot-static-el7]
>> > name=oVirt Master Nightly Statics
>> >
>> > baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/el7/
>> > exclude= *-debuginfo
>> >
>> >
>> > Could that be the problem?
>> >
>> > On Sun, Apr 2, 2017 at 1:38 PM, Nadav Goldin  wrote:
>> >>
>> >> > Any chance you can install them and retry?
>> >> > sudo yum install ovirt-engine-webadmin-portal-debuginfo
>> >>
>> >> Surprisingly OST didn't pull it. I see it is listed in the reposync
>> >> config under the 'ovirt-master-snapshot-static', but I think its not
>> >> there any more. Is it built like all other packages consumed in the
>> >> experimental flow?
>> >>
>> >>
>> >>
>> >>
>> >> On Sun, Apr 2, 2017 at 4:00 PM, Yaniv Kaul  wrote:
>> >> >
>> >> >
>> >> > On Sun, Apr 2, 2017 at 3:18 PM, Greg Sheremeta 
>> >> > wrote:
>> >> >>
>> >> >> """
>> >> >> GWT symbolmaps are not installed, please install
>> >> >> them to de-obfuscate the UI stack traces
>> >> >> 2017-04-02 06:12:25,980-04 ERROR
>> >> >> """
>> >> >>
>> >> >> Any chance you can install them and retry?
>> >> >> sudo yum install ovirt-engine-webadmin-portal-debuginfo
>> >> >
>> >> >
>> >> > && sudo systemctl restart ovirt-engine
>> >> >
>> >> > Y.
>> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >> On Sun, Apr 2, 2017 at 6:25 AM, Nadav Goldin 
>> >> >> wrote:
>> >> >>>
>> >> >>> Hi,
>> >> >>> Running OST basic-suite-master and logging to the GUI, appears a
>> >> >>> warning pop-up window:
>> >> >>> Uncaught exception occurred. Please try reloading the page.
>> >> >>> Details:
>> >> >>> (TypeError) : a.i is undefined
>> >> >>> Please have your administrator check the UI logs
>> >> >>>
>> >> >>> ui.log:
>> >> >>> 2017-04-02 06:12:25,975-04 INFO
>> >> >>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>> >> >>> (default task-3) [] GWT symbolmaps are not installed, please
>> >> >>> install
>> >> >>> them to 

Re: [ovirt-devel] GUI error on master: Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError)

2017-04-03 Thread Roy Golan
On Mon, Apr 3, 2017 at 4:09 PM Nadav Goldin  wrote:

> Right. Missed that exclude, thanks.
> I'll send a patch to include it from tested - all *debuginfo* packages
> look like just a few MBs.
>
>
+Guy Chen 


>
> On Mon, Apr 3, 2017 at 3:55 PM, Greg Sheremeta 
> wrote:
> > Hmm, I think *-debuginfo is explicitly excluded now.
> >
> > https://gerrit.ovirt.org/#/c/73497/8/common/yum-repos/ovirt-master.repo
> >
> > [ovirt-master-tested-el7]
> > name=oVirt Master Latest Tested
> > baseurl=http://resources.ovirt.org/repos/ovirt/tested/master/rpm/el7/
> > enabled=1
> > gpgcheck=0
> > max_connections=10
> > exclude =  *-debuginfo
> >
> > [ovirt-master-snapshot-static-el7]
> > name=oVirt Master Nightly Statics
> > baseurl=
> http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/el7/
> > exclude= *-debuginfo
> >
> >
> > Could that be the problem?
> >
> > On Sun, Apr 2, 2017 at 1:38 PM, Nadav Goldin  wrote:
> >>
> >> > Any chance you can install them and retry?
> >> > sudo yum install ovirt-engine-webadmin-portal-debuginfo
> >>
> >> Surprisingly OST didn't pull it. I see it is listed in the reposync
> >> config under the 'ovirt-master-snapshot-static', but I think its not
> >> there any more. Is it built like all other packages consumed in the
> >> experimental flow?
> >>
> >>
> >>
> >>
> >> On Sun, Apr 2, 2017 at 4:00 PM, Yaniv Kaul  wrote:
> >> >
> >> >
> >> > On Sun, Apr 2, 2017 at 3:18 PM, Greg Sheremeta 
> >> > wrote:
> >> >>
> >> >> """
> >> >> GWT symbolmaps are not installed, please install
> >> >> them to de-obfuscate the UI stack traces
> >> >> 2017-04-02 06:12:25,980-04 ERROR
> >> >> """
> >> >>
> >> >> Any chance you can install them and retry?
> >> >> sudo yum install ovirt-engine-webadmin-portal-debuginfo
> >> >
> >> >
> >> > && sudo systemctl restart ovirt-engine
> >> >
> >> > Y.
> >> >
> >> >>
> >> >>
> >> >>
> >> >> On Sun, Apr 2, 2017 at 6:25 AM, Nadav Goldin 
> >> >> wrote:
> >> >>>
> >> >>> Hi,
> >> >>> Running OST basic-suite-master and logging to the GUI, appears a
> >> >>> warning pop-up window:
> >> >>> Uncaught exception occurred. Please try reloading the page. Details:
> >> >>> (TypeError) : a.i is undefined
> >> >>> Please have your administrator check the UI logs
> >> >>>
> >> >>> ui.log:
> >> >>> 2017-04-02 06:12:25,975-04 INFO
> >> >>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> >> >>> (default task-3) [] GWT symbolmaps are not installed, please install
> >> >>> them to de-obfuscate the UI stack traces
> >> >>> 2017-04-02 06:12:25,980-04 ERROR
> >> >>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> >> >>> (default task-3) [] Permutation name:
> E0637AA26393B2D56C4B42EFB5EA0C00
> >> >>> 2017-04-02 06:12:25,980-04 ERROR
> >> >>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> >> >>> (default task-3) [] Uncaught exception:
> >> >>> com.google.gwt.core.client.JavaScriptException: (TypeError) : a.i is
> >> >>> undefined
> >> >>> at
> >> >>>
> >> >>> Unknown.itp(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.Btp(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.pWo(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.sWo(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.JYo(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.MYo(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.jYo(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.mYo(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.PPe(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.E_(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.T_(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.onreadystatechange<(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.Bu(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.Eu(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at
> >> >>>
> >> >>> Unknown.Du/<(
> https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
> >> >>> at 

Re: [ovirt-devel] GUI error on master: Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError)

2017-04-03 Thread Greg Sheremeta
Hmm, I think *-debuginfo is explicitly excluded now.

https://gerrit.ovirt.org/#/c/73497/8/common/yum-repos/ovirt-master.repo

[ovirt-master-tested-el7]
name=oVirt Master Latest Tested
baseurl=http://resources.ovirt.org/repos/ovirt/tested/master/rpm/el7/
enabled=1
gpgcheck=0
max_connections=10
exclude =  *-debuginfo

[ovirt-master-snapshot-static-el7]
name=oVirt Master Nightly Statics
baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/el7/
exclude= *-debuginfo


Could that be the problem?

On Sun, Apr 2, 2017 at 1:38 PM, Nadav Goldin  wrote:

> > Any chance you can install them and retry?
> > sudo yum install ovirt-engine-webadmin-portal-debuginfo
>
> Surprisingly OST didn't pull it. I see it is listed in the reposync
> config under the 'ovirt-master-snapshot-static', but I think its not
> there any more. Is it built like all other packages consumed in the
> experimental flow?
>
>
>
>
> On Sun, Apr 2, 2017 at 4:00 PM, Yaniv Kaul  wrote:
> >
> >
> > On Sun, Apr 2, 2017 at 3:18 PM, Greg Sheremeta 
> wrote:
> >>
> >> """
> >> GWT symbolmaps are not installed, please install
> >> them to de-obfuscate the UI stack traces
> >> 2017-04-02 06:12:25,980-04 ERROR
> >> """
> >>
> >> Any chance you can install them and retry?
> >> sudo yum install ovirt-engine-webadmin-portal-debuginfo
> >
> >
> > && sudo systemctl restart ovirt-engine
> >
> > Y.
> >
> >>
> >>
> >>
> >> On Sun, Apr 2, 2017 at 6:25 AM, Nadav Goldin 
> wrote:
> >>>
> >>> Hi,
> >>> Running OST basic-suite-master and logging to the GUI, appears a
> >>> warning pop-up window:
> >>> Uncaught exception occurred. Please try reloading the page. Details:
> >>> (TypeError) : a.i is undefined
> >>> Please have your administrator check the UI logs
> >>>
> >>> ui.log:
> >>> 2017-04-02 06:12:25,975-04 INFO
> >>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> >>> (default task-3) [] GWT symbolmaps are not installed, please install
> >>> them to de-obfuscate the UI stack traces
> >>> 2017-04-02 06:12:25,980-04 ERROR
> >>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> >>> (default task-3) [] Permutation name: E0637AA26393B2D56C4B42EFB5EA0C00
> >>> 2017-04-02 06:12:25,980-04 ERROR
> >>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> >>> (default task-3) [] Uncaught exception:
> >>> com.google.gwt.core.client.JavaScriptException: (TypeError) : a.i is
> >>> undefined
> >>> at
> >>> Unknown.itp(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.Btp(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.pWo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.sWo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.JYo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.MYo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.jYo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.mYo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.PPe(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.E_(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.T_(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.onreadystatechange<(https://192.168.201.3/ovirt-
> engine/webadmin/?locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.Bu(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.Eu(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at
> >>> Unknown.Du/<(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> >>> at Unknown.anonymous(Unknown)
> >>>
> >>>
> >>> engine version: 4.2.0-0.0.master.20170402071029.git17ebf70.el7.centos
> >>> firefox: firefox-52.0-7.fc25.x86_64
> >>>
> >>> Off hand, everything looks functional.
> >>>
> >>>
> >>>
> >>> Thanks,
> >>>
> >>> Nadav.
> >>> ___
> >>> Devel mailing list
> >>> Devel@ovirt.org
> >>> http://lists.ovirt.org/mailman/listinfo/devel
> >>
> >>
> >>
> >>
> >> --
> >> Greg Sheremeta, MBA
> >> Red Hat, Inc.
> >> Sr. Software Engineer
> >> gsher...@redhat.com
> >>
> >> ___
> >> Devel mailing list
> >> Devel@ovirt.org
> >> http://lists.ovirt.org/mailman/listinfo/devel
> >
> >
>



-- 
Greg Sheremeta, MBA
Red Hat, Inc.
Sr. Software Engineer
gsher...@redhat.com
___
Devel 

Re: [ovirt-devel] GUI error on master: Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError)

2017-04-02 Thread Nadav Goldin
> Any chance you can install them and retry?
> sudo yum install ovirt-engine-webadmin-portal-debuginfo

Surprisingly OST didn't pull it. I see it is listed in the reposync
config under the 'ovirt-master-snapshot-static', but I think its not
there any more. Is it built like all other packages consumed in the
experimental flow?




On Sun, Apr 2, 2017 at 4:00 PM, Yaniv Kaul  wrote:
>
>
> On Sun, Apr 2, 2017 at 3:18 PM, Greg Sheremeta  wrote:
>>
>> """
>> GWT symbolmaps are not installed, please install
>> them to de-obfuscate the UI stack traces
>> 2017-04-02 06:12:25,980-04 ERROR
>> """
>>
>> Any chance you can install them and retry?
>> sudo yum install ovirt-engine-webadmin-portal-debuginfo
>
>
> && sudo systemctl restart ovirt-engine
>
> Y.
>
>>
>>
>>
>> On Sun, Apr 2, 2017 at 6:25 AM, Nadav Goldin  wrote:
>>>
>>> Hi,
>>> Running OST basic-suite-master and logging to the GUI, appears a
>>> warning pop-up window:
>>> Uncaught exception occurred. Please try reloading the page. Details:
>>> (TypeError) : a.i is undefined
>>> Please have your administrator check the UI logs
>>>
>>> ui.log:
>>> 2017-04-02 06:12:25,975-04 INFO
>>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>>> (default task-3) [] GWT symbolmaps are not installed, please install
>>> them to de-obfuscate the UI stack traces
>>> 2017-04-02 06:12:25,980-04 ERROR
>>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>>> (default task-3) [] Permutation name: E0637AA26393B2D56C4B42EFB5EA0C00
>>> 2017-04-02 06:12:25,980-04 ERROR
>>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>>> (default task-3) [] Uncaught exception:
>>> com.google.gwt.core.client.JavaScriptException: (TypeError) : a.i is
>>> undefined
>>> at
>>> Unknown.itp(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.Btp(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.pWo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.sWo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.JYo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.MYo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.jYo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.mYo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.PPe(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.E_(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.T_(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.onreadystatechange<(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.Bu(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.Eu(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at
>>> Unknown.Du/<(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
>>> at Unknown.anonymous(Unknown)
>>>
>>>
>>> engine version: 4.2.0-0.0.master.20170402071029.git17ebf70.el7.centos
>>> firefox: firefox-52.0-7.fc25.x86_64
>>>
>>> Off hand, everything looks functional.
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Nadav.
>>> ___
>>> Devel mailing list
>>> Devel@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>>
>>
>>
>> --
>> Greg Sheremeta, MBA
>> Red Hat, Inc.
>> Sr. Software Engineer
>> gsher...@redhat.com
>>
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] GUI error on master: Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError)

2017-04-02 Thread Yaniv Kaul
On Sun, Apr 2, 2017 at 3:18 PM, Greg Sheremeta  wrote:

> """
> GWT symbolmaps are not installed, please install
> them to de-obfuscate the UI stack traces
> 2017-04-02 06:12:25,980-04 ERROR
> """
>
> Any chance you can install them and retry?
> sudo yum install ovirt-engine-webadmin-portal-debuginfo
>

&& sudo systemctl restart ovirt-engine

Y.


>
>
> On Sun, Apr 2, 2017 at 6:25 AM, Nadav Goldin  wrote:
>
>> Hi,
>> Running OST basic-suite-master and logging to the GUI, appears a
>> warning pop-up window:
>> Uncaught exception occurred. Please try reloading the page. Details:
>> (TypeError) : a.i is undefined
>> Please have your administrator check the UI logs
>>
>> ui.log:
>> 2017-04-02 06:12:25,975-04 INFO
>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>> (default task-3) [] GWT symbolmaps are not installed, please install
>> them to de-obfuscate the UI stack traces
>> 2017-04-02 06:12:25,980-04 ERROR
>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>> (default task-3) [] Permutation name: E0637AA26393B2D56C4B42EFB5EA0C00
>> 2017-04-02 06:12:25,980-04 ERROR
>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>> (default task-3) [] Uncaught exception:
>> com.google.gwt.core.client.JavaScriptException: (TypeError) : a.i is
>> undefined
>> at Unknown.itp(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.Btp(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.pWo(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.sWo(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.JYo(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.MYo(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.jYo(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.mYo(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.PPe(https://192.168.201.3/ovirt-engine/webadmin/?loc
>> ale=en_US#dashboard-main)
>> at Unknown.E_(https://192.168.201.3/ovirt-engine/webadmin/?loca
>> le=en_US#dashboard-main)
>> at Unknown.T_(https://192.168.201.3/ovirt-engine/webadmin/?loca
>> le=en_US#dashboard-main)
>> at Unknown.onreadystatechange<(https://192.168.201.3/ovirt-engi
>> ne/webadmin/?locale=en_US#dashboard-main)
>> at Unknown.Bu(https://192.168.201.3/ovirt-engine/webadmin/?loca
>> le=en_US#dashboard-main)
>> at Unknown.Eu(https://192.168.201.3/ovirt-engine/webadmin/?loca
>> le=en_US#dashboard-main)
>> at Unknown.Du/<(https://192.168.201.3/ovirt-engine/webadmin/?lo
>> cale=en_US#dashboard-main)
>> at Unknown.anonymous(Unknown)
>>
>>
>> engine version: 4.2.0-0.0.master.20170402071029.git17ebf70.el7.centos
>> firefox: firefox-52.0-7.fc25.x86_64
>>
>> Off hand, everything looks functional.
>>
>>
>>
>> Thanks,
>>
>> Nadav.
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>
>
>
> --
> Greg Sheremeta, MBA
> Red Hat, Inc.
> Sr. Software Engineer
> gsher...@redhat.com
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] GUI error on master: Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError)

2017-04-02 Thread Greg Sheremeta
"""
GWT symbolmaps are not installed, please install
them to de-obfuscate the UI stack traces
2017-04-02 06:12:25,980-04 ERROR
"""

Any chance you can install them and retry?
sudo yum install ovirt-engine-webadmin-portal-debuginfo


On Sun, Apr 2, 2017 at 6:25 AM, Nadav Goldin  wrote:

> Hi,
> Running OST basic-suite-master and logging to the GUI, appears a
> warning pop-up window:
> Uncaught exception occurred. Please try reloading the page. Details:
> (TypeError) : a.i is undefined
> Please have your administrator check the UI logs
>
> ui.log:
> 2017-04-02 06:12:25,975-04 INFO
> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> (default task-3) [] GWT symbolmaps are not installed, please install
> them to de-obfuscate the UI stack traces
> 2017-04-02 06:12:25,980-04 ERROR
> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> (default task-3) [] Permutation name: E0637AA26393B2D56C4B42EFB5EA0C00
> 2017-04-02 06:12:25,980-04 ERROR
> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
> (default task-3) [] Uncaught exception:
> com.google.gwt.core.client.JavaScriptException: (TypeError) : a.i is
> undefined
> at Unknown.itp(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.Btp(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.pWo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.sWo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.JYo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.MYo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.jYo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.mYo(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.PPe(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.E_(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.T_(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.onreadystatechange<(https://192.168.201.3/ovirt-
> engine/webadmin/?locale=en_US#dashboard-main)
> at Unknown.Bu(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.Eu(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.Du/<(https://192.168.201.3/ovirt-engine/webadmin/?
> locale=en_US#dashboard-main)
> at Unknown.anonymous(Unknown)
>
>
> engine version: 4.2.0-0.0.master.20170402071029.git17ebf70.el7.centos
> firefox: firefox-52.0-7.fc25.x86_64
>
> Off hand, everything looks functional.
>
>
>
> Thanks,
>
> Nadav.
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>



-- 
Greg Sheremeta, MBA
Red Hat, Inc.
Sr. Software Engineer
gsher...@redhat.com
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

[ovirt-devel] GUI error on master: Uncaught exception: com.google.gwt.core.client.JavaScriptException: (TypeError)

2017-04-02 Thread Nadav Goldin
Hi,
Running OST basic-suite-master and logging to the GUI, appears a
warning pop-up window:
Uncaught exception occurred. Please try reloading the page. Details:
(TypeError) : a.i is undefined
Please have your administrator check the UI logs

ui.log:
2017-04-02 06:12:25,975-04 INFO
[org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
(default task-3) [] GWT symbolmaps are not installed, please install
them to de-obfuscate the UI stack traces
2017-04-02 06:12:25,980-04 ERROR
[org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
(default task-3) [] Permutation name: E0637AA26393B2D56C4B42EFB5EA0C00
2017-04-02 06:12:25,980-04 ERROR
[org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
(default task-3) [] Uncaught exception:
com.google.gwt.core.client.JavaScriptException: (TypeError) : a.i is
undefined
at 
Unknown.itp(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.Btp(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.pWo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.sWo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.JYo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.MYo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.jYo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.mYo(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.PPe(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.E_(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.T_(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.onreadystatechange<(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.Bu(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.Eu(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at 
Unknown.Du/<(https://192.168.201.3/ovirt-engine/webadmin/?locale=en_US#dashboard-main)
at Unknown.anonymous(Unknown)


engine version: 4.2.0-0.0.master.20170402071029.git17ebf70.el7.centos
firefox: firefox-52.0-7.fc25.x86_64

Off hand, everything looks functional.



Thanks,

Nadav.
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel