Jakub Klímek

Results 165 issues of Jakub Klímek

In the log `AccessDeniedException`: ``` com.linkedpipes.etl.executor.ExecutorException: PipelineComponent execution failed. at com.linkedpipes.etl.executor.component.SequentialComponentExecutor.run(SequentialComponentExecutor.java:43) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: com.linkedpipes.etl.executor.api.v1.LpException: Execution failed. at com.linkedpipes.etl.executor.plugin.v1.PluginV1Instance.execute(PluginV1Instance.java:39) at com.linkedpipes.etl.executor.component.SequentialComponentExecutor.run(SequentialComponentExecutor.java:39) ... 1 common frames omitted Caused by: com.linkedpipes.etl.executor.api.v1.LpException:...

enhancement

Now, "debug to" executes all components up to the selected one, including the selected one. However, in cases where a failing component has many inputs, it might be beneficial to...

enhancement

UX: Download logs and see log tail should be available also in execution view, not only execution list

enhancement

With more complex pipelines, it is sometimes hard to find the currently running component. A "locate running component" button (the same style as "add pipeline") would help.

enhancement

Log: ``` 2018-08-22 05:39:44,066 [pool-186-thread-36] ERROR c.l.e.e.a.v.r.DefaultReportWriter - Task (http://vdp.cuzk.cz/vymenny_format/specialni/20180603_ST_UVOH.xml.gz) failed. com.linkedpipes.etl.executor.api.v1.LpException: Request failed for: http://vdp.cuzk.cz/vymenny_format/specialni/20180603_ST_UVOH.xml.gz at com.linkedpipes.etl.executor.api.v1.service.DefaultExceptionFactory.failure(DefaultExceptionFactory.java:12) at com.linkedpipes.plugin.exec.httprequest.TaskExecutor.performRequest(TaskExecutor.java:93) at com.linkedpipes.plugin.exec.httprequest.TaskExecutor.accept(TaskExecutor.java:62) at com.linkedpipes.plugin.exec.httprequest.TaskExecutor.accept(TaskExecutor.java:20) at com.linkedpipes.etl.executor.api.v1.component.task.TaskExecutor.executeTask(TaskExecutor.java:62) at com.linkedpipes.etl.executor.api.v1.component.task.TaskExecutor.execute(TaskExecutor.java:54) at com.linkedpipes.etl.executor.api.v1.component.task.TaskExecutor.run(TaskExecutor.java:38)...

bug
infrequent

For a couple of years, I have an LDF server set up as Linux service (systemd), similarly to the [guide in the wiki](https://github.com/LinkedDataFragments/Server.js/wiki/Deployment-as-Linux-service): ```systemd [Unit] Description=Linked Data Fragments Server After=network.target...

bug

In JSON Schema draft 2020-12, [tuple validation](https://json-schema.org/understanding-json-schema/reference/array.html#tuple-validation) uses `prefixItems` and `items` keywords instead of `items` and `additionalItems`. This is currently not supported by https://www.jsonschemavalidator.net/

I want to check whether in the Data graph, there is at least one instance of `dcat:Catalog`. I followed [this example from the SHACL wiki](https://www.w3.org/wiki/SHACL/Examples). tl;dr: It does not work...

Following up on the recent CSVW issue https://github.com/w3c/csvw/issues/872 - I ran into a similar issue with [your RDF distiller](http://rdf.greggkellogg.net/distiller?command=serialize&format=jsonld&output_format=jsonld), where, e.g. ```json { "@context": "https://pod-test.mvcr.gov.cz/otevřené-formální-normy/témata-dizertačních-prací/draft/kontexty/téma-dizertační-práce.jsonld", "typ": "Téma dizertační práce", "název":...

I am getting the following warnings when running the ```loadanalytics``` command to retrieve GA statistics (https://github.com/ckan/ckanext-googleanalytics#setting-up-statistics-retrieval-from-google-analytics) with ckan 2.6.1 (not tested with previous versions) ``` /usr/lib/ckan/dcat/local/lib/python2.7/site-packages/sqlalchemy/engine/reflection.py:53: SAWarning: Skipped unsupported reflection...