-
Notifications
You must be signed in to change notification settings - Fork 23
It didn't work in docker container #32
Comments
[2018-08-02 07:03:28.790] boot - 6 INFO [http-nio-49991-exec-10] --- DeviceStore: Adding managed device: test-device-01 |
i have know the reason,it needs a real serial port existed on the machine, it's not a bug, i operated wrong, please close it :-) |
[2018-08-02 06:55:23.380] boot - 6 ERROR [http-nio-49991-exec-1] --- [dispatcherServlet]: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
java.lang.NullPointerException
at org.edgexfoundry.handler.ModbusHandler.commandExists(ModbusHandler.java:113)
at org.edgexfoundry.handler.CommandHandler.getResponse(CommandHandler.java:61)
at org.edgexfoundry.controller.CommandController$1.call(CommandController.java:46)
at org.edgexfoundry.controller.CommandController$1.call(CommandController.java:43)
at org.springframework.web.context.request.async.WebAsyncManager$4.run(WebAsyncManager.java:317)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: