Hi Andresrcs -
Yes, we have ran "R CMD javareconf".
We noticed, this issue started happening after OS upgrade. So we tried Downgrading Java , Changed Java path/home to different Java that we have on the server and nothing fixed this.
We found few more packages/libraries with similar issues....
library(mailR)
library(odbc)
library(openNLP)
library(openNLPdata)
library(qdap)
library(tabulizer)
library(tabulizerjars)
library(venneuler)
library(wordnet)
library(xlsx)
When the developers publish it the get this on Rstudio-connect:
Error occurred during initialization of VM
08/05 07:01:55.684
java/lang/NoClassDefFoundError: java/lang/Object
Error code: render-python-code-error. An error occurred while running Python code.
Possible causes:
- There is a bug in the Python code being deployed.
- The Python code depends on conditions that are not present in Connect.
- The Python code depends on a version of Python that is not configured in Connect.
Possible solutions:
- Correct bugs in the Python code, then deploy the corrected content.
- The document rendering log in Connect contains details of the error.
- For content published from the RStudio IDE, knitting the document in the IDE may also be helpful for debugging.
- For content published from Jupyter, running the notebook locally may help to isolate the problem.