[Geoserver-devel] The GWC UI is gone/not working? (on master)

Hi,
I’m working on a fresh deploy of the master branch and following the seed/truncate link
from the “tile layers” page results in a JSON file instead of the usual HTML page, e.g.:

http://cloudsdi.geo-solutions.it/geoserver/gwc/rest/seed/test:SENTINEL1_MOSAIC

returns (if you have admin access):

{

  • long-array-array:

}

Also, going from the “Caching Defaults” page and following the link “Go to the embedded GeoWebCache home page”
which points to:

http://cloudsdi.geo-solutions.it/geoserver/gwc

results in a 404.
To make sure it was not something local to that server I’ve downloaded a nightly build, Sept 7th, and
with the vanilla configuration the issue is exactly the same.

I’m guessing this is a result of the GWC REST API migration but… we really need that UI, removing it is
a major regression. This is a release blocker…

Cheers
Andrea

···

==
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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

Andrea,

The UI hasn’t been removed, but is in a new location. “/seed/ui_form/{layer}” I think it would be best at some point to move the UI out of the rest module for GWC.

Thanks

···

On Thu, Sep 7, 2017 at 10:15 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi,
I’m working on a fresh deploy of the master branch and following the seed/truncate link
from the “tile layers” page results in a JSON file instead of the usual HTML page, e.g.:

http://cloudsdi.geo-solutions.it/geoserver/gwc/rest/seed/test:SENTINEL1_MOSAIC

returns (if you have admin access):

{

  • long-array-array:

}

Also, going from the “Caching Defaults” page and following the link “Go to the embedded GeoWebCache home page”
which points to:

http://cloudsdi.geo-solutions.it/geoserver/gwc

results in a 404.
To make sure it was not something local to that server I’ve downloaded a nightly build, Sept 7th, and
with the vanilla configuration the issue is exactly the same.

I’m guessing this is a result of the GWC REST API migration but… we really need that UI, removing it is
a major regression. This is a release blocker…

Cheers
Andrea

==
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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-devel mailing list
Geoserver-devel@anonymised.com.366…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

David Vick

Software Developer | Boundless
dvick@anonymised.com
mobile: +1-636-698-3174

Hi David,
that’s known as a backwards incompatible change and it will cause discomfort on the user base.
On Gitter we discused and David assured me the XML/JSON urls are still working, it’s the HTML representation only
that has been moved… which means seed automation should work seamlessly across the upgrade (which is imho the most important point).

Still, it would be best to avoid moving the “UI” (which is really just a HTML representation of the same resources).
If moving it is 100% unavoidable you’ll still have to fix the links from the GeoServer UI to the GWC one, and fix all the
references from GeoServer and GWC documentation.

By the way, more feedback:

I’m getting a 404 for it (as reported in my first mail)

Regards
Andrea

···

On Thu, Sep 7, 2017 at 5:51 PM, David Vick <dvick@anonymised.com> wrote:

Andrea,

The UI hasn’t been removed, but is in a new location. “/seed/ui_form/{layer}” I think it would be best at some point to move the UI out of the rest module for GWC.

Thanks


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-devel mailing list
Geoserver-devel@anonymised.com.366…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

David Vick

Software Developer | Boundless
dvick@anonymised.com…3839…
mobile: +1-636-698-3174

On Thu, Sep 7, 2017 at 10:15 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi,
I’m working on a fresh deploy of the master branch and following the seed/truncate link
from the “tile layers” page results in a JSON file instead of the usual HTML page, e.g.:

http://cloudsdi.geo-solutions.it/geoserver/gwc/rest/seed/test:SENTINEL1_MOSAIC

returns (if you have admin access):

{

  • long-array-array:

}

Also, going from the “Caching Defaults” page and following the link “Go to the embedded GeoWebCache home page”
which points to:

http://cloudsdi.geo-solutions.it/geoserver/gwc

results in a 404.
To make sure it was not something local to that server I’ve downloaded a nightly build, Sept 7th, and
with the vanilla configuration the issue is exactly the same.

I’m guessing this is a result of the GWC REST API migration but… we really need that UI, removing it is
a major regression. This is a release blocker…

Cheers
Andrea

==
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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-devel mailing list
Geoserver-devel@anonymised.comrge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

I also noticed last week that seeding does not appear to work (for that Los Angeles FAA GeoTIFF discussed on the user list). I saw a message that seeding sometimes fails the first time, but this error seemed persistent. I was not sure whether this was a problem with my configuration (I was running from Eclipse), and the user preferred Jukka's solution. I was planning to test seeding with 2.12-beta when it is available.

Kind regards,
Ben.

On 08/09/17 03:15, Andrea Aime wrote:

Hi,
I'm working on a fresh deploy of the master branch and following the
seed/truncate link
from the "tile layers" page results in a JSON file instead of the usual
HTML page, e.g.:

http://cloudsdi.geo-solutions.it/geoserver/gwc/rest/seed/test:SENTINEL1_MOSAIC

returns (if you have admin access):

{

    - long-array-array:

}

Also, going from the "Caching Defaults" page and following the link "Go to
the embedded GeoWebCache home page"
which points to:

http://cloudsdi.geo-solutions.it/geoserver/gwc

results in a 404.
To make sure it was not something local to that server I've downloaded a
nightly build, Sept 7th, and
with the vanilla configuration the issue is exactly the same.

I'm guessing this is a result of the GWC REST API migration but... we
really need that UI, removing it is
a major regression. This is a release blocker....

Cheers
Andrea

==
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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <http://transient.nz/&gt;
New Zealand

Experiencing the same thing ... and also believed it was some issue with my configuration.

On 09/07/2017 10:07 PM, Ben Caradoc-Davies wrote:

I also noticed last week that seeding does not appear to work (for that Los Angeles FAA GeoTIFF discussed on the user list). I saw a message that seeding sometimes fails the first time, but this error seemed persistent. I was not sure whether this was a problem with my configuration (I was running from Eclipse), and the user preferred Jukka's solution. I was planning to test seeding with 2.12-beta when it is available.

Kind regards,
Ben.

On 08/09/17 03:15, Andrea Aime wrote:

Hi,
I'm working on a fresh deploy of the master branch and following the
seed/truncate link
from the "tile layers" page results in a JSON file instead of the usual
HTML page, e.g.:

http://cloudsdi.geo-solutions.it/geoserver/gwc/rest/seed/test:SENTINEL1_MOSAIC

returns (if you have admin access):

{

    - long-array-array:

}

Also, going from the "Caching Defaults" page and following the link "Go to
the embedded GeoWebCache home page"
which points to:

http://cloudsdi.geo-solutions.it/geoserver/gwc

results in a 404.
To make sure it was not something local to that server I've downloaded a
nightly build, Sept 7th, and
with the vanilla configuration the issue is exactly the same.

I'm guessing this is a result of the GWC REST API migration but... we
really need that UI, removing it is
a major regression. This is a release blocker....

Cheers
Andrea

==
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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Regards,
Nuno Oliveira

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
  The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.