Netmaster Yisu (Jedi Knight)

Results 10 comments of Netmaster Yisu (Jedi Knight)

Hi, I did, and still getting the errors, please check the output. I have attached a file with the same content. ``` [Issues_August_8.txt](https://github.com/spring-projects-experimental/spring-native/files/9284923/Issues_August_8.txt) ./gradlew nativeBuild Starting a Gradle Daemon (subsequent...

Hi there, This is still NOT functional. @mhalbritter This runs fine if I use the JVM, java -jar ... But for Native, I still have errors, and it does not...

Hi @mhalbritter it worked !!! I will add more code to the project, and let you know how it goes. Thanks,

Hi, I switched-gears, and I added the changes you mentioned on another project, which is more realistic, it has more classes, and some features, again, I can build and run...

Hi @ryansmith94 here the output of the indexes for fullActivities: db.fullActivities.getIndexes(); ```json [ { "v" : 2, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "learninglocker_v2.fullActivities"...

if I do a "count", it shows 1070 documents "records".

Hi @ryansmith94, you are saying that we have to get rid of one of the indexes? the 2nd one? I am seeing on your documentation: db.fullActivities.createIndex({organisation:1, lrs_id: 1, activityId:1}, {unique:...

@ryansmith94 Hi, I dropped both indexes, just in case. I create the new index based on LRS documentation, but I am getting an error which is the same error than...

@chlins How I can do that? I need to go inside the container? or there is a log file, mounted as a volume?

@aclement Any update about this?