BlueBrain Nexus Platform, migrated to: https://github.com/BlueBrain/nexus/discussions
Hi, I am trying to register a realm in Nexus delta but got below error. Any idea what may be the issue?
curl -XPUT \
-H "Content-Type: application/json" \
"http://<NexusDeltaIP>:80/v1/realms/<realmName>" \
-d '{
"name":"<realmName>",
"openIdConfig":"http://<Keycloak IP>:8080/auth/realms/<realmName>/.well-known/openid-configuration",
"logo":"http://localhost:8080/logo.png"
}'
Error
{"@context":"https://bluebrain.github.io/nexus/contexts/error.json","@type":"UnsuccessfulOpenIdConfigResponse","reason":"Failed to retrieve the openid config document 'http://10.3.7.223:8080/auth/realms/vre/.well-known/openid-configuration'."}
-Dapp.http.base-uri=http://localhost:8080/nexus/v1
) in delta.yaml file (as I am using k8s as deployment) and I also changed the ingress path (path: /nexus/v1
) in the same file. However, when I was trying to create a realm after the change deployed, it throws me below error... I was able to create a realm without any issue before this update. Any idea what maybe the issue? Also, should I update BASE_PATH
in web.yaml for nexus-web as well? Thanks$ curl -XPUT -H "Content-Type: application/json" "http://<K8s Ingress Nginx IP>/nexus/v1/realms/vre" -d '{
"name":"vre",
"openIdConfig":"http://<KEYCLOAK IP>/auth/realms/vre/.well-known/openid-configuration",
"logo":"http://localhost:8080/logo.png"
}'
{"@context":"https://bluebrain.github.io/nexus/contexts/error.json","@type":"ResourceNotFound","reason":"The requested resource does not exist."}
{
"@id": "SearchConfig",
"@type": [
"https://bluebrain.github.io/nexus/vocabulary/SearchConfig"
],
"description": "global dataset search",
"label": "SearchConfig",
"fields": [
{
"dataIndex": "@type",
"displayIndex": 0,
"key": "@type",
"sortable": true,
"title": "Type1"
}
],
"view": "http://my_environment_deploy/nexus/v1/views/organization/project/http%3A%2F%2F10.3.7.220%2Fnexus%2Fv1%2Fresources%2FVRE_testing%2FVREDatasets%2FAggragateES/"
}
Hi, I have a question about creating the project in the BBN fusion. We got the warning message shown below after creating the project but the project can be created successfully. Why we got that kind of warning message? Will that cause any problems for using the project? We met the problem that we can not find any data on the Search page while the query editor works fine. Is that possible that creating a project problem leads to the search resources not being found?
The version we used for BBN is 1.5.1
2021-09-10 19:31:32 WARN c.e.b.n.d.sdk.ProgressesStatistics - Project count not found for project ‘webapps/testproject’
2021-09-10 19:31:32 INFO a.p.cassandra.query.EventsByTagStage - [6b2c6c59-3799-42b9-a3a4-28e953e28134]: EventsByTag query [project=webapps/testproject] starting with EC delay 4000ms: fromOffset [b165d960-126d-11ec-8080-808080808080 (2021-09-10 19:31:27:862)] toOffset [None]
2021-09-10 19:31:32 INFO a.p.cassandra.query.EventsByTagStage - [e1897a9e-2913-40b6-aaa2-9f8b9d059c67]: EventsByTag query [project=webapps/testproject] starting with EC delay 4000ms: fromOffset [b165d960-126d-11ec-8080-808080808080 (2021-09-10 19:31:27:862)] toOffset [None]
Also, I found out that when I go to the default query page and hovered on the project tag, the page becomes blank. I met the same problem in the SandBox as well. Here is the error message from the frontend:
We were guessing this might be the cause for the Search panel error we experienced. Please advise. Thanks