β09-28-2022 01:10 AM
I am having issues setting up the project. Although I am using the Open JDK 17, there dependency installation fails. Anyone had such an experience? Just a snippet of the error messages to provide more context:
Failures:
[ERROR] _01_ConnectToNeo4jTest.createDriverAndConnectToServer:15 neo4j uri defined ==> expected: not <null>
[ERROR] _14_PersonListTest.getOrderedPaginatedPersonList:58 expected: <Γlex Angulo> but was: <ΓοΏ½lex Angulo>
[ERROR] _14_PersonListTest.getPaginatedPersonList:43 expected: < Alejandro GonzΓ‘lez IΓ±Γ‘rritu> but was: < Alejandro GonzΓΒ‘lez IΓΒ±ΓΒ‘rritu>
[ERROR] Errors:
[ERROR] _03_RegisterUserTest.registerUser:40 Β» IllegalArgument The Secret cannot be nu...
[ERROR] _04_ConstraintErrorTest.checkConstraintWithDuplicateUser:65 Β» IllegalArgument ...
[ERROR] _05_AuthenticationTest.authenticateUser:39 Β» IllegalArgument The Secret cannot...
[ERROR] _08_FavoriteFlagTest.initDriver:31 Β» IllegalArgument The Secret cannot be null
[INFO]
[ERROR] Tests run: 30, Failures: 3, Errors: 4, Skipped: 1
β09-28-2022 04:32 AM
β09-29-2022 12:28 AM
β10-01-2022 02:43 PM
I assumed that the app properties are going to be read from the corresponding file provided with the project, but I noticed that there should be an "application.properties" file for that. This instruction comes after one tries to verify the project setup, which is a bit out of step π
Now, with the correct file provided, I am with one less error, but still the following persist:
[ERROR] _14_PersonListTest.getOrderedPaginatedPersonList:58 expected: <Γlex Angulo> but was: <ΓοΏ½lex Angulo>
[ERROR] _14_PersonListTest.getPaginatedPersonList:43 expected: < Alejandro GonzΓ‘lez IΓ±Γ‘rritu> but was: < Alejandro GonzΓΒ‘lez IΓΒ±ΓΒ‘rritu>
The user and password info are provided; what about the "neo4j_URI" field?
Cheers!
β10-03-2022 05:08 AM
In the "Neo4j Sandbox" lesson, it describes how to set NEORJ_URI. You essentially set it to the value of bolt uri in the Recommendations sandbox at sandbox.neo4j.com, but you substitute bolt with neo4j.
Elaine
All the sessions of the conference are now available online