-
Notifications
You must be signed in to change notification settings - Fork 134
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
OKIT web GUI non-responsive #736
Comments
I have the same problem, do you have a solution? |
Nop...no clue at all. OEL9: native as well as Docker nothing seems to work. earlier versions worked seamlessly with the fast docker based run. but this latest version is not at all working. tried cloning until 0.60.0, but the same trouble persists. the documentation is not precise regading the version compatibilities, package dependencies etc...so its like groping in the dark. hope somebody looks into the issue to give a solution ASAP. |
Same here |
I was able to continue but it was with ocd-0.2.6-Setup.exe, this installs the app and does the same for the .oci .ssh issue, you must place it in C:\Users\User\ |
Hi Yes the local installable OCD works fine...no issue with that. However it still has a lot of scope for improvement in its coming releases. Because,
Regards |
The Problem is a syntax error in the added jquery3.6.0.js library. You can simply replace the library with version 3.6.1 and then everything works again. |
Hi I have set up two clean VMs from scratch one with OL8.10 and the other with OL9.5 in none of the environments it worked. The GUI is still non-responsive. If you can share the exact configuration versions from the OS, Python and its modules, etc. where the web interface worked for your correctly, I would like to recreate an exact environment to see if it works for me too. Thanks a lot. Regards |
Hi, I have forked the repository and implemented a fix in Branch "736-fixes". Then I simply built a new Docker image and it worked. It is important to update the Dockerfile, since it will pull the code from the repository to point to the fork and use "--build-arg BRANCH=736-fixes" while building the Docker image to pull the correct branch. You should be able to download my fork and when using the correct branch and above args to build a working docker image. This simply worked on my environment. The bug was introduced with this commit: b872c74 |
Hi Good Day. Thank you very much for your explanation and the effort you had put into this issue. I have two questions though:
Thank you very much. Regards Ravi |
I did something similar, only with the latest version of jquery
|
Hi
I tried installing the okit web using native installation on both ol8 and ol9 and also using docker image based install. I am following the exact step-by-step procedure. though the web interface is accessible, none of the GUI areas are working. I am not able to query an existing tenancy, nor i could able to add a new tenancy info using the green "wheel" button. its just non-responsive. the okit.log and okit-debug.log are not showing and error at all.
is there any specific issue with any dependencies ?
thanks
The text was updated successfully, but these errors were encountered: