rJava icon indicating copy to clipboard operation
rJava copied to clipboard

R session Aborted Rjava

Open yenicapachac opened this issue 1 year ago • 1 comments

I have a problem running RSTUDIO, I am using the "xlsx" and "rjava" package to read and save a large amount of hydrological data on a daily level (approximately 60000 rows and 70 columns) and I get "A fatal error has been detected by the Java Runtime Environment: # EXCEPTION_ACCESS_VIOLATION" restrictions. Among some solutions I preferred to work with less columns, however now every time I run the code, the program quits even with executing a line to load a package. To date I can't run Rstudio because I get "Rsesion aborted", I have tried from uninstalling R, changing java versions, increasing the working capacity of the Java memory options( java.parameters = "-Xmx10g" ) , clearing cache; but none of them work. Also, I have the program report and I have compiled some screenshots in a power point of the errors:

hs_err_pid22932.log https://1drv.ms/p/s!Atkj5l6S-8GVgs1rc4cmZXNiFJxSQw?e=yfaAmy

I would be grateful if you could provide me with a solution.

yenicapachac avatar Mar 29 '24 13:03 yenicapachac

First, please try it in R since there have been issues reported in some versions of RStudio (if it is an issue in RStudio please check their support). If the problem persist in R, please share the exact code you use, full output of sessionInfo(), and your Java version.

s-u avatar Apr 01 '24 21:04 s-u