[Geoserver-devel] 2.17.0 release artifacts available for testing

see https://build.geoserver.org/job/geoserver-release/lastSuccessfulBuild/artifact/distribution/2.17.0/

please test and let me know how it goes

Ian

···

Ian Turton

I’m seeing the following error on trying to open the layers page:

org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer;
	org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1055)
	org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
	org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
....
···

Ian Turton

How does the HTML doc contents look? Does it contain the API folder?

···


Jody Garnett

HI Ian,

has there been a mixed build situation? Java 11 build running on Java 8?
Normally all builds should be running on Java 8, never seen that problem when avoiding java 11 builds.

Cheers
Andrea

···

Regards, Andrea Aime

== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.

HI Ian,

has there been a mixed build situation? Java 11 build running on Java 8?
Normally all builds should be running on Java 8, never seen that problem when avoiding java 11 builds.

No, this is all Java 8 (https://build.geoserver.org/job/geoserver-release/lastSuccessfulBuild/parameters/ shows OpenJDK 8u212)

Ian

···

Ian Turton

The HTML docs contain a user and developer folder and a readme file - no sign of API-DOCs

Ian

···

Ian Turton

Okay so that line is still not working, checking the logs it is created via an assembly:

[ [1;34mINFO [m] [1m— [0;32mmaven-assembly-plugin:3.2.0:single [m [1m(htmldoc) [m @ [36mgs-docs [0;1m — [m
[ [1;34mINFO [m] Reading assembly descriptor: release/htmldoc.xml
[ [1;34mINFO [m] Building zip: /tmp/jenkins-61684bee/workspace/geoserver-release/doc/en/target/geoserver-2.17-SNAPSHOT-htmldoc.zip

And then then recreated bellow:

artifacts = /tmp/jenkins-61684bee/workspace/geoserver-release/src/target/release
Creating geoserver-2.17.0-htmldoc.zip
copying artifacts to /tmp/jenkins-61684bee/workspace/geoserver-release/distribution/2.17.0
cp: cannot stat ‘/tmp/jenkins-61684bee/workspace/geoserver-release/src/target/release/…/…/…/doc/en/target/user/latex/manual.pdf’: No such file or directory
generated artifacts:
total 312260
drwxrwxr-x 3 ubuntu ubuntu 4096 Apr 15 21:56 .
drwxrwxr-x 3 ubuntu ubuntu 4096 Apr 15 21:51 …
-rw-rw-r-- 1 ubuntu ubuntu 107317265 Apr 15 21:56 geoserver-2.17.0-bin.zip
-rw-rw-r-- 1 ubuntu ubuntu 95217084 Apr 15 21:56 geoserver-2.17.0-htmldoc.zip
-rw-rw-r-- 1 ubuntu ubuntu 17202395 Apr 15 21:56 geoserver-2.17.0-javadoc.zip
-rw-rw-r-- 1 ubuntu ubuntu 57066 Apr 15 21:56 geoserver-2.17.0-mac.zip
-rw-rw-r-- 1 ubuntu ubuntu 99578318 Apr 15 21:56 geoserver-2.17.0-war.zip
-rw-rw-r-- 1 ubuntu ubuntu 359709 Apr 15 21:56 geoserver-2.17.0-win.zip
drwxrwxr-x 2 ubuntu ubuntu 4096 Apr 15 21:56 plugins
[rel_2.17.0 48c36ace0e] updating version numbers and release notes for 2.17.0

I guess the answer is *why is it creating a file geoserver-2.17-SNAPSHOT-htmldoc.zip and not geoserver-2.17.0-htmldoc.zip?

···


Jody Garnett

Here is a PR fix for your review: https://github.com/geoserver/geoserver/pull/4189

···


Jody Garnett