Re: [ovirt-devel] [oVirt 4.0 Localization Question #9] "The request contains unsupported parameter value '%s' for parameter '%s'."

2016-06-15 Thread Yuko Katabami
On Thu, Jun 16, 2016 at 12:46 PM, Ravi Nori  wrote:

> Posted a patch to fix the issue
>
> https://gerrit.ovirt.org/#/c/59290/
>

​Thanks a lot, Ravi.

Kind regards,

Yuko​


>
>
> Ravi
>
> On Wed, Jun 15, 2016 at 6:39 PM, Yuko Katabami 
> wrote:
>
>> Thanks a lot, Martin and Ravi!
>>
>> On Thu, Jun 16, 2016 at 7:28 AM, Martin Perina 
>> wrote:
>>
>>>
>>>
>>> On Wed, Jun 15, 2016 at 11:04 PM, Yuko Katabami 
>>> wrote:
>>>
 Hi Martin,

 Thank you very much for your reply.
 Please see my comment inline:

 On Wed, Jun 15, 2016 at 11:50 PM, Martin Perina 
 wrote:

>
>
> On Wed, Jun 15, 2016 at 5:35 AM, Yuko Katabami 
> wrote:
>
>> Hi Ravi and all,
>>
>> I am reporting the following as this may cause potential issues:
>>
>> *File:* backend/manager/modules/enginesso/src/main/resources/messages
>> *Resource ID:* UNSUPPORTED_PARAMETER_IN_REQUEST
>> *String:​​ *
>> ​​
>> The request contains unsupported parameter value '%s' for parameter
>> '%s'.
>>
>
> ​I think we could change that to:
> ​
>
> *​ *The request contains unsupported value
> ​​
> '%s' for parameter '%s'.
>

 ​My comment was probably not clear enough.​

 ​What I meant is that ​
 ​
 '%s' is used twice in this string, one is used for "value" and the
 other for "parameter".

 When we translate, for example into Japanese, the order of words will
 be changed.
 It will look like:

 | The request | contain | of the paramater
 ​
 '%s (parameter)' | value
 ​
 '%s (value)'|
 but is the first
 ​
 '%s' is defined to be value, and the second
 ​
 '%s' is parameter, translation will be shown on UI as:
 | The request | contain | of the paramater
 ​
 '%s (value)' | value
 ​
 '%s (parameter)'|

 So it would be better if you can use different variables, instead of 2
 x ​
 ​
 '%s'.

 Hope this clarifies the issue.

 Thanks,

 Yuko

>>>
>>> ​Ahh, now I see you point :-)
>>>
>>> Ravi, please create a patch which will add indexes to all localization
>>> strings using String.format(), for example:
>>>
>>> ​
>>> The request contains unsupported parameter value '%1$s' for parameter
>>> '%2$s'.
>>>
>>> Thanks
>>>
>>> Martin
>>>
>>> ​
>>>
>>>



> Yuko, is it OK? If so, Ravi could you post a patch?
>
> *Question: *Using the same variables in a single sentence would cause
>> problem when it is translated as the order of words may be changed. It
>> should use different variables.
>>
>> Kind regards,
>>
>> Yuko
>>
>> ___
>> 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] [oVirt 4.0 Localization Question #9] "The request contains unsupported parameter value '%s' for parameter '%s'."

2016-06-15 Thread Ravi Nori
Posted a patch to fix the issue

https://gerrit.ovirt.org/#/c/59290/

Ravi

On Wed, Jun 15, 2016 at 6:39 PM, Yuko Katabami  wrote:

> Thanks a lot, Martin and Ravi!
>
> On Thu, Jun 16, 2016 at 7:28 AM, Martin Perina  wrote:
>
>>
>>
>> On Wed, Jun 15, 2016 at 11:04 PM, Yuko Katabami 
>> wrote:
>>
>>> Hi Martin,
>>>
>>> Thank you very much for your reply.
>>> Please see my comment inline:
>>>
>>> On Wed, Jun 15, 2016 at 11:50 PM, Martin Perina 
>>> wrote:
>>>


 On Wed, Jun 15, 2016 at 5:35 AM, Yuko Katabami 
 wrote:

> Hi Ravi and all,
>
> I am reporting the following as this may cause potential issues:
>
> *File:* backend/manager/modules/enginesso/src/main/resources/messages
> *Resource ID:* UNSUPPORTED_PARAMETER_IN_REQUEST
> *String:​​ *
> ​​
> The request contains unsupported parameter value '%s' for parameter
> '%s'.
>

 ​I think we could change that to:
 ​

 *​ *The request contains unsupported value
 ​​
 '%s' for parameter '%s'.

>>>
>>> ​My comment was probably not clear enough.​
>>>
>>> ​What I meant is that ​
>>> ​
>>> '%s' is used twice in this string, one is used for "value" and the other
>>> for "parameter".
>>>
>>> When we translate, for example into Japanese, the order of words will be
>>> changed.
>>> It will look like:
>>>
>>> | The request | contain | of the paramater
>>> ​
>>> '%s (parameter)' | value
>>> ​
>>> '%s (value)'|
>>> but is the first
>>> ​
>>> '%s' is defined to be value, and the second
>>> ​
>>> '%s' is parameter, translation will be shown on UI as:
>>> | The request | contain | of the paramater
>>> ​
>>> '%s (value)' | value
>>> ​
>>> '%s (parameter)'|
>>>
>>> So it would be better if you can use different variables, instead of 2 x
>>> ​
>>> ​
>>> '%s'.
>>>
>>> Hope this clarifies the issue.
>>>
>>> Thanks,
>>>
>>> Yuko
>>>
>>
>> ​Ahh, now I see you point :-)
>>
>> Ravi, please create a patch which will add indexes to all localization
>> strings using String.format(), for example:
>>
>> ​
>> The request contains unsupported parameter value '%1$s' for parameter
>> '%2$s'.
>>
>> Thanks
>>
>> Martin
>>
>> ​
>>
>>
>>>
>>>
>>>
 Yuko, is it OK? If so, Ravi could you post a patch?

 *Question: *Using the same variables in a single sentence would cause
> problem when it is translated as the order of words may be changed. It
> should use different variables.
>
> Kind regards,
>
> Yuko
>
> ___
> 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] [oVirt 4.0 Localization Question #9] "The request contains unsupported parameter value '%s' for parameter '%s'."

2016-06-15 Thread Yuko Katabami
Thanks a lot, Martin and Ravi!

On Thu, Jun 16, 2016 at 7:28 AM, Martin Perina  wrote:

>
>
> On Wed, Jun 15, 2016 at 11:04 PM, Yuko Katabami 
> wrote:
>
>> Hi Martin,
>>
>> Thank you very much for your reply.
>> Please see my comment inline:
>>
>> On Wed, Jun 15, 2016 at 11:50 PM, Martin Perina 
>> wrote:
>>
>>>
>>>
>>> On Wed, Jun 15, 2016 at 5:35 AM, Yuko Katabami 
>>> wrote:
>>>
 Hi Ravi and all,

 I am reporting the following as this may cause potential issues:

 *File:* backend/manager/modules/enginesso/src/main/resources/messages
 *Resource ID:* UNSUPPORTED_PARAMETER_IN_REQUEST
 *String:​​ *
 ​​
 The request contains unsupported parameter value '%s' for parameter
 '%s'.

>>>
>>> ​I think we could change that to:
>>> ​
>>>
>>> *​ *The request contains unsupported value
>>> ​​
>>> '%s' for parameter '%s'.
>>>
>>
>> ​My comment was probably not clear enough.​
>>
>> ​What I meant is that ​
>> ​
>> '%s' is used twice in this string, one is used for "value" and the other
>> for "parameter".
>>
>> When we translate, for example into Japanese, the order of words will be
>> changed.
>> It will look like:
>>
>> | The request | contain | of the paramater
>> ​
>> '%s (parameter)' | value
>> ​
>> '%s (value)'|
>> but is the first
>> ​
>> '%s' is defined to be value, and the second
>> ​
>> '%s' is parameter, translation will be shown on UI as:
>> | The request | contain | of the paramater
>> ​
>> '%s (value)' | value
>> ​
>> '%s (parameter)'|
>>
>> So it would be better if you can use different variables, instead of 2 x
>> ​
>> ​
>> '%s'.
>>
>> Hope this clarifies the issue.
>>
>> Thanks,
>>
>> Yuko
>>
>
> ​Ahh, now I see you point :-)
>
> Ravi, please create a patch which will add indexes to all localization
> strings using String.format(), for example:
>
> ​
> The request contains unsupported parameter value '%1$s' for parameter
> '%2$s'.
>
> Thanks
>
> Martin
>
> ​
>
>
>>
>>
>>
>>> Yuko, is it OK? If so, Ravi could you post a patch?
>>>
>>> *Question: *Using the same variables in a single sentence would cause
 problem when it is translated as the order of words may be changed. It
 should use different variables.

 Kind regards,

 Yuko

 ___
 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] [oVirt 4.0 Localization Question #8] "Next Auth"

2016-06-15 Thread Yuko Katabami
Thank you Ravi and Martin.
I will share this with other translators.

Kind regards,

Yuko

On Wed, Jun 15, 2016 at 11:51 PM, Martin Perina  wrote:

>
>
> On Wed, Jun 15, 2016 at 2:54 PM, Ravi Nori  wrote:
>
>> Hi Yuko,
>>
>> ​​
>> Yes Next Auth is the "Next Authorization Method".
>>
>
> ​Ravi, it's worth to prepare a patch to fix that.
>
> Thanks
>
> Martin
> ​
>
>
>>
>> When switching user the Next Auth button will trigger Negotiate
>> Authentication.
>>
>> Ravi
>>
>>
>> On Tue, Jun 14, 2016 at 11:12 PM, Yuko Katabami 
>> wrote:
>>
>>> Hi Ravi and all,
>>>
>>> Could you please help us with the following question?​
>>>
>>> *File: *backend/manager/modules/enginesso/src/main/resources/messages
>>>
>>> *Resource ID: *loginpage.nextauth
>>> *String: *Next Auth
>>>
>>> *Question:* Is this string used for "Next authorization method"?
>>>
>>>
>>> Thanks in advance.
>>>
>>> Yuko
>>>
>>
>>
>> ___
>> 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] [oVirt 4.0 Localization Question #9] "The request contains unsupported parameter value '%s' for parameter '%s'."

2016-06-15 Thread Martin Perina
On Wed, Jun 15, 2016 at 11:04 PM, Yuko Katabami  wrote:

> Hi Martin,
>
> Thank you very much for your reply.
> Please see my comment inline:
>
> On Wed, Jun 15, 2016 at 11:50 PM, Martin Perina 
> wrote:
>
>>
>>
>> On Wed, Jun 15, 2016 at 5:35 AM, Yuko Katabami 
>> wrote:
>>
>>> Hi Ravi and all,
>>>
>>> I am reporting the following as this may cause potential issues:
>>>
>>> *File:* backend/manager/modules/enginesso/src/main/resources/messages
>>> *Resource ID:* UNSUPPORTED_PARAMETER_IN_REQUEST
>>> *String:​​ *
>>> ​​
>>> The request contains unsupported parameter value '%s' for parameter '%s'.
>>>
>>
>> ​I think we could change that to:
>> ​
>>
>> *​ *The request contains unsupported value
>> ​​
>> '%s' for parameter '%s'.
>>
>
> ​My comment was probably not clear enough.​
>
> ​What I meant is that ​
> ​
> '%s' is used twice in this string, one is used for "value" and the other
> for "parameter".
>
> When we translate, for example into Japanese, the order of words will be
> changed.
> It will look like:
>
> | The request | contain | of the paramater
> ​
> '%s (parameter)' | value
> ​
> '%s (value)'|
> but is the first
> ​
> '%s' is defined to be value, and the second
> ​
> '%s' is parameter, translation will be shown on UI as:
> | The request | contain | of the paramater
> ​
> '%s (value)' | value
> ​
> '%s (parameter)'|
>
> So it would be better if you can use different variables, instead of 2 x ​
> ​
> '%s'.
>
> Hope this clarifies the issue.
>
> Thanks,
>
> Yuko
>

​Ahh, now I see you point :-)

Ravi, please create a patch which will add indexes to all localization
strings using String.format(), for example:

​
The request contains unsupported parameter value '%1$s' for parameter
'%2$s'.

Thanks

Martin

​


>
>
>
>> Yuko, is it OK? If so, Ravi could you post a patch?
>>
>> *Question: *Using the same variables in a single sentence would cause
>>> problem when it is translated as the order of words may be changed. It
>>> should use different variables.
>>>
>>> Kind regards,
>>>
>>> Yuko
>>>
>>> ___
>>> 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] [ovirt-announce] [ANN] oVirt 4.0.0 GA postponed to Monday, June 20

2016-06-15 Thread Nathanaël Blanchet

Hi all,
Can someone explain what makes ovirt 4.0 a major release, comparing to 
the previous ones?
Over than 1 year to release the minor 3.6 release, and only 8 months for 
4.0...


Le 15/06/2016 15:38, Rafael Martins a écrit :

Hi,
In order to give time to fix some last minute blockers, the GA is pushed to
Monday, June 20.

This should provide sufficient time for us to properly fix and test oVirt 4.0,
in order to make sure we have no critical issues in the 4.0.0 version, that
was originally scheduled for today.

Thanks in advance,

Rafael Martins
___
Announce mailing list
annou...@ovirt.org
http://lists.ovirt.org/mailman/listinfo/announce


--
Nathanaël Blanchet

Supervision réseau
Pôle Infrastrutures Informatiques
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr

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


Re: [ovirt-devel] [oVirt 4.0 Localization Question #9] "The request contains unsupported parameter value '%s' for parameter '%s'."

2016-06-15 Thread Yuko Katabami
Hi Martin,

Thank you very much for your reply.
Please see my comment inline:

On Wed, Jun 15, 2016 at 11:50 PM, Martin Perina  wrote:

>
>
> On Wed, Jun 15, 2016 at 5:35 AM, Yuko Katabami 
> wrote:
>
>> Hi Ravi and all,
>>
>> I am reporting the following as this may cause potential issues:
>>
>> *File:* backend/manager/modules/enginesso/src/main/resources/messages
>> *Resource ID:* UNSUPPORTED_PARAMETER_IN_REQUEST
>> *String:​​ *The request contains unsupported parameter value '%s' for
>> parameter '%s'.
>>
>
> ​I think we could change that to:
> ​
>
> *​ *The request contains unsupported value
> ​​
> '%s' for parameter '%s'.
>

​My comment was probably not clear enough.​

​What I meant is that ​
​
'%s' is used twice in this string, one is used for "value" and the other
for "parameter".

When we translate, for example into Japanese, the order of words will be
changed.
It will look like:

| The request | contain | of the paramater
​
'%s (parameter)' | value
​
'%s (value)'|
but is the first
​
'%s' is defined to be value, and the second
​
'%s' is parameter, translation will be shown on UI as:
| The request | contain | of the paramater
​
'%s (value)' | value
​
'%s (parameter)'|

So it would be better if you can use different variables, instead of 2 x ​
​
'%s'.

Hope this clarifies the issue.

Thanks,

Yuko



> Yuko, is it OK? If so, Ravi could you post a patch?
>
> *Question: *Using the same variables in a single sentence would cause
>> problem when it is translated as the order of words may be changed. It
>> should use different variables.
>>
>> Kind regards,
>>
>> Yuko
>>
>> ___
>> 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

[ovirt-devel] oVirt 3.6.7 Fourth Release Candidate is now available for testing

2016-06-15 Thread Rafael Martins
The oVirt Project is pleased to announce the availability of the Fourth Release
Candidate of oVirt 3.6.7 for testing, as of June 15th, 2016

This release is available now for:
* Fedora 22
* Red Hat Enterprise Linux 6.7 or later
* CentOS Linux (or similar) 6.7 or later

* Red Hat Enterprise Linux 7.2 or later
* CentOS Linux (or similar) 7.2 or later

This release supports Hypervisor Hosts running:
* Red Hat Enterprise Linux 7.2 or later
* CentOS Linux (or similar) 7.2 or later
* Fedora 22

This release candidate includes the following updated packages:

* ovirt-engine

See the release notes [1] for installation / upgrade instructions and a list
of new features and bugs fixed.

Notes:
* A new oVirt Live ISO is available [2].
* A new oVirt Appliance will be available soon.
* Mirrors[3] might need up to one day to synchronize.

Additional Resources:
* Read more about the oVirt 3.6.7 release highlights: 
http://www.ovirt.org/release/3.6.7/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog: 
http://www.ovirt.org/blog/

[1] http://www.ovirt.org/release/3.6.7/
[2] http://resources.ovirt.org/pub/ovirt-3.6-pre/iso/ovirt-live/
[3] http://www.ovirt.org/Repository_mirrors#Current_mirrors
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] [ovirt-users] [ANN] oVirt 4.0.0 GA postponed to Monday, June 20

2016-06-15 Thread Rafael Martins
- Original Message -
> From: "Gianluca Cecchi" 
> To: "Rafael Martins" 
> Cc: "users" , devel@ovirt.org, annou...@ovirt.org
> Sent: Wednesday, June 15, 2016 7:02:50 PM
> Subject: Re: [ovirt-users] [ANN] oVirt 4.0.0 GA postponed to Monday, June 20
> 
> Il 15/Giu/2016 15:38, "Rafael Martins"  ha scritto:
> >
> > Hi,
> > In order to give time to fix some last minute blockers, the GA is pushed
> to
> > Monday, June 20.
> >
> > This should provide sufficient time for us to properly fix and test oVirt
> 4.0,
> > in order to make sure we have no critical issues in the 4.0.0 version,
> that
> > was originally scheduled for today.
> >
> > Thanks in advance,
> >
> > Rafael Martins
> > ___
> > Users mailing list
> > us...@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> 
> Hello,
> Is there a milestone for translation files sync to have them into final ga?
> At this time I'm working on master for Italian in zanata and due to latest
> changes it dropped now to about 84%.
> I'm going to resync it before the end of the weekend.
> Gianluca
> 

I think it is probably too late, but I'm not really into the translation 
process. If someone know it better, please complement.

Thanks,
Rafael
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] [ovirt-users] [ovirt-announce] [ANN] oVirt 4.0.0 GA postponed to Monday, June 20

2016-06-15 Thread Rafael Martins
- Original Message -
> From: "Nathanaël Blanchet" 
> To: us...@ovirt.org, "devel" 
> Sent: Wednesday, June 15, 2016 5:04:10 PM
> Subject: Re: [ovirt-users] [ovirt-announce] [ANN] oVirt 4.0.0 GA postponed to 
> Monday, June 20
> 
> Hi all,
> Can someone explain what makes ovirt 4.0 a major release, comparing to
> the previous ones?
> Over than 1 year to release the minor 3.6 release, and only 8 months for
> 4.0...

Hi,
the draft release notes can give you some overview of the changes. They are a 
lot :)

http://www.ovirt.org/release/4.0.0/

Thanks,
Rafael

> Le 15/06/2016 15:38, Rafael Martins a écrit :
> > Hi,
> > In order to give time to fix some last minute blockers, the GA is pushed to
> > Monday, June 20.
> >
> > This should provide sufficient time for us to properly fix and test oVirt
> > 4.0,
> > in order to make sure we have no critical issues in the 4.0.0 version, that
> > was originally scheduled for today.
> >
> > Thanks in advance,
> >
> > Rafael Martins
> > ___
> > Announce mailing list
> > annou...@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/announce
> 
> --
> Nathanaël Blanchet
> 
> Supervision réseau
> Pôle Infrastrutures Informatiques
> 227 avenue Professeur-Jean-Louis-Viala
> 34193 MONTPELLIER CEDEX 5
> Tél. 33 (0)4 67 54 84 55
> Fax  33 (0)4 67 54 84 14
> blanc...@abes.fr
> 
> ___
> Users mailing list
> us...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] [ovirt-users] [ANN] oVirt 4.0.0 GA postponed to Monday, June 20

2016-06-15 Thread Gianluca Cecchi
Il 15/Giu/2016 15:38, "Rafael Martins"  ha scritto:
>
> Hi,
> In order to give time to fix some last minute blockers, the GA is pushed
to
> Monday, June 20.
>
> This should provide sufficient time for us to properly fix and test oVirt
4.0,
> in order to make sure we have no critical issues in the 4.0.0 version,
that
> was originally scheduled for today.
>
> Thanks in advance,
>
> Rafael Martins
> ___
> Users mailing list
> us...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

Hello,
Is there a milestone for translation files sync to have them into final ga?
At this time I'm working on master for Italian in zanata and due to latest
changes it dropped now to about 84%.
I'm going to resync it before the end of the weekend.
Gianluca
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] GWT developer mode not working on fc23?

2016-06-15 Thread Vojtech Szocs
Hi Roman,

the latest Firefox version that supports NPAPI (Netscape plugin API),
which is needed when debugging GWT webapps via GWT browser plugin
(a.k.a the "classic" dev mode) is Firefox 26. In later FF releases,
they removed NPAPI which broke GWT debug browser plugin. Same story
for Chrome as well.

The "new" (and recommended) way to debug GWT webapps is "super" dev
mode: http://lists.ovirt.org/pipermail/devel/2016-February/012268.html

The "super" dev mode debugs GWT application in browser, using source
maps to map Java source code to generated JavaScript. The downside is
that you can't use Java IDE here.

I know that GWT debugging via Java IDE can be very slow, so I suggest
trying Chrome + "super" dev mode.

Vojtech


- Original Message -
> From: "Roman Mohr" 
> To: "Alexander Wels" 
> Cc: "devel" , "Tomas Jelinek" , 
> "Vojtech Szocs" 
> Sent: Tuesday, June 7, 2016 2:38:22 PM
> Subject: Re: GWT developer mode not working on fc23?
> 
> On Tue, Jun 7, 2016 at 2:28 PM, Alexander Wels  wrote:
> > On Tuesday, June 07, 2016 02:15:07 PM Roman Mohr wrote:
> >> On Tue, Jun 7, 2016 at 2:00 PM, Roman Mohr  wrote:
> >> > Hi,
> >> >
> >> > I wanted to debug some GWT code the first time on fc23. No matter if I
> >> > try to debug 4.0 or 3.6 I always see in my browser and in the gwt
> >> >
> >> > developer console:
> >> > 00:01:36.758 [ERROR] Unable to load module entry point class
> >> >
> >> > com.gwtplatform.mvp.client.ApplicationControllerImpl (see associated
> >> > exception for details)
> >> >
> >> > com.google.gwt.core.client.JavaScriptException: (NS_ERROR_FAILURE)
> >> > @com.google.gwt.storage.client.StorageImpl::getItem(Ljava/lang/String;Ljav
> >> > a/lang/String;)([string: 'localStorage', string:
> >> > 'ENGINE_WebAdmin_LogHead']): Component
> >> > returned failure code: 0x80004005 (NS_ERROR_FAILURE)
> >> > [nsIDOMStorage.getItem]
> >> > at
> >> > com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserCha
> >> > nnelServer.java:249) at
> >> > com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
> >> > 136) at
> >> > com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:576)
> >> > at
> >> > com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
> >> > 284) at
> >> > com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost
> >> > .java:91) at
> >> > com.google.gwt.storage.client.StorageImpl.getItem(StorageImpl.java) at
> >> > com.google.gwt.storage.client.Storage.getItem(Storage.java:257) at
> >> > org.ovirt.engine.ui.common.system.ClientStorageImpl.getLocalItemImpl(Clie
> >> > ntStorageImpl.java:53) at
> >> > org.ovirt.engine.ui.common.system.ClientStorageImpl.getLocalItem(ClientSt
> >> > orageImpl.java:46) at
> >> > org.ovirt.engine.ui.common.logging.LocalStorageLogHandler.readInt(LocalSt
> >> > orageLogHandler.java:56) at
> >> > org.ovirt.engine.ui.common.logging.LocalStorageLogHandler.setActive(Local
> >> > StorageLogHandler.java:48) at
> >> > org.ovirt.engine.ui.common.logging.LocalStorageLogHandler.init(LocalStora
> >> > geLogHandler.java:40) at
> >> > org.ovirt.engine.ui.common.system.BaseApplicationInit.initLocalStorageLog
> >> > Handler(BaseApplicationInit.java:120) at
> >> > org.ovirt.engine.ui.common.system.BaseApplicationInit.onBootstrap(BaseApp
> >> > licationInit.java:102) at
> >> > com.gwtplatform.mvp.client.ApplicationControllerImpl.init(ApplicationCont
> >> > rollerImpl.java:11) at
> >> > com.gwtplatform.mvp.client.ApplicationControllerImpl.onModuleLoad(Applica
> >> > tionControllerImpl.java:15) at
> >> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> > at
> >> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
> >> > :62) at
> >> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
> >> > mpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498)
> >> > at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:411)
> >> > at
> >> > com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandl
> >> > er.java:200) at
> >> > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserCh
> >> > annelServer.java:526) at
> >> > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.ja
> >> > va:364) at java.lang.Thread.run(Thread.java:745)
> >>
> >> And I am using Firefox 17 for it.
> >>
> >
> > Does FF17 have local storage? The exception appears to indicate it can't
> > load
> 
> I just know it worked before I upgraded from fc22.
> 
> > stuff from local storage. In particular it can't write/read some logging
> > stuff.
> > The problem with GWT debugger is you can't have too new of a FF/Chrome or
> > the
> > plugin won't run. I am actually running FF25 here and it is working fine.
> > Anything newer and the plugin is no longer supported.
> >
> FF 25 works.
> 
> Thanks :)
> Roman
> 
> >> > Thanks,
> >> > Roman
> >
> 
___
Devel mailing li

Re: [ovirt-devel] oVirt 4.0 Nightly repo

2016-06-15 Thread Simone Tiraboschi
On Wed, Jun 15, 2016 at 4:07 PM, Dan Kenigsberg  wrote:
> On Tue, Jun 14, 2016 at 03:14:03PM +0200, Simone Tiraboschi wrote:
>> All stable branch maintainers,
>> I just noticed that our oVirt 4.0 nightly repo (
>> http://resources.ovirt.org/pub/ovirt-4.0-snapshot/ ) still includes a
>> lot of packages from master branches.
>>
>> Can you please ensure that our jenkins is building your project
>> packages in order to compose the 4.0 nightly repo from a stable
>> branch?
>>
>> If not, you have to push a patch like https://gerrit.ovirt.org/59150/
>> to correctly configure the publisher job for 4.0 nightly.
>
> I see that Vdsm
> http://resources.ovirt.org/pub/ovirt-4.0-snapshot/rpm/el7Server/x86_64/
>
> has both (correct) 4.18.2 builds and misleading 4.18. ones such as
> vdsm-4.18.999-73.gitd35b8e7.el7.centos.x86_64.rpm
>
> Can you manually remove them? they hide the correct builds.

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


Re: [ovirt-devel] oVirt 4.0 Nightly repo

2016-06-15 Thread Dan Kenigsberg
On Tue, Jun 14, 2016 at 03:14:03PM +0200, Simone Tiraboschi wrote:
> All stable branch maintainers,
> I just noticed that our oVirt 4.0 nightly repo (
> http://resources.ovirt.org/pub/ovirt-4.0-snapshot/ ) still includes a
> lot of packages from master branches.
> 
> Can you please ensure that our jenkins is building your project
> packages in order to compose the 4.0 nightly repo from a stable
> branch?
> 
> If not, you have to push a patch like https://gerrit.ovirt.org/59150/
> to correctly configure the publisher job for 4.0 nightly.

I see that Vdsm
http://resources.ovirt.org/pub/ovirt-4.0-snapshot/rpm/el7Server/x86_64/

has both (correct) 4.18.2 builds and misleading 4.18. ones such as
vdsm-4.18.999-73.gitd35b8e7.el7.centos.x86_64.rpm

Can you manually remove them? they hide the correct builds.
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] [oVirt 4.0 Localization Question #9] "The request contains unsupported parameter value '%s' for parameter '%s'."

2016-06-15 Thread Martin Perina
On Wed, Jun 15, 2016 at 5:35 AM, Yuko Katabami  wrote:

> Hi Ravi and all,
>
> I am reporting the following as this may cause potential issues:
>
> *File:* backend/manager/modules/enginesso/src/main/resources/messages
> *Resource ID:* UNSUPPORTED_PARAMETER_IN_REQUEST
> *String:​​ *The request contains unsupported parameter value '%s' for
> parameter '%s'.
>

​I think we could change that to:
​

*​ *The request contains unsupported value '%s' for parameter '%s'.

Yuko, is it OK? If so, Ravi could you post a patch?

*Question: *Using the same variables in a single sentence would cause
> problem when it is translated as the order of words may be changed. It
> should use different variables.
>
> Kind regards,
>
> Yuko
>
> ___
> 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] [oVirt 4.0 Localization Question #8] "Next Auth"

2016-06-15 Thread Martin Perina
On Wed, Jun 15, 2016 at 2:54 PM, Ravi Nori  wrote:

> Hi Yuko,
>
> Yes Next Auth is the "Next Authorization Method".
>

​Ravi, it's worth to prepare a patch to fix that.

Thanks

Martin
​


>
> When switching user the Next Auth button will trigger Negotiate
> Authentication.
>
> Ravi
>
>
> On Tue, Jun 14, 2016 at 11:12 PM, Yuko Katabami 
> wrote:
>
>> Hi Ravi and all,
>>
>> Could you please help us with the following question?​
>>
>> *File: *backend/manager/modules/enginesso/src/main/resources/messages
>>
>> *Resource ID: *loginpage.nextauth
>> *String: *Next Auth
>>
>> *Question:* Is this string used for "Next authorization method"?
>>
>>
>> Thanks in advance.
>>
>> Yuko
>>
>
>
> ___
> 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

[ovirt-devel] [ANN] oVirt 4.0.0 GA postponed to Monday, June 20

2016-06-15 Thread Rafael Martins
Hi,
In order to give time to fix some last minute blockers, the GA is pushed to
Monday, June 20.

This should provide sufficient time for us to properly fix and test oVirt 4.0,
in order to make sure we have no critical issues in the 4.0.0 version, that
was originally scheduled for today.

Thanks in advance,

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


Re: [ovirt-devel] [oVirt 4.0 Localization Question #8] "Next Auth"

2016-06-15 Thread Ravi Nori
Hi Yuko,

Yes Next Auth is the "Next Authorization Method".

When switching user the Next Auth button will trigger Negotiate
Authentication.

Ravi


On Tue, Jun 14, 2016 at 11:12 PM, Yuko Katabami  wrote:

> Hi Ravi and all,
>
> Could you please help us with the following question?​
>
> *File: *backend/manager/modules/enginesso/src/main/resources/messages
>
> *Resource ID: *loginpage.nextauth
> *String: *Next Auth
>
> *Question:* Is this string used for "Next authorization method"?
>
>
> Thanks in advance.
>
> Yuko
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Undelivered mail warnings from Gerrit

2016-06-15 Thread Shlomo Ben David
Hi,

I've replaced the email for Vdsm Patches
from: vdsm-patc...@fedorahosted.org <'vdsm-patc...@fedorahosted.org';>
to: vdsm-patc...@lists.fedorahosted.org <'vdsm-patc...@fedorahosted.org';>

Best Regards,

Shlomi Ben-David | Software Engineer | Red Hat ISRAEL
Phone: +972-54-8008858
IRC: shlomibendavid

OPEN SOURCE - 1 4 011 && 011 4 1

On Wed, Jun 15, 2016 at 12:11 PM, Eyal Edri  wrote:

> We found the problem.
> Fedora changed their domain name from fedorahosted.org to
> lists.fedorahosted.org.
>
> We are working now to change it in gerrit db.
> On Jun 15, 2016 12:02 PM, "Ramesh Nachimuthu"  wrote:
>
>>
>>
>>
>>
>> - Original Message -
>> > From: "Adam Litke" 
>> > To: "Tomáš Golembiovský" 
>> > Cc: devel@ovirt.org
>> > Sent: Wednesday, June 15, 2016 1:05:13 AM
>> > Subject: Re: [ovirt-devel] Undelivered mail warnings from Gerrit
>> >
>> > On 02/06/16 11:39 +0200, Tomáš Golembiovský wrote:
>> > >Hi,
>> > >
>> > >for the last two weeks I've been getting lots of warnings about
>> undelivered
>> > >mail from Gerrit. The importnat thing in the message being:
>> > >
>> > >The original message was received at Wed, 1 Jun 2016 14:57:54 -0400
>> > >from gerrit.ovirt.org [127.0.0.1]
>> > >
>> > >- Transcript of session follows -
>> > >... Deferred: Connection timed out
>> with
>> > >hosted-lists01.fedoraproject.org.
>> > >Warning: message still undelivered after 4 hours
>> > >Will keep trying until message is 5 days old
>> > >
>> > >
>> > >Anyone else experiencing the same problem? Is this being worked on?
>> >
>> > It's affecting me quite severely also.
>> >
>>
>> I am also facing this issue many times in a day.
>>
>> Regards,
>> Ramesh
>> > --
>> > Adam Litke
>> > ___
>> > 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
>>
>>
>>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Undelivered mail warnings from Gerrit

2016-06-15 Thread Eyal Edri
We found the problem.
Fedora changed their domain name from fedorahosted.org to
lists.fedorahosted.org.

We are working now to change it in gerrit db.
On Jun 15, 2016 12:02 PM, "Ramesh Nachimuthu"  wrote:

>
>
>
>
> - Original Message -
> > From: "Adam Litke" 
> > To: "Tomáš Golembiovský" 
> > Cc: devel@ovirt.org
> > Sent: Wednesday, June 15, 2016 1:05:13 AM
> > Subject: Re: [ovirt-devel] Undelivered mail warnings from Gerrit
> >
> > On 02/06/16 11:39 +0200, Tomáš Golembiovský wrote:
> > >Hi,
> > >
> > >for the last two weeks I've been getting lots of warnings about
> undelivered
> > >mail from Gerrit. The importnat thing in the message being:
> > >
> > >The original message was received at Wed, 1 Jun 2016 14:57:54 -0400
> > >from gerrit.ovirt.org [127.0.0.1]
> > >
> > >- Transcript of session follows -
> > >... Deferred: Connection timed out
> with
> > >hosted-lists01.fedoraproject.org.
> > >Warning: message still undelivered after 4 hours
> > >Will keep trying until message is 5 days old
> > >
> > >
> > >Anyone else experiencing the same problem? Is this being worked on?
> >
> > It's affecting me quite severely also.
> >
>
> I am also facing this issue many times in a day.
>
> Regards,
> Ramesh
> > --
> > Adam Litke
> > ___
> > 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
>
>
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Undelivered mail warnings from Gerrit

2016-06-15 Thread Ramesh Nachimuthu




- Original Message -
> From: "Adam Litke" 
> To: "Tomáš Golembiovský" 
> Cc: devel@ovirt.org
> Sent: Wednesday, June 15, 2016 1:05:13 AM
> Subject: Re: [ovirt-devel] Undelivered mail warnings from Gerrit
> 
> On 02/06/16 11:39 +0200, Tomáš Golembiovský wrote:
> >Hi,
> >
> >for the last two weeks I've been getting lots of warnings about undelivered
> >mail from Gerrit. The importnat thing in the message being:
> >
> >The original message was received at Wed, 1 Jun 2016 14:57:54 -0400
> >from gerrit.ovirt.org [127.0.0.1]
> >
> >- Transcript of session follows -
> >... Deferred: Connection timed out with
> >hosted-lists01.fedoraproject.org.
> >Warning: message still undelivered after 4 hours
> >Will keep trying until message is 5 days old
> >
> >
> >Anyone else experiencing the same problem? Is this being worked on?
> 
> It's affecting me quite severely also.
> 

I am also facing this issue many times in a day.

Regards,
Ramesh 
> --
> Adam Litke
> ___
> 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