epam / Indigo-ELN-v.-2.0

Indigo - The Open-Source Chemistry Electronic Lab Notebook
MIT License
25 stars 18 forks source link

BIngoDB installation on Windows shows EOL errors and further errors in installation #12

Closed saurabhgayali closed 7 months ago

saurabhgayali commented 8 months ago
  1. for windows the installation is from mvnw and not mvn. documentation does not include this.
  2. All .java files and application.properties files are ending with 'LF'. Downloading files doesn't start due to this error. Once I converted each file EOL to Windows style EOL 'CR LF', the downloading started.
  3. Further error after this happens. The error log is attached.

BingoDBWindowserror.log

OS: Windows Server 2019 Processor: 4 RAM: 16GB

saurabhgayali commented 7 months ago

Used Powershell instead of cmd and its working.