[Geoserver-devel] a bit stuck on 2.9-M0 release

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.

···


Jody Garnett

There is also another problem: what version of GeoFence are you going to use? I only realised today that GeoFence is a SNAPSHOT dependency. As far as I can tell, geoserver-release does not yet let you pick a revision or release to use. Does 2.9-M0 have a dependency on GeoFence 3.1-SNAPSHOT (master)? That would not be good for a release of any type.

Also, the current GS master does not build against GF master (compile failure in gs-geofence on ares); I am investigating because I want a clean build before switching to Java 8.

Kind regards,
Ben.

On 21/12/15 13:05, Jody Garnett wrote:

Kevin was able to upload GWC to SF, but it has not appeared on
repo.boundlessgeo.com - I am going to try and manually upload the jars and
see if I can resume the build process.
--
Jody Garnett

------------------------------------------------------------------------------

_______________________________________________
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

Geofence is an optional install. This is just a milestone release - we can use it to identify problems like this - but we do not need to stress until the beta :slight_smile:

On Sun, Dec 20, 2015 at 4:20 PM Ben Caradoc-Davies <ben@anonymised.com> wrote:

There is also another problem: what version of GeoFence are you going to
use? I only realised today that GeoFence is a SNAPSHOT dependency. As
far as I can tell, geoserver-release does not yet let you pick a
revision or release to use. Does 2.9-M0 have a dependency on GeoFence
3.1-SNAPSHOT (master)? That would not be good for a release of any type.

Also, the current GS master does not build against GF master (compile
failure in gs-geofence on ares); I am investigating because I want a
clean build before switching to Java 8.

Kind regards,
Ben.

On 21/12/15 13:05, Jody Garnett wrote:

Kevin was able to upload GWC to SF, but it has not appeared on
repo.boundlessgeo.com - I am going to try and manually upload the jars and
see if I can resume the build process.

Jody Garnett



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/>
New Zealand


Jody Garnett

Hi Ben,

Alle 01:19:59 di Monday 21 December 2015, Ben Caradoc-Davies ha scritto:

There is also another problem: what version of GeoFence are you going to
use? I only realised today that GeoFence is a SNAPSHOT dependency. As
far as I can tell, geoserver-release does not yet let you pick a
revision or release to use. Does 2.9-M0 have a dependency on GeoFence
3.1-SNAPSHOT (master)? That would not be good for a release of any type.

GeoFence is a dep for the community modules geofence and geofence-server.
If you need I can tag and release a 3.1.0 version, but since it contains some
brand new code I'd like it to be tested a bit.
Please tell me if there are time constraints of any type.

Also, the current GS master does not build against GF master (compile
failure in gs-geofence on ares); I am investigating because I want a
clean build before switching to Java 8.

Should be fixed now. Please let me know.

   Cheers,
   Emanuele

Kind regards,
Ben.

On 21/12/15 13:05, Jody Garnett wrote:
> Kevin was able to upload GWC to SF, but it has not appeared on
> repo.boundlessgeo.com - I am going to try and manually upload the jars
> and see if I can resume the build process.
> --
> Jody Garnett
>
>
>
> -------------------------------------------------------------------------
> -----
>
>
>
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--

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

Ing. Emanuele Tajariol
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 380 2116282

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

-------------------------------------------------------

I manually deployed the gwc jars that were included in the SF war download.

After doing so the 2.9-M0 release is willing to try and run … but fails partway through:

[INFO] GeoWebCache (GWC) Module … FAILURE [7.064s]

Looks like my manual deploy failed (I asked it to include the pom.xml file from each jar rather than generate one on its own).

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoWebCache (GWC) Module 2.9-M0
[INFO] ------------------------------------------------------------------------
Downloading: [https://repo.boundlessgeo.com/main/org/geowebcache/gwc-georss/1.9-M0/gwc-georss-1.9-M0.pom
2/2](https://repo.boundlessgeo.com/main/org/geowebcache/gwc-georss/1.9-M0/gwc-georss-1.9-M0.pom
2/2) KB       
         
Downloaded: [https://repo.boundlessgeo.com/main/org/geowebcache/gwc-georss/1.9-M0/gwc-georss-1.9-M0.pom](https://repo.boundlessgeo.com/main/org/geowebcache/gwc-georss/1.9-M0/gwc-georss-1.9-M0.pom) (2 KB at 8.4 KB/sec)
[WARNING] The POM for org.geowebcache:gwc-georss:jar:1.9-M0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
Downloading: [https://repo.boundlessgeo.com/main/org/geowebcache/gwc-gmaps/1.9-M0/gwc-gmaps-1.9-M0.pom
2/2](https://repo.boundlessgeo.com/main/org/geowebcache/gwc-gmaps/1.9-M0/gwc-gmaps-1.9-M0.pom
2/2) KB  

...

Resulting in compilation failures (from missing transitive dependencies):


···

On 20 December 2015 at 16:05, Jody Garnett <jody.garnett@anonymised.com> wrote:

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.


Jody Garnett


Jody Garnett

On 21/12/15 14:49, Emanuele Tajariol wrote:

Also, the current GS master does not build against GF master (compile
>failure in gs-geofence on ares); I am investigating because I want a
>clean build before switching to Java 8.

Should be fixed now. Please let me know.

Thanks, Emanuele. Confirmed fixed.

Kind regards,

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

Now unstuck - thanks for the help aaime :slight_smile:

Preflight downloads available: http://ares.boundlessgeo.com/geoserver/release/2.9-M0/

···

On 20 December 2015 at 16:05, Jody Garnett <jody.garnett@anonymised.com> wrote:

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.


Jody Garnett


Jody Garnett

Mac DMG fails to startup:

WARNING: Module not found [ssl]

2015-12-21 16:29:10.299:INFO::startup executor: Logging initialized @6598ms

2015-12-21 16:29:10.456:INFO:oejs.Server:startup executor: jetty-9.2.13.v20150730

2015-12-21 16:29:10.470:INFO:oejdp.ScanningAppProvider:startup executor: Deployment monitor [file:/Applications/GeoServer.app/Contents/Java/webapps/] at interval 1

2015-12-21 16:29:11.307:INFO:oejw.StandardDescriptorProcessor:startup executor: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet

2015-12-21 16:29:11.613:WARN:oejuc.AbstractLifeCycle:startup executor: FAILED o.e.j.w.WebAppContext@anonymised.com{/geoserver,file:/Applications/GeoServer.app/Contents/Java/webapps/geoserver/,STARTING}{/geoserver}: java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)

at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

Anyone else want to give it a go?

···

On 21 December 2015 at 16:27, Jody Garnett <jody.garnett@anonymised.com> wrote:

Now unstuck - thanks for the help aaime :slight_smile:

Preflight downloads available: http://ares.boundlessgeo.com/geoserver/release/2.9-M0/


Jody Garnett


Jody Garnett

On 20 December 2015 at 16:05, Jody Garnett <jody.garnett@anonymised.com> wrote:

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.


Jody Garnett

Looking in installed DMG application:

WEB-INF/lib contains:

jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar

Going to try the bin download … same problem:

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI
at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

···

On 21 December 2015 at 16:31, Jody Garnett <jody.garnett@anonymised.com> wrote:

Mac DMG fails to startup:

WARNING: Module not found [ssl]

2015-12-21 16:29:10.299:INFO::startup executor: Logging initialized @6598ms

2015-12-21 16:29:10.456:INFO:oejs.Server:startup executor: jetty-9.2.13.v20150730

2015-12-21 16:29:10.470:INFO:oejdp.ScanningAppProvider:startup executor: Deployment monitor [file:/Applications/GeoServer.app/Contents/Java/webapps/] at interval 1

2015-12-21 16:29:11.307:INFO:oejw.StandardDescriptorProcessor:startup executor: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet

2015-12-21 16:29:11.613:WARN:oejuc.AbstractLifeCycle:startup executor: FAILED o.e.j.w.WebAppContext@anonymised.com{/geoserver,file:/Applications/GeoServer.app/Contents/Java/webapps/geoserver/,STARTING}{/geoserver}: java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)

at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

Anyone else want to give it a go?


Jody Garnett


Jody Garnett

On 21 December 2015 at 16:27, Jody Garnett <jody.garnett@anonymised.com> wrote:

Now unstuck - thanks for the help aaime :slight_smile:

Preflight downloads available: http://ares.boundlessgeo.com/geoserver/release/2.9-M0/


Jody Garnett

On 20 December 2015 at 16:05, Jody Garnett <jody.garnett@anonymised.com> wrote:

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.


Jody Garnett

Hi Jody,
if memory serves me well, it sometimes happens that a “NoClassDefFoundError” actually means
“the class is there, but some static initialization failed while loading it”

Do you have any logs, or anything on the standard output?

Cheers
Andrea

···

On Tue, Dec 22, 2015 at 3:39 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Looking in installed DMG application:

WEB-INF/lib contains:

jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar

Going to try the bin download … same problem:

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI
at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)



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


Jody Garnett

On 21 December 2015 at 16:31, Jody Garnett <jody.garnett@anonymised.com> wrote:

Mac DMG fails to startup:

WARNING: Module not found [ssl]

2015-12-21 16:29:10.299:INFO::startup executor: Logging initialized @6598ms

2015-12-21 16:29:10.456:INFO:oejs.Server:startup executor: jetty-9.2.13.v20150730

2015-12-21 16:29:10.470:INFO:oejdp.ScanningAppProvider:startup executor: Deployment monitor [file:/Applications/GeoServer.app/Contents/Java/webapps/] at interval 1

2015-12-21 16:29:11.307:INFO:oejw.StandardDescriptorProcessor:startup executor: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet

2015-12-21 16:29:11.613:WARN:oejuc.AbstractLifeCycle:startup executor: FAILED o.e.j.w.WebAppContext@anonymised.com{/geoserver,file:/Applications/GeoServer.app/Contents/Java/webapps/geoserver/,STARTING}{/geoserver}: java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)

at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

Anyone else want to give it a go?


Jody Garnett

On 21 December 2015 at 16:27, Jody Garnett <jody.garnett@anonymised.com> wrote:

Now unstuck - thanks for the help aaime :slight_smile:

Preflight downloads available: http://ares.boundlessgeo.com/geoserver/release/2.9-M0/


Jody Garnett

On 20 December 2015 at 16:05, Jody Garnett <jody.garnett@anonymised.com> wrote:

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.


Jody Garnett

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.


Thanks for translating …

Here is the console output from starting DMG app: https://www.dropbox.com/s/fq7j3vlk782o515/2.9-M0-cannot-start-logs.txt?dl=0

I could not see a geoserver.log being produced in the data_dir :frowning:

If I search my system logs for geoserver I find:

Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DGEOSERVER_DATA_DIR=data_dir
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DSTOP.PORT=8079
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DSTOP.KEY=geoserver
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xms128m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xmx512m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -XX:MaxPermSize=128m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Dapple.laf.useScreenMenuBar=true
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xdock:icon=Contents/Resources/GeoServer.icns
Dec 22 12:09:34 Liberi GeoServer[1330]: inOptions: {
Dec 22 12:09:34 Liberi GeoServer[1330]: outHitPart = 0

···

On 22 December 2015 at 01:21, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi Jody,
if memory serves me well, it sometimes happens that a “NoClassDefFoundError” actually means
“the class is there, but some static initialization failed while loading it”

Do you have any logs, or anything on the standard output?

Cheers

Andrea


Jody Garnett

On Tue, Dec 22, 2015 at 3:39 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Looking in installed DMG application:

WEB-INF/lib contains:

jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar

Going to try the bin download … same problem:

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI
at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)



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

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.



Jody Garnett

On 21 December 2015 at 16:31, Jody Garnett <jody.garnett@anonymised.com> wrote:

Mac DMG fails to startup:

WARNING: Module not found [ssl]

2015-12-21 16:29:10.299:INFO::startup executor: Logging initialized @6598ms

2015-12-21 16:29:10.456:INFO:oejs.Server:startup executor: jetty-9.2.13.v20150730

