Implemented separate TCP logger service
This commit is contained in:
150
app_output.log
Normal file
150
app_output.log
Normal file
@@ -0,0 +1,150 @@
|
||||
MARTe2 Environment Set (MARTe2_DIR=/home/martino/Projects/marte_debug/dependency/MARTe2)
|
||||
MARTe2 Components Environment Set (MARTe2_Components_DIR=/home/martino/Projects/marte_debug/dependency/MARTe2-components)
|
||||
Cleaning up lingering processes...
|
||||
Launching standard MARTeApp.ex with debug_test.cfg...
|
||||
[Debug - Bootstrap.cpp:79]: Arguments:
|
||||
-f = "Test/Configurations/debug_test.cfg"
|
||||
-l = "RealTimeLoader"
|
||||
-s = "State1"
|
||||
|
||||
[Information - Bootstrap.cpp:207]: Loader parameters:
|
||||
-f = "Test/Configurations/debug_test.cfg"
|
||||
-l = "RealTimeLoader"
|
||||
-s = "State1"
|
||||
Loader = "RealTimeLoader"
|
||||
Filename = "Test/Configurations/debug_
|
||||
[Information - Loader.cpp:67]: DefaultCPUs set to 1
|
||||
[Information - Loader.cpp:74]: SchedulerGranularity is 10000
|
||||
[Debug - Loader.cpp:189]: Purging ObjectRegistryDatabase with 0 objects
|
||||
[Debug - Loader.cpp:192]: Purge ObjectRegistryDatabase. Number of objects left: 0
|
||||
[Information - LinuxTimer.cpp:117]: SleepNature was not set. Using Default.
|
||||
[Information - LinuxTimer.cpp:127]: Phase was not configured, using default 0
|
||||
[Warning - LinuxTimer.cpp:164]: ExecutionMode not specified using: IndependentThread
|
||||
[Warning - LinuxTimer.cpp:185]: CPUMask not specified using: 255
|
||||
[Warning - LinuxTimer.cpp:191]: StackSize not specified using: 262144
|
||||
[Information - LinuxTimer.cpp:236]: No timer provider specified. Falling back to HighResolutionTimeProvider
|
||||
[Information - HighResolutionTimeProvider.cpp:163]: Sleep nature was not specified, falling back to default (Sleep::NoMore mode)
|
||||
[Information - HighResolutionTimeProvider.cpp:61]: Inner initialization succeeded
|
||||
[Information - LinuxTimer.cpp:267]: Backward compatibility parameters injection unnecessary
|
||||
[Information - RealTimeThread.cpp:190]: No CPUs defined for the RealTimeThread Thread1
|
||||
[Information - RealTimeThread.cpp:193]: No StackSize defined for the RealTimeThread Thread1
|
||||
[DebugService] TCP Server listening on port 8080
|
||||
[DebugService] UDP Streamer socket opened
|
||||
[ParametersError - StringHelper.cpp:60]: Error: invalid input arguments
|
||||
[Warning - Threads.cpp:173]: Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[Warning - Threads.cpp:173]: Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[ParametersError - StringHelper.cpp:60]: Error: invalid input arguments
|
||||
[Warning - Threads.cpp:173]: Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[Warning - Threads.cpp:173]: Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[DebugService] Worker threads started.
|
||||
[TcpLogger] Listening on port 8082
|
||||
[ParametersError - StringHelper.cpp:60]: Error: invalid input arguments
|
||||
[Warning - Threads.cpp:173]: Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[Warning - Threads.cpp:173]: Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[Warning] Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[Warning] Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[Information] LoaderPostInit not set
|
||||
[Information] Going to rtAppBuilder.ConfigureAfterInitialisation()
|
||||
[Information] Going to InitialiseSignalsDatabase
|
||||
[Information] Going to FlattenSignalsDatabases
|
||||
[Information] Caching introspection signals
|
||||
[Information] Flattening functions input signals
|
||||
[Debug] Updating the signal database
|
||||
[Debug] Finished updating the signal database
|
||||
[Information] Flattening functions output signals
|
||||
[Debug] Updating the signal database
|
||||
[Debug] Finished updating the signal database
|
||||
[Information] Flattening data sources signals
|
||||
[Debug] Updating the signal database
|
||||
[Debug] Finished updating the signal database
|
||||
[Debug] Updating the signal database
|
||||
[Debug] Finished updating the signal database
|
||||
[Debug] Updating the signal database
|
||||
[Debug] Finished updating the signal database
|
||||
[Information] Going to VerifyDataSourcesSignals
|
||||
[Debug] Updating the signal database
|
||||
[Information] Verifying signals for Timer
|
||||
[Debug] Finished updating the signal database
|
||||
[Information] Going to ResolveStates
|
||||
[Information] Resolving state State1
|
||||
[Information] Resolving thread container Threads
|
||||
[Information] Resolving thread State1.Thread1
|
||||
[Information] Resolving GAM1
|
||||
[Information] Going to ResolveDataSources
|
||||
[Information] Verifying signals for Logger
|
||||
[Information] Resolving for function GAM1 [idx: 0]
|
||||
[Information] Resolving 2 signals
|
||||
[Information] Resolving 2 signals
|
||||
[Information] Verifying signals for DDB
|
||||
[Information] Verifying signals for DAMS
|
||||
[Information] Going to VerifyConsumersAndProducers
|
||||
[Information] Started application in state State1
|
||||
[Information] Application starting
|
||||
[Information] Verifying consumers and producers for Timer
|
||||
[Information] Verifying consumers and producers for Logger
|
||||
[Information] Verifying consumers and producers for DDB
|
||||
[Information] Verifying consumers and producers for DAMS
|
||||
[Information] Going to CleanCaches
|
||||
[Debug] Purging dataSourcesIndexesCache. Number of children:3
|
||||
[Debug] Purging functionsIndexesCache. Number of children:1
|
||||
[Debug] Purging dataSourcesSignalIndexCache. Number of children:3
|
||||
[Debug] Purging dataSourcesFunctionIndexesCache. Number of children:1
|
||||
[Debug] Purging functionsMemoryIndexesCache. Number of children:2
|
||||
[Debug] Purged functionsMemoryIndexesCache. Number of children:0
|
||||
[Debug] Purged cachedIntrospections. Number of children:0
|
||||
[Information] Going to rtAppBuilder.PostConfigureDataSources()
|
||||
[Information] Going to rtAppBuilder.PostConfigureFunctions()
|
||||
[Information] Going to rtAppBuilder.Copy()
|
||||
[Information] Going to AllocateGAMMemory
|
||||
[Information] Going to AllocateDataSourceMemory()
|
||||
[Information] Going to AddBrokersToFunctions
|
||||
[Information] Creating broker MemoryMapSynchronisedInputBroker for GAM1 and signal Counter(0)
|
||||
[Information] Creating broker MemoryMapInputBroker for GAM1 and signal Time(1)
|
||||
[Information] Getting input brokers for Timer
|
||||
[Information] Getting output brokers for Timer
|
||||
[Information] Getting input brokers for Logger
|
||||
[Information] Getting output brokers for Logger
|
||||
[Information] Getting input brokers for DDB
|
||||
[Information] Getting output brokers for DDB
|
||||
[Information] Getting input brokers for DAMS
|
||||
[Information] Getting output brokers for DAMS
|
||||
[Information] Going to FindStatefulDataSources
|
||||
[Information] Going to configure scheduler
|
||||
[Information] Preparing state State1
|
||||
[Information] Frequency found = 1.000000
|
||||
[Information] Frequency found = 1.000000
|
||||
[Information] The timer will be set using a frequency of 1.000000 Hz
|
||||
[ParametersError] Error: invalid input arguments
|
||||
[Warning] Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[Warning] Failed to change the thread priority (likely due to insufficient permissions)
|
||||
[Information] LinuxTimer::Prepared = true
|
||||
[Warning] Requested a thread priority that is higher than the one supported by the selected policy - clipping to the maximum value supported by the policy.
|
||||
[Warning] Failed to change the thread priority (likely due to insufficient permissions)
|
||||
[Information] Time [0:0]:0
|
||||
[Information] Time [0:0]:2000000
|
||||
[Information] Time [0:0]:3000000
|
||||
[Information] Time [0:0]:4000000
|
||||
[Information] Time [0:0]:5000000
|
||||
[Information] Time [0:0]:6000000
|
||||
[Information] Time [0:0]:7000000
|
||||
[Information] Time [0:0]:8000000
|
||||
[Information] Time [0:0]:9000000
|
||||
[Information] Time [0:0]:10000000
|
||||
[Information] Time [0:0]:11000000
|
||||
[Information] Time [0:0]:12000000
|
||||
[Information] Time [0:0]:13000000
|
||||
[Information] Time [0:0]:14000000
|
||||
[Information] Time [0:0]:15000000
|
||||
[Information] Time [0:0]:16000000
|
||||
[Information] Time [0:0]:17000000
|
||||
[Information] Time [0:0]:18000000
|
||||
[Information] Time [0:0]:19000000
|
||||
[Information] Time [0:0]:20000000
|
||||
[Information] Time [0:0]:21000000
|
||||
[Information] Time [0:0]:22000000
|
||||
[Information] Time [0:0]:23000000
|
||||
[Information] Time [0:0]:24000000
|
||||
[Information] Time [0:0]:25000000
|
||||
[Information] Time [0:0]:26000000
|
||||
[Information] Time [0:0]:27000000
|
||||
[Information] Time [0:0]:28000000
|
||||
Reference in New Issue
Block a user