hi, forum
I Import the application dcsTest project from the /home/os-freya/Legato/workspace/apps/test/dataConnectionService/
But it was failed when it run on the legato even there was no error when I building project.
See the logs below:
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | app.c CreateFileLink() 1411 | Created file link ‘/legato/systems/current/apps/dcsTest/read-only/lib/libComponent_dcsTestComp.so’ to '/legato/systems/current/appsWriteable/dcsTest/lib/
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | app.c CreateFileLink() 1411 | Created file link ‘/legato/systems/current/apps/dcsTest/read-only/bin/dcsTest’ to ‘/legato/systems/current/appsWriteable/dcsTest/bin/dcsTest’.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | resourceLimits.c SetRLimitValue() 282 | Setting resource limit maxCoreDumpFileBytes to value 102400.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | resourceLimits.c SetRLimitValue() 282 | Setting resource limit maxFileBytes to value 102400.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | resourceLimits.c SetRLimitValue() 282 | Setting resource limit maxLockedMemoryBytes to value 8192.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | resourceLimits.c SetRLimitValue() 282 | Setting resource limit maxFileDescriptors to value 256.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | resourceLimits.c SetRLimitValue() 282 | Setting resource limit maxMQueueBytes to value 512.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | resourceLimits.c SetRLimitValue() 282 | Setting resource limit maxThreads to value 20.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | resourceLimits.c SetRLimitValue() 282 | Setting resource limit maxQueuedSignals to value 100.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | proc.c proc_Start() 1104 | Starting process ‘dcsTest’ with pid 12595
Jan 6 00:59:38 | supervisor[12595]/supervisor T=main | proc.c proc_Start() 1072 | Execing ‘dcsTest’
Jan 6 00:59:38 | serviceDirectory[445]/serviceDirectory_exe T=main | serviceDirectory.c DispatchToServer() 713 | Client (uid 0 ‘root’, pid 12595) disagrees with server (uid 0 ‘root’, pid 480) on protocol ID of service 'dcsTest.dcsTestCo
Jan 6 00:59:38 | UNKNOWN[12595]/framework T=main | messagingSession.c ReceiveSessionOpenResponse() 684 | Unexpected server response: -6 (LE_FAULT).
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | proc.c proc_SigChildHandler() 1777 | Process ‘dcsTest’ (PID: 12595) has exited with exit code 1.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | proc.c GetFaultAction() 1593 | No fault action specified for process ‘dcsTest’. Assuming ‘ignore’.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | app.c app_SigChildHandler() 2982 | Process ‘dcsTest’ in app ‘dcsTest’ faulted: Ignored.
Jan 6 00:59:38 | supervisor[427]/supervisor T=main | apps.c DeactivateAppContainer() 209 | Application ‘dcsTest’ has stopped.
How can i fix it, please advises, thanks.
Regards.