Henning Bredel

Results 38 issues of Henning Bredel

## Description When resuming from suspend, it occurs from time to time that Budgie does not ask to login. In addition to that, no user input is possible either via...

`RIOHandler` does not respect outputs having an absolute file path. It fails with an `IOException` with message //Output file does not exist// and prints a path within the local working...

bug

Restarting WPS via Tomcat Manager fails from time to time with Stacktrace: ``` javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:200) at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:152) at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:232) at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:120) at se.jiderhamn.classloader.leak.prevention.preinit.DocumentBuilderFactoryInitiator.doOutsideClassLoader(DocumentBuilderFactoryInitiator.java:17) at se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor$1.run(ClassLoaderLeakPreventor.java:86)...

WPS logs do not contain R `cat` log statements. The following stacktrace is printed when running an R process: ``` 2019-03-19 14:03:28,677 [pool-17-thread-2] WARN org.n52.wps.server.r.util.RLogger: Could not log message 'cat("[WPS4R...

wps4r

It would be nice to link R scripts laying in `${wps_install}/R/scripts` via symbolic links (created with `ln -s

Collecting opinions to: - Remove `m2e` confiuration https://github.com/52North/iceland/issues/28 - Adding `jetty` plugin, to conveniently debug from IDE w/o configuring external servlet-container - In case this is possible regarding to licensing,...

enhancement
question

Currently, the `RepositoryManager` [creates instances of `IAlgorithmRepository` via reflection](https://github.com/52North/WPS/blob/wps-4.0/52n-wps-server/src/main/java/org/n52/wps/server/RepositoryManager.java#L157) ignoring all instances getting instantiated from the IoC Container, for example classes marked as `@Components`. That is, we have two instances...

bug

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...

wps4r