OHDSI / WhiteRabbit

WhiteRabbit is a small application that can be used to analyse the structure and contents of a database as preparation for designing an ETL. It comes with RabbitInAHat, an application for interactive design of an ETL to the OMOP Common Data Model with the help of the the scan report generated by White Rabbit.
http://ohdsi.github.io/WhiteRabbit
Apache License 2.0
178 stars 88 forks source link

Problems with installation #301

Closed iei-fa closed 3 years ago

iei-fa commented 3 years ago

I followed the installation instructions but after all I got the following screen. controlpanel

Any help and suggestions? Ivan

MaximMoinat commented 3 years ago

Hi @iei-fa . Apparently the program is not able to find the repo folder with all the classes. Please check the following two things:

iei-fa commented 3 years ago

Hi,

Later yesterday I figured the problem. It was the type of folders' names alphabet - my original path contained cyrillic letters. As I see this program can work only with native latin alphabet (not good).

I moved the installation to a folder having only latin letters in the path and it ran.

Thank you for your e-mail.

Regards,

Ivan Evgeniev

Prof. D-r Ivan Evgeniev Ivanov Head of Advanced Control Systems Laboratory Faculty of Automatics Technical University Sofia

Phone: +359 2 965 20 41 Mobile: +359 895 589 625

www.tu-sofia.bg [5]

On 10-05-2021 10:39, Maxim Moinat wrote:

Hi @iei-fa [1] . Apparently the program is not able to find the repo folder with all the classes. Please check the following two things:

  • Unzip the download

  • The unzipped folder should contain two subfolders, bin and repo like this. Repo is what contains the main classes. [2]

-- You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub [3], or unsubscribe [4].

Links:

[1] https://github.com/iei-fa [2] https://user-images.githubusercontent.com/17825660/117623027-925f3300-b173-11eb-8406-2a3aa86ca252.png [3] https://github.com/OHDSI/WhiteRabbit/issues/301#issuecomment-836306334 [4] https://github.com/notifications/unsubscribe-auth/AUAIBB3VBNJLNBM57MNYMADTM6EUNANCNFSM44PK475Q [5] http://www.tu-sofia.bg

MaximMoinat commented 3 years ago

Great to read your problem is solved. Will put in the docs that paths only work with ascii characters.

blootsvoets commented 3 years ago

Note: it might be that this problem would be solved by using a later version of the maven Appassembler plugin. In any case, this but will be caused by https://github.com/mojohaus/appassembler, perhaps a quoting issue like https://github.com/mojohaus/appassembler/issues/114 or https://github.com/mojohaus/appassembler/issues/85.