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 wrot

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 f

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

2013-03-28 Thread Tom van Tilburg
scripting/hooks.html) 10) test python hook *From:*Tom van Tilburg [mailto:tom.van.tilb...@gmail.com] *Sent:* Wednesday, March 27, 2013 8:02 AM *To:* geoserver-users@lists.sourceforge.net <mailto:geoserver-users@lists.sourceforge.net> *Subject:* Re: [Geoserver-users] Python

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 conte

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

2013-03-28 Thread Bessette-Halsema, Dominique E
] Python WPS scripting broken in Geoserver 2.3.x Hi Dominique, Thanks for this information. I assume you also have the WPS plugin installed? And did you let the WPS plugin overwrite original JAR files? (I did not) I tried your solution following the steps (using geoserver 2.3.0 instead) and

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

2013-03-28 Thread Tom van Tilburg
@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.R

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

2013-03-27 Thread Bessette-Halsema, Dominique E
burg [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 th

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: java.lang.NoClassDefF

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 th

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 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 wrote: > Hi Guys, > > Thank you very much for the new geoserver release. Lot's of great > functionality. > > One regression I found so far: > The pytho