Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-04-01 Thread Justin Deoliveira
Thanks for digging in on this everyone. I have tracked the problem to an issue in the upstream geoscript-py dependency and created this issue. https://jira.codehaus.org/browse/GEOS-5742 Should be a straight forward fix, wil update shortly. On Fri, Mar 29, 2013 at 5:07 AM, Tom van Tilburg

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-29 Thread Tom van Tilburg
Ami, that fixed it. Thanks so much! Is any filing of this needed somewhere? --Tom On 28-3-2013 17:14, arahav wrote: Tom, Looks like org.geotools.process.feature.gs in GeoTools 8 was replaced with org.geotools.process.vector in GeoTools 9. Try copying gt-process-feature-8-SNAPSHOT.jar from

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-28 Thread Tom van Tilburg
[mailto:tom.van.tilb...@gmail.com] *Sent:* Wednesday, March 27, 2013 8:02 AM *To:* geoserver-users@lists.sourceforge.net *Subject:* Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x I just installed SUN JAVA 1.6 JRE, but the problem persists. Here's a snippet from the error log

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-28 Thread Bessette-Halsema, Dominique E
[mailto:tom.van.tilb...@gmail.com] Sent: Wednesday, March 27, 2013 8:02 AM To: geoserver-users@lists.sourceforge.netmailto:geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x I just installed SUN JAVA 1.6 JRE

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-28 Thread arahav
Tom, Looks like org.geotools.process.feature.gs in GeoTools 8 was replaced with org.geotools.process.vector in GeoTools 9. Try copying gt-process-feature-8-SNAPSHOT.jar from Geoserver 2.2.x to your Geoserver 2.3 installation. The WPS example should now work. Ami. -- View this message in

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-28 Thread Tom van Tilburg
@lists.sourceforge.net mailto:geoserver-users@lists.sourceforge.net *Subject:* Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x I just installed SUN JAVA 1.6 JRE, but the problem persists. Here's a snippet from the error log: 2013-03-27 15:53:58,962 WARN

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Justin Deoliveira
Hi Tom, Can you confirm that you have the wps extension installed in the 2.3 version? -Justin On Tue, Mar 26, 2013 at 9:57 AM, Tom van Tilburg tom.van.tilb...@gmail.comwrote: Hi Guys, Thank you very much for the new geoserver release. Lot's of great functionality. One regression I found

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Tom van Tilburg
Yes, I can see the WPS among the WCS/WFS/WMS services in the left of the menu and my handcrafted python process that I have put in ./data/scripts/wps/ is displayed in the list of WPS processes (py:mybuffer) By the way, I have OpenJDK installed. At the moment I'm testing with Oracle 1.7 JDK and

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Rahkonen Jukka
Hi, It is for sure good to test with OpenJDK and Oracle 1.7 JDK, but Geoserver has some known issues with both of them and Oracle 1.6 jre is the officially supported version. Probably it would be more pleasure to test with that first. -Jukka Rahkonen- Tom van Tilburg wrote: Yes, I can see

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Tom van Tilburg
I just installed SUN JAVA 1.6 JRE, but the problem persists. Here's a snippet from the error log: 2013-03-27 15:53:58,962 WARN [imagemosaic.ImageMosaicFormat] - java.lang.RuntimeException: java.io.IOException: javax.script.ScriptException: java.lang.NoClassDefFoundError:

Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-27 Thread Bessette-Halsema, Dominique E
@lists.sourceforge.net Subject: Re: [Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x I just installed SUN JAVA 1.6 JRE, but the problem persists. Here's a snippet from the error log: 2013-03-27 15:53:58,962 WARN [imagemosaic.ImageMosaicFormat] - java.lang.RuntimeException

[Geoserver-users] Python WPS scripting broken in Geoserver 2.3.x

2013-03-26 Thread Tom van Tilburg
Hi Guys, Thank you very much for the new geoserver release. Lot's of great functionality. One regression I found so far: The python scripting seems to be broken in 2.3.x Steps to reproduce: Install: http://gridlock.opengeo.org/geoserver/2.3.x/geoserver-2.3.x-latest-war.zip