Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Rahkonen Jukka (MML)
Hi Jody,

If you start installing from .exe by using an account with user role and lift 
the privileges when prompted (only possibility in our organization) then no 
shortcuts are created. Then the only way to start is to find the startup.bat 
and double click. I see three alternatives:


1)  Fix the installer to create shortcuts also with that workflow

2)  Make the startup.bat to run start.jar when working directory is set to 
GEOSERVER_HOME

3)  Do both

BTW user privileges do not even allow to edit startup.bat because it is in the 
Program Files.

-Jukka-



Jody Garnett wrote:

Starting up 2.9-beta the short cut results in:

C:\Program Files (x86)\GeoServer 2.9-beta>call "C:\Program Files 
(x86)\Java\jre1.8.0_60\bin\java.exe" -DGEOSERVER_DATA_DIR="C:\Program Files 
(x86)\GeoServer 2.9-beta\data_dir" -Xmx512m -DSTOP.PORT=8079 
-DSTOP.KEY=geoserver -Djetty.port=8080  -Djetty.logs="C:\Program Files 
(x86)\GeoServer 2.9-beta\logs" -jar "C:\Program Files (x86)\GeoServer 
2.9-beta\start.jar"

So the shortcut was starting from the correct location - no "cd .." required.


--
Jody Garnett

On 19 April 2016 at 14:49, Jody Garnett 
mailto:jody.garn...@gmail.com>> wrote:
Thanks for testing Jukka, I am looking at where the startup.bat is created in 
GeoServerEXE.nsi:

  ${ElseIf} $IsManual == 1 ; manual

FileOpen $9 startup.bat w ; Opens a Empty File and fills it
FileWrite $9 'call "$JavaHome\bin\java.exe" -DGEOSERVER_DATA_DIR="$DataDir" 
-Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=$Port 
-Djetty.logs="$INSTDIR\logs" -jar "$INSTDIR\start.jar"'
FileClose $9 ; Closes the file

I am skeptical at making the change without understanding why this regression 
is occurring ...

--
Jody Garnett

On 19 April 2016 at 04:40, Rahkonen Jukka (MML) 
mailto:jukka.rahko...@maanmittauslaitos.fi>>
 wrote:
Hi,

Windows exe-installer creates a startup.bat file that does not start.  For some 
reason the batch file must be run from GEOSERVER_HOME, not from 
GEOSERVER_HOME\bin. I am remembering that change to jre8 had this effect with 
older Geoserver versions as well.

Adding "cd .." manually fixes the issue:

REM does not start without the next line
cd..
REM startup.bat created by the installer follows
call "C:\Program Files (x86)\Java\jre1.8.0_72\bin\java.exe" 
-DGEOSERVER_DATA_DIR="C:\Program Files (x86)\GeoServer 2.9-beta2\data_dir" 
-Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=8080 
-Djetty.logs="C:\Program Files (x86)\GeoServer 2.9-beta2\logs" -jar "C:\Program 
Files (x86)\GeoServer 2.9-beta2\start.jar"

After fixing the launch file Geoserver starts. Login fails still from some 
pages, for example from About GeoServer with the familiar error
Problem accessing /geoserver/web/wicket/j_spring_security_check. Reason:
Not Found

Once logged in from the main page things seem to work. One small glitch:
Go to workspace settings, check Settings-Enabled
-> Enabled box gets covered by the title Primary Contact and can't be 
unchecked. Tested with Firefox 45.0.2.

-Jukka Rahkonen-

-Alkuperäinen viesti-
Lähettäjä: Brad Hards [mailto:br...@frogmouth.net]
Lähetetty: 19. huhtikuuta 2016 13:00
Vastaanottaja: 'Jody Garnett'; 'Geoserver Developers'
Aihe: Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the package 
updates to today.

GeoServer Version 2.9-beta2
Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c
Build Date 19-Apr-2016 03:28
GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288)
GeoWebCache Version 1.9-beta2 (rev 
master/806006ed652e11d6f3d4ea694d15a16a989a4852)

On trying to log in, it just goes to:
http://localhost:8080/geoserver/web/wicket/j_spring_security_check

Layer preview seems good - tried each layer, and tried each output format for 
the Tasmanian Cities (city) layer. All seem OK (well, the world polygon looked 
ugly and grey, but it always does, so that is still tolerable :-)).

Brad

--
Find and fix application performance issues faster with Applications Manager 
Applications Manager provides deep performance insights into multiple tiers of 
your business applications. It resolves application problems quickly and 
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers 

[Geoserver-devel] release testing

2016-04-19 Thread Jody Garnett
Taking conversation to Jira:
- https://osgeo-org.atlassian.net/browse/GEOS-7507 shutdown.bat (not a
priority)
- https://osgeo-org.atlassian.net/browse/GEOS-7507 windows service jetty
wrapper
- https://osgeo-org.atlassian.net/browse/GEOS-7508 unable to start dmg due
to spring-security exception
- https://osgeo-org.atlassian.net/browse/GEOS-7509 windows installer
startup.bat path

Known issue:
- GEOS-7482 404 when logging in from certain pages

I still have not caught up with everything from Chris Snider's excellent
testing (thanks Chris).
--
Jody Garnett
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-7509) windows installer startup.bat

2016-04-19 Thread Jody Garnett [Administrator] (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jody Garnett [Administrator] created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7509  
 
 
  windows installer startup.bat   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 release, Windows Installer  
 
 
Created: 
 20/Apr/16 2:27 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Jody Garnett [Administrator]  
 

  
 
 
 
 

 
 As per email discussion - the windows installer startup.bat generated by NSI is no longer functioning. 

 
Windows exe-installer creates a startup.bat file that does not start. For some reason the batch file must be run from GEOSERVER_HOME, not from GEOSERVER_HOME\bin. I am remembering that change to jre8 had this effect with older Geoserver versions as well. 
Adding "cd .." manually fixes the issue: 

 
REM does not start without the next line
cd..
REM startup.bat created by the installer follows
call "C:\Program Files (x86)\Java\jre1.8.0_72\bin\java.exe" -DGEOSERVER_DATA_DIR="C:\Program Files (x86)\GeoServer 2.9-beta2\data_dir" -Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=8080 -Djetty.logs="C:\Program Files (x86)\GeoServer 2.9-beta2\logs" -jar "C:\Program Files (x86)\GeoServer 2.9-beta2\start.jar"
 

 
After fixing the launch file Geoserver starts. Login fails still from some pages, for example from About GeoServer with the familiar error Problem accessing /geoserver/web/wicket/j_spring_security_check. Reason: Not Found 
 

Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Justin Deoliveira
Thanks for the testing Jody. I’ll take a look at the mac dmg issue
tomorrow. Appears to be something around the unlimited strength encryption
jurisdiction files… but not sure. Might be somethign related to the server
it was built on. I’ll start by building locally and see if I can reproduce.

On Tue, Apr 19, 2016 at 5:52 PM Jody Garnett  wrote:

> Testing windows service install - does not start.
>
> (!) Error Service Control Manager "The GeoServer 2.9-beta2 service
> terminated with service-specific error Incorrect function.."
>
> Could not find logs, taking a wild guess and changing permissions on the
> data directory did not fix anything.
>
> Found the wrapper logs:
>
> STATUS | wrapper  | 2016/04/20 09:30:18 | GeoServer 2.9-beta2 installed.
> STATUS | wrapper  | 2016/04/20 09:30:18 | Starting the GeoServer 2.9-beta2
> service...
> STATUS | wrapper  | 2016/04/20 09:30:18 | --> Wrapper Started as Service
> STATUS | wrapper  | 2016/04/20 09:30:18 | Java Service Wrapper Community
> Edition 3.3.3
> STATUS | wrapper  | 2016/04/20 09:30:18 |   Copyright (C) 1999-2009 Tanuki
> Software, Ltd.  All Rights Reserved.
> STATUS | wrapper  | 2016/04/20 09:30:18 |
> http://wrapper.tanukisoftware.org
> STATUS | wrapper  | 2016/04/20 09:30:18 |
> STATUS | wrapper  | 2016/04/20 09:30:18 | Launching a JVM...
> INFO   | wrapper  | 2016/04/20 09:30:23 | Waiting to start...
> INFO   | jvm 1| 2016/04/20 09:30:24 | WrapperManager: Initializing...
> INFO   | jvm 1| 2016/04/20 09:30:25 | WrapperSimpleApp: Unable to
> locate the class org.mortbay.start.Main: java.lang.ClassNotFoundException:
> org.mortbay.start.Main
> INFO   | jvm 1| 2016/04/20 09:30:25 |
> INFO   | jvm 1| 2016/04/20 09:30:25 | WrapperSimpleApp Usage:
> INFO   | jvm 1| 2016/04/20 09:30:25 |   java
> org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_arguments]
> INFO   | jvm 1| 2016/04/20 09:30:25 |
> INFO   | jvm 1| 2016/04/20 09:30:25 | Where:
> INFO   | jvm 1| 2016/04/20 09:30:25 |   app_class:  The fully
> qualified class name of the application to run.
> INFO   | jvm 1| 2016/04/20 09:30:25 |   app_arguments:  The arguments
> that would normally be passed to the
> INFO   | jvm 1| 2016/04/20 09:30:25 |   application.
> ERROR  | wrapper  | 2016/04/20 09:30:27 | JVM exited while loading the
> application.
>
>
> --
> Jody Garnett
>
> On 18 April 2016 at 21:32, Jody Garnett  wrote:
>
>> Available for testing here:
>> - http://ares.boundlessgeo.com/geoserver/release/2.9-beta2/
>>
>> I am downloading and testing the DMG. Given the amount of changes in this
>> beta2 I would appreciate confirmation the application starts up (ie is
>> packaged correctly) on a range of platforms (linux, windows, etc...) before
>> we announce.
>> --
>> Jody Garnett
>>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-7508) Unable to start DMG due to spring-security exception

2016-04-19 Thread Jody Garnett [Administrator] (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jody Garnett [Administrator] created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7508  
 
 
  Unable to start DMG due to spring-security exception   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 20/Apr/16 2:06 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Jody Garnett [Administrator]  
 

  
 
 
 
 

 
 As per email unable to start DMG based on the following stack trace: 

 
18 Apr 21:30:25 INFO [ows.OWSHandlerMapping] - Mapped URL path [/animate] onto handler 'dispatcher' 2016-04-18 21:30:25.694:WARN:oejw.WebAppContext:startup executor: Failed startup of context o.e.j.w.WebAppContext@6b786440 

Unknown macro: {/geoserver,file} 
 

Unknown macro: {/geoserver} 
 
org.springframework.beans.factory.BeanCreationException: Error occured reading security configuration; nested exception is java.lang.RuntimeException: org.jasypt.exceptions.EncryptionOperationNotPossibleException: Encryption raised an exception. A possible cause is you are using strong encryption algorithms and you have not installed the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files in this Java Virtual Machine at org.geoserver.security.GeoServerSecurityManager.onApplicationEvent(GeoServerSecurityManager.java:417) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:163) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:136) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:381) at org.springframewo

[Geoserver-devel] [JIRA] (GEOS-7507) windows service wrapper jetty update

2016-04-19 Thread Jody Garnett [Administrator] (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jody Garnett [Administrator] created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7507  
 
 
  windows service wrapper jetty update   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.9-beta2  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 20/Apr/16 1:52 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Jody Garnett [Administrator]  
 

  
 
 
 
 

 
 Testing windows service install - does not start: 

 
 Error Service Control Manager "The GeoServer 2.9-beta2 service terminated with service-specific error Incorrect function.." 

 Could not find logs, taking a wild guess and changing permissions on the data directory did not fix anything. Found the wrapper logs: 

 
STATUS | wrapper | 2016/04/20 09:30:18 | GeoServer 2.9-beta2 installed. STATUS | wrapper | 2016/04/20 09:30:18 | Starting the GeoServer 2.9-beta2 service... STATUS | wrapper | 2016/04/20 09:30:18 | --> Wrapper Started as Service STATUS | wrapper | 2016/04/20 09:30:18 | Java Service Wrapper Community Edition 3.3.3 STATUS | wrapper | 2016/04/20 09:30:18 | Copyright (C) 1999-2009 Tanuki Software, Ltd. All Rights Reserved. STATUS | wrapper | 2016/04/20 09:30:18 | http://wrapper.tanukisoftware.org STATUS | wrapper | 2016/04/20 09:30:18 |  STATUS | wrapper | 2016/04/20 09:30:18 | Launching a JVM... INFO | wrapper | 2016/04/20 09:30:23 | Waiting to start... INFO | jvm 1 | 2016/04/20 09:30:24 | WrapperManager: Initializing... INFO | jvm 1 | 2016/04/20 09:30:25 | WrapperSimpleApp: Unable to locate the class org.mortbay.start.Main: java.lang.ClassNotFoundException: org.mortbay.start.Main INFO | jvm 1 | 2016/04/20 09:30:25 |  INFO |

Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Jody Garnett
Testing windows service install - does not start.

(!) Error Service Control Manager "The GeoServer 2.9-beta2 service
terminated with service-specific error Incorrect function.."

Could not find logs, taking a wild guess and changing permissions on the
data directory did not fix anything.

Found the wrapper logs:

STATUS | wrapper  | 2016/04/20 09:30:18 | GeoServer 2.9-beta2 installed.
STATUS | wrapper  | 2016/04/20 09:30:18 | Starting the GeoServer 2.9-beta2
service...
STATUS | wrapper  | 2016/04/20 09:30:18 | --> Wrapper Started as Service
STATUS | wrapper  | 2016/04/20 09:30:18 | Java Service Wrapper Community
Edition 3.3.3
STATUS | wrapper  | 2016/04/20 09:30:18 |   Copyright (C) 1999-2009 Tanuki
Software, Ltd.  All Rights Reserved.
STATUS | wrapper  | 2016/04/20 09:30:18 |
http://wrapper.tanukisoftware.org
STATUS | wrapper  | 2016/04/20 09:30:18 |
STATUS | wrapper  | 2016/04/20 09:30:18 | Launching a JVM...
INFO   | wrapper  | 2016/04/20 09:30:23 | Waiting to start...
INFO   | jvm 1| 2016/04/20 09:30:24 | WrapperManager: Initializing...
INFO   | jvm 1| 2016/04/20 09:30:25 | WrapperSimpleApp: Unable to
locate the class org.mortbay.start.Main: java.lang.ClassNotFoundException:
org.mortbay.start.Main
INFO   | jvm 1| 2016/04/20 09:30:25 |
INFO   | jvm 1| 2016/04/20 09:30:25 | WrapperSimpleApp Usage:
INFO   | jvm 1| 2016/04/20 09:30:25 |   java
org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_arguments]
INFO   | jvm 1| 2016/04/20 09:30:25 |
INFO   | jvm 1| 2016/04/20 09:30:25 | Where:
INFO   | jvm 1| 2016/04/20 09:30:25 |   app_class:  The fully
qualified class name of the application to run.
INFO   | jvm 1| 2016/04/20 09:30:25 |   app_arguments:  The arguments
that would normally be passed to the
INFO   | jvm 1| 2016/04/20 09:30:25 |   application.
ERROR  | wrapper  | 2016/04/20 09:30:27 | JVM exited while loading the
application.


--
Jody Garnett

On 18 April 2016 at 21:32, Jody Garnett  wrote:

> Available for testing here:
> - http://ares.boundlessgeo.com/geoserver/release/2.9-beta2/
>
> I am downloading and testing the DMG. Given the amount of changes in this
> beta2 I would appreciate confirmation the application starts up (ie is
> packaged correctly) on a range of platforms (linux, windows, etc...) before
> we announce.
> --
> Jody Garnett
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Jody Garnett
Able to start bin download on windows (got a bit confused in testing as
java updated itself making JAVA_HOME wrong).

Opened a small issue GEOS-7506 - shutdown.bat cannot run without JAVA_HOME
set  but windows bin is
good to go.



--
Jody Garnett

On 18 April 2016 at 21:32, Jody Garnett  wrote:

> Available for testing here:
> - http://ares.boundlessgeo.com/geoserver/release/2.9-beta2/
>
> I am downloading and testing the DMG. Given the amount of changes in this
> beta2 I would appreciate confirmation the application starts up (ie is
> packaged correctly) on a range of platforms (linux, windows, etc...) before
> we announce.
> --
> Jody Garnett
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-7506) shutdown.bat cannot run without JAVA_HOME set

2016-04-19 Thread Jody Garnett [Administrator] (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jody Garnett [Administrator] created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7506  
 
 
  shutdown.bat cannot run without JAVA_HOME set   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.9-beta2  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 release  
 
 
Created: 
 20/Apr/16 12:40 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Jody Garnett [Administrator]  
 

  
 
 
 
 

 
 The startup.bat has been updated to detect and use the system java (if JAVA_HOME is not set). The shutdown.bat file has not had this fix. This provides an awkward setup where you can start geoserver, but not stop it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Rahkonen Jukka (MML)
It may be that it is not a regression per se but related to jre 1.8.  I suppose 
that it could be tested by installing 2.8.3 with exe by pointing to jre8 and 
trying if Geoserver starts. I begun the test but used old admin password and 
got my account locked. I fear I can’t get it opened before Friday ☹

-Jukka-

Jody Garnett wrote:

Thanks for testing Jukka, I am looking at where the startup.bat is created in 
GeoServerEXE.nsi:

  ${ElseIf} $IsManual == 1 ; manual

FileOpen $9 startup.bat w ; Opens a Empty File and fills it
FileWrite $9 'call "$JavaHome\bin\java.exe" -DGEOSERVER_DATA_DIR="$DataDir" 
-Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=$Port 
-Djetty.logs="$INSTDIR\logs" -jar "$INSTDIR\start.jar"'
FileClose $9 ; Closes the file

I am skeptical at making the change without understanding why this regression 
is occurring ...

--
Jody Garnett

On 19 April 2016 at 04:40, Rahkonen Jukka (MML) 
mailto:jukka.rahko...@maanmittauslaitos.fi>>
 wrote:
Hi,

Windows exe-installer creates a startup.bat file that does not start.  For some 
reason the batch file must be run from GEOSERVER_HOME, not from 
GEOSERVER_HOME\bin. I am remembering that change to jre8 had this effect with 
older Geoserver versions as well.

Adding "cd .." manually fixes the issue:

REM does not start without the next line
cd..
REM startup.bat created by the installer follows
call "C:\Program Files (x86)\Java\jre1.8.0_72\bin\java.exe" 
-DGEOSERVER_DATA_DIR="C:\Program Files (x86)\GeoServer 2.9-beta2\data_dir" 
-Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=8080 
-Djetty.logs="C:\Program Files (x86)\GeoServer 2.9-beta2\logs" -jar "C:\Program 
Files (x86)\GeoServer 2.9-beta2\start.jar"

After fixing the launch file Geoserver starts. Login fails still from some 
pages, for example from About GeoServer with the familiar error
Problem accessing /geoserver/web/wicket/j_spring_security_check. Reason:
Not Found

Once logged in from the main page things seem to work. One small glitch:
Go to workspace settings, check Settings-Enabled
-> Enabled box gets covered by the title Primary Contact and can't be 
unchecked. Tested with Firefox 45.0.2.

-Jukka Rahkonen-

-Alkuperäinen viesti-
Lähettäjä: Brad Hards [mailto:br...@frogmouth.net]
Lähetetty: 19. huhtikuuta 2016 13:00
Vastaanottaja: 'Jody Garnett'; 'Geoserver Developers'
Aihe: Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the package 
updates to today.

GeoServer Version 2.9-beta2
Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c
Build Date 19-Apr-2016 03:28
GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288)
GeoWebCache Version 1.9-beta2 (rev 
master/806006ed652e11d6f3d4ea694d15a16a989a4852)

On trying to log in, it just goes to:
http://localhost:8080/geoserver/web/wicket/j_spring_security_check

Layer preview seems good - tried each layer, and tried each output format for 
the Tasmanian Cities (city) layer. All seem OK (well, the world polygon looked 
ugly and grey, but it always does, so that is still tolerable :-)).

Brad

--
Find and fix application performance issues faster with Applications Manager 
Applications Manager provides deep performance insights into multiple tiers of 
your business applications. It resolves application problems quickly and 
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Jody Garnett
Starting up 2.9-beta the short cut results in:

C:\Program Files (x86)\GeoServer 2.9-beta>call "C:\Program Files
(x86)\Java\jre1.8.0_60\bin\java.exe" -DGEOSERVER_DATA_DIR="C:\Program Files
(x86)\GeoServer 2.9-beta\data_dir" -Xmx512m -DSTOP.PORT=8079
-DSTOP.KEY=geoserver -Djetty.port=8080  -Djetty.logs="C:\Program Files
(x86)\GeoServer 2.9-beta\logs" -jar "C:\Program Files (x86)\GeoServer
2.9-beta\start.jar"

So the shortcut was starting from the correct location - no "cd .."
required.


--
Jody Garnett

On 19 April 2016 at 14:49, Jody Garnett  wrote:

> Thanks for testing Jukka, I am looking at where the startup.bat is created
> in GeoServerEXE.nsi
> 
> :
>
>   ${ElseIf} $IsManual == 1 ; manual
>
> FileOpen $9 startup.bat w ; Opens a Empty File and fills it
> FileWrite $9 'call "$JavaHome\bin\java.exe"
> -DGEOSERVER_DATA_DIR="$DataDir" -Xmx512m -DSTOP.PORT=8079
> -DSTOP.KEY=geoserver -Djetty.port=$Port -Djetty.logs="$INSTDIR\logs" -jar
> "$INSTDIR\start.jar"'
> FileClose $9 ; Closes the file
>
> I am skeptical at making the change without understanding why this
> regression is occurring ...
>
> --
> Jody Garnett
>
> On 19 April 2016 at 04:40, Rahkonen Jukka (MML) <
> jukka.rahko...@maanmittauslaitos.fi> wrote:
>
>> Hi,
>>
>> Windows exe-installer creates a startup.bat file that does not start.
>> For some reason the batch file must be run from GEOSERVER_HOME, not from
>> GEOSERVER_HOME\bin. I am remembering that change to jre8 had this effect
>> with older Geoserver versions as well.
>>
>> Adding "cd .." manually fixes the issue:
>>
>> REM does not start without the next line
>> cd..
>> REM startup.bat created by the installer follows
>> call "C:\Program Files (x86)\Java\jre1.8.0_72\bin\java.exe"
>> -DGEOSERVER_DATA_DIR="C:\Program Files (x86)\GeoServer 2.9-beta2\data_dir"
>> -Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=8080
>> -Djetty.logs="C:\Program Files (x86)\GeoServer 2.9-beta2\logs" -jar
>> "C:\Program Files (x86)\GeoServer 2.9-beta2\start.jar"
>>
>> After fixing the launch file Geoserver starts. Login fails still from
>> some pages, for example from About GeoServer with the familiar error
>> Problem accessing /geoserver/web/wicket/j_spring_security_check. Reason:
>> Not Found
>>
>> Once logged in from the main page things seem to work. One small glitch:
>> Go to workspace settings, check Settings-Enabled
>> -> Enabled box gets covered by the title Primary Contact and can't be
>> unchecked. Tested with Firefox 45.0.2.
>>
>> -Jukka Rahkonen-
>>
>> -Alkuperäinen viesti-
>> Lähettäjä: Brad Hards [mailto:br...@frogmouth.net]
>> Lähetetty: 19. huhtikuuta 2016 13:00
>> Vastaanottaja: 'Jody Garnett'; 'Geoserver Developers'
>> Aihe: Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing
>>
>> Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the
>> package updates to today.
>>
>> GeoServer Version 2.9-beta2
>> Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c
>> Build Date 19-Apr-2016 03:28
>> GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288)
>> GeoWebCache Version 1.9-beta2 (rev
>> master/806006ed652e11d6f3d4ea694d15a16a989a4852)
>>
>> On trying to log in, it just goes to:
>> http://localhost:8080/geoserver/web/wicket/j_spring_security_check
>>
>> Layer preview seems good - tried each layer, and tried each output format
>> for the Tasmanian Cities (city) layer. All seem OK (well, the world polygon
>> looked ugly and grey, but it always does, so that is still tolerable :-)).
>>
>> Brad
>>
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager Applications Manager provides deep performance insights into
>> multiple tiers of your business applications. It resolves application
>> problems quickly and reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Geoserver-devel mailing list
>> Geoserver-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Chris Snider
Jody,

The original 2.9-SNAPSHOT I ran a week or so ago has this in the written 
startup.bat (original lines 91-97)
:setHome
  echo Temporarily setting GEOSERVER_HOME to the following directory:
  cd ..
  set GEOSERVER_HOME=%CD%
  echo %GEOSERVER_HOME%
  echo.
goto checkDataDir


Then the run block (lines 128-134) has a cd to the geo home (emphasis added)
:run
  cd %GEOSERVER_HOME%
  echo Please wait while loading GeoServer...
  echo.
  echo "%RUN_JAVA%" %JAVA_OPTS% -DGEOSERVER_DATA_DIR="%GEOSERVER_DATA_DIR%" 
-Djava.awt.headless=true -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar
  cd bin
goto end


This matches what Jukka is experiencing with the requirement to add the cd..

Chris Snider
Senior Software Engineer
Intelligent Software Solutions, Inc.
[Description: Description: Description: cid:image001.png@01CA1F1F.CBC93990]

From: Jody Garnett [mailto:jody.garn...@gmail.com]
Sent: Tuesday, April 19, 2016 3:50 PM
To: Rahkonen Jukka (MML) 
Cc: Geoserver Developers 
Subject: Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

Thanks for testing Jukka, I am looking at where the startup.bat is created in 
GeoServerEXE.nsi:

  ${ElseIf} $IsManual == 1 ; manual

FileOpen $9 startup.bat w ; Opens a Empty File and fills it
FileWrite $9 'call "$JavaHome\bin\java.exe" -DGEOSERVER_DATA_DIR="$DataDir" 
-Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=$Port 
-Djetty.logs="$INSTDIR\logs" -jar "$INSTDIR\start.jar"'
FileClose $9 ; Closes the file

I am skeptical at making the change without understanding why this regression 
is occurring ...

--
Jody Garnett

On 19 April 2016 at 04:40, Rahkonen Jukka (MML) 
mailto:jukka.rahko...@maanmittauslaitos.fi>>
 wrote:
Hi,

Windows exe-installer creates a startup.bat file that does not start.  For some 
reason the batch file must be run from GEOSERVER_HOME, not from 
GEOSERVER_HOME\bin. I am remembering that change to jre8 had this effect with 
older Geoserver versions as well.

Adding "cd .." manually fixes the issue:

REM does not start without the next line
cd..
REM startup.bat created by the installer follows
call "C:\Program Files (x86)\Java\jre1.8.0_72\bin\java.exe" 
-DGEOSERVER_DATA_DIR="C:\Program Files (x86)\GeoServer 2.9-beta2\data_dir" 
-Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=8080 
-Djetty.logs="C:\Program Files (x86)\GeoServer 2.9-beta2\logs" -jar "C:\Program 
Files (x86)\GeoServer 2.9-beta2\start.jar"

After fixing the launch file Geoserver starts. Login fails still from some 
pages, for example from About GeoServer with the familiar error
Problem accessing /geoserver/web/wicket/j_spring_security_check. Reason:
Not Found

Once logged in from the main page things seem to work. One small glitch:
Go to workspace settings, check Settings-Enabled
-> Enabled box gets covered by the title Primary Contact and can't be 
unchecked. Tested with Firefox 45.0.2.

-Jukka Rahkonen-

-Alkuperäinen viesti-
Lähettäjä: Brad Hards [mailto:br...@frogmouth.net]
Lähetetty: 19. huhtikuuta 2016 13:00
Vastaanottaja: 'Jody Garnett'; 'Geoserver Developers'
Aihe: Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the package 
updates to today.

GeoServer Version 2.9-beta2
Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c
Build Date 19-Apr-2016 03:28
GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288)
GeoWebCache Version 1.9-beta2 (rev 
master/806006ed652e11d6f3d4ea694d15a16a989a4852)

On trying to log in, it just goes to:
http://localhost:8080/geoserver/web/wicket/j_spring_security_check

Layer preview seems good - tried each layer, and tried each output format for 
the Tasmanian Cities (city) layer. All seem OK (well, the world polygon looked 
ugly and grey, but it always does, so that is still tolerable :-)).

Brad

--
Find and fix application performance issues faster with Applications Manager 
Applications Manager provides deep performance insights into multiple tiers of 
your business applications. It resolves application problems quickly and 
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net

Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Jody Garnett
Thanks for testing Jukka, I am looking at where the startup.bat is created
in GeoServerEXE.nsi

:

  ${ElseIf} $IsManual == 1 ; manual

FileOpen $9 startup.bat w ; Opens a Empty File and fills it
FileWrite $9 'call "$JavaHome\bin\java.exe"
-DGEOSERVER_DATA_DIR="$DataDir" -Xmx512m -DSTOP.PORT=8079
-DSTOP.KEY=geoserver -Djetty.port=$Port -Djetty.logs="$INSTDIR\logs" -jar
"$INSTDIR\start.jar"'
FileClose $9 ; Closes the file

I am skeptical at making the change without understanding why this
regression is occurring ...

--
Jody Garnett

On 19 April 2016 at 04:40, Rahkonen Jukka (MML) <
jukka.rahko...@maanmittauslaitos.fi> wrote:

> Hi,
>
> Windows exe-installer creates a startup.bat file that does not start.  For
> some reason the batch file must be run from GEOSERVER_HOME, not from
> GEOSERVER_HOME\bin. I am remembering that change to jre8 had this effect
> with older Geoserver versions as well.
>
> Adding "cd .." manually fixes the issue:
>
> REM does not start without the next line
> cd..
> REM startup.bat created by the installer follows
> call "C:\Program Files (x86)\Java\jre1.8.0_72\bin\java.exe"
> -DGEOSERVER_DATA_DIR="C:\Program Files (x86)\GeoServer 2.9-beta2\data_dir"
> -Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=8080
> -Djetty.logs="C:\Program Files (x86)\GeoServer 2.9-beta2\logs" -jar
> "C:\Program Files (x86)\GeoServer 2.9-beta2\start.jar"
>
> After fixing the launch file Geoserver starts. Login fails still from some
> pages, for example from About GeoServer with the familiar error
> Problem accessing /geoserver/web/wicket/j_spring_security_check. Reason:
> Not Found
>
> Once logged in from the main page things seem to work. One small glitch:
> Go to workspace settings, check Settings-Enabled
> -> Enabled box gets covered by the title Primary Contact and can't be
> unchecked. Tested with Firefox 45.0.2.
>
> -Jukka Rahkonen-
>
> -Alkuperäinen viesti-
> Lähettäjä: Brad Hards [mailto:br...@frogmouth.net]
> Lähetetty: 19. huhtikuuta 2016 13:00
> Vastaanottaja: 'Jody Garnett'; 'Geoserver Developers'
> Aihe: Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing
>
> Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the
> package updates to today.
>
> GeoServer Version 2.9-beta2
> Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c
> Build Date 19-Apr-2016 03:28
> GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288)
> GeoWebCache Version 1.9-beta2 (rev
> master/806006ed652e11d6f3d4ea694d15a16a989a4852)
>
> On trying to log in, it just goes to:
> http://localhost:8080/geoserver/web/wicket/j_spring_security_check
>
> Layer preview seems good - tried each layer, and tried each output format
> for the Tasmanian Cities (city) layer. All seem OK (well, the world polygon
> looked ugly and grey, but it always does, so that is still tolerable :-)).
>
> Brad
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager Applications Manager provides deep performance insights into
> multiple tiers of your business applications. It resolves application
> problems quickly and reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Master Build broken on OpenJDK8

2016-04-19 Thread Ben Caradoc-Davies
Thanks, Morgan. Looks fixed to me locally and on ares.

Kind regards,
Ben.

On 19/04/16 20:47, Andrea Aime wrote:
> Hi,
> looks like the test is hard coded on Oracle JDK and Ductus, and thus fails
> on OpenJDK and Pisces.
> The renderer could also be Marlin these days (and it will in JDK 9),
> and we also have other JDK 8 implementations around, like the IBM one and
> Zulu:
> * https://www.ibm.com/developerworks/java/jdk/java8/
> * https://www.azul.com/products/zulu/
>
> Cheers
> Andrea
>
>
>
> On Tue, Apr 19, 2016 at 10:06 AM, Simone Giannecchini <
> simone.giannecch...@geo-solutions.it> wrote:
>
>> Dear All,
>> there is a test that is consistently failing on OpenJDK8 as reported
>> by the related build.
>>
>> The suspect for the murder is this class:
>>
>> https://github.com/geoserver/geoserver/blob/master/src/platform/src/test/java/org/geoserver/platform/RenderingEngineStatusTest.java
>>
>> Ehm, can we fix it please? :)
>>
>> Regards,
>> Simone Giannecchini
>> ==
>> GeoServer Professional Services from the experts!
>> Visit http://goo.gl/it488V for more information.
>> ==
>> Ing. Simone Giannecchini
>> @simogeo
>> Founder/Director
>>
>> GeoSolutions S.A.S.
>> Via di Montramito 3/A
>> 55054  Massarosa (LU)
>> Italy
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob:   +39 333 8128928
>>
>> 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.
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Geoserver-devel mailing list
>> Geoserver-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>
>
>
>
>
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>
>
>
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___

Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Jody Garnett
Removing  ~/Library/Java/Extensions allowed bin release to start up on mac.

This matches Kevin's experience on linux.

--
Jody Garnett

On 18 April 2016 at 21:47, Jody Garnett  wrote:

> Testing the bin release failed even sooner - no JAI packaged?
>
> 2016-04-18 21:45:46.417:WARN:oejuc.AbstractLifeCycle:main: FAILED
> o.e.j.w.WebAppContext@506e6d5e{/geoserver,file:/Users/jody/Downloads/geoserver-2.9-beta2/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)
>
> --
> Jody Garnett
>
> On 18 April 2016 at 21:32, Jody Garnett  wrote:
>
>> Available for testing here:
>> - http://ares.boundlessgeo.com/geoserver/release/2.9-beta2/
>>
>> I am downloading and testing the DMG. Given the amount of changes in this
>> beta2 I would appreciate confirmation the application starts up (ie is
>> packaged correctly) on a range of platforms (linux, windows, etc...) before
>> we announce.
>> --
>> Jody Garnett
>>
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoTools / GeoServer Meeting 2016-04-19

2016-04-19 Thread Jim Hughes
Hi GeoServer-ers,

A PR for the Collections update is here: 
https://github.com/geoserver/geoserver/pull/1578.

Cheers,

Jim

On 04/19/2016 04:20 PM, Ben Caradoc-Davies wrote:
> GeoTools / GeoServer Meeting 2016-04-19
> ===
>
> Attending
> -
>
> Ben Caradoc-Davies
> Kevin Smith
> Jim Hughes
> Torben Barsballe
> Jody Garnett
> Dave Blasby
> Jukka Rahkonen
>
> Apologies
> -
>
> Brad Hards
> Andrea Aime
>
> Agenda
> --
>
> - Release of 15-beta2 / 2.9-beta2
> - Windows service wrapper licence
> - Apache Commons Upgrade?
> - Can we put AbstractDataStore in jail?
> - GeoMesa discussion
>
> Actions
> ---
>
> Actions from last meeting
> -
>
> - Ben: send an email to Emanuele to see if we can lock down GeoFence
> dependency for release [DONE]
> - Jody:  email GeoServer developer mailing list calling for nominations
> for OSGeo project officer
>
> Release of 15-beta2 / 2.9-beta2
> ---
>
> - Release process and pre-flight testing under way. We will need it to
> at least run prior to announcing.
>
> Todo:
> - login issue GEOS-7482 - who can work on this?
> - (jody) mac DMG not starting
> - (jody) bin download not starting on mac
> - (kevin) linux bin startup (openjdk and oracle) - worked fine except
> for GEOS-7482
> - windows not starting, Brad provided a workaround?
>
> Reason to do the beta is to confirm packaging is working, so we need to
> fix the above.
>
> Should we double back and include Justin's fix? Does it prevent PostGIS
> from functioning ... Ben says we should not release with failing build.
>
> Actions:
> - take startup issues to email
> - redo the geotools release
>
> Windows service wrapper licence
> ---
>
> [GEOS-7488] Windows service wrapper appears to have problematic license
> https://osgeo-org.atlassian.net/browse/GEOS-7488
>
> Compare:
> - https://github.com/geoserver/geoserver/tree/master/src/release/wrapper
> -
> https://github.com/geoserver/geoserver/tree/master/src/release/installer/win
> (MIT-License)
>
> The two wrapper.exe files are two different programs (different size).
>
> Action:
> - there are two versions in the codebase, do they both work?
> - We need more information, take to email list
>
> Apache Commons Upgrade?
> ---
>
> Can we update apache-commons-collections 3.1.0 --> 3.2.2 ?
>
> Yes - GeoTools 14.4 release is scheduled for next month.
>
> Can we put AbstractDataStore in jail?
> -
>
> Idea to put these into seperate gt-abstract-datastore module?
>
> Good communication/perhaps too late.
>
> GeoMesa discussion
> --
>
> GeoMesa is now updated to ContentDataStore - congrats!
>
> Discussion about hdfs URLs for distributed file system, anyone review
> tweaks to geotools/geoserver?
>
> (Tell wicket that other URL schemes are valid, and update geoserver file
> model, tell geotools SPI handlers for objects->inputstreams).
>
>


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GeoTools / GeoServer Meeting 2016-04-19

2016-04-19 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2016-04-19
===

Attending
-

Ben Caradoc-Davies
Kevin Smith
Jim Hughes
Torben Barsballe
Jody Garnett
Dave Blasby
Jukka Rahkonen

Apologies
-

Brad Hards
Andrea Aime

Agenda
--

- Release of 15-beta2 / 2.9-beta2
- Windows service wrapper licence
- Apache Commons Upgrade?
- Can we put AbstractDataStore in jail?
- GeoMesa discussion

Actions
---

Actions from last meeting
-

- Ben: send an email to Emanuele to see if we can lock down GeoFence
dependency for release [DONE]
- Jody:  email GeoServer developer mailing list calling for nominations 
for OSGeo project officer

Release of 15-beta2 / 2.9-beta2
---

- Release process and pre-flight testing under way. We will need it to 
at least run prior to announcing.

Todo:
- login issue GEOS-7482 - who can work on this?
- (jody) mac DMG not starting
- (jody) bin download not starting on mac
- (kevin) linux bin startup (openjdk and oracle) - worked fine except 
for GEOS-7482
- windows not starting, Brad provided a workaround?

Reason to do the beta is to confirm packaging is working, so we need to 
fix the above.

Should we double back and include Justin's fix? Does it prevent PostGIS 
from functioning ... Ben says we should not release with failing build.

Actions:
- take startup issues to email
- redo the geotools release

Windows service wrapper licence
---

[GEOS-7488] Windows service wrapper appears to have problematic license
https://osgeo-org.atlassian.net/browse/GEOS-7488

Compare:
- https://github.com/geoserver/geoserver/tree/master/src/release/wrapper
- 
https://github.com/geoserver/geoserver/tree/master/src/release/installer/win 
(MIT-License)

The two wrapper.exe files are two different programs (different size).

Action:
- there are two versions in the codebase, do they both work?
- We need more information, take to email list

Apache Commons Upgrade?
---

Can we update apache-commons-collections 3.1.0 --> 3.2.2 ?

Yes - GeoTools 14.4 release is scheduled for next month.

Can we put AbstractDataStore in jail?
-

Idea to put these into seperate gt-abstract-datastore module?

Good communication/perhaps too late.

GeoMesa discussion
--

GeoMesa is now updated to ContentDataStore - congrats!

Discussion about hdfs URLs for distributed file system, anyone review 
tweaks to geotools/geoserver?

(Tell wicket that other URL schemes are valid, and update geoserver file 
model, tell geotools SPI handlers for objects->inputstreams).


-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


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

2016-04-19 Thread Torben Barsballe
On Mon, Dec 21, 2015 at 4:31 PM, Jody Garnett 
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@2e901f36{/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)
>>
>>
>
Looks like this is the same error that we are having with OS X bin for the
current beta release. It looks like it was resolved for the DMG at least.
Did anyone ever re-test the bin on OS X after this fix?

Torben
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Jenkins build is back to normal : GeoServer-Master-OpenJDK8 #632

2016-04-19 Thread jenkins
See 


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Build failed in Jenkins: GeoServer-Master-OpenJDK8 #631

2016-04-19 Thread jenkins
See 


Changes:

[mthompson] fix RenderingEngine test

--
[...truncated 27471 lines...]
  testSingle(org.geoserver.wfs.xml.GML3FeatureProducerTest)
  testGML32(org.geoserver.wfs.xml.GMLOutputFormatTest): 
org/geotools/referencing/DefaultAuthorityFactory
  testGML2(org.geoserver.wfs.xml.GMLOutputFormatTest): Request processing 
failed; nested exception is java.lang.NullPointerException
  testGML3(org.geoserver.wfs.xml.GMLOutputFormatTest): Request processing 
failed; nested exception is java.lang.NullPointerException
  testGetFeatureWithLock(org.geoserver.wfs.xml.v1_1.XMLParsingTest): 
org/geotools/referencing/DefaultAuthorityFactory

Tests run: 586, Failures: 18, Errors: 498, Skipped: 1

[JENKINS] Recording test results
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Core Platform Module ... SUCCESS [ 25.630 s]
[INFO] Open Web Service Module  SUCCESS [ 16.784 s]
[INFO] Main Module  SUCCESS [02:21 min]
[INFO] GeoServer Security Modules . SUCCESS [  1.112 s]
[INFO] GeoServer JDBC Security Module . SUCCESS [ 22.236 s]
[INFO] GeoServer LDAP Security Module . SUCCESS [ 18.292 s]
[INFO] Web Coverage Service Module  SUCCESS [  3.282 s]
[INFO] Web Coverage Service 1.0 Module  SUCCESS [ 20.794 s]
[INFO] Web Coverage Service 1.1 Module  SUCCESS [ 24.739 s]
[INFO] Web Coverage Service 2.0 Module  SUCCESS [01:07 min]
[INFO] Web Feature Service Module . FAILURE [01:01 min]
[INFO] Web Map Service Module . SKIPPED
[INFO] KML support for GeoServer .. SKIPPED
[INFO] GeoWebCache (GWC) Module ... SKIPPED
[INFO] REST Support Module  SKIPPED
[INFO] REST Configuration Service Module .. SKIPPED
[INFO] Core UI Module . SKIPPED
[INFO] WMS UI Module .. SKIPPED
[INFO] GWC UI Module .. SKIPPED
[INFO] WFS UI Module .. SKIPPED
[INFO] Demos Module ... SKIPPED
[INFO] WCS UI Module .. SKIPPED
[INFO] Security UI Modules  SKIPPED
[INFO] Security UI Core Module  SKIPPED
[INFO] Security UI JDBC Module  SKIPPED
[INFO] Security UI LDAP Module  SKIPPED
[INFO] REST UI Module . SKIPPED
[INFO] GeoServer Web Application .. SKIPPED
[INFO] Community Space  SKIPPED
[INFO] GeoServer Extensions ... SKIPPED
[INFO] Application Schema Support . SKIPPED
[INFO] Application Schema Integration Test  SKIPPED
[INFO] Sample DataAccess Integration Test . SKIPPED
[INFO] ArcSDE DataStore Extension . SKIPPED
[INFO] H2 DataStore Extension . SKIPPED
[INFO] SQL Server DataStore Extension . SKIPPED
[INFO] Oracle DataStore Extension . SKIPPED
[INFO] MySQL DataStore Extension .. SKIPPED
[INFO] DB2 DataStore Extension  SKIPPED
[INFO] ImageMap Output Format . SKIPPED
[INFO] ImageI/O-Ext GDAL Coverage Extension ... SKIPPED
[INFO] JP2K Coverage Extension  SKIPPED
[INFO] OGR parent . SKIPPED
[INFO] OGR CORE ... SKIPPED
[INFO] OGR WFS  SKIPPED
[INFO] Web Processing Service parent .. SKIPPED
[INFO] Web Processing Service Module .. SKIPPED
[INFO] OGR WPS  SKIPPED
[INFO] Excel Output Format  SKIPPED
[INFO] Chart external graphics support  SKIPPED
[INFO] Feature Generalization Extension ... SKIPPED
[INFO] Image Mosaic JDBC Extension  SKIPPED
[INFO] OWS request flow controller  SKIPPED
[INFO] Web process status sharing with Hazelcast .. SKIPPED
[INFO] Web Processing Service GUI 

Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Kevin Smith
On 2016-04-19 02:59 AM, Brad Hards wrote:
> Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the package 
> updates to today.
>
> GeoServer Version 2.9-beta2 
> Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c 
> Build Date 19-Apr-2016 03:28 
> GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288) 
> GeoWebCache Version 1.9-beta2 (rev 
> master/806006ed652e11d6f3d4ea694d15a16a989a4852)
>
> On trying to log in, it just goes to:
> http://localhost:8080/geoserver/web/wicket/j_spring_security_check
>
> Layer preview seems good - tried each layer, and tried each output format for 
> the Tasmanian Cities (city) layer. All seem OK (well, the world polygon 
> looked ugly and grey, but it always does, so that is still tolerable :-)).
>
> Brad
>
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Tested the Jetty artifact in both Oracle and OpenJDK on Ubuntu GNOME 15.04

The only problem I encountered was the 404
(http://localhost:8080/geoserver/web/wicket/j_spring_security_check)
when trying to log in from certain pages. (GEOS-7482)

Otherwise I was able to log in, view layer previews, and create a layer.

-- 
Kevin Michael Smith




signature.asc
Description: OpenPGP digital signature
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Andrea Aime
On Tue, Apr 19, 2016 at 11:59 AM, Brad Hards  wrote:

> Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the
> package updates to today.
>
> GeoServer Version 2.9-beta2
> Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c
> Build Date 19-Apr-2016 03:28
> GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288)
> GeoWebCache Version 1.9-beta2 (rev
> master/806006ed652e11d6f3d4ea694d15a16a989a4852)
>
> On trying to log in, it just goes to:
> http://localhost:8080/geoserver/web/wicket/j_spring_security_check
>
> Layer preview seems good - tried each layer, and tried each output format
> for the Tasmanian Cities (city) layer. All seem OK (well, the world polygon
> looked ugly and grey, but it always does, so that is still tolerable :-)).
>

Same here. The login failure from the preview page is known and tracked in
this ticket, it is
something someone definitely needs to fix before RC1.
Actually it seems that we have duplicate reports about it (from two people
sitting in the same office?):
https://osgeo-org.atlassian.net/browse/GEOS-7502
https://osgeo-org.atlassian.net/browse/GEOS-7482

Kevin's report is interesting (the observation about web/wicket in the path
seemingly being the trigger)

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.

---
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] WARNING: Module not found [ssl]

2016-04-19 Thread Andrea Aime
On Tue, Apr 19, 2016 at 6:50 PM, Jody Garnett 
wrote:

> One consistent warning in our failed starts on windows and mac is the
> following:
>
> WARNING: Module not found [ssl]
>
>
I can see this on Linux as well, but the startup works fine. The log indeed
seems to be coming from Jetty,
I believe GeoServer has not even begun to startup when that is logged.
There is a interesting stack overflow discussion here:
http://stackoverflow.com/questions/30162057/module-not-found-protonego-impl-alpn-1-8-0-45-when-running-jetty-from-intellij

Makes me wonder if a further Jetty upgrade is needed to make that one go
away.

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.

---
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] WARNING: Module not found [ssl]

2016-04-19 Thread Jody Garnett
One consistent warning in our failed starts on windows and mac is the
following:

WARNING: Module not found [ssl]


Does this represent a regression in our update to Jetty? Near as I can
tell org.eclipse.jetty.server.SslConnectionFactory is available in our bin
bundle.

See
https://github.com/geoserver/geoserver/blob/master/src/release/jetty/etc/jetty-https.xml
--
Jody Garnett
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at 19:30 UTC on Tuesday

2016-04-19 Thread Andrea Aime
Hi Ben,
I also won't be participating to the meeting for the foreseeable future (at
its current time, at least).
Already stated that in the last meeting, but many things were discussed,
just want to make
sure it's not a surprise today

Cheers
Andrea


On Tue, Apr 19, 2016 at 2:10 PM, Ben Caradoc-Davies 
wrote:

> Thanks, Brad. I think we have your standing apologies for southern
> standard time. We will just tell everyone that you are hibernating for
> the winter.  ;-)
>
> Kind regards,
> Ben.
>
> On 19/04/16 20:24, Brad Hards wrote:
> > Please accept my apologies. Difficult with time zone at the moment.
> >
> > Brad
> >
> > -Original Message-
> > From: Ben Caradoc-Davies [mailto:b...@transient.nz]
> > Sent: Tuesday, 19 April 2016 6:35 AM
> > To: Geoserver-devel
> > Subject: [Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at
> 19:30
> > UTC on Tuesday
> >
> > GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday:
> >
> http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoSer
> > ver+Meeting&year=2016&month=4&day=19&hour=19&min=30&sec=0&ah=1
> >
> > --
> > Ben Caradoc-Davies 
> > Director
> > Transient Software Limited  New Zealand
> >
> >
> 
> > --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into multiple
> tiers
> > of your business applications. It resolves application problems quickly
> and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Geoserver-devel mailing list
> > Geoserver-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
> >
> >
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> 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.
==

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.

---
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly

Re: [Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at 19:30 UTC on Tuesday

2016-04-19 Thread Ben Caradoc-Davies
Thanks, Brad. I think we have your standing apologies for southern 
standard time. We will just tell everyone that you are hibernating for 
the winter.  ;-)

Kind regards,
Ben.

On 19/04/16 20:24, Brad Hards wrote:
> Please accept my apologies. Difficult with time zone at the moment.
>
> Brad
>
> -Original Message-
> From: Ben Caradoc-Davies [mailto:b...@transient.nz]
> Sent: Tuesday, 19 April 2016 6:35 AM
> To: Geoserver-devel
> Subject: [Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at 19:30
> UTC on Tuesday
>
> GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday:
> http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoSer
> ver+Meeting&year=2016&month=4&day=19&hour=19&min=30&sec=0&ah=1
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited  New Zealand
>
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers
> of your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Rahkonen Jukka (MML)
Hi,

Windows exe-installer creates a startup.bat file that does not start.  For some 
reason the batch file must be run from GEOSERVER_HOME, not from 
GEOSERVER_HOME\bin. I am remembering that change to jre8 had this effect with 
older Geoserver versions as well.

Adding "cd .." manually fixes the issue:

REM does not start without the next line
cd..
REM startup.bat created by the installer follows
call "C:\Program Files (x86)\Java\jre1.8.0_72\bin\java.exe" 
-DGEOSERVER_DATA_DIR="C:\Program Files (x86)\GeoServer 2.9-beta2\data_dir" 
-Xmx512m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djetty.port=8080 
-Djetty.logs="C:\Program Files (x86)\GeoServer 2.9-beta2\logs" -jar "C:\Program 
Files (x86)\GeoServer 2.9-beta2\start.jar"

After fixing the launch file Geoserver starts. Login fails still from some 
pages, for example from About GeoServer with the familiar error
Problem accessing /geoserver/web/wicket/j_spring_security_check. Reason:
Not Found

Once logged in from the main page things seem to work. One small glitch:
Go to workspace settings, check Settings-Enabled
-> Enabled box gets covered by the title Primary Contact and can't be 
unchecked. Tested with Firefox 45.0.2.

-Jukka Rahkonen-

-Alkuperäinen viesti-
Lähettäjä: Brad Hards [mailto:br...@frogmouth.net] 
Lähetetty: 19. huhtikuuta 2016 13:00
Vastaanottaja: 'Jody Garnett'; 'Geoserver Developers'
Aihe: Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the package 
updates to today.

GeoServer Version 2.9-beta2
Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c
Build Date 19-Apr-2016 03:28
GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288)
GeoWebCache Version 1.9-beta2 (rev 
master/806006ed652e11d6f3d4ea694d15a16a989a4852)

On trying to log in, it just goes to:
http://localhost:8080/geoserver/web/wicket/j_spring_security_check

Layer preview seems good - tried each layer, and tried each output format for 
the Tasmanian Cities (city) layer. All seem OK (well, the world polygon looked 
ugly and grey, but it always does, so that is still tolerable :-)).

Brad


--
Find and fix application performance issues faster with Applications Manager 
Applications Manager provides deep performance insights into multiple tiers of 
your business applications. It resolves application problems quickly and 
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Brad Hards
Testing with the war on Tomcat (7.0.52) on Kubuntu 14.04 plus all the package 
updates to today.

GeoServer Version 2.9-beta2 
Git Revision 7026d8e9a934f2e854c8116e5a8ac52063c3c11c 
Build Date 19-Apr-2016 03:28 
GeoTools Version 15-beta2 (rev c38b6f373bdb76a731b78cba0e1cb58f7ce06288) 
GeoWebCache Version 1.9-beta2 (rev 
master/806006ed652e11d6f3d4ea694d15a16a989a4852)

On trying to log in, it just goes to:
http://localhost:8080/geoserver/web/wicket/j_spring_security_check

Layer preview seems good - tried each layer, and tried each output format for 
the Tasmanian Cities (city) layer. All seem OK (well, the world polygon looked 
ugly and grey, but it always does, so that is still tolerable :-)).

Brad


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Jenkins build is back to normal : GeoServer-2.8.x #240

2016-04-19 Thread winbuild
See 


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] update developers guide to match current practice

2016-04-19 Thread Andrea Aime
On Mon, Apr 18, 2016 at 9:07 PM, Jody Garnett 
wrote:

> How does everyone (PSC, comitters, contributors) feel about updating the
> developers guide procedures to better reflect how we get things done in
> 2016:
>
> Changing contributions to be expressed in terms of pull requests (not
> patches):
> - https://github.com/geoserver/geoserver/pull/1554 updated pull request
> review guidelines
> - The information on community modules is spread out over several pages
> making it hard to follow
> - I would like to try gathering this into a single page to make it easier
> to follow
>

+1


>
> The balance of activity in our project has shifted from module maintainers
> to the project steering committee:
> - Andrea has provided an excellent summary of responsibilities on the wiki
> 
>  -
> I would like to use this to update the developers guide
>

I'd also update the contributor.md, so that we can point people making
significant pull requests to it.


> - I am hesitant to adjust the responsibilities as I believe they provide a
> fair representation of the amount of work required to keep GeoServer
> operational.
>

I don't understand what you mean here... are you hesitant to adjust the
current doc, to adjust the wiki page, or ... something else?


> - Other than recruiting additional volunteers I am not quite sure how to
> address this
>

I'd say that people directly benefiting from working in GeoServer
(companies, consultants) should be simply pushed to also perform chores that
keep the projection operational and thus have more to work on in the
future, otherwise the project risks dying. Thus the above guide.

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.

---
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Master Build broken on OpenJDK8

2016-04-19 Thread Andrea Aime
Hi,
looks like the test is hard coded on Oracle JDK and Ductus, and thus fails
on OpenJDK and Pisces.
The renderer could also be Marlin these days (and it will in JDK 9),
and we also have other JDK 8 implementations around, like the IBM one and
Zulu:
* https://www.ibm.com/developerworks/java/jdk/java8/
* https://www.azul.com/products/zulu/

Cheers
Andrea



On Tue, Apr 19, 2016 at 10:06 AM, Simone Giannecchini <
simone.giannecch...@geo-solutions.it> wrote:

> Dear All,
> there is a test that is consistently failing on OpenJDK8 as reported
> by the related build.
>
> The suspect for the murder is this class:
>
> https://github.com/geoserver/geoserver/blob/master/src/platform/src/test/java/org/geoserver/platform/RenderingEngineStatusTest.java
>
> Ehm, can we fix it please? :)
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39 333 8128928
>
> 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.
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> 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.
==

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 

Re: [Geoserver-devel] Master Build broken on OpenJDK8

2016-04-19 Thread Simone Giannecchini
Tracking with JIRA issue:
https://osgeo-org.atlassian.net/browse/GEOS-7505
Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

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

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 Tue, Apr 19, 2016 at 10:06 AM, Simone Giannecchini
 wrote:
> Dear All,
> there is a test that is consistently failing on OpenJDK8 as reported
> by the related build.
>
> The suspect for the murder is this class:
> https://github.com/geoserver/geoserver/blob/master/src/platform/src/test/java/org/geoserver/platform/RenderingEngineStatusTest.java
>
> Ehm, can we fix it please? :)
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39 333 8128928
>
> 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.

--
Find and fix application performance issues faster with Applications Manag

[Geoserver-devel] [JIRA] (GEOS-7505) JDK Specific Test causes build failure on OpenJDK

2016-04-19 Thread Simone Giannecchini (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simone Giannecchini created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-7505  
 
 
  JDK Specific Test causes build failure on OpenJDK   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.9-beta2  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Main  
 
 
Created: 
 19/Apr/16 10:33 AM  
 
 
Fix Versions: 
 2.0-RC1  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Simone Giannecchini  
 

  
 
 
 
 

 
 See http://build.geo-solutions.it/jenkins/view/GeoServer/job/GeoServer-Master-OpenJDK8/630/testReport/. The problem is right here: https://github.com/geoserver/geoserver/blob/master/src/platform/src/test/java/org/geoserver/platform/RenderingEngineStatusTest.java#L18  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  

Re: [Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at 19:30 UTC on Tuesday

2016-04-19 Thread Brad Hards
Please accept my apologies. Difficult with time zone at the moment.

Brad

-Original Message-
From: Ben Caradoc-Davies [mailto:b...@transient.nz] 
Sent: Tuesday, 19 April 2016 6:35 AM
To: Geoserver-devel
Subject: [Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at 19:30
UTC on Tuesday

GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday:
http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoSer
ver+Meeting&year=2016&month=4&day=19&hour=19&min=30&sec=0&ah=1

--
Ben Caradoc-Davies 
Director
Transient Software Limited  New Zealand


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers
of your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Master Build broken on OpenJDK8

2016-04-19 Thread Simone Giannecchini
Dear All,
there is a test that is consistently failing on OpenJDK8 as reported
by the related build.

The suspect for the murder is this class:
https://github.com/geoserver/geoserver/blob/master/src/platform/src/test/java/org/geoserver/platform/RenderingEngineStatusTest.java

Ehm, can we fix it please? :)

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

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

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.

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Build failed in Jenkins: GeoServer-2.8.x #239

2016-04-19 Thread winbuild
See 

Changes:

[nuno.oliveira] [GEOS-7499] Fix unwrapping of SecuredWMSLayerInfo in 
SecuredLayerInfo and SecureCatalogImpl

--
[...truncated 1524 lines...]
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.vfny.geoserver.global.GeoserverDataDirectoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.248 sec
Running org.vfny.geoserver.global.xml.WriterHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.vfny.geoserver.util.ResponseUtilsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.vfny.geoserver.util.SLDValidatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec

Results :

Tests in error: 
  
testFallbackOnEPSGDatabaseStd(org.vfny.geoserver.crs.OvverideTransformationsTest):
 No code "EPSG:3002" from authority "European Petroleum Survey Group" found for 
object of type "IdentifiedObject".
  
testOverrideEPSGOperation(org.vfny.geoserver.crs.OvverideTransformationsTest): 
No code "EPSG:4269" from authority "European Petroleum Survey Group" found for 
object of type "IdentifiedObject".
  testNadCon(org.vfny.geoserver.crs.OvverideTransformationsTest): No code 
"EPSG:4138" from authority "European Petroleum Survey Group" found for object 
of type "IdentifiedObject".

Tests run: 698, Failures: 0, Errors: 3, Skipped: 2

[JENKINS] Recording test results
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  1 second
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] GeoServer . SUCCESS [35.054s]
[INFO] Core Platform Module .. SUCCESS [19.126s]
[INFO] Open Web Service Module ... SUCCESS [17.831s]
[INFO] Main Module ... FAILURE [3:49.275s]
[INFO] GeoServer Security Modules  SKIPPED
[INFO] GeoServer JDBC Security Module  SKIPPED
[INFO] GeoServer LDAP Security Module  SKIPPED
[INFO] Web Coverage Service Module ... SKIPPED
[INFO] Web Coverage Service 1.0 Module ... SKIPPED
[INFO] Web Coverage Service 1.1 Module ... SKIPPED
[INFO] Web Coverage Service 2.0 Module ... SKIPPED
[INFO] Web Feature Service Module  SKIPPED
[INFO] Web Map Service Module  SKIPPED
[INFO] KML support for GeoServer . SKIPPED
[INFO] GeoWebCache (GWC) Module .. SKIPPED
[INFO] REST Support Module ... SKIPPED
[INFO] REST Configuration Service Module . SKIPPED
[INFO] GeoServer Web Modules . SKIPPED
[INFO] Core UI Module  SKIPPED
[INFO] WMS UI Module . SKIPPED
[INFO] GWC UI Module . SKIPPED
[INFO] WFS UI Module . SKIPPED
[INFO] Demoes Module . SKIPPED
[INFO] WCS UI Module . SKIPPED
[INFO] Security UI Modules ... SKIPPED
[INFO] Security UI Core Module ... SKIPPED
[INFO] Security UI JDBC Module ... SKIPPED
[INFO] Security UI LDAP Module ... SKIPPED
[INFO] REST UI Module  SKIPPED
[INFO] GeoServer Web Application . SKIPPED
[INFO] Community Space ... SKIPPED
[INFO] GeoServer Extensions