2015-12-21 16:29:10.470:INFO:oejdp.ScanningAppProvider:startup executor: Deployment monitor [file:/Applications/GeoServer.app/Contents/Java/webapps/] at interval 1

2015-12-21 16:29:11.307:INFO:oejw.StandardDescriptorProcessor:startup executor: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet

2015-12-21 16:29:11.613:WARN:oejuc.AbstractLifeCycle:startup executor: FAILED o.e.j.w.WebAppContext@anonymised.com{/geoserver,file:/Applications/GeoServer.app/Contents/Java/webapps/geoserver/,STARTING}{/geoserver}: java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)

at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

Anyone else want to give it a go?


Jody Garnett

On 21 December 2015 at 16:27, Jody Garnett <jody.garnett@anonymised.com> wrote:

Now unstuck - thanks for the help aaime :slight_smile:

Preflight downloads available: http://ares.boundlessgeo.com/geoserver/release/2.9-M0/


Jody Garnett

On 20 December 2015 at 16:05, Jody Garnett <jody.garnett@anonymised.com> wrote:

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.


Jody Garnett

So yeah, it’s an init error:

Could not initialize class javax.media.jai.JAI

However… there is no clue as to what that might be…
Does a bin package start fine?

Cheers
Andrea

···

On Tue, Dec 22, 2015 at 9:13 PM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Thanks for translating …

Here is the console output from starting DMG app: https://www.dropbox.com/s/fq7j3vlk782o515/2.9-M0-cannot-start-logs.txt?dl=0

I could not see a geoserver.log being produced in the data_dir :frowning:

If I search my system logs for geoserver I find:

Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DGEOSERVER_DATA_DIR=data_dir
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DSTOP.PORT=8079
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DSTOP.KEY=geoserver
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xms128m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xmx512m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -XX:MaxPermSize=128m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Dapple.laf.useScreenMenuBar=true
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xdock:icon=Contents/Resources/GeoServer.icns
Dec 22 12:09:34 Liberi GeoServer[1330]: inOptions: {
Dec 22 12:09:34 Liberi GeoServer[1330]: outHitPart = 0


Jody Garnett

On 22 December 2015 at 01:21, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi Jody,
if memory serves me well, it sometimes happens that a “NoClassDefFoundError” actually means
“the class is there, but some static initialization failed while loading it”

Do you have any logs, or anything on the standard output?

Cheers

Andrea

On Tue, Dec 22, 2015 at 3:39 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Looking in installed DMG application:

WEB-INF/lib contains:

jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar

Going to try the bin download … same problem:

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI
at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)



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

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.



Jody Garnett

On 21 December 2015 at 16:31, Jody Garnett <jody.garnett@anonymised.com> wrote:

Mac DMG fails to startup:

WARNING: Module not found [ssl]

2015-12-21 16:29:10.299:INFO::startup executor: Logging initialized @6598ms

2015-12-21 16:29:10.456:INFO:oejs.Server:startup executor: jetty-9.2.13.v20150730

2015-12-21 16:29:10.470:INFO:oejdp.ScanningAppProvider:startup executor: Deployment monitor [file:/Applications/GeoServer.app/Contents/Java/webapps/] at interval 1

2015-12-21 16:29:11.307:INFO:oejw.StandardDescriptorProcessor:startup executor: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet

2015-12-21 16:29:11.613:WARN:oejuc.AbstractLifeCycle:startup executor: FAILED o.e.j.w.WebAppContext@anonymised.com{/geoserver,file:/Applications/GeoServer.app/Contents/Java/webapps/geoserver/,STARTING}{/geoserver}: java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)

at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

Anyone else want to give it a go?


Jody Garnett

On 21 December 2015 at 16:27, Jody Garnett <jody.garnett@anonymised.com> wrote:

Now unstuck - thanks for the help aaime :slight_smile:

Preflight downloads available: http://ares.boundlessgeo.com/geoserver/release/2.9-M0/


Jody Garnett

On 20 December 2015 at 16:05, Jody Garnett <jody.garnett@anonymised.com> wrote:

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.


Jody Garnett

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.


The bin package has the same problem, as indicated a couple emails ago:

Going to try the bin download … same problem:
java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI
at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

I am going to try the bin download again this evening and see if I can get better logs (even just from jetty).

One thing I thought was odd was two ant jars in the jetty lib folder:

ant-1.6.5.jar
ant-1.8.4.jar
ant-launcher-1.8.4.jar
commons-el-1.0.jar
commons-logging-1.1.1.jar
jasper-compiler-5.5.15.jar
jasper-compiler-jdt-5.5.15.jar
jasper-runtime-5.5.15.jar
javax.servlet-api-3.1.0.jar
jetty-deploy-9.2.13.v20150730.jar
jetty-http-9.2.13.v20150730.jar
jetty-io-9.2.13.v20150730.jar
jetty-schemas-3.1.M0.jar
jetty-security-9.2.13.v20150730.jar
jetty-server-9.2.13.v20150730.jar
jetty-servlet-9.2.13.v20150730.jar
jetty-util-9.2.13.v20150730.jar
jetty-webapp-9.2.13.v20150730.jar
jetty-xml-9.2.13.v20150730.jar
jsp-api-2.0.jar
log4j-1.2.14.jar

Not sure if it is significant or not.

···

On 22 December 2015 at 13:14, Andrea Aime <andrea.aime@anonymised.com> wrote:

So yeah, it’s an init error:

Could not initialize class javax.media.jai.JAI

However… there is no clue as to what that might be…
Does a bin package start fine?

Cheers

Andrea


Jody Garnett

On Tue, Dec 22, 2015 at 9:13 PM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Thanks for translating …

Here is the console output from starting DMG app: https://www.dropbox.com/s/fq7j3vlk782o515/2.9-M0-cannot-start-logs.txt?dl=0

I could not see a geoserver.log being produced in the data_dir :frowning:

If I search my system logs for geoserver I find:

Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DGEOSERVER_DATA_DIR=data_dir
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DSTOP.PORT=8079
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -DSTOP.KEY=geoserver
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xms128m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xmx512m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -XX:MaxPermSize=128m
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Dapple.laf.useScreenMenuBar=true
Dec 22 12:09:19 Liberi GeoServer[1330]: Option: -Xdock:icon=Contents/Resources/GeoServer.icns
Dec 22 12:09:34 Liberi GeoServer[1330]: inOptions: {
Dec 22 12:09:34 Liberi GeoServer[1330]: outHitPart = 0

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.



Jody Garnett

On 22 December 2015 at 01:21, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi Jody,
if memory serves me well, it sometimes happens that a “NoClassDefFoundError” actually means
“the class is there, but some static initialization failed while loading it”

Do you have any logs, or anything on the standard output?

Cheers

Andrea

On Tue, Dec 22, 2015 at 3:39 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Looking in installed DMG application:

WEB-INF/lib contains:

jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar

Going to try the bin download … same problem:

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI
at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)



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

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.



Jody Garnett

On 21 December 2015 at 16:31, Jody Garnett <jody.garnett@anonymised.com> wrote:

Mac DMG fails to startup:

WARNING: Module not found [ssl]

2015-12-21 16:29:10.299:INFO::startup executor: Logging initialized @6598ms

2015-12-21 16:29:10.456:INFO:oejs.Server:startup executor: jetty-9.2.13.v20150730

2015-12-21 16:29:10.470:INFO:oejdp.ScanningAppProvider:startup executor: Deployment monitor [file:/Applications/GeoServer.app/Contents/Java/webapps/] at interval 1

2015-12-21 16:29:11.307:INFO:oejw.StandardDescriptorProcessor:startup executor: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet

2015-12-21 16:29:11.613:WARN:oejuc.AbstractLifeCycle:startup executor: FAILED o.e.j.w.WebAppContext@anonymised.com{/geoserver,file:/Applications/GeoServer.app/Contents/Java/webapps/geoserver/,STARTING}{/geoserver}: java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)

at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

Anyone else want to give it a go?


Jody Garnett

On 21 December 2015 at 16:27, Jody Garnett <jody.garnett@anonymised.com> wrote:

Now unstuck - thanks for the help aaime :slight_smile:

Preflight downloads available: http://ares.boundlessgeo.com/geoserver/release/2.9-M0/


Jody Garnett

On 20 December 2015 at 16:05, Jody Garnett <jody.garnett@anonymised.com> wrote:

Kevin was able to upload GWC to SF, but it has not appeared on repo.boundlessgeo.com - I am going to try and manually upload the jars and see if I can resume the build process.


Jody Garnett

On Tue, Dec 22, 2015 at 10:21 PM, Jody Garnett <jody.garnett@anonymised.com>
wrote:

The bin package has the same problem, as indicated a couple emails ago:

Going to try the bin download ... same problem:

java.lang.NoClassDefFoundError: Could not initialize class
javax.media.jai.JAI
at
org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)
at
org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

I am going to try the bin download again this evening and see if I can get
better logs (even just from jetty).

One thing I thought was odd was two ant jars in the jetty lib folder:

ant-1.6.5.jar

ant-1.8.4.jar
ant-launcher-1.8.4.jar
commons-el-1.0.jar
commons-logging-1.1.1.jar
jasper-compiler-5.5.15.jar
jasper-compiler-jdt-5.5.15.jar
jasper-runtime-5.5.15.jar
javax.servlet-api-3.1.0.jar
jetty-deploy-9.2.13.v20150730.jar
jetty-http-9.2.13.v20150730.jar
jetty-io-9.2.13.v20150730.jar
jetty-schemas-3.1.M0.jar
jetty-security-9.2.13.v20150730.jar
jetty-server-9.2.13.v20150730.jar
jetty-servlet-9.2.13.v20150730.jar
jetty-util-9.2.13.v20150730.jar
jetty-webapp-9.2.13.v20150730.jar
jetty-xml-9.2.13.v20150730.jar
jsp-api-2.0.jar
log4j-1.2.14.jar

Not sure if it is significant or not.

That seems at least wrong, and should be rectified, but I'm not sure which
ant jar
is needed by Jetty, a stand alone installation should be checked.

Did you try removing one of those and see if that cures your startup?

Cheers
Andrea

--

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

*Geosolutions' Winter Holidays from 24/12 to 6/1*

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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 have not experimented yet, was going to compare to prior releases.

···

On 24 December 2015 at 08:55, Andrea Aime <andrea.aime@anonymised.com> wrote:


Jody Garnett

On Tue, Dec 22, 2015 at 10:21 PM, Jody Garnett <jody.garnett@anonymised.com> wrote:

The bin package has the same problem, as indicated a couple emails ago:

Going to try the bin download … same problem:
java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI
at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)

I am going to try the bin download again this evening and see if I can get better logs (even just from jetty).

One thing I thought was odd was two ant jars in the jetty lib folder:

ant-1.6.5.jar
ant-1.8.4.jar
ant-launcher-1.8.4.jar
commons-el-1.0.jar
commons-logging-1.1.1.jar
jasper-compiler-5.5.15.jar
jasper-compiler-jdt-5.5.15.jar
jasper-runtime-5.5.15.jar
javax.servlet-api-3.1.0.jar
jetty-deploy-9.2.13.v20150730.jar
jetty-http-9.2.13.v20150730.jar
jetty-io-9.2.13.v20150730.jar
jetty-schemas-3.1.M0.jar
jetty-security-9.2.13.v20150730.jar
jetty-server-9.2.13.v20150730.jar
jetty-servlet-9.2.13.v20150730.jar
jetty-util-9.2.13.v20150730.jar
jetty-webapp-9.2.13.v20150730.jar
jetty-xml-9.2.13.v20150730.jar
jsp-api-2.0.jar
log4j-1.2.14.jar

Not sure if it is significant or not.

That seems at least wrong, and should be rectified, but I’m not sure which ant jar
is needed by Jetty, a stand alone installation should be checked.

Did you try removing one of those and see if that cures your startup?

Cheers

Andrea

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.


On Thu, Dec 24, 2015 at 5:57 PM, Jody Garnett <jody.garnett@anonymised.com>
wrote:

I have not experimented yet, was going to compare to prior releases.

Hum... not sure you have much to compare to, M0 is getting released also
because
Jetty was upgraded, and thus not the same as in the previous releases, no?
:slight_smile:

Cheers
Andrea

--

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

*Geosolutions' Winter Holidays from 24/12 to 6/1*

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.

-------------------------------------------------------

Okay got a lead … the bin download has the same list of jars (two ant jars etc…)

I moved the JAI jars (jai_codec-1.1.3.jar, jai_core-1.1.3.jar,jai_imageio-1.1.jar) from webapps/geoserver/WEB-INF/libs to the jetty libs folder - and now the application can start up (and appears to function).

The logs of this startup are here https://www.dropbox.com/s/687mevu083w1fpd/2.9-M0-bin-hack-logs.txt?dl=0

I am going to assume that we need to mess with the new jetty configuration / classpath (rather than move jars around).

For reference the jetty lib folder now contains:

···

On 24 December 2015 at 09:00, Andrea Aime <andrea.aime@anonymised.com> wrote:


Jody Garnett

On Thu, Dec 24, 2015 at 5:57 PM, Jody Garnett <jody.garnett@anonymised.com> wrote:

I have not experimented yet, was going to compare to prior releases.

Hum… not sure you have much to compare to, M0 is getting released also because
Jetty was upgraded, and thus not the same as in the previous releases, no? :slight_smile:

Cheers

Andrea

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.


Justin it looks like 2.9-M0 was not tagged by ares release script (sigh).

Here are the revisions used for the release:

version = 2.9-M0
git revision = 577f89dfd3c7302dae1b84f0e95e145322f94ed6
git branch = 577f89dfd3c7302dae1b84f0e95e145322f94ed6
build date = 17-Dec-2015 08:01
geotools version = 15-M0
geotools revision = fe28f403c9008d39a70b8d5f1b12340b46b875c7
geowebcache version = 1.9-M0
geowebcache revision = 8d9a56855f56f25e73eb3866c275dc49dd793335/8d9a5
hudson build = -1

geotools=15-M0
geowebcache=1.9-M0

···


Jody Garnett

On 24 December 2015 at 09:00, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Thu, Dec 24, 2015 at 5:57 PM, Jody Garnett <jody.garnett@anonymised.com> wrote:

I have not experimented yet, was going to compare to prior releases.

Hum… not sure you have much to compare to, M0 is getting released also because
Jetty was upgraded, and thus not the same as in the previous releases, no? :slight_smile:

Cheers

Andrea

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.


Hey Jody.

Thanks for the revision info. I checked out and built everything locally and I was able to build a working mac installer without issue. No jetty problems… So not sure, perhaps the installer relies on something specific to my setup, not sure. Let’s debug your setup.

···


Jody Garnett

On 24 December 2015 at 09:00, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Thu, Dec 24, 2015 at 5:57 PM, Jody Garnett <jody.garnett@anonymised.com> wrote:

I have not experimented yet, was going to compare to prior releases.

Hum… not sure you have much to compare to, M0 is getting released also because
Jetty was upgraded, and thus not the same as in the previous releases, no? :slight_smile:

Cheers

Andrea

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.


Update for the list, the new DMG was picking up java extensions from ~/Library/Java/Extensions (since I had the mac JAI installed it hated me). While this is an unexpected change from the 2.8.x branch we have been able to hack around the problem by supplying our own java.ext.dir (and ignoring the default one).

So good to go on OSX.

(We will still have a bit of work for the 2.9-beta - namely updating the windows and mac installers to Java 8)

···


Jody Garnett

On 24 December 2015 at 09:00, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Thu, Dec 24, 2015 at 5:57 PM, Jody Garnett <jody.garnett@anonymised.com> wrote:

I have not experimented yet, was going to compare to prior releases.

Hum… not sure you have much to compare to, M0 is getting released also because
Jetty was upgraded, and thus not the same as in the previous releases, no? :slight_smile:

Cheers

Andrea

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

Geosolutions’ Winter Holidays from 24/12 to 6/1

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
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.