-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issue when using RJAVA inside reactive expression in a Shiny App #357
Comments
PD: I have also created this minimum, but complete Shiny app with Shiny Assistant that have a skeleton for both cases. If there are someone brave enough to put a real JDBC connection and reproduce the error.
|
Thanks for the issue, this likely will take some time to investigate, but from a purely functioning perspective, does using observe() achieve what you need ? |
could you also post the generate_env.R please ? |
Also what's the error message ? |
Hi Bruno. You have a really cool work here. Sadly I wasn't able to easily adapt observe() to my use case (The key difference being that the Error message
|
thanks, I’ll look into it during this weekend likely I know this is not the answer you are looking for, but could you use RODBC instead? https://cran.r-project.org/web/packages/RODBC/index.html or DBI? |
Hi! I've been recently trying out
rix
and encountered the following issueContext
I'm working in a shiny app docker image and decided to give a try to
rix
. Dependency management worked really well with minimum setup time, even for my project that has a considerable amount of dependencies.I'm using RJDBC to query against a remote dbms to render a few tables on the app. All worked fine, except calls to
RJDBC::dbGetQuery
when called inside a reactive expression.Examples
1. Would do fine
2. Would fail
Further Info
This is the dockerfile I used. Also tried with a very similar one using nixos/nix base docker image
The text was updated successfully, but these errors were encountered: