Hi dear friends. I have one problem at the start Traccar Server.
I builded server.
- I downloaded source project from your git.
- I imported project into Intellij Idea IDE.
- I started server using the console. It's worked.
- I trying build server using
maven package
, build was success without error at the compilation.
- I trying run tracker-server.jar and i have error
Exception in thread "main" java.lang.NullPointerException
at org.traccar.database.PermissionsManager.refresh(PermissionsManager.java:76)
at org.traccar.database.PermissionsManager.<init>(PermissionsManager.java:68)
at org.traccar.Context.init(Context.java:206)
at org.traccar.Main.main(Main.java:30)
Please, help me anybody. Thx.
Are you using latest source code from GitHub master? What config are you using?
Thx, I was able to start server. Traccar the best!
Hi dear friends. I have one problem at the start Traccar Server.
I builded server.
maven package
, build was success without error at the compilation.Please, help me anybody. Thx.