Project Traccar 5.9 build error

hmoronta8 months ago

Could you tell me why I get this message when I try to run the Traccar Server project?

> Task :clean
> Task :copyDependencies UP-TO-DATE
> Task :extractIncludeProto
> Task :extractProto
> Task :generateProto
> Task :compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :processResources
> Task :classes
> Task :jar UP-TO-DATE
> Task :assemble UP-TO-DATE
> Task :build

BUILD SUCCESSFUL in 1m 6s
8 actionable tasks: 6 executed, 2 up-to-date
hmoronta8 months ago

note: windows 10
netbeans 19
jdk 11
gradle 8.4

Anton Tananaev8 months ago

BUILD SUCCESSFUL

Your title and description don't really make sense. I think you should explain what the problem is.

hmoronta8 months ago

Thanks for the comment
already compiled, traccar server does not run, netbeans IDE displays the message already posted above.

Anton Tananaev8 months ago

Well, the build was successful. If it doesn't run, you have to check the runtime error.