When I install the GeoServer WPS extension v2.5.1 as described 
here<http://docs.geoserver.org/stable/en/user/extensions/wps/install.html> 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:

<wps>
  <id>WPSInfoImpl-5dbe844d:14737022c46:-8000</id>
  <enabled>true</enabled>
  <name>WPS</name>
  <versions>
    <org.geotools.util.Version>
      <version>1.0.0</version>
    </org.geotools.util.Version>
  </versions>
  <citeCompliant>false</citeCompliant>
  <schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
  <verbose>false</verbose>
  <connectionTimeout>30.0</connectionTimeout>
  <resourceExpirationTimeout>300</resourceExpirationTimeout>
  <maxSynchronousProcesses>16</maxSynchronousProcesses>
  <maxAsynchronousProcesses>16</maxAsynchronousProcesses>
  <processGroups>
    <processGroup>
      <factoryClass>org.geoserver.wps.DeprecatedProcessFactory</factoryClass>
      <enabled>true</enabled>
    </processGroup>
    <processGroup>
      
<factoryClass>org.geoserver.wps.jts.SpringBeanProcessFactory</factoryClass>
      <enabled>true</enabled>
    </processGroup>
    <processGroup>
      
<factoryClass>org.geotools.process.geometry.GeometryProcessFactory</factoryClass>
      <enabled>true</enabled>
    </processGroup>
    <processGroup>
      
<factoryClass>org.geotools.process.raster.RasterProcessFactory</factoryClass>
      <enabled>true</enabled>
    </processGroup>
    <processGroup>
      
<factoryClass>org.geotools.process.vector.VectorProcessFactory</factoryClass>
      <enabled>true</enabled>
    </processGroup>
  </processGroups>
</wps>

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
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to