When I install the GeoServer WPS extension v2.5.1 as described here the extension does not appear in the Service Capabilities list in GeoServer admin UI and I don’t see any errors in the log. What I do see in the log is:
…
15 Jul 09:54:41 INFO [org.geoserver] - Loaded service ‘wcs’, enabled
15 Jul 09:54:41 INFO [org.geoserver] - Loaded service ‘wfs’, enabled
15 Jul 09:54:41 INFO [org.geoserver] - Loaded service ‘wms’, enabled
15 Jul 09:54:41 INFO [org.geoserver] - Loaded service ‘WPSInfoImpl-5dbe844d:14737022c46:-8000’, enabled <<<
…
15 Jul 09:54:48 INFO [geoserver.wps] - Found 48 bindable processes in Geometry processes <<<
15 Jul 09:54:48 INFO [geoserver.wps] - Found 89 bindable processes in Deprecated processes <<<
15 Jul 09:54:48 INFO [geoserver.wps] - Found 29 bindable processes in Vector processes <<<
15 Jul 09:54:48 INFO [geoserver.wps] - Found 4 bindable processes in GeoServer specific processes <<<
15 Jul 09:54:48 INFO [geoserver.wps] - Found 11 bindable processes in Raster processes <<<
…
The log lines with <<< at end are new since the WPS extension was installed.
I also see there is a “wps.xml” file in the GeoServer “data_dir” with the following contents:
WPSInfoImpl-5dbe844d:14737022c46:-8000
true
WPS
<org.geotools.util.Version>
1.0.0
</org.geotools.util.Version>
false
false
30.0
300
16
16
org.geoserver.wps.DeprecatedProcessFactory
true
org.geoserver.wps.jts.SpringBeanProcessFactory
true
org.geotools.process.geometry.GeometryProcessFactory
true
org.geotools.process.raster.RasterProcessFactory
true
org.geotools.process.vector.VectorProcessFactory
true
I am using GeoServer 2.5.1 on Windows 7 64-bit and using JDK 7.0.54 64-bit. Does anyone know why WPS doesn’t appear to install correctly?
–Steve