KnowledgeCaptureAndDiscovery / DISK-API

Apache License 2.0
3 stars 1 forks source link

Results of hypothesis bindings should be unique. #54

Closed hvarg closed 1 year ago

hvarg commented 2 years ago

Formal expression:

:goal   hyp:associatedWith  Temperature
:goal   hyp:associatedWith  Humidity
:goal   hyp:associatedWith  Wind

Error:

2022-07-20T19:38:28.722Z | 20-Jul-2022 19:38:28.721 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/usr/local/tomcat/webapps/disk-server.war] has finished in [8,697] ms
2022-07-20T19:38:28.725Z | 20-Jul-2022 19:38:28.725 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
2022-07-20T19:38:28.740Z | 20-Jul-2022 19:38:28.740 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 8769 ms
2022-07-20T19:38:45.256Z | Malformed JSON string: {"error":"invalid_token","error_description":"Token verification failed"}
2022-07-20T19:39:12.837Z | Quering hypothesis: Hypothesis-6f28AYbUooqn
2022-07-20T19:39:13.132Z | LOI LOI-mOFYR83dYZpf got 1 results
2022-07-20T19:39:13.172Z | Warning: file https://raw.githubusercontent.com/mosoriob/bikes_rent/master/bikes-part1.csv does not contain hash on Bikes-rental
2022-07-20T19:39:14.413Z | Checking TriggeredLOI-WUfKvZfjD4VL (LOI-mOFYR83dYZpf)
2022-07-20T19:39:14.415Z | TLOI TriggeredLOI-WUfKvZfjD4VL will be trigger
2022-07-20T19:39:14.440Z | [R] Running execution thread
2022-07-20T19:39:14.532Z | [R] Executing bikes with:
2022-07-20T19:39:14.532Z | [R] - variable3: Temperature
2022-07-20T19:39:14.532Z | [R] - variable2: Temperature
2022-07-20T19:39:14.532Z | [R] - variable1: Temperature
2022-07-20T19:39:14.532Z | [R] - csv_files: bikes-part1.csv
2022-07-20T19:39:15.959Z | [R] Run ID: http://localhost:8080/wings-portal/export/users/admin/bikes/executions/bikes-d88a3e61-2f42-4829-a28d-9bdbac562d44.owl#bikes-d88a3e61-2f42-4829-a28d-9bdbac562d44
2022-07-20T19:39:25.992Z | [M] Running monitoring thread
2022-07-20T19:39:26.081Z | Run ID bikes-d88a3e61-2f42-4829-a28d-9bdbac562d44: No execution information
2022-07-20T19:39:26.081Z | Run ID bikes-d88a3e61-2f42-4829-a28d-9bdbac562d44: No variables attribute
2022-07-20T19:39:26.082Z | Link: https://wings.disk.isi.edu/wings-portal/users/admin/bikes/executions?run_id=https%3A%2F%2Fwings.disk.isi.edu%2Fwings-portal%2Fexport%2Fusers%2Fadmin%2Fbikes%2Fexecutions%2Fbikes-d88a3e61-2f42-4829-a28d-9bdbac562d44.owl%23bikes-d88a3e61-2f42-4829-a28d-9bdbac562d44
2022-07-20T19:39:26.082Z | Could not open KB: http://localhost:8080/disk-server/admin/tloisjava.lang.NullPointerException: Cannot invoke "java.util.Map.values()" because "inputs" is null
2022-07-20T19:39:26.082Z | at org.diskproject.server.repository.DiskRepository$TLOIMonitoringThread.run(DiskRepository.java:2132)
2022-07-20T19:39:26.082Z | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
2022-07-20T19:39:26.082Z | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2022-07-20T19:39:26.082Z | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
2022-07-20T19:39:26.082Z | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2022-07-20T19:39:26.082Z | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2022-07-20T19:39:26.082Z | at java.base/java.lang.Thread.run(Thread.java:833)
mosoriob commented 1 year ago

seems to be fixed @hvarg