Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local deployment fails when benchmark parameter has no datatype #536

Open
denkv opened this issue Nov 16, 2021 · 0 comments
Open

Local deployment fails when benchmark parameter has no datatype #536

denkv opened this issue Nov 16, 2021 · 0 comments

Comments

@denkv
Copy link
Collaborator

denkv commented Nov 16, 2021

Description

With a parameter defined like

raki:benchmarkName a hobbit:ConfigurableParameter, hobbit:FeatureParameter;
	rdfs:label "Benchmark name"@en;
	rdfs:comment "The name of the benchmark, which is represented by an ontology and a set of positive and negative examples"@en;
	rdfs:domain hobbit:Benchmark;
	rdfs:range raki:Datasets.

parameter is sent to the GUI backend without any datatype
experiment configuration

and that causes a NullPointerException in PlatformControllerClient.java#488.

Reproducability

Steps to reproduce the behavior:

  1. Deploy the platform locally with make build start-dev-platform
  2. Try to create experiment with ORCA or RAKI benchmarks
  3. GUI fails to create an experiment (with an error message)

Expected behavior

The platform creates experiment normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant