[Geoserver-users] PyWpsHook NullPointerException

Hi,

I just realized that I cannot access to the "Manage" page of my Python WPS
processes (accessible via WPS Security webpage). When I try to open this
page, I get the following exception :

There is an error while getting the description of my WPS processes, but
these are made juste like in the examples found in the official
documentation (
http://docs.geoserver.org/latest/en/user/community/scripting/py/index.html
<http://docs.geoserver.org/latest/en/user/community/scripting/py/index.html&gt;
).

In the source code of PyWpsHook, I found this statement at line 53 :

I guess that its the process(engine) method that returns a
NullPointerException.

But this method is supposed to return a PyObject pointing to the run method
declared in the .py file :

Is there any modification I should put in my .py so that the hook works
corretly ?

Cyril

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/PyWpsHook-NullPointerException-tp5271842.html
Sent from the GeoServer - User mailing list archive at Nabble.com.