Docker installation #109
Unanswered
ravirajpspl2023
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i try to install the docker image in my raspberrypi 4 model b fanuc driver run to short time and getting this error
error :
2024-03-06T15:33:08.850907310Z 2024/03/06 15:33:08.850|ERROR|[f_sim_mqtt_long] Connection lost. |l99.driver.fanuc.Platform|
2024-03-06T15:33:08.917442842Z 2024/03/06 15:33:08.875|ERROR|[f_sim_mqtt_long] Strategy sweep failed at segment Path System.Net.Sockets.SocketException (0xFFFFFFF0): Unknown error -16
2024-03-06T15:33:08.917555082Z at l99.driver.fanuc.Platform._nativeDispatch(Func
1 func, Boolean throwOnSocketError) in /src/fanuc/platform/Platform.cs:line 91 2024-03-06T15:33:08.917629507Z at l99.driver.fanuc.Platform.RdPrgNum() in /src/fanuc/platform/RdPrgNum.cs:line 14 2024-03-06T15:33:08.917909800Z at l99.driver.fanuc.Platform.RdPrgNumAsync() in /src/fanuc/platform/RdPrgNum.cs:line 7 2024-03-06T15:33:08.918131501Z at CallSite.Target(Closure, CallSite, Object) 2024-03-06T15:33:08.918389702Z at l99.driver.fanuc.collectors.ProductionData.CollectForEachPathAsync(Int16 currentPath, String[] axis, String[] spindle, Object pathMarker) in /src/fanuc/collectors/ProductionData.cs:line 38 2024-03-06T15:33:08.918811142Z at l99.driver.fanuc.strategies.FanucMultiStrategy.CollectForEachPathAsync(Int16 currentPath, String[] axis, String[] spindle, Object pathMarker) in /src/fanuc/strategies/FanucMultiStrategy.cs:line 112 2024-03-06T15:33:08.919110472Z at l99.driver.fanuc.strategies.FanucExtendedStrategy.CollectAsync() in /src/fanuc/strategies/FanucExtendedStrategy.cs:line 585|l99.driver.fanuc.strategies.FanucMultiStrategy| 2024-03-06T15:33:09.527003943Z 2024/03/06 15:33:09.526|INFO|[f_sim_mqtt_long] Strategy recovered |l99.driver.fanuc.strategies.FanucMultiStrategy| 2024-03-06T15:33:53.920369259Z 2024/03/06 15:33:53.919|ERROR|[f_sim_mqtt_long] Connection lost. |l99.driver.fanuc.Platform| 2024-03-06T15:33:53.935611866Z 2024/03/06 15:33:53.924|ERROR|[f_sim_mqtt_long] Strategy sweep failed at segment Path System.Net.Sockets.SocketException (0xFFFFFFF0): Unknown error -16 2024-03-06T15:33:53.935766105Z at l99.driver.fanuc.Platform._nativeDispatch(Func
1 func, Boolean throwOnSocketError) in /src/fanuc/platform/Platform.cs:line 912024-03-06T15:33:53.935823401Z at l99.driver.fanuc.Platform.RdProgDir3(Int16 type, Int32 top_prog, Int16 num_prog) in /src/fanuc/platform/RdProgDir3.cs:line 33
2024-03-06T15:33:53.935876085Z at l99.driver.fanuc.Platform.RdProgDir3Async(Int32 top_prog) in /src/fanuc/platform/RdProgDir3.cs:line 8
2024-03-06T15:33:53.935926955Z at CallSite.Target(Closure, CallSite, Object)
2024-03-06T15:33:53.935977362Z at l99.driver.fanuc.collectors.ProductionData.CollectForEachPathAsync(Int16 currentPath, String[] axis, String[] spindle, Object pathMarker) in /src/fanuc/collectors/ProductionData.cs:line 71
2024-03-06T15:33:53.936027232Z at l99.driver.fanuc.strategies.FanucMultiStrategy.CollectForEachPathAsync(Int16 currentPath, String[] axis, String[] spindle, Object pathMarker) in /src/fanuc/strategies/FanucMultiStrategy.cs:line 112
2024-03-06T15:33:53.936078916Z at l99.driver.fanuc.strategies.FanucExtendedStrategy.CollectAsync() in /src/fanuc/strategies/FanucExtendedStrategy.cs:line 585|l99.driver.fanuc.strategies.FanucMultiStrategy|
how to fix it
Beta Was this translation helpful? Give feedback.
All reactions