Re: Starting to move Gump to using Java 11

2021-08-20 Thread Mark Thomas
On 20/08/2021 09:06, Stefan Bodewig wrote: On 2021-08-19, Mark Thomas wrote: On 19/08/2021 17:53, Stefan Bodewig wrote: Tomcat transitvely inherits antlr4*.jar but this jar doesn't seem to contain the "runtime" package. I believe you also want https://mvnrepository.com/art

Re: Starting to move Gump to using Java 11

2021-08-23 Thread Mark Thomas
On 20/08/2021 17:53, Mark Thomas wrote: On 20/08/2021 09:06, Stefan Bodewig wrote: I've already added the jar and changed the descriptors. Unfortunately I did so before realizing that my ssh key is unknown to the current vmgump and so I've not been able to update the worki

Re: Problem running Apache Gump [vmgump]

2021-11-11 Thread Mark Thomas
This will be the changes I made yesterday to add JaCoCo which it looks like I meessed up. I'll take a look now. Mark On 11/11/2021 02:36, g...@gump-vm2.apache.org wrote: There is a problem with run 'vmgump' (2021_01), location : http://gump-vm2.apache.org/ ---

Re: Problem running Apache Gump [vmgump]

2021-11-11 Thread Mark Thomas
On 11/11/2021 08:16, Mark Thomas wrote: This will be the changes I made yesterday to add JaCoCo which it looks like I messed up. I'll take a look now. Should be fixed now. Running an official run as the one at midnight failed. Mark On 11/11/2021 02:36, g...@gump-vm2.apache.org wrote:

Moving to Java 17

2023-01-11 Thread Mark Thomas
Hi all, Tomcat is about to move the main development branch to Java 17. So Gump can continue to build Tomcat, I intend to move Gump to Java 17. I have added Java 17 to the packages installed by Puppet (and removed Java 8 since we have been using Java 11 for a while now). Once I have confirm

Re: Moving to Java 17

2023-01-19 Thread Mark Thomas
Quick update, I just switched Gump over. Should start to see the impact with the 12.00 UTC run in ~2.5 hours time. Mark On 12/01/2023 07:27, Stefan Bodewig wrote: On 2023-01-11, Mark Thomas wrote: Once I have confirmed Java 17 has been installed, I'll switch Gump over to Java 17 and

Re: Moving to Java 17

2023-01-26 Thread Mark Thomas
Looks to be back to where we were before the Java 17 update. Mark On 19/01/2023 09:38, Mark Thomas wrote: Quick update, I just switched Gump over. Should start to see the impact with the 12.00 UTC run in ~2.5 hours time. Mark On 12/01/2023 07:27, Stefan Bodewig wrote: On 2023-01-11, Mark

Re: Direction of Gump

2023-03-05 Thread Mark Thomas
On 19/02/2023 11:56, Stefan Bodewig wrote: Hi all after Gump's last board report one of the members asked whether we aren't disturbed by not adding any new committers for many years now (actually I don't believe anybody who is a not a PMC member already has posted anything to ths list for years)

Maven bumped from 3.6.2 to 3.6.3

2023-05-05 Thread Mark Thomas
Hi all, A number (all?) of Commons projects now require Maven 3.6.3 as a minimum so I bumped the Maven version to 3.6.3. I thought about taking it to the latest 3.x release but opted for the minimal change at this point. If this goes well, I may move Gump to Maven 3.9.1 next week. Mark

Gump build switched to Java 21

2023-05-10 Thread Mark Thomas
Hi all, Tomcat 11 is about to move to requiring Java 21 so I have just switched Gump to building with the latest Java 21 EA. I am expecting things to break and for it to take a couple of days for me to get everything fixed. Fingers crossed... Mark ---

Re: Gump build switched to Java 21

2023-05-12 Thread Mark Thomas
On 11/05/2023 16:57, Stefan Bodewig wrote: On 2023-05-10, Mark Thomas wrote: Tomcat 11 is about to move to requiring Java 21 so I have just switched Gump to building with the latest Java 21 EA. I am expecting things to break and for it to take a couple of days for me to get everything fixed

Re: Cron cd /srv/gump/public/gump/cron; /bin/bash gump.sh all

2023-05-19 Thread Mark Thomas
On 19/05/2023 13:00, Cron Daemon wrote: The lock file [/srv/gump/public/gump/gump.lock] exists, and is locked.. Either Gump is still running, or it terminated very abnormally. Please resolve this (waiting or removing the lock file) before retrying. Looks like Tomcat test failures causing a long

FYI - Gump will be moving to Java 22 EA shortly

2023-10-24 Thread Mark Thomas
Hi all, Tomcat now needs Java 22 to build the development branch so I'll be moving Gump to use Java 22 once it is available in the ASF package repository. I anticipate this move happening in the next week or so. Mark - To u

Re: FYI - Gump will be moving to Java 22 EA shortly

2023-11-03 Thread Mark Thomas
Hi all, It took a little longer than I expected to do this. I've just switched vmgump to Java 22. The first run should start in ~4.5 hours. Mark On 24/10/2023 12:32, Mark Thomas wrote: Hi all, Tomcat now needs Java 22 to build the development branch so I'll be moving Gump to u

Re: Cron cd /srv/gump/public/gump/cron; /bin/bash gump.sh all

2024-05-21 Thread Mark Thomas
Nothing to worry about. I started the run early so this is just the cron job complaining about the job I started. Mark On 21/05/2024 19:00, Cron Daemon wrote: The lock file [/srv/gump/public/gump/gump.lock] exists, and is locked.. Either Gump is still running, or it terminated very abnormally

Re: Problem running Apache Gump [vmgump]

2024-05-23 Thread Mark Thomas
This is my fault. I (still) haven't added the Derby JARs correctly. I'm working on this now. Mark On 23/05/2024 03:14, g...@gump-vm2.apache.org wrote: There is a problem with run 'vmgump' (23052024_01), location : http://gump-vm2.apache.org/ --

Re: Cron cd /srv/gump/public/gump/cron; /bin/bash gump.sh all

2024-06-27 Thread Mark Thomas
This just because I am manually triggering test runs as I debug failures in the Tomcat builds. I think I am all done so I'm expecting one more warning at 1800 UTC and then we should be back to just using cron to trigger the Gump runs. However, if the next test fails I may need to go back to m

Migrating to a newer OS

2024-08-16 Thread Mark Thomas
Hi all, While investigating the current Commons Daemon build failure I found it was because the build tool-chain on Ubuntu 20.04 is too old. I have spoken to ASAF infra and the upgrade path is for them to create a new VM based on a newer Ubuntu version. I have gone ahead and requested that.

Re: Migrating to a newer OS

2024-08-17 Thread Mark Thomas
this point. I'll update this thread when I have more info. Kind regards, Mark regards, Adam On Fri, Aug 16, 2024 at 12:27 PM Mark Thomas wrote: Hi all, While investigating the current Commons Daemon build failure I found it was because the build tool-chain on Ubuntu 20.04 is too old.

[jira] Created: (GUMP-150) Webapplication to present the data generated by Gump3

2005-08-19 Thread Thomas Hedin (JIRA)
and Hibernate3 Reporter: Thomas Hedin Webapplication to present the data generated by Gump3 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more

[jira] Updated: (GUMP-150) Webapplication to present the data generated by Gump3

2005-08-19 Thread Thomas Hedin (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-150?page=all ] Thomas Hedin updated GUMP-150: -- Attachment: gump3presentation.tar.gz The first code for the Gump 3 Presentation. There is still a lot to do but felt like I hade to show you something. The

[jira] Created: (GUMP-152) Made some updates on the Gump3 Presentation

2005-08-31 Thread Thomas Hedin (JIRA)
: Thomas Hedin Updated the Gump 3 Presentation. A dynamic webinterface for the presentation of data from Gump3. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure

[jira] Updated: (GUMP-152) Made some updates on the Gump3 Presentation

2005-08-31 Thread Thomas Hedin (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-152?page=all ] Thomas Hedin updated GUMP-152: -- Attachment: gump3presentation.tar.gz The code for the update of Gump3 Presentation > Made some updates on the Gump3 Presentat

[jira] Updated: (GUMP-152) Made some updates on the Gump3 Presentation

2005-08-31 Thread Thomas Hedin (JIRA)
[ http://issues.apache.org/jira/browse/GUMP-152?page=all ] Thomas Hedin updated GUMP-152: -- Attachment: gump3presentation.tar.gz > Made some updates on the Gump3 Presentation > --- > > K

<    1   2