You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to link R scripts laying in ${wps_install}/R/scripts via symbolic links (created with ln -s <source-path> <link-target). Currently the WPS fails with message:
ERROR org.n52.wps.server.request.ExecuteRequestV100: Exception/Error while executing ExecuteRequest for org.n52.wps.server.r.arima: org.n52.wps.server.ExceptionReport: Could not read script file <path-to-symbolic-link>
It would be nice to link R scripts laying in
${wps_install}/R/scriptsvia symbolic links (created withln -s <source-path> <link-target). Currently the WPS fails with message: