OHDSI Home | Forums | Wiki | Github

How to start White Rabit

Hi, I am an advanced R programmer, but new to OHDSI.

I have login for GitHub and OHDSI, and also have our Remote Desktop, but I cannot figure out how to run White Rabbit. Can someone let me know.

Thanks and Regards!

Sam

  1. Under the Releases tab, download WhiteRabbit*.zip
  2. Unzip the download
  3. Double-click on bin/whiteRabbit.bat on Windows to start White Rabbit, and bin/whiteRabbit on macOS and Linux.

Hi
I am a “rabit begginer” !
I try to scan my .sas or .csv tables in white rabit, but the scan report is not generated.
Could you give me more info about this message (error message ??) in the log :slight_smile:

Started new scan of 1 tables...
Scanning table C:\Users\...........\bases/DM_simple.csv
Generating scan report

Exception in thread “Thread-3” java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/zip/ZipFile
at org.ohdsi.whiteRabbit.scan.SourceDataScan.generateReport(SourceDataScan.java:172)
at org.ohdsi.whiteRabbit.scan.SourceDataScan.process(SourceDataScan.java:117)
at org.ohdsi.whiteRabbit.WhiteRabbitMain$ScanThread.run(WhiteRabbitMain.java:1054)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.compress.archivers.zip.ZipFile
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 3 more

Thanks !

t