Replies: 2 comments
-
Looking at your Quarkus properties, I am confused. Many of the properties you are using do not exist and have never existed. Please refer to the documentation on available properties. More importantly though:
This is suspicious. Are you really using a 16 month old development snapshot? If so, please upgrade. Especially as you're using Quarkus 3.16, a version which was not available at the time that release of Timefold Solver was developed, and is likely to be incompatible. In general, please use the version of Quarkus that Timefold Solver comes with out of the box, as those have been tested together. |
Beta Was this translation helpful? Give feedback.
-
@triceo Also, When I tried building and running the native application again with the log level set to TRACE, the following logs were output: log:
pom.xml:
|
Beta Was this translation helpful? Give feedback.
-
I am working on creating a REST API using Timefold for Quarkus and running it as a native build on Windows-based GraalVM.
I have implemented a POST method named /evaluate, which calculates scores instead of executing jobs. When running it with the mvn quarkus:dev command on the JVM, it works correctly. However, when executing the native build, an error occurs when the POST method is called.
The hierarchy under the resource directory is as follows:
solverConfig.xml:
reflect-config.json:
application.properties:
error:
If anyone could help me resolve this issue, I would greatly appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions