DARPA-ASKEM / terarium

https://app.terarium.ai
Apache License 2.0
14 stars 2 forks source link

[BUG]: 500 errors on startup #4787

Open dgauldie opened 1 month ago

dgauldie commented 1 month ago

Describe the issue A clear and concise description of what the bug is.

image

mwdchang commented 1 month ago

This came from the notifications, with the log trace

2024-09-20 18:20:20 [INFO] REQUEST STARTED | ModelController.getModel | method=GET; uri=/models/33f73bce-38ee-45c5-93d0-6e672767253c;  [software.uncharted.terarium.hmiserver.interceptors.RequestLoggingInterceptor:40]
2024-09-20 18:20:20 [ERROR] Unable to get model [software.uncharted.terarium.hmiserver.controller.dataservice.ModelController:239]
org.springframework.web.server.ResponseStatusException: 403 FORBIDDEN "You're not authorized to access this resource. Contact the project owner to upgrade your permissions."
    at software.uncharted.terarium.hmiserver.controller.dataservice.ModelController.getModel(ModelController.java:170)
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
    at java.base/java.lang.reflect.Method.invoke(Unknown Source)