Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [basyx-dev] Setting up Basyx - problem with sql test

Dear Nicolas,

the error may originate from not correctly setting up the postgres backend.

Did you follow the steps described in the following link?
https://wiki.eclipse.org/BaSyx_/_Download_/_Components_Setup
Can you verify that postgres is actually running in the background?

If this does not help, would it be possible to provide a complete console log of one of the failing test cases?

Best regards,
Frank

----------------------------------------------------------------------------------
M.Sc. Frank Schnicke
Department ESW
Fraunhofer IESE 
Fraunhofer-Platz 1 | 67663 Kaiserslautern 
Phone: +49 631 / 6800-2259 | Fax: +49 631 / 6800-9-2259
www.iese.fraunhofer.de 
Mail: frank.schnicke@xxxxxxxxxxxxxxxxxx


-----Ursprüngliche Nachricht-----
Von: basyx-dev-bounces@xxxxxxxxxxx <basyx-dev-bounces@xxxxxxxxxxx> Im Auftrag von Nicolas DUMINY
Gesendet: Dienstag, 8. Oktober 2019 19:26
An: basyx-dev <basyx-dev@xxxxxxxxxxx>
Betreff: [basyx-dev] Setting up Basyx - problem with sql test

Dear Basyx development team,

I am trying to set up Basyx on a second computer (using the java packages).
I managed to install basyx.sdk correctly, using maven install.
However, when I try afterwards to maven install basyx.components, it fails as all the tests conducted in TestDirectorySQLProvider.java are failing.
I put the logs of those tests in the attachments, it would seem that the function "getResult" always fail.

Do you have any idea what I did wrong?
Just to be clear, I used the same method I have used successfully on another computer with same OS (Ubuntu 18.04.3) and I followed the same steps than shown on the wiki.

Best regards,


Nicolas Duminy

Back to the top