Victor Hugo

Results 4 comments of Victor Hugo

> Hi @victorhugofr , thanks for reporting this issue. I am not an expert in PostgreSQL, so it might be a misunderstanding on our part. Can you provide some more...

In an attempt to mitigate the errors, I moved all entities to the 'public' schema. Now, EvoMaster is unable to connect to the database, with the following error: ![image](https://github.com/EMResearch/EvoMaster/assets/32314062/7bedc255-4b01-463d-a5fe-593aa581df59)

In parallel, I attempted to run the blackbox, and the following error was returned: ![image](https://github.com/EMResearch/EvoMaster/assets/32314062/70f20dcc-5df3-4832-af67-8c88e7944951) ``` java.lang.IllegalStateException: LimitObjectGene has no value at org.evomaster.core.search.gene.LimitObjectGene.getValueAsPrintableString(LimitObjectGene.kt:32) at org.evomaster.core.search.gene.Gene.getValueAsPrintableString$default(Gene.kt:267) at org.evomaster.core.search.gene.OptionalGene.getValueAsPrintableString(OptionalGene.kt:143) at org.evomaster.core.search.service.FitnessFunction.calculateIndividualWithPostHandling(FitnessFunction.kt:104) at...

> por enquanto, você também pode tentar desabilitar o suporte SQL, por exemplo, com`--generateSqlDataWithSearch false --heuristicsForSQL false` Thank you very much for the support, it seems that we've made progress:...