You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2022/03/18 10:46:36 UTC

[INFRA-22722] Restart the ofbiz-vm3 demos server

Hi,

Good news, demos will soon be back :).

Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.

If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.

JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.

What will change is the replacement of
https://demo-old.ofbiz.apache.org/
by
https://demo-next.ofbiz.apache.org/

https://demo-stable.ofbiz.apache.org/
and
https://demo-trunk.ofbiz.apache.org/
will stay of course.

I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup

Jacques


Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi All,

I made some progresses (see INFRA-22722). I spotted that while running trunk and 22.01 there at the end of loading OFBiz:

    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass
    (file:/home/ofbizDemo/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/2.5.11/4d8f25c5da08af46fb204fd493ec894699a3f4e8/groovy-2.5.11.jar)
    to method java.lang.Object.finalize()
    WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release

This is only trunk and 22.01 running with "openjdk 11.0.14 2022-01-18" there, not for 18.12. Nothing locally (Win7) with "openjdk 11.0.2 2019-01-15"  
for trunk.

Nobody ever crossed that?

TIA

Jacques

Le 18/03/2022 à 11:46, Jacques Le Roux a écrit :
> Hi,
>
> Good news, demos will soon be back :).
>
> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>
> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>
> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>
> What will change is the replacement of
> https://demo-old.ofbiz.apache.org/
> by
> https://demo-next.ofbiz.apache.org/
>
> https://demo-stable.ofbiz.apache.org/
> and
> https://demo-trunk.ofbiz.apache.org/
> will stay of course.
>
> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>
> Jacques
>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Michael,

I have installed Java 11 there and is already using it locally. I never tried JDK 17 yet, but that should easy to upgrade when ready.

Jacques

Le 24/03/2022 à 20:25, Michael Brohl a écrit :
> I think we should think about supporting JDK 17 and maybe skip JDK 11. It is LTS also and will have longer support.
>
> Thoughts?
>
> Michael
>
>
>
>> Am 23.03.2022 um 17:58 schrieb Jacques Le Roux <ja...@les7arts.com>:
>>
>> BTW,
>>
>> Is there someone who is already using Java 11 with 18.12?
>>
>> TIA
>>
>> Jacques
>>
>>> Le 23/03/2022 à 16:24, Jacques Le Roux a écrit :
>>> Hi Michael,
>>>
>>> I don't remember clearly why I had that in mind. I have just tried to run current 18.12 with Java 11 and so far it seems OK. I'll check that better...
>>>
>>> Nevertheless, I'll already ask to install both Java 8 and 11 on the new VM (nothing started yet).
>>>
>>> Thanks for the suggestion.
>>>
>>> Jacques
>>>
>>>> Le 18/03/2022 à 12:55, Jacques Le Roux a écrit :
>>>> Hi Michael,
>>>>
>>>> I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11
>>>>
>>>> Jacques
>>>>
>>>> Le 18/03/2022 à 12:03, Michael Brohl a écrit :
>>>>> Hi Jacques,
>>>>>
>>>>> should we not also have a VM supporting Java 11 for the 22.01 release branch?
>>>>>
>>>>> +1 for the rest of the specifications
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Michael Brohl
>>>>>
>>>>> ecomify GmbH - www.ecomify.de
>>>>>
>>>>>
>>>>> Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
>>>>>> Hi,
>>>>>>
>>>>>> Good news, demos will soon be back :).
>>>>>>
>>>>>> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>>>>>>
>>>>>> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>>>>>>
>>>>>> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>>>>>>
>>>>>> What will change is the replacement of
>>>>>> https://demo-old.ofbiz.apache.org/
>>>>>> by
>>>>>> https://demo-next.ofbiz.apache.org/
>>>>>>
>>>>>> https://demo-stable.ofbiz.apache.org/
>>>>>> and
>>>>>> https://demo-trunk.ofbiz.apache.org/
>>>>>> will stay of course.
>>>>>>
>>>>>> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>>>>>>
>>>>>> Jacques
>>>>>>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Michael Brohl <mi...@ecomify.de>.
I think we should think about supporting JDK 17 and maybe skip JDK 11. It is LTS also and will have longer support.

Thoughts?

Michael 



> Am 23.03.2022 um 17:58 schrieb Jacques Le Roux <ja...@les7arts.com>:
> 
> BTW,
> 
> Is there someone who is already using Java 11 with 18.12?
> 
> TIA
> 
> Jacques
> 
>> Le 23/03/2022 à 16:24, Jacques Le Roux a écrit :
>> Hi Michael,
>> 
>> I don't remember clearly why I had that in mind. I have just tried to run current 18.12 with Java 11 and so far it seems OK. I'll check that better...
>> 
>> Nevertheless, I'll already ask to install both Java 8 and 11 on the new VM (nothing started yet).
>> 
>> Thanks for the suggestion.
>> 
>> Jacques
>> 
>>> Le 18/03/2022 à 12:55, Jacques Le Roux a écrit :
>>> Hi Michael,
>>> 
>>> I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11
>>> 
>>> Jacques
>>> 
>>> Le 18/03/2022 à 12:03, Michael Brohl a écrit :
>>>> Hi Jacques,
>>>> 
>>>> should we not also have a VM supporting Java 11 for the 22.01 release branch?
>>>> 
>>>> +1 for the rest of the specifications
>>>> 
>>>> Thanks,
>>>> 
>>>> Michael Brohl
>>>> 
>>>> ecomify GmbH - www.ecomify.de
>>>> 
>>>> 
>>>> Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
>>>>> Hi,
>>>>> 
>>>>> Good news, demos will soon be back :).
>>>>> 
>>>>> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>>>>> 
>>>>> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>>>>> 
>>>>> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>>>>> 
>>>>> What will change is the replacement of
>>>>> https://demo-old.ofbiz.apache.org/
>>>>> by
>>>>> https://demo-next.ofbiz.apache.org/
>>>>> 
>>>>> https://demo-stable.ofbiz.apache.org/
>>>>> and
>>>>> https://demo-trunk.ofbiz.apache.org/
>>>>> will stay of course.
>>>>> 
>>>>> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>>>>> 
>>>>> Jacques
>>>>> 

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Gil Portenseigne <gi...@nereide.fr>.
I do not remember doing such :)

Gil

On Wed, Mar 23, 2022 at 07:13:02PM +0100, Jacques Le Roux wrote:
> Ah forgot, did you fix the warnings?
> 
> Le 23/03/2022 à 19:09, Jacques Le Roux a écrit :
> > Great, thanks Gil!
> > 
> > Le 23/03/2022 à 18:15, Gil Portenseigne a écrit :
> > > Hello Jacques,
> > > 
> > > We have some production server based on 18.12, with java 11.
> > > 
> > > It is working fine.
> > > 
> > > Gil
> > > On Wed, Mar 23, 2022 at 05:58:25PM +0100, Jacques Le Roux wrote:
> > > > BTW,
> > > > 
> > > > Is there someone who is already using Java 11 with 18.12?
> > > > 
> > > > TIA
> > > > 
> > > > Jacques
> > > > 
> > > > Le 23/03/2022 à 16:24, Jacques Le Roux a écrit :
> > > > > Hi Michael,
> > > > > 
> > > > > I don't remember clearly why I had that in mind. I have just
> > > > > tried to run current 18.12 with Java 11 and so far it seems
> > > > > OK. I'll check that better...
> > > > > 
> > > > > Nevertheless, I'll already ask to install both Java 8 and 11 on the new VM (nothing started yet).
> > > > > 
> > > > > Thanks for the suggestion.
> > > > > 
> > > > > Jacques
> > > > > 
> > > > > Le 18/03/2022 à 12:55, Jacques Le Roux a écrit :
> > > > > > Hi Michael,
> > > > > > 
> > > > > > I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11
> > > > > > 
> > > > > > Jacques
> > > > > > 
> > > > > > Le 18/03/2022 à 12:03, Michael Brohl a écrit :
> > > > > > > Hi Jacques,
> > > > > > > 
> > > > > > > should we not also have a VM supporting Java 11 for the 22.01 release branch?
> > > > > > > 
> > > > > > > +1 for the rest of the specifications
> > > > > > > 
> > > > > > > Thanks,
> > > > > > > 
> > > > > > > Michael Brohl
> > > > > > > 
> > > > > > > ecomify GmbH - www.ecomify.de
> > > > > > > 
> > > > > > > 
> > > > > > > Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
> > > > > > > > Hi,
> > > > > > > > 
> > > > > > > > Good news, demos will soon be back :).
> > > > > > > > 
> > > > > > > > Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
> > > > > > > > 
> > > > > > > > If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
> > > > > > > > 
> > > > > > > > JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
> > > > > > > > 
> > > > > > > > What will change is the replacement of
> > > > > > > > https://demo-old.ofbiz.apache.org/
> > > > > > > > by
> > > > > > > > https://demo-next.ofbiz.apache.org/
> > > > > > > > 
> > > > > > > > https://demo-stable.ofbiz.apache.org/
> > > > > > > > and
> > > > > > > > https://demo-trunk.ofbiz.apache.org/
> > > > > > > > will stay of course.
> > > > > > > > 
> > > > > > > > I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
> > > > > > > > 
> > > > > > > > Jacques
> > > > > > > > 

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
Ah forgot, did you fix the warnings?

Le 23/03/2022 à 19:09, Jacques Le Roux a écrit :
> Great, thanks Gil!
>
> Le 23/03/2022 à 18:15, Gil Portenseigne a écrit :
>> Hello Jacques,
>>
>> We have some production server based on 18.12, with java 11.
>>
>> It is working fine.
>>
>> Gil
>> On Wed, Mar 23, 2022 at 05:58:25PM +0100, Jacques Le Roux wrote:
>>> BTW,
>>>
>>> Is there someone who is already using Java 11 with 18.12?
>>>
>>> TIA
>>>
>>> Jacques
>>>
>>> Le 23/03/2022 à 16:24, Jacques Le Roux a écrit :
>>>> Hi Michael,
>>>>
>>>> I don't remember clearly why I had that in mind. I have just tried to run current 18.12 with Java 11 and so far it seems OK. I'll check that 
>>>> better...
>>>>
>>>> Nevertheless, I'll already ask to install both Java 8 and 11 on the new VM (nothing started yet).
>>>>
>>>> Thanks for the suggestion.
>>>>
>>>> Jacques
>>>>
>>>> Le 18/03/2022 à 12:55, Jacques Le Roux a écrit :
>>>>> Hi Michael,
>>>>>
>>>>> I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11
>>>>>
>>>>> Jacques
>>>>>
>>>>> Le 18/03/2022 à 12:03, Michael Brohl a écrit :
>>>>>> Hi Jacques,
>>>>>>
>>>>>> should we not also have a VM supporting Java 11 for the 22.01 release branch?
>>>>>>
>>>>>> +1 for the rest of the specifications
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Michael Brohl
>>>>>>
>>>>>> ecomify GmbH - www.ecomify.de
>>>>>>
>>>>>>
>>>>>> Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
>>>>>>> Hi,
>>>>>>>
>>>>>>> Good news, demos will soon be back :).
>>>>>>>
>>>>>>> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>>>>>>>
>>>>>>> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>>>>>>>
>>>>>>> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>>>>>>>
>>>>>>> What will change is the replacement of
>>>>>>> https://demo-old.ofbiz.apache.org/
>>>>>>> by
>>>>>>> https://demo-next.ofbiz.apache.org/
>>>>>>>
>>>>>>> https://demo-stable.ofbiz.apache.org/
>>>>>>> and
>>>>>>> https://demo-trunk.ofbiz.apache.org/
>>>>>>> will stay of course.
>>>>>>>
>>>>>>> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>>>>>>>
>>>>>>> Jacques
>>>>>>>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
Great, thanks Gil!

Le 23/03/2022 à 18:15, Gil Portenseigne a écrit :
> Hello Jacques,
>
> We have some production server based on 18.12, with java 11.
>
> It is working fine.
>
> Gil
> On Wed, Mar 23, 2022 at 05:58:25PM +0100, Jacques Le Roux wrote:
>> BTW,
>>
>> Is there someone who is already using Java 11 with 18.12?
>>
>> TIA
>>
>> Jacques
>>
>> Le 23/03/2022 à 16:24, Jacques Le Roux a écrit :
>>> Hi Michael,
>>>
>>> I don't remember clearly why I had that in mind. I have just tried to run current 18.12 with Java 11 and so far it seems OK. I'll check that better...
>>>
>>> Nevertheless, I'll already ask to install both Java 8 and 11 on the new VM (nothing started yet).
>>>
>>> Thanks for the suggestion.
>>>
>>> Jacques
>>>
>>> Le 18/03/2022 à 12:55, Jacques Le Roux a écrit :
>>>> Hi Michael,
>>>>
>>>> I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11
>>>>
>>>> Jacques
>>>>
>>>> Le 18/03/2022 à 12:03, Michael Brohl a écrit :
>>>>> Hi Jacques,
>>>>>
>>>>> should we not also have a VM supporting Java 11 for the 22.01 release branch?
>>>>>
>>>>> +1 for the rest of the specifications
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Michael Brohl
>>>>>
>>>>> ecomify GmbH - www.ecomify.de
>>>>>
>>>>>
>>>>> Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
>>>>>> Hi,
>>>>>>
>>>>>> Good news, demos will soon be back :).
>>>>>>
>>>>>> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>>>>>>
>>>>>> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>>>>>>
>>>>>> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>>>>>>
>>>>>> What will change is the replacement of
>>>>>> https://demo-old.ofbiz.apache.org/
>>>>>> by
>>>>>> https://demo-next.ofbiz.apache.org/
>>>>>>
>>>>>> https://demo-stable.ofbiz.apache.org/
>>>>>> and
>>>>>> https://demo-trunk.ofbiz.apache.org/
>>>>>> will stay of course.
>>>>>>
>>>>>> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>>>>>>
>>>>>> Jacques
>>>>>>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Gil Portenseigne <gi...@nereide.fr>.
Hello Jacques, 

We have some production server based on 18.12, with java 11.

It is working fine.

Gil
On Wed, Mar 23, 2022 at 05:58:25PM +0100, Jacques Le Roux wrote:
> BTW,
> 
> Is there someone who is already using Java 11 with 18.12?
> 
> TIA
> 
> Jacques
> 
> Le 23/03/2022 à 16:24, Jacques Le Roux a écrit :
> > Hi Michael,
> > 
> > I don't remember clearly why I had that in mind. I have just tried to run current 18.12 with Java 11 and so far it seems OK. I'll check that better...
> > 
> > Nevertheless, I'll already ask to install both Java 8 and 11 on the new VM (nothing started yet).
> > 
> > Thanks for the suggestion.
> > 
> > Jacques
> > 
> > Le 18/03/2022 à 12:55, Jacques Le Roux a écrit :
> > > Hi Michael,
> > > 
> > > I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11
> > > 
> > > Jacques
> > > 
> > > Le 18/03/2022 à 12:03, Michael Brohl a écrit :
> > > > Hi Jacques,
> > > > 
> > > > should we not also have a VM supporting Java 11 for the 22.01 release branch?
> > > > 
> > > > +1 for the rest of the specifications
> > > > 
> > > > Thanks,
> > > > 
> > > > Michael Brohl
> > > > 
> > > > ecomify GmbH - www.ecomify.de
> > > > 
> > > > 
> > > > Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
> > > > > Hi,
> > > > > 
> > > > > Good news, demos will soon be back :).
> > > > > 
> > > > > Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
> > > > > 
> > > > > If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
> > > > > 
> > > > > JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
> > > > > 
> > > > > What will change is the replacement of
> > > > > https://demo-old.ofbiz.apache.org/
> > > > > by
> > > > > https://demo-next.ofbiz.apache.org/
> > > > > 
> > > > > https://demo-stable.ofbiz.apache.org/
> > > > > and
> > > > > https://demo-trunk.ofbiz.apache.org/
> > > > > will stay of course.
> > > > > 
> > > > > I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
> > > > > 
> > > > > Jacques
> > > > > 

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
BTW,

Is there someone who is already using Java 11 with 18.12?

TIA

Jacques

Le 23/03/2022 à 16:24, Jacques Le Roux a écrit :
> Hi Michael,
>
> I don't remember clearly why I had that in mind. I have just tried to run current 18.12 with Java 11 and so far it seems OK. I'll check that better...
>
> Nevertheless, I'll already ask to install both Java 8 and 11 on the new VM (nothing started yet).
>
> Thanks for the suggestion.
>
> Jacques
>
> Le 18/03/2022 à 12:55, Jacques Le Roux a écrit :
>> Hi Michael,
>>
>> I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11
>>
>> Jacques
>>
>> Le 18/03/2022 à 12:03, Michael Brohl a écrit :
>>> Hi Jacques,
>>>
>>> should we not also have a VM supporting Java 11 for the 22.01 release branch?
>>>
>>> +1 for the rest of the specifications
>>>
>>> Thanks,
>>>
>>> Michael Brohl
>>>
>>> ecomify GmbH - www.ecomify.de
>>>
>>>
>>> Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
>>>> Hi,
>>>>
>>>> Good news, demos will soon be back :).
>>>>
>>>> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>>>>
>>>> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>>>>
>>>> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>>>>
>>>> What will change is the replacement of
>>>> https://demo-old.ofbiz.apache.org/
>>>> by
>>>> https://demo-next.ofbiz.apache.org/
>>>>
>>>> https://demo-stable.ofbiz.apache.org/
>>>> and
>>>> https://demo-trunk.ofbiz.apache.org/
>>>> will stay of course.
>>>>
>>>> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>>>>
>>>> Jacques
>>>>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Michael,

I don't remember clearly why I had that in mind. I have just tried to run current 18.12 with Java 11 and so far it seems OK. I'll check that better...

Nevertheless, I'll already ask to install both Java 8 and 11 on the new VM (nothing started yet).

Thanks for the suggestion.

Jacques

Le 18/03/2022 à 12:55, Jacques Le Roux a écrit :
> Hi Michael,
>
> I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11
>
> Jacques
>
> Le 18/03/2022 à 12:03, Michael Brohl a écrit :
>> Hi Jacques,
>>
>> should we not also have a VM supporting Java 11 for the 22.01 release branch?
>>
>> +1 for the rest of the specifications
>>
>> Thanks,
>>
>> Michael Brohl
>>
>> ecomify GmbH - www.ecomify.de
>>
>>
>> Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
>>> Hi,
>>>
>>> Good news, demos will soon be back :).
>>>
>>> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>>>
>>> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>>>
>>> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>>>
>>> What will change is the replacement of
>>> https://demo-old.ofbiz.apache.org/
>>> by
>>> https://demo-next.ofbiz.apache.org/
>>>
>>> https://demo-stable.ofbiz.apache.org/
>>> and
>>> https://demo-trunk.ofbiz.apache.org/
>>> will stay of course.
>>>
>>> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>>>
>>> Jacques
>>>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Michael,

I suggest to tackle that, including the necessary on the VM, when we will effectively switch 22.01 to JDK 11

Jacques

Le 18/03/2022 à 12:03, Michael Brohl a écrit :
> Hi Jacques,
>
> should we not also have a VM supporting Java 11 for the 22.01 release branch?
>
> +1 for the rest of the specifications
>
> Thanks,
>
> Michael Brohl
>
> ecomify GmbH - www.ecomify.de
>
>
> Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
>> Hi,
>>
>> Good news, demos will soon be back :).
>>
>> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>>
>> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>>
>> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>>
>> What will change is the replacement of
>> https://demo-old.ofbiz.apache.org/
>> by
>> https://demo-next.ofbiz.apache.org/
>>
>> https://demo-stable.ofbiz.apache.org/
>> and
>> https://demo-trunk.ofbiz.apache.org/
>> will stay of course.
>>
>> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>>
>> Jacques
>>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Michael Brohl <mi...@ecomify.de>.
Hi Jacques,

should we not also have a VM supporting Java 11 for the 22.01 release 
branch?

+1 for the rest of the specifications

Thanks,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 18.03.22 um 11:46 schrieb Jacques Le Roux:
> Hi,
>
> Good news, demos will soon be back :).
>
> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>
> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 
> 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>
> JDK8 because it will still need to support 18.12 branch, 8GM RAM has 
> proven to be good enough for 3 demos so far.
>
> What will change is the replacement of
> https://demo-old.ofbiz.apache.org/
> by
> https://demo-next.ofbiz.apache.org/
>
> https://demo-stable.ofbiz.apache.org/
> and
> https://demo-trunk.ofbiz.apache.org/
> will stay of course.
>
> I have things almost ready at 
> https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>
> Jacques
>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi,

Infra ran the cron as root. It should be ofbizDemo user. I told them, I hope all will be OK then

Thanks for your patience :)

Le 28/03/2022 à 18:52, Jacques Le Roux a écrit :
> Hi,
>
> The demos are back, next will only work tomorrow morning around 3 UTC
>
> Enjoy
>
> Jacques
>
> Le 18/03/2022 à 11:46, Jacques Le Roux a écrit :
>> Hi,
>>
>> Good news, demos will soon be back :).
>>
>> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>>
>> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>>
>> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>>
>> What will change is the replacement of
>> https://demo-old.ofbiz.apache.org/
>> by
>> https://demo-next.ofbiz.apache.org/
>>
>> https://demo-stable.ofbiz.apache.org/
>> and
>> https://demo-trunk.ofbiz.apache.org/
>> will stay of course.
>>
>> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>>
>> Jacques
>>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi,

The demos are back, next will only work tomorrow morning around 3 UTC

Enjoy

Jacques

Le 18/03/2022 à 11:46, Jacques Le Roux a écrit :
> Hi,
>
> Good news, demos will soon be back :).
>
> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>
> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8, 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>
> JDK8 because it will still need to support 18.12 branch, 8GM RAM has proven to be good enough for 3 demos so far.
>
> What will change is the replacement of
> https://demo-old.ofbiz.apache.org/
> by
> https://demo-next.ofbiz.apache.org/
>
> https://demo-stable.ofbiz.apache.org/
> and
> https://demo-trunk.ofbiz.apache.org/
> will stay of course.
>
> I have things almost ready at https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>
> Jacques
>

Re: [INFRA-22722] Restart the ofbiz-vm3 demos server

Posted by Gavin Mabie <kw...@gmail.com>.
Thanks Jacques

On Fri, Mar 18, 2022 at 12:48 PM Jacques Le Roux <
jacques.le.roux@les7arts.com> wrote:

> Hi,
>
> Good news, demos will soon be back :).
>
> Greg asked me to provide specs for a new OFBIZ-VM, I guess OFBIZ-VM4.
>
> If nobody is against Monday I'll ask for the same than OFBIZ-VM3 (JDK 8,
> 8GB RAM, letsencrypt). I guess it will be Ubuntu again.
>
> JDK8 because it will still need to support 18.12 branch, 8GM RAM has
> proven to be good enough for 3 demos so far.
>
> What will change is the replacement of
> https://demo-old.ofbiz.apache.org/
> by
> https://demo-next.ofbiz.apache.org/
>
> https://demo-stable.ofbiz.apache.org/
> and
> https://demo-trunk.ofbiz.apache.org/
> will stay of course.
>
> I have things almost ready at
> https://github.com/apache/ofbiz-tools/tree/master/demo-backup
>
> Jacques
>
>