sjordi 42 Posted Saturday at 08:54 PM Hi, Following Antonio Zapater classes, I was able to install Rad Server on Docker. I can access it (at least the "version" page that returns the correct info via json). The problem though is with the Console. It's just stuck on "Loading" and that's it. I suspect some port configurations, but if someone already fell into that problem, and advice would be welcome. Also, is there a way to access the embedded Interbase DB to check the values (not store my projects)? Since I wanted to mount the two interbase and ems volumes into a local path rather than the docker ones, it considers it's not registered anymore. Moved everything back to the original volume and it's fine. I'd need to check whether the volume paths are stored into the embedded IB . Thanks for any light. Share this post Link to post
Uwe Raabe 2166 Posted Saturday at 10:32 PM 1 hour ago, sjordi said: The problem though is with the Console. It's just stuck on "Loading" and that's it. Sounds like this one: RSP-40290 - RAD Server Console DLL not working Share this post Link to post
Uwe Raabe 2166 Posted Saturday at 10:35 PM 1 hour ago, sjordi said: Since I wanted to mount the two interbase and ems volumes into a local path rather than the docker ones, it considers it's not registered anymore. Moved everything back to the original volume and it's fine. I'd need to check whether the volume paths are stored into the embedded IB . AFAIK, the path to the database is configured in emsserver.ini Share this post Link to post
sjordi 42 Posted yesterday at 10:35 AM 12 hours ago, Uwe Raabe said: Sounds like this one: RSP-40290 - RAD Server Console DLL not working Thanks for the reference. I'm under Linux and use NGinx. So no DLLs. I suspect also that my NGinx proxy redirects everything into https, and maybe, locally, the IB interactions should stay in http, no SSL. I'll spend the day investigating theses options. Share this post Link to post