Thanks for letting me know, the "cleanup" jobs run daily and are supposed
to keep at least two snapshot jars. I did create the "rebuild maven
repository (maven-metadata.xml) task, but currently have it set to run
manually as I would like to determine the cause of these problems. I assume
this is the task you mean...

Looking in the repo I can see recent snapshots here
https://repo.osgeo.org/service/rest/repository/browse/geoserver-snapshots/org/geowebcache/gwc-diskquota-jdbc/1.19-SNAPSHOT/

* When checking maven-metadata.xml indicates "1.19-20200907.154459-6" is
the latest
* This is also the latest I see when browsing, which is consistent...

What did you see when you wrote the email?

Checking other folders I think I can see what you mean...
- gwc-diskquota/1.19-SNAPSHOT lists 1.19-20200904.180554-5   but metadata
has 1.19-20200907.154259-1

Although checking jenkins it appears geowebcache master builds are indeed
failing right now:
https://build.geoserver.org/view/geowebcache/job/geowebcache-master/128/

And failing specifically on diskquota-jdbc:

> [INFO] Disk Quota management module - JDBC backends ....... FAILURE [
11.840 s]

With the failure being:

> 2020-09-07 19:15:49 ERROR MbtilesBlobStore:436 - Error getting metadata
from file '/tmp/junit5355982624683894350/metadata.sqlite'.
java.lang.RuntimeException: Error executing query 'SELECT value FROM
metadata WHERE layerName = ? AND key = ?;'.
>  at org.geowebcache.sqlite.Utils.exception(Utils.java:96)
> ...
> Caused by: org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or
missing database (no such table: metadata)
>  at org.sqlite.core.DB.newSQLException(DB.java:1010)

--
Jody Garnett


On Mon, 7 Sep 2020 at 08:46, Mark Prins <[email protected]> wrote:

> I'm seeing build failures again caused by download failures of
> geowebcache eg. on Travis-CI
>
> [ERROR] Failed to execute goal on project gs-gwc: Could not resolve
> dependencies for project org.geoserver:gs-gwc:jar:2.19-SNAPSHOT: Failed
> to collect dependencies at
> org.geowebcache:gwc-diskquota-jdbc:jar:1.19-SNAPSHOT: Failed to read
> artifact descriptor for
> org.geowebcache:gwc-diskquota-jdbc:jar:1.19-SNAPSHOT: Could not find
> artifact org.geowebcache:gwc-diskquota:pom:1.19-SNAPSHOT in
> osgeo-snapshots (https://repo.osgeo.org/repository/snapshot/) -> [Help 1]
>
> https://travis-ci.org/github/geoserver/geoserver/jobs/724926095#L17597
>
> Not sure how cleanup of old snapshots is done on the osgeo server, but
> it might be an idea to set up a "Rebuild Maven repository metadata" task
> to regenerate the maven-metadata.xml files on a regular basis for
> snapshots (see attached) as there appears to be a discrepancy between
> the files listed in the maven-metadata.xml and the "browse" GUI of Nexus.
>
> Mark
>
>
>
> _______________________________________________
> Geoserver-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to