-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Model page issue on CVAT #4866
Comments
Please, work with nuclio repository first to resolve the issue. |
Thanks for your feedback and prompt reply.. |
I will close the issue, do not hesitate to reopen if you have any updates here :) |
#bsekachev- Can you please open the issue |
Hi, @himanshudw Looks like you come across the same issue as here #4855 |
What is output of |
Below is the output of the nuctl get functions Also 1 more issue that I am facing is the that helloworld function has gotten unhealthy after the VM was restarted whereas the other two are still up and healthy. The same happened with all of the custom models that I deployed previously. Below is the screenshot of the heeloworld function on the nuclio dashboard Issue #4855 also does not talk about the solution as of now, can you please kindly help on this |
@azhavoro |
@himanshudw to fix |
I don't see any function that is listening on port 49155 or 49156, try removing already deployed functions restart nuclio container and deploy again |
I am really sorry I deleted the comment instead of editing it, yeah it worked out the way you have mentioned |
My actions before raising this issue
Checked Could not get models from the server #2541
#4736
#2189
While doing auto annotation using nuclio it started giving error
The nuclio desktop is showing exit status 1 and not showing any functions that we deploy using nuctl deploy. Nuclio is showing as orphan container though docker ps shows a port assigned to it.a Also nuctl get functions is giving error as below
/nuclio/pkg/cmdrunner/shellrunner.go:96
Failed to execute command: /bin/sh -c "/bin/cat /etc/nuclio/store/functions/nuclio/*"
/nuclio/pkg/platform/local/store.go:408
Failed to run cat command
/nuclio/pkg/platform/local/store.go:335
Failed to get functions
/nuclio/pkg/platform/local/store.go:253
Failed to read functions from local store
/nuclio/pkg/platform/local/store.go:217
mlusers@annotate-clone:~/cvat$
Expected Behaviour
The functions should be visible on Nuclio dashboard and model should be visible on CVAT under models section for auto annotation of new tasks
Current Behaviour
The model is not visible on the cvat models page and nuclio is showing exit status 1
Your Environment
Docker version-20.10.3
Nuclio-nuctl-1.5.16-linux-amd64
Docker logs
cvat_docker_logs.txt
The text was updated successfully, but these errors were encountered: