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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Not sure what I am missing here, I assume this had been working before WPS 4.0:
I get exceptions like this:
ERROR org.n52.wps.server.r.metadata.RAnnotationParser: Invalid R algorithm 'org.n52.wps.server.r.debug.session'. Script validation failed when executing process description creator.
org.n52.wps.server.r.syntax.RAnnotationException: Invalid datatype key for R script annotations: text/x-markdown
at org.n52.wps.server.r.data.RDataTypeRegistry.getType(RDataTypeRegistry.java:100) ~[52n-wps-r-4.0.0-SNAPSHOT.jar:na]
with a follow-up exception
ERROR org.n52.wps.server.r.ScriptFileRepository: invalid script content: No annotations found
ERROR org.n52.wps.server.r.LocalRAlgorithmRepository: Could not load algorithm 'org.n52.wps.server.r.debug.session'
org.n52.wps.server.r.util.InvalidRScriptException: Invalid script content.
at org.n52.wps.server.r.ScriptFileRepository.validateScriptFile(ScriptFileRepository.java:150) ~[52n-wps-r-4.0.0-SNAPSHOT.jar:na]
The unknown datatypes are:
text/x-markdown in org.n52.wps.server.r.debug.session
application/json in org.n52.wps.server.r.demo.interpolation.jsclient
rdata+Spatial in org.n52.wps.server.r.demo.meuse.rdata
rdata in org.n52.wps.server.r.enviroCar_osmMatching
text/csv in org.n52.wps.server.r.test.csv
rdata in org.n52.wps.server.r.test.rdata
The text was updated successfully, but these errors were encountered:
Not sure what I am missing here, I assume this had been working before WPS 4.0:
I get exceptions like this:
with a follow-up exception
The unknown datatypes are:
text/x-markdown
inorg.n52.wps.server.r.debug.session
application/json
inorg.n52.wps.server.r.demo.interpolation.jsclient
rdata+Spatial
inorg.n52.wps.server.r.demo.meuse.rdata
rdata
inorg.n52.wps.server.r.enviroCar_osmMatching
text/csv
inorg.n52.wps.server.r.test.csv
rdata
inorg.n52.wps.server.r.test.rdata
The text was updated successfully, but these errors were encountered: