cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Using an mssql database. Trying to connect TWX to that but the isConnected field is false

asekar
13-Aquamarine

Using an mssql database. Trying to connect TWX to that but the isConnected field is false

Here is my configuration

Btw, I'm using windows authentication for my database

19 REPLIES 19
supandey
19-Tanzanite
(To:asekar)

Hi Arvind, thanks for opening new thread for this. To further understand your scenario could you share which version of ThingWorx you are using and which JDBC extension? Do you have TCP/IP enabled for the Client Protocols for MS SQL? Is the schema enabled with dual authentication meaning, Windows & SQL Server Authentication?

asekar
13-Aquamarine
(To:supandey)

ThingWorx 8.0.6

I'm using the Relation DB Connector extension that can be downloaded from the market place.

I'm not sure about the remaining questions though. Can you guide me on how to get these information

Arvind

asekar
13-Aquamarine
(To:supandey)

I just checked the server authentication. Only Windows authentication was selected

asekar
13-Aquamarine
(To:supandey)

Managed to get this information also

Hi Arvind,

Follow below mentioned steps, you can able to connect MSSQL DB:

1. Import Relational DB Connectors from ThingWorx IoT Marketplace

2. Create a Thing With "Database" Thing Template.

3. Then navigate to "Configuration" and Fill required details.

  • JDBC Driver Class Name : com.microsoft.sqlserver.jdbc.SQLServerDriver
  • JDBC Connection String : jdbc:sqlserver://hostip:port;databaseName=DBName
  • connectionValidationString : SELECT GETDATE()
  • Provide DB user name and Password.

*It will work with DB password.

That's all!!!

Thanks.

Sathishkumar C.

asekar
13-Aquamarine
(To:Sathishkumar_C)

Thanks for the reply.

But when I created sql server, I had given Windows authentication option. WHat should be my username and pwd in thingworx then ?

It doesn't seem to work with my system credentials

Arvind

supandey
19-Tanzanite
(To:asekar)

Arvind, you'll need to have the TCP/IP enabled for the client protocol and need to restart the SQL Server service. All of this should be doable within the UI have you have shared from the SQL Server Configuration Manager. You can first test with the SQL Server Authentication if that is working and if you'd like to have Windows Authentication only option then in that case you'll need the Integrated security enabled in the JDBC connection string e.g.  Integrated Security=true

See this for more : Authentication in SQL Server | Microsoft Docs

asekar
13-Aquamarine
(To:supandey)

Hi Sushant,

            Thanks for your reply. I did enable TCP/IP and enabled sa login. I restarted sql service and I was able to login with sa credentials. But I'm facing the same issue on the Thingworx side. Can you please validate these,

JDBC Driver Class Name - com.microsoft.sqlserver.jdbc.SQLServerDriver

JDBC Connection String - jdbc:sqlserver://localhost:1433;databaseName=arvinddb

Thanks a lot

Arvind

supandey
19-Tanzanite
(To:asekar)

This looks okay, could you please share the application log from ThingWorx?

asekar
13-Aquamarine
(To:supandey)

2017-12-23 11:53:35.500+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.24499304E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.525 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.9193168E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.592 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.9244548E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.592 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.9244548E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.592 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.9244548E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.592 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.92974608E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.593 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.92974608E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.593 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.92974608E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.593 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.93501704E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.594 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.93501704E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.594 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.93501704E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.594 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.94028768E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.594 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:39.959+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.94028768E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.594 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.94028768E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.594 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.94542632E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.595 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.94542632E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.595 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.94542632E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.595 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.95071752E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.595 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.95071752E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.595 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.95071752E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.595 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.9559876E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.596 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.9559876E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.596 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.9559876E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.596 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:53:40.458+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 5.9612584E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 23 hours,  memoryInUse = 0.596 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 11:55:35.529+0530 [L: WARN] [O: c.m.v.a.ThreadPoolAsynchronousRunner] [I: ] [U: SuperUser] [S: ] [T: C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-AdminTaskTimer] com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@e931b95 -- APPARENT DEADLOCK!!! Creating emergency threads for unassigned pending tasks!

2017-12-23 11:55:35.685+0530 [L: WARN] [O: c.m.v.a.ThreadPoolAsynchronousRunner] [I: ] [U: SuperUser] [S: ] [T: C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-AdminTaskTimer] com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@e931b95 -- APPARENT DEADLOCK!!! Complete Status: __ Managed Threads: 6__ Active Threads: 6__ Active Tasks: __ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@5c797515__ on thread: C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#2__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3cdcd14c__ on thread: C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#1__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@69185ab5__ on thread: C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#3__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@429fe9a1__ on thread: C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#4__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@6979ceb5__ on thread: C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#0__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@5b61d224__ on thread: C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#5__ Pending Tasks: __ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@2b1aca1f__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@16f5ec3c__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@31de9431__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@6bd265f7__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@16e500a0__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@2f488a4c__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@6a72fc88__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@12f7c1ec__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@2ca93312__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@4758c621__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3ab3f4fe__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@1667bae5__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@73333a98__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@725b8311__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@576a8da0__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@7c71b53a__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@16fca7d6__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3891ed13__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3b15602c__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@4a3cca11__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@390d1697__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@e438dd0__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@1e479834__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3287b5af__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@63efb4c6__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@71d09866__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@53742850__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@5cd1c55c__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@42861384__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3760b01a__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@45a4280e__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@170deec3__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@65e5d595__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@57375953__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3337efe3__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@4bb474b0__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@b6492e__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@6da675aa__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@61e2d70a__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@91b2e72__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3b56e946__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@6583d0a3__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@122e019e__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@4296c517__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@4e8608da__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@35fbcf61__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@573b1ab1__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@2371c33c__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@5dcfdf50__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@36a4934f__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3945f9b8__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@1480a58f__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3796cd10__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@253a1e46__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@3324bb60__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@2299cc56__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@23e67b58__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask@565b894c__Pool thread stack traces:__ Thread[C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#2,5,main]__ org.h2.command.Command.executeQuery(Command.java:195)__ org.h2.jdbc.JdbcConnection.getTransactionIsolation(JdbcConnection.java:798)__ org.h2.jdbc.JdbcConnection.isValid(JdbcConnection.java:1668)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$2.activeCheckConnectionNoQuery(DefaultConnectionTester.java:128)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$3.activeCheckConnectionNoQuery(DefaultConnectionTester.java:172)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester.activeCheckConnection(DefaultConnectionTester.java:251)__ com.mchange.v2.c3p0.AbstractConnectionTester.activeCheckConnection(AbstractConnectionTester.java:79)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.testPooledConnection(C3P0PooledConnectionPool.java:503)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:451)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:443)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.refurbishIdleResource(C3P0PooledConnectionPool.java:433)__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask.run(BasicResourcePool.java:2196)__ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)__ Thread[C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#1,5,main]__ org.h2.command.Command.executeQuery(Command.java:195)__ org.h2.jdbc.JdbcConnection.getTransactionIsolation(JdbcConnection.java:798)__ org.h2.jdbc.JdbcConnection.isValid(JdbcConnection.java:1668)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$2.activeCheckConnectionNoQuery(DefaultConnectionTester.java:128)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$3.activeCheckConnectionNoQuery(DefaultConnectionTester.java:172)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester.activeCheckConnection(DefaultConnectionTester.java:251)__ com.mchange.v2.c3p0.AbstractConnectionTester.activeCheckConnection(AbstractConnectionTester.java:79)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.testPooledConnection(C3P0PooledConnectionPool.java:503)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:451)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:443)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.refurbishIdleResource(C3P0PooledConnectionPool.java:433)__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask.run(BasicResourcePool.java:2196)__ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)__ Thread[C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#3,5,main]__ org.h2.command.Command.executeQuery(Command.java:195)__ org.h2.jdbc.JdbcConnection.getTransactionIsolation(JdbcConnection.java:798)__ org.h2.jdbc.JdbcConnection.isValid(JdbcConnection.java:1668)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$2.activeCheckConnectionNoQuery(DefaultConnectionTester.java:128)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$3.activeCheckConnectionNoQuery(DefaultConnectionTester.java:172)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester.activeCheckConnection(DefaultConnectionTester.java:251)__ com.mchange.v2.c3p0.AbstractConnectionTester.activeCheckConnection(AbstractConnectionTester.java:79)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.testPooledConnection(C3P0PooledConnectionPool.java:503)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:451)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:443)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.refurbishIdleResource(C3P0PooledConnectionPool.java:433)__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask.run(BasicResourcePool.java:2196)__ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)__ Thread[C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#4,5,main]__ org.h2.command.Command.executeQuery(Command.java:195)__ org.h2.jdbc.JdbcConnection.getTransactionIsolation(JdbcConnection.java:798)__ org.h2.jdbc.JdbcConnection.isValid(JdbcConnection.java:1668)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$2.activeCheckConnectionNoQuery(DefaultConnectionTester.java:128)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$3.activeCheckConnectionNoQuery(DefaultConnectionTester.java:172)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester.activeCheckConnection(DefaultConnectionTester.java:251)__ com.mchange.v2.c3p0.AbstractConnectionTester.activeCheckConnection(AbstractConnectionTester.java:79)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.testPooledConnection(C3P0PooledConnectionPool.java:503)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:451)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:443)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.refurbishIdleResource(C3P0PooledConnectionPool.java:433)__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask.run(BasicResourcePool.java:2196)__ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)__ Thread[C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#0,5,main]__ org.h2.command.Command.executeQuery(Command.java:195)__ org.h2.jdbc.JdbcConnection.getTransactionIsolation(JdbcConnection.java:798)__ org.h2.jdbc.JdbcConnection.isValid(JdbcConnection.java:1668)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$2.activeCheckConnectionNoQuery(DefaultConnectionTester.java:128)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$3.activeCheckConnectionNoQuery(DefaultConnectionTester.java:172)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester.activeCheckConnection(DefaultConnectionTester.java:251)__ com.mchange.v2.c3p0.AbstractConnectionTester.activeCheckConnection(AbstractConnectionTester.java:79)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.testPooledConnection(C3P0PooledConnectionPool.java:503)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:451)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:443)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.refurbishIdleResource(C3P0PooledConnectionPool.java:433)__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask.run(BasicResourcePool.java:2196)__ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)__ Thread[C3P0PooledConnectionPoolManager[identityToken->1b60wxg9synpo0f35ukqq|51a76844]-HelperThread-#5,5,main]__ org.h2.command.Command.executeQuery(Command.java:195)__ org.h2.jdbc.JdbcConnection.getTransactionIsolation(JdbcConnection.java:798)__ org.h2.jdbc.JdbcConnection.isValid(JdbcConnection.java:1668)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$2.activeCheckConnectionNoQuery(DefaultConnectionTester.java:128)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester$3.activeCheckConnectionNoQuery(DefaultConnectionTester.java:172)__ com.mchange.v2.c3p0.impl.DefaultConnectionTester.activeCheckConnection(DefaultConnectionTester.java:251)__ com.mchange.v2.c3p0.AbstractConnectionTester.activeCheckConnection(AbstractConnectionTester.java:79)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.testPooledConnection(C3P0PooledConnectionPool.java:503)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:451)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.finerLoggingTestPooledConnection(C3P0PooledConnectionPool.java:443)__ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.refurbishIdleResource(C3P0PooledConnectionPool.java:433)__ com.mchange.v2.resourcepool.BasicResourcePool$AsyncTestIdleResourceTask.run(BasicResourcePool.java:2196)__ com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)__

2017-12-23 11:59:39.475+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature ptc_navigate_view_named 2021-09-15T23:59:59.464+05:30

2017-12-23 11:59:39.475+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_asst_adv 2027-12-02T23:59:59.465+05:30

2017-12-23 11:59:39.475+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_asst_adv_named 2027-07-28T23:59:59.466+05:30

2017-12-23 11:59:40.403+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_composer 2027-12-02T23:59:59.467+05:30

2017-12-23 11:59:40.403+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_mashup_builder 2027-12-02T23:59:59.467+05:30

2017-12-23 11:59:40.404+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_mfg_common 2027-12-02T23:59:59.468+05:30

2017-12-23 11:59:40.404+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_mfg_common_named 2027-07-28T23:59:59.469+05:30

2017-12-23 11:59:40.404+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_named_user 2027-12-02T23:59:59.470+05:30

2017-12-23 11:59:40.404+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_prd_adv 2027-12-02T23:59:59.471+05:30

2017-12-23 11:59:40.404+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_prd_adv_named 2027-07-28T23:59:59.472+05:30

2017-12-23 11:59:40.404+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_shutdown 2027-12-02T23:59:59.472+05:30

2017-12-23 11:59:40.404+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_things 2027-12-02T23:59:59.473+05:30

2017-12-23 11:59:40.404+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_utilities 2027-12-02T23:59:59.473+05:30

2017-12-23 11:59:40.405+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_utilities_scm_packages 2027-12-02T23:59:59.474+05:30

2017-12-23 11:59:40.405+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: pool-9-thread-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.464+05:30 does not match other feature twx_utilities_workflows 2027-12-02T23:59:59.474+05:30

2017-12-23 12:00:37.872+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 12.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 12.0, submitedTaskCount= 12.0, completedTaskCount= 12.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 7.76994856E8, totalMemoryAllocated= 3.420454912E9, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 24 hours,  memoryInUse = 0.777 GB,  totalMemoryAllocated= 3.42 GB,  activeUsers= 0, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

2017-12-23 12:17:04.566+0530 [L: WARN] [O: c.t.p.c.LicenseMonitor] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-2] Stopping [LicenseMonitor].

2017-12-23 12:17:04.566+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-2] WebApp stopping:

2017-12-23 12:17:04.566+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-2] ========================================

2017-12-23 12:17:05.658+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-2] Thingworx Server Application...OFF

2017-12-23 12:17:05.658+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-2] Thingworx Server Application...Cleaned up

2017-12-23 12:17:05.658+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-2] WebApp OFF [server = Apache Tomcat/8.0.48]

2017-12-23 12:17:10.497+0530 [L: WARN] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-2] Driver org.h2.Driver@d68f0e2 deregistered

2017-12-23 12:17:10.497+0530 [L: WARN] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-2] Driver SQLServerDriver:1 deregistered

2017-12-23 17:47:44.784+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:47:44.822+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ThingWorx Version Information

2017-12-23 17:47:44.822+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:47:44.879+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] majorVersion = 8

2017-12-23 17:47:44.880+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] minorVersion = 0

2017-12-23 17:47:44.880+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] revision = 6

2017-12-23 17:47:44.880+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] build = b56

2017-12-23 17:47:44.890+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] schemaVersion = 1000

2017-12-23 17:47:44.891+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:47:44.891+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:47:44.891+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ThingWorx System Environment Settings

2017-12-23 17:47:44.891+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:47:44.891+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] OS: Windows 7

2017-12-23 17:47:44.891+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] OS arch: amd64

2017-12-23 17:47:44.891+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] OS version: 6.1

2017-12-23 17:47:44.899+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Total Processors: 8

2017-12-23 17:47:44.899+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Default encoding: UTF-8

2017-12-23 17:47:44.899+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] JAVA vendor: Oracle Corporation

2017-12-23 17:47:44.900+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] JAVA version: 1.8.0_144

2017-12-23 17:47:44.900+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] JAVA install location: C:\Program Files\Java\jre1.8.0_144

2017-12-23 17:47:44.900+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] JVM Max Memory: 8148 (MB)

2017-12-23 17:47:44.900+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:47:44.900+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] WebApp starting...

2017-12-23 17:47:45.573+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] HA mode not enabled. Initializing and starting in standalone mode.

2017-12-23 17:47:45.573+0530 [L: INFO] [O: c.t.s.ThingWorxPersistenceHandler] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Default Persistence Provider Name = ThingworxPersistenceProvider

2017-12-23 17:47:45.573+0530 [L: INFO] [O: c.t.s.ThingWorxPersistenceHandler] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Default Persistence Provider Package Name = H2PersistenceProviderPackage

2017-12-23 17:47:51.644+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Managers...INITIALIZED

2017-12-23 17:47:51.646+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Database initialization started...

2017-12-23 17:47:52.459+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] System ownership locking started...

2017-12-23 17:47:52.460+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] System ownership locking complete

2017-12-23 17:47:52.848+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Database initialization complete

2017-12-23 17:47:52.897+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subscriptions Store initialized.

2017-12-23 17:47:52.898+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Collections...

2017-12-23 17:48:24.493+0530 [L: WARN] [O: c.t.e.m.AssociatedEntity] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Extension jar(s) were not found in lib/common directory of the extension. Looking in deprecated directory: lib/<EntityName>. Please update your extension's metadata.xml file to contain all JarResources in the ExtensionPackage element.

2017-12-23 17:48:28.639+0530 [L: INFO] [O: c.t.s.s.s.SCIMSubsystem] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-31-worker-9] Non-SSO, SCIMSubsystem can be started.

2017-12-23 17:48:28.641+0530 [L: INFO] [O: c.t.s.s.s.SCIMSubsystem] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-31-worker-9] Non-SSO, SCIMSubsystem can be started.

2017-12-23 17:48:31.996+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Scheduler Engine...

2017-12-23 17:48:31.997+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Entities...

2017-12-23 17:48:31.998+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing ModelTags...

2017-12-23 17:48:32.070+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing DataTags...

2017-12-23 17:48:32.070+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Groups...

2017-12-23 17:48:32.077+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Users...

2017-12-23 17:48:32.086+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Organizations...

2017-12-23 17:48:32.096+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Logs...

2017-12-23 17:48:32.101+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing DataShapes...

2017-12-23 17:48:32.131+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing ThingShapes...

2017-12-23 17:48:32.222+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing ThingPackages...

2017-12-23 17:48:32.556+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing ThingTemplates...

2017-12-23 17:48:32.569+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing DataAnalysisDefinitions...

2017-12-23 17:48:32.570+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing ApplicationKeys...

2017-12-23 17:48:32.573+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Dashboards...

2017-12-23 17:48:32.573+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing LocalizationTables...

2017-12-23 17:48:32.574+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing StateDefinitions...

2017-12-23 17:48:32.578+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing StyleDefinitions...

2017-12-23 17:48:32.589+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Widgets...

2017-12-23 17:48:32.592+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Mashups...

2017-12-23 17:48:32.597+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Menus...

2017-12-23 17:48:32.601+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing MediaEntities...

2017-12-23 17:48:32.605+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Projects...

2017-12-23 17:48:32.605+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Networks...

2017-12-23 17:48:32.605+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing ExtensionPackages...

2017-12-23 17:48:32.611+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Authenticators...

2017-12-23 17:48:32.612+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing PersistenceProviderPackages...

2017-12-23 17:48:32.616+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing PersistenceProviders...

2017-12-23 17:48:32.724+0530 [L: INFO] [O: c.t.p.p.PersistenceProvider] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] Connection ThingworxPersistenceProvider, type H2PersistenceProviderPackage started

2017-12-23 17:48:32.727+0530 [L: INFO] [O: c.t.p.p.PersistenceProvider] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] PersistenceProvider - ThingworxPersistenceProvider - Data Processing (ValueStreamEntry) is starting

2017-12-23 17:48:32.728+0530 [L: INFO] [O: c.t.p.p.PersistenceProvider] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] PersistenceProvider - ThingworxPersistenceProvider - Data Processing (ValueStreamEntry) is started

2017-12-23 17:48:32.729+0530 [L: INFO] [O: c.t.p.p.PersistenceProvider] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] PersistenceProvider - ThingworxPersistenceProvider - Data Processing (StreamEntry) is starting

2017-12-23 17:48:32.730+0530 [L: INFO] [O: c.t.p.p.PersistenceProvider] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] PersistenceProvider - ThingworxPersistenceProvider - Data Processing (StreamEntry) is started

2017-12-23 17:48:32.730+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing DirectoryServices...

2017-12-23 17:48:32.731+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Resources...

2017-12-23 17:48:32.807+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing ScriptFunctionLibraries...

2017-12-23 17:48:32.811+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Subsystems...

2017-12-23 17:48:32.826+0530 [L: INFO] [O: c.t.s.s.u.UserManagementSubsystem] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Initializing User Management Subsystem...

2017-12-23 17:48:32.828+0530 [L: INFO] [O: c.t.s.s.e.EventProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-0] Initializing Event Router...

2017-12-23 17:48:32.832+0530 [L: INFO] [O: c.t.s.s.a.AlertProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-2] Initializing Alert Subsystem...

2017-12-23 17:48:32.901+0530 [L: INFO] [O: c.t.s.s.t.e.TunnelTracker] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Creating new Tunnel Tracker

2017-12-23 17:48:32.938+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Things...

2017-12-23 17:48:32.945+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing NotificationContents...

2017-12-23 17:48:32.946+0530 [L: INFO] [O: c.t.s.m.BaseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing NotificationDefinitions...

2017-12-23 17:48:32.946+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Cleaning up legacy entities...

2017-12-23 17:48:32.946+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Checking default permissions...

2017-12-23 17:48:32.990+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Thing Shapes...

2017-12-23 17:48:33.514+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Thing Packages...

2017-12-23 17:48:33.578+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Thing Templates...

2017-12-23 17:48:34.194+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing caching...

2017-12-23 17:48:34.207+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Things...

2017-12-23 17:48:34.234+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-6] Subscription was added to the store

2017-12-23 17:48:34.239+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:34.240+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Subscription was added to the store

2017-12-23 17:48:34.241+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Subscription was added to the store

2017-12-23 17:48:34.241+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-7] Subscription was added to the store

2017-12-23 17:48:34.242+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-7] Subscription was added to the store

2017-12-23 17:48:34.242+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-7] Subscription was added to the store

2017-12-23 17:48:34.243+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-6] Subscription was added to the store

2017-12-23 17:48:34.244+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] Subscription was added to the store

2017-12-23 17:48:34.308+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Subscription was added to the store

2017-12-23 17:48:34.308+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Subscription was added to the store

2017-12-23 17:48:34.308+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Subscription was added to the store

2017-12-23 17:48:34.309+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Subscription was added to the store

2017-12-23 17:48:34.363+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-0] Subscription was added to the store

2017-12-23 17:48:34.368+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:34.472+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Clearing caching...

2017-12-23 17:48:34.474+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Reference Caches...

2017-12-23 17:48:34.702+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Scheduler Engine...

2017-12-23 17:48:34.808+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:48:34.808+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Platform Subsystems

2017-12-23 17:48:34.808+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:48:34.808+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem ValueStreamProcessingSubsystem is starting

2017-12-23 17:48:34.809+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [ValueStreamProcessingSubsystem]

2017-12-23 17:48:34.813+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem ValueStreamProcessingSubsystem is started

2017-12-23 17:48:34.813+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem WSCommunicationsSubsystem is starting

2017-12-23 17:48:34.813+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [WSCommunicationsSubsystem]

2017-12-23 17:48:34.813+0530 [L: INFO] [O: c.t.c.p.m.DispatchingServerCommunicationModule] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Registering as EndpointBinding Registry Observer

2017-12-23 17:48:34.814+0530 [L: INFO] [O: c.t.c.c.m.CommunicationModuleBase] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Started DispatchingServerCommunicationModule [Running: true]

2017-12-23 17:48:34.815+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem WSCommunicationsSubsystem is started

2017-12-23 17:48:34.815+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem UserManagementSubsystem is starting

2017-12-23 17:48:34.815+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [UserManagementSubsystem]

2017-12-23 17:48:34.815+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem UserManagementSubsystem is started

2017-12-23 17:48:34.815+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem TunnelSubsystem is starting

2017-12-23 17:48:34.816+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [TunnelSubsystem]

2017-12-23 17:48:34.816+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem TunnelSubsystem is started

2017-12-23 17:48:34.816+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem MessageStoreSubsystem is starting

2017-12-23 17:48:34.816+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [MessageStoreSubsystem]

2017-12-23 17:48:34.816+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem MessageStoreSubsystem is started

2017-12-23 17:48:34.816+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem LicensingSubsystem is starting

2017-12-23 17:48:34.820+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [LicensingSubsystem]

2017-12-23 17:48:36.341+0530 [L: INFO] [O: c.t.s.s.l.LicensingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Unable to read trial license file because Input type mismatch. Attempting to load as Paid license

2017-12-23 17:48:36.417+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature ptc_navigate_view_named 2021-09-15T23:59:59.410+05:30

2017-12-23 17:48:36.417+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_asst_adv 2027-12-02T23:59:59.411+05:30

2017-12-23 17:48:36.417+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_asst_adv_named 2027-07-28T23:59:59.411+05:30

2017-12-23 17:48:36.417+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_composer 2027-12-02T23:59:59.412+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_mashup_builder 2027-12-02T23:59:59.412+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_mfg_common 2027-12-02T23:59:59.412+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_mfg_common_named 2027-07-28T23:59:59.413+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_named_user 2027-12-02T23:59:59.413+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_prd_adv 2027-12-02T23:59:59.413+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_prd_adv_named 2027-07-28T23:59:59.414+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_shutdown 2027-12-02T23:59:59.414+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_things 2027-12-02T23:59:59.414+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_utilities 2027-12-02T23:59:59.414+05:30

2017-12-23 17:48:36.418+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_utilities_scm_packages 2027-12-02T23:59:59.415+05:30

2017-12-23 17:48:36.423+0530 [L: WARN] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ptc_navigate_view feature expiration date 2027-04-22T23:59:59.409+05:30 does not match other feature twx_utilities_workflows 2027-12-02T23:59:59.415+05:30

2017-12-23 17:48:36.512+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature ptc_navigate_view, version 8.0, count 2147483647

2017-12-23 17:48:36.530+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature ptc_navigate_view_named, version 8.0, count 31401

2017-12-23 17:48:36.544+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_asst_adv, version 8.0, count 2147483647

2017-12-23 17:48:36.558+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_asst_adv_named, version 8.0, count 2147483647

2017-12-23 17:48:36.573+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_composer, version 8.0, count 2147483647

2017-12-23 17:48:36.587+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_mashup_builder, version 8.0, count 2147483647

2017-12-23 17:48:36.601+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_mfg_common, version 8.0, count 2147483647

2017-12-23 17:48:36.616+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_mfg_common_named, version 8.0, count 2147483647

2017-12-23 17:48:36.630+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_named_user, version 8.0, count 2147483647

2017-12-23 17:48:36.644+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_prd_adv, version 8.0, count 2147483647

2017-12-23 17:48:36.658+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_prd_adv_named, version 8.0, count 2147483647

2017-12-23 17:48:36.672+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_things, version 8.0, count 2147483647

2017-12-23 17:48:36.687+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_utilities, version 8.0, count 2147483647

2017-12-23 17:48:36.705+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_utilities_scm_packages, version 8.0, count 2147483647

2017-12-23 17:48:36.724+0530 [L: INFO] [O: c.t.s.s.l.LicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Successfully acquired feature twx_utilities_workflows, version 8.0, count 2147483647

2017-12-23 17:48:37.745+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem LicensingSubsystem is started

2017-12-23 17:48:37.745+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem FederationSubsystem is starting

2017-12-23 17:48:37.745+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [FederationSubsystem]

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem FederationSubsystem is started

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem LoggingSubsystem is starting

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [LoggingSubsystem]

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem LoggingSubsystem is started

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem AlertProcessingSubsystem is starting

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [AlertProcessingSubsystem]

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.s.a.AlertProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Alert Processor...

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem AlertProcessingSubsystem is started

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem ExportImportSubsystem is starting

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [ExportImportSubsystem]

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem ExportImportSubsystem is started

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem IntegrationSubsystem is starting

2017-12-23 17:48:37.747+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [IntegrationSubsystem]

2017-12-23 17:48:37.754+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem IntegrationSubsystem is started

2017-12-23 17:48:37.754+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem PlatformSubsystem is starting

2017-12-23 17:48:37.754+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [PlatformSubsystem]

2017-12-23 17:48:37.757+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem PlatformSubsystem is started

2017-12-23 17:48:37.757+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem EventProcessingSubsystem is starting

2017-12-23 17:48:37.757+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [EventProcessingSubsystem]

2017-12-23 17:48:37.757+0530 [L: INFO] [O: c.t.s.s.e.EventProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Event Router...

2017-12-23 17:48:37.758+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem EventProcessingSubsystem is started

2017-12-23 17:48:37.758+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem StreamProcessingSubsystem is starting

2017-12-23 17:48:37.758+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [StreamProcessingSubsystem]

2017-12-23 17:48:37.758+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem StreamProcessingSubsystem is started

2017-12-23 17:48:37.758+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem WSExecutionProcessingSubsystem is starting

2017-12-23 17:48:37.758+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [WSExecutionProcessingSubsystem]

2017-12-23 17:48:37.761+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem WSExecutionProcessingSubsystem is started

2017-12-23 17:48:37.761+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem FileTransferSubsystem is starting

2017-12-23 17:48:37.761+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting Subsystem [FileTransferSubsystem]

2017-12-23 17:48:37.772+0530 [L: INFO] [O: c.t.s.s.f.e.TransferTracker] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Creating new Transfer Tracker

2017-12-23 17:48:37.777+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem FileTransferSubsystem is started

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Subsystem SCIMSubsystem autostart is off

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ========================================

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.m.MessageStoreSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] MessageStore Subsystem Settings

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.m.MessageStoreSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ----------------------------------------

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.m.MessageStoreSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Thread Pool Minimum Size = 10

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.m.MessageStoreSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Thread Pool Maximum Size = 100

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.m.MessageStoreSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Queue Size = 100

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.m.MessageStoreSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Thread Life = 600000

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.m.MessageStoreSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Message Count = 1000

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.m.MessageStoreSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ----------------------------------------

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.w.WSExecutionProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] WSExecutionProcessing Subsystem Settings

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.w.WSExecutionProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ----------------------------------------

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.w.WSExecutionProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Thread Pool Minimum Size = 1000

2017-12-23 17:48:37.778+0530 [L: INFO] [O: c.t.s.s.w.WSExecutionProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Thread Pool Maximum Size = 10000

2017-12-23 17:48:37.783+0530 [L: INFO] [O: c.t.s.s.l.LicenseUsageData] [I: ] [U: SuperUser] [S: ] [T: pool-8-thread-1] Added license usage data with UsageID: 164 to table successfully!

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.w.WSExecutionProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Queue Size = 100000

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.w.WSExecutionProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Thread Life = 600000

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.w.WSExecutionProcessingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ----------------------------------------

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] FileTransfer Subsystem Settings

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ----------------------------------------

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Thread Pool Minimum Size = 10

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Thread Pool Maximum Size = 10

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Queue Size = 100

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Thread Life = 600000

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] File Transfer Idle Timeout = 30000

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max File Transfer Size = 100000000

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max File Transfers Allowed in Offline Queue = 50000

2017-12-23 17:48:37.785+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max File Transfers Allowed Per Thing in Offline Queue = 10

2017-12-23 17:48:37.786+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Time To Live (sec) of File Transfer in Offline Queue = 86400

2017-12-23 17:48:37.786+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] FileTransfer Idle Timeout for Edge Controlled Transfers = 600000

2017-12-23 17:48:37.790+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Concurrent Edge Controlled File Transfers Allowed = 500

2017-12-23 17:48:37.790+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Max Concurrent Edge Controlled File Transfers Allowed Per Thing = 2

2017-12-23 17:48:37.790+0530 [L: INFO] [O: c.t.s.s.f.FileTransferSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ----------------------------------------

2017-12-23 17:48:37.790+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Starting All Things...

2017-12-23 17:48:38.229+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] Subscription was added to the store

2017-12-23 17:48:38.229+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] Subscription was added to the store

2017-12-23 17:48:38.243+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.243+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.243+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.243+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.243+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.243+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.244+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.244+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.244+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.244+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.249+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.249+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.249+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.250+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.250+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.336+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.336+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.337+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.337+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.337+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.341+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.341+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.341+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.341+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.342+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.342+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.346+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:38.347+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.399+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.399+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.399+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.399+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.400+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.400+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.400+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.400+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.400+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.400+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Subscription was added to the store

2017-12-23 17:48:39.401+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Activating Property Bindings...

2017-12-23 17:48:39.401+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Initializing Property Binding relationships...

2017-12-23 17:48:39.402+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Sending Post Start Notifications...

2017-12-23 17:48:39.405+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-2] Firing event Type.Thing:Entity.TW.AnalysisServices.SessionDataTable:Event.ThingStart with 1 subscribers

2017-12-23 17:48:39.410+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-6] Firing event Type.Thing:Entity.TW.AnalysisServices.AnalysisResourceProvider:Event.ThingStart with 2 subscribers

2017-12-23 17:48:39.408+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-7] Firing event Type.Thing:Entity.TW.AnalysisServices.JarDeployerConnector:Event.ThingStart with 1 subscribers

2017-12-23 17:48:39.409+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Firing event Type.Thing:Entity.TW.AnalysisServices.ThingPredictorConnector:Event.ThingStart with 1 subscribers

2017-12-23 17:48:39.408+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-1] Firing event Type.Thing:Entity.TW.Analytics.ConsoleDataTable:Event.ThingStart with 1 subscribers

2017-12-23 17:48:39.406+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-0] Firing event Type.Thing:Entity.TW.AnalysisServices.ModelDataTable:Event.ThingStart with 1 subscribers

2017-12-23 17:48:39.406+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] Firing event Type.Thing:Entity.TW.AnalysisServices.DockerDeployerConnector:Event.ThingStart with 1 subscribers

2017-12-23 17:48:39.418+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-4] Firing event Type.Thing:Entity.TW.AnalysisServices.Excel.ExcelConnector:Event.ThingStart with 1 subscribers

2017-12-23 17:48:39.418+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-5] Firing event Type.Thing:Entity.TW.AnalysisServices.ProviderConfigDataTable:Event.ThingStart with 1 subscribers

2017-12-23 17:48:39.421+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-4] Subscription was added to the store

2017-12-23 17:48:39.421+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-4] Subscription was added to the store

2017-12-23 17:48:39.421+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-4] Subscription was added to the store

2017-12-23 17:48:39.422+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-4] Subscription was added to the store

2017-12-23 17:48:39.422+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-4] Subscription was added to the store

2017-12-23 17:48:39.422+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-4] Subscription was added to the store

2017-12-23 17:48:39.422+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-4] Subscription was added to the store

2017-12-23 17:48:39.426+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-1] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-1] Subscription was added to the store

2017-12-23 17:48:39.434+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-3] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-1] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-3] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-1] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-3] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-1] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-3] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-1] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-3] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-1] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-3] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-3] Subscription was added to the store

2017-12-23 17:48:39.440+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-2] Subscription was added to the store

2017-12-23 17:48:39.441+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-2] Subscription was added to the store

2017-12-23 17:48:39.441+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-2] Subscription was added to the store

2017-12-23 17:48:39.450+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-2] Subscription was added to the store

2017-12-23 17:48:39.450+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-2] Subscription was added to the store

2017-12-23 17:48:39.450+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-2] Subscription was added to the store

2017-12-23 17:48:39.450+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-2] Subscription was added to the store

2017-12-23 17:48:54.098+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: ForkJoinPool-1-worker-3] Firing event Type.Thing:Entity.TW.AnalysisServices.Mathcad.MathcadConnector:Event.ThingStart with 1 subscribers

2017-12-23 17:48:54.099+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Thingworx Server Application...ON

2017-12-23 17:48:54.099+0530 [L: INFO] [O: c.t.s.s.i.SubscriptionStoreInMemoryThreadSafe] [I: ] [U: SuperUser] [S: ] [T: TWEventProcessor-11] Subscription was added to the store

2017-12-23 17:48:54.107+0530 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Datastore database...INITIALIZED

2017-12-23 17:49:37.788+0530 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: SuperUser] [S: ] [T: pool-11-thread-1]  Thingworx System Metrics_----------------------------------------------------------------------------_AlertProcessingSubsystem#,         maximumQueueSize= 50000.0, queueSize= 0.0, totalAlertsQueued= 0.0, _EventProcessingSubsystem#,         corePoolSize= 16.0, maxPoolSize= 500.0, curentPoolSize= 11.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 11.0, submitedTaskCount= 11.0, completedTaskCount= 11.0, _FederationSubsystem#,              clientCount= 0.0, publishedCount= 0.0, updateInterval= 100.0, _FileTransferSubsystem#,            corePoolSize= 10.0, maxPoolSize= 10.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _IntegrationSubsystem#,             numberOfConnectors= 0.0, requestCount= 0.0, _LicensingSubsystem#,               ptc_navigate_view_named= 0.0, ptc_navigate_view= 0.0, twx_asst_adv= 0.0, twx_composer= 1.0, twx_mashup_builder= 95.0, twx_mfg_common= 0.0, twx_named_user= 2.0, twx_prd_adv= 0.0, twx_things= 29.0, twx_utilities= 0.0, twx_utilities_scm_packages= 0.0, twx_utilities_workflows= 0.0, twx_asst_adv_named= 0.0, twx_mfg_common_named= 0.0, twx_prd_adv_named= 0.0, DaysRemaining= 3504.0, _MessageStoreSubsystem#,            corePoolSize= 10.0, maxPoolSize= 100.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _PlatformSubsystem#,                eventQueueSize= 0.0, streamQueueSize-ThingworxPersistenceProvider= 0.0, valueStreamQueueSize-ThingworxPersistenceProvider= 0.0, memoryInUse= 4.02797144E8, totalMemoryAllocated= 5.9768832E8, thingCount= 60.0, _StreamProcessingSubsystem#,        maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 250000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _TunnelSubsystem#,                  activeTunnelCount= 0.0, totalTunnelCount= 0.0, _UserManagementSubsystem#,          userCount= 4.0, _ValueStreamProcessingSubsystem#,   maximumWaitTime= 10000.0, sizeThreshold= 1000.0, maximumBlockSize= 2500.0, scanRate= 5.0, maximumQueueSize= 500000.0, queueSize= 0.0, totalWritesQueued= 0.0, totalWritesPerformed= 0.0, numberOfProcessingThreads= 5.0, _WSCommunicationsSubsystem#,        activeWebsockets= 0.0, _WSExecutionProcessingSubsystem#,   corePoolSize= 1000.0, maxPoolSize= 10000.0, curentPoolSize= 0.0, activeThreads= 0.0, queueSize= 0.0, largestPoolSize= 0.0, submitedTaskCount= 0.0, completedTaskCount= 0.0, _ThingworxServer#,                  systemRuntime= 0 hours,  memoryInUse = 0.403 GB,  totalMemoryAllocated= 0.598 GB,  activeUsers= 1, BoundConnectedThings= 0, UnBoundConnectedThings= 0_----------------------------------------------------------------------------_

asekar
13-Aquamarine
(To:asekar)

Latest log

I tried changing the below

supandey
19-Tanzanite
(To:asekar)

The 3rd log in the Application log shows that there's still some issue in establishing connection, as you can see in the error the connection is being rejected by the Database. Can you please share the screenshot of the SQL Configuration Utility where you have enabled the TPC/IP ?

Even though your setup appears to be same machine i.e. database and the ThingWorx server, could you please ensure that no firewall/antivirus software is blocking this connection?

asekar
13-Aquamarine
(To:supandey)

I don't see the TCP/IP error in application log anymore

supandey
19-Tanzanite
(To:asekar)

Does that mean the DB object now shows connected? I was referring to the log i saw in the screenshot you have shared previously i.e. this one here

This seems to highlight that the connection is still getting refused from the DB

asekar
13-Aquamarine
(To:supandey)

No. The iconnected field is still false. But I don't see TCP/IP connection issues in logs anymore.

Request you to also check my previous reply which I have edited and attached a few screenshots

Arvind

supandey
19-Tanzanite
(To:asekar)

Is it possible for you to open a support case? Please let me know if you don't have access to support.ptc.com

asekar
13-Aquamarine
(To:supandey)

DId it today.. I will update this thread once I resolve this with the help of Tech Support

Thanks for your help Sushant

Arvind

supandey
19-Tanzanite
(To:asekar)

Thanks Arvind for the update. I reckon it'd be easier if someone just have a look at the system setup of yours, in contrast to, too many to and fro screenshot sharing here.

asekar
13-Aquamarine
(To:asekar)

The issue got resolved last week. Just got time to update this thread.

TCP/IP to be enabled

Firewall for SQL port to be created

Re-create the database thing in Thingworx. The changes doesn't seem to affect the existing database thing.

Thanks for your support

Arvind

Top Tags