OpenICE Community Support Forum
Welcome to the OpenICE community support forum. Use this forum for submitting bugs, asking for help, and solving problems you are having with OpenICE software. For ideas, general questions, and conversation please use the discussion forum.
IntellivueSerial driver throws an error in OpenICE 0.6.1
IntellievueSerial driver throws the following error in openice 0.6.1
2015-04-27 17:44:14,519 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:44:15,161 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:44:15,206 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:45:33,067 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:45:33,665 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:45:33,711 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:45:35,709 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:45:35 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:45:36,154 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:45:37,489 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:45:38,759 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:45:40,871 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:45:42,680 | INFO | Refreshing Simulated Infusion Pump: startup date [Mon Apr 27 17:45:42 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:45:42,703 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:45:44,436 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:45:47,114 | WARN | 121650206ns to service org.mdpnp.rtiapi.data.EventLoop$2@175e9e2 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-27 17:45:47,191 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:45:48,459 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:45:48,604 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:45:48,610 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:45:48,615 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:45:48,635 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:45:48,820 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:45:49,021 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:45:49,035 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:45:49,053 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:45:59,130 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:45:59,152 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:45:59,196 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:45:59,226 | INFO | Closing Simulated Infusion Pump: startup date [Mon Apr 27 17:45:42 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-04-27 17:45:59,278 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:45:59,279 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:45:59,293 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:45:59,562 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-04-27 17:45:59,564 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:45:59,572 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:45:35 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:45:59,574 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:46:09,046 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:46:09,695 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:46:09,738 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:46:11,694 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:46:11 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:46:12,140 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:46:13,486 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:46:14,797 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:46:31,951 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:46:32,547 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:46:32,592 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:46:34,545 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:46:34 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:46:35,034 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:46:36,366 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:46:37,641 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:46:39,740 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:46:41,929 | INFO | Refreshing Simulated Infusion Pump: startup date [Mon Apr 27 17:46:41 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:46:41,951 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:46:43,695 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:46:46,609 | WARN | 129049391ns to service org.mdpnp.rtiapi.data.EventLoop$2@622593 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-27 17:46:46,691 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:46:47,685 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:46:47,811 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:46:47,817 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:46:47,822 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:46:47,841 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:46:48,039 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:46:48,241 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:46:48,254 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:46:48,272 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:47:23,632 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:47:23,649 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:47:23,695 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:47:23,698 | INFO | Closing Simulated Infusion Pump: startup date [Mon Apr 27 17:46:41 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-04-27 17:47:23,731 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:47:23,733 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:47:23,746 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:47:24,001 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-04-27 17:47:24,003 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:47:24,011 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:46:34 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:47:24,013 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:47:29,369 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:47:30,033 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:47:30,074 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:47:32,038 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:47:32 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:47:32,484 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:47:33,814 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:47:35,135 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:47:37,622 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:47:39,412 | INFO | Refreshing Simulated Infusion Pump: startup date [Mon Apr 27 17:47:39 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:47:39,432 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:47:41,199 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:48:17,487 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:48:18,096 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:48:18,136 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:48:20,128 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:48:20 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:48:20,573 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:48:21,896 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:48:23,169 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:48:25,272 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:48:27,451 | INFO | Refreshing Simulated Infusion Pump: startup date [Mon Apr 27 17:48:27 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:48:27,476 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:48:29,218 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:48:48,212 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:48:48,813 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:48:48,859 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:48:50,861 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:48:50 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:48:51,306 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:48:52,650 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:48:53,915 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:48:56,025 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:48:58,184 | INFO | Refreshing Simulated Infusion Pump: startup date [Mon Apr 27 17:48:58 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:48:58,206 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:48:59,965 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:49:02,851 | WARN | 122037742ns to service org.mdpnp.rtiapi.data.EventLoop$2@175e9e2 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-27 17:49:02,932 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:49:29,247 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:49:29,890 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:49:29,935 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:49:31,893 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:49:31 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:49:32,342 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:49:33,671 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:49:34,993 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:49:37,067 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:49:47,085 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:49:47,689 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:49:47,732 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:49:49,738 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:49:49 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:49:50,183 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:49:51,521 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:49:52,799 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:49:54,901 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:50:07,600 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:50:08,198 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:50:08,244 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:50:10,245 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:50:10 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:50:10,693 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:50:12,023 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:50:13,296 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:50:15,395 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:50:17,191 | INFO | Refreshing Simulated ElectroCardioGram: startup date [Mon Apr 27 17:50:17 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:50:17,214 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:50:19,026 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:50:22,019 | WARN | 137318683ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-27 17:50:22,096 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:50:23,373 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:50:23,520 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:50:23,525 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:50:23,530 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:50:23,550 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:50:23,734 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:50:23,939 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:50:23,952 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:50:23,970 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:50:39,124 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:50:39,140 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:50:39,179 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:50:39,216 | INFO | Closing Simulated ElectroCardioGram: startup date [Mon Apr 27 17:50:17 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-04-27 17:50:39,255 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:50:39,257 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:50:39,270 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:50:39,513 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-04-27 17:50:39,513 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:50:39,517 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:50:10 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:50:39,518 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:52:15,548 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:52:16,146 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:52:16,191 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:52:18,156 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:52:18 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:52:18,611 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:52:19,985 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:52:21,257 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:52:23,323 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:52:25,176 | INFO | Refreshing Simulated ElectroCardioGram: startup date [Mon Apr 27 17:52:25 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:52:25,198 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:52:26,930 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:52:29,923 | WARN | 134839230ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-27 17:52:30,001 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:52:31,261 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:52:31,417 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:52:31,423 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:52:31,428 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:52:31,448 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:52:31,633 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:52:31,837 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:52:31,850 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:52:31,868 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:54:18,553 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:54:18,570 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:54:18,608 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:54:18,641 | INFO | Closing Simulated ElectroCardioGram: startup date [Mon Apr 27 17:52:25 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-04-27 17:54:18,683 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:54:18,685 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:54:18,698 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:54:18,892 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-04-27 17:54:18,892 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:54:18,896 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:52:18 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:54:18,897 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:54:31,507 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:54:32,110 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:54:32,156 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:54:34,118 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:54:34 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:54:34,596 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:54:35,969 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:54:37,251 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:54:39,320 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:54:41,250 | INFO | Refreshing Simulated Infusion Pump: startup date [Mon Apr 27 17:54:41 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:54:41,270 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:54:42,992 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:54:46,171 | WARN | 122178074ns to service org.mdpnp.rtiapi.data.EventLoop$2@622593 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-27 17:54:46,251 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:54:47,253 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:54:47,381 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:54:47,387 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:54:47,392 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:54:47,411 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:54:47,609 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:54:47,853 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:54:47,866 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:54:47,885 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:55:04,680 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:55:04,732 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:55:04,815 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:55:04,844 | INFO | Closing Simulated Infusion Pump: startup date [Mon Apr 27 17:54:41 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-04-27 17:55:04,892 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:55:04,894 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:55:04,907 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:55:05,033 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-04-27 17:55:05,034 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:55:05,038 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:54:34 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:55:05,039 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:55:11,643 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-27 17:55:12,241 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:55:12,286 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-27 17:55:14,242 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:55:14 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:55:14,731 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:55:16,056 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:55:17,323 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-27 17:55:19,397 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-27 17:55:21,307 | INFO | Refreshing Simulated Infusion Pump: startup date [Mon Apr 27 17:55:21 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:55:21,328 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-27 17:55:23,072 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:55:25,751 | WARN | 118421836ns to service org.mdpnp.rtiapi.data.EventLoop$2@622593 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-27 17:55:25,832 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-27 17:55:27,098 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:55:27,242 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:55:27,247 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:55:27,252 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:55:27,272 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:55:27,459 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:55:27,661 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:55:27,674 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-04-27 17:55:27,693 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-27 17:55:50,630 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:55:50,648 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:55:50,697 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-27 17:55:50,724 | INFO | Closing Simulated Infusion Pump: startup date [Mon Apr 27 17:55:21 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-04-27 17:55:50,779 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:55:50,781 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-27 17:55:50,794 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:55:51,049 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-04-27 17:55:51,051 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-27 17:55:51,060 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Apr 27 17:55:14 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-27 17:55:51,062 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-28 11:11:33,174 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-28 11:11:33,789 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-28 11:11:33,830 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-28 11:11:35,862 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Tue Apr 28 11:11:35 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-28 11:11:36,325 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-28 11:11:37,855 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-28 11:11:39,148 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-28 11:11:41,294 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-28 11:11:43,111 | INFO | Refreshing Simulated Infusion Pump: startup date [Tue Apr 28 11:11:43 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-28 11:11:43,135 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-28 11:11:44,897 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-28 11:11:47,708 | WARN | 122640632ns to service org.mdpnp.rtiapi.data.EventLoop$2@175e9e2 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-28 11:11:47,788 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-28 11:11:49,116 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:11:49,259 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:11:49,265 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:11:49,269 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:11:49,292 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:11:49,478 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:11:49,730 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:11:49,744 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:11:49,762 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-28 11:11:56,123 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-28 11:11:56,155 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-28 11:11:56,206 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-04-28 11:11:56,232 | INFO | Closing Simulated Infusion Pump: startup date [Tue Apr 28 11:11:43 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-04-28 11:11:56,278 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-28 11:11:56,280 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-04-28 11:11:56,293 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-28 11:11:56,525 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-04-28 11:11:56,525 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-04-28 11:11:56,530 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Tue Apr 28 11:11:35 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-28 11:11:56,531 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-04-28 11:19:05,032 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-04-28 11:19:05,633 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-28 11:19:05,679 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-04-28 11:19:07,692 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Tue Apr 28 11:19:07 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-28 11:19:08,139 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-28 11:19:09,475 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-28 11:19:10,751 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-04-28 11:19:12,874 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-04-28 11:19:14,672 | INFO | Refreshing Simulated Infusion Pump: startup date [Tue Apr 28 11:19:14 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-04-28 11:19:14,692 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-04-28 11:19:16,428 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-28 11:19:19,110 | WARN | 123037577ns to service org.mdpnp.rtiapi.data.EventLoop$2@622593 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-04-28 11:19:19,188 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-04-28 11:19:20,459 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:19:20,610 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:19:20,615 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:19:20,620 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:19:20,640 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:19:20,825 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:19:21,025 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:19:21,038 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-04-28 11:19:21,056 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:14:22,398 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:14:22,994 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:14:23,036 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:14:25,120 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:14:25 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:14:25,580 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:14:27,043 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:14:28,367 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:14:30,524 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:14:32,348 | INFO | Refreshing Simulated ElectroCardioGram: startup date [Thu Jun 27 08:14:32 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:14:32,370 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:14:34,164 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:14:37,366 | WARN | 141730645ns to service org.mdpnp.rtiapi.data.EventLoop$2@137195c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:14:37,442 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:14:38,796 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:14:38,937 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:14:38,943 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:14:38,948 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:14:38,970 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:14:39,161 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:14:39,418 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:14:39,431 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:14:39,450 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:14:45,153 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:14:45,182 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:14:45,222 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:14:45,257 | INFO | Closing Simulated ElectroCardioGram: startup date [Thu Jun 27 08:14:32 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:14:45,319 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:14:45,321 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:14:45,352 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:14:45,565 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:14:45,565 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:14:45,569 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:14:25 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:14:45,570 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:14:51,212 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:14:51,826 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:14:51,869 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:14:53,874 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:14:53 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:14:54,333 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:14:55,742 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:14:57,024 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:14:59,143 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:15:00,987 | INFO | Refreshing Simulated ElectroCardioGram: startup date [Thu Jun 27 08:15:00 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:15:01,011 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:15:11,350 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:15:11,967 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:15:12,009 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:15:14,010 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:15:13 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:15:14,467 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:15:15,863 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:15:17,171 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:15:19,234 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:15:21,031 | INFO | Refreshing Simulated Infusion Pump: startup date [Thu Jun 27 08:15:21 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:15:21,054 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:15:26,391 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:15:27,001 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:15:27,048 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:15:29,051 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:15:29 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:15:29,510 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:15:30,904 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:15:32,216 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:15:34,335 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:15:36,101 | INFO | Refreshing Simulated Infusion Pump: startup date [Thu Jun 27 08:15:36 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:15:36,122 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:15:37,827 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:15:40,745 | WARN | 125583955ns to service org.mdpnp.rtiapi.data.EventLoop$2@622593 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:15:40,825 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:15:41,817 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:15:41,945 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:15:41,951 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:15:41,956 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:15:41,974 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:15:42,171 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:15:42,374 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:15:42,387 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:15:42,405 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:19:10,233 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:19:10,249 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:19:10,297 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:19:10,300 | INFO | Closing Simulated Infusion Pump: startup date [Thu Jun 27 08:15:36 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:19:10,329 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:19:10,331 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:19:10,345 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:19:10,610 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:19:10,612 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:19:10,620 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:15:29 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:19:10,622 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:19:15,761 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:19:16,375 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:19:16,422 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:19:18,382 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:19:18 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:19:18,837 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:19:20,236 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:19:21,508 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:19:23,539 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:19:25,424 | INFO | Refreshing Simulated Infusion Pump: startup date [Thu Jun 27 08:19:25 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:19:25,444 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:19:27,166 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:20:44,623 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:20:45,266 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:20:45,306 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:20:47,232 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:20:47 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:20:47,671 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:20:48,984 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:20:50,282 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:20:52,330 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:20:54,185 | INFO | Refreshing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:20:54 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:20:54,210 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:20:56,018 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:20:59,710 | WARN | 164845974ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:20:59,788 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:21:00,819 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:21:00,946 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:21:00,951 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:21:00,956 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:21:00,975 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:21:01,162 | WARN | 140158250ns to service org.mdpnp.devices.TimeManager$1@11392ad | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:21:01,243 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:21:01,468 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:21:01,483 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:21:01,501 | INFO | Connecting to >ttyGS0< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:25:12,704 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:25:12,724 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:25:12,732 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:25:12,734 | INFO | Closing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:20:54 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:25:12,770 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:25:12,771 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:25:12,783 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:25:12,978 | INFO | Thread Ended | org.mdpnp.devices.philips.intellivue.RS232Adapter | RS232->UDP
2030-06-27 08:25:14,991 | WARN | UDP->RS232 thread did not exit | org.mdpnp.devices.philips.intellivue.RS232Adapter | Thread-10
2030-06-27 08:25:14,995 | INFO | runLoop in Terminating state; runLoop will end | org.mdpnp.devices.net.NetworkLoop | Network Loop
2030-06-27 08:25:14,997 | INFO | NetworkLoop.runLoop ended | org.mdpnp.devices.philips.intellivue.DemoEthernetIntellivue | Network Loop
2030-06-27 08:25:15,168 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:25:15,174 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:25:15,208 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:20:47 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:25:15,210 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:25:26,742 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:25:27,335 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:25:27,380 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:25:29,373 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:25:29 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:25:29,822 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:25:31,180 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:25:32,479 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:25:34,543 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:25:36,475 | INFO | Refreshing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:25:36 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:25:36,495 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:25:38,291 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:25:42,235 | WARN | 163912137ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:25:42,592 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:25:43,176 | WARN | 144359083ns to service org.mdpnp.devices.TimeManager$1@11392ad | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:25:43,618 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:25:43,799 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:25:43,804 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:25:43,809 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:25:43,828 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:25:44,015 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:25:44,204 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:25:44,228 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:25:44,248 | INFO | Connecting to >ttyO0< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:26:23,141 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:26:23,158 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:26:23,166 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:26:23,314 | INFO | Closing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:25:36 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:26:23,347 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:26:23,349 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:26:23,362 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:26:23,552 | INFO | Thread Ended | org.mdpnp.devices.philips.intellivue.RS232Adapter | RS232->UDP
2030-06-27 08:26:23,553 | INFO | Thread Ended | org.mdpnp.devices.philips.intellivue.RS232Adapter | UDP->RS232
2030-06-27 08:26:23,569 | INFO | runLoop in Terminating state; runLoop will end | org.mdpnp.devices.net.NetworkLoop | Network Loop
2030-06-27 08:26:23,570 | INFO | NetworkLoop.runLoop ended | org.mdpnp.devices.philips.intellivue.DemoEthernetIntellivue | Network Loop
2030-06-27 08:26:23,667 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:26:23,668 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:26:23,671 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:25:29 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:26:23,672 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:26:31,414 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:26:32,030 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:26:32,068 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:26:34,026 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:26:33 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:26:34,485 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:26:35,867 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:26:37,135 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:26:39,638 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:26:41,573 | INFO | Refreshing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:26:41 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:26:41,597 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:26:43,357 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:26:47,064 | WARN | 164623275ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:26:47,151 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:26:48,142 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:26:48,260 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:26:48,266 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:26:48,271 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:26:48,290 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:26:48,486 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:26:48,673 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:26:48,718 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:26:48,735 | INFO | Connecting to >ttyS0< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:26:48,967 | ERROR | PRESWriterHistoryDriver_initializeSample:!serialize | com.rti.dds | main
2030-06-27 08:26:48,968 | ERROR | WriterHistoryMemoryPlugin_addEntryToSessions:!initialize sample | com.rti.dds | main
2030-06-27 08:26:48,968 | ERROR | WriterHistoryMemoryPlugin_getEntry:!add virtual sample to sessions | com.rti.dds | main
2030-06-27 08:26:48,968 | ERROR | WriterHistoryMemoryPlugin_addSample:!get entry | com.rti.dds | main
2030-06-27 08:26:48,968 | ERROR | PRESWriterHistoryDriver_addWrite:!add_sample | com.rti.dds | main
2030-06-27 08:26:48,969 | ERROR | PRESPsWriter_writeInternal:!collator addWrite | com.rti.dds | main
2030-06-27 08:27:16,704 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:27:16,721 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:27:16,724 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:27:16,726 | INFO | Closing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:26:41 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:27:16,754 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:27:16,755 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:27:16,769 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:27:16,973 | INFO | runLoop in Terminating state; runLoop will end | org.mdpnp.devices.net.NetworkLoop | Network Loop
2030-06-27 08:27:16,974 | INFO | NetworkLoop.runLoop ended | org.mdpnp.devices.philips.intellivue.DemoEthernetIntellivue | Network Loop
2030-06-27 08:27:17,095 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:27:17,097 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:27:37,068 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:27:37,680 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:27:37,726 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:27:39,661 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:27:39 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:27:40,143 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:27:41,453 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:27:42,717 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:27:44,744 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:27:46,573 | INFO | Refreshing Simulated Infusion Pump: startup date [Thu Jun 27 08:27:46 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:27:46,596 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:27:48,371 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:27:50,621 | WARN | 152129398ns to service org.mdpnp.devices.AbstractDevice$2@42c3ef | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:27:51,891 | WARN | 141410534ns to service org.mdpnp.rtiapi.data.EventLoop$2@6b3eb2 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:27:51,970 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:27:52,979 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:27:53,175 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:27:53,179 | WARN | 142720647ns to service org.mdpnp.devices.TimeManager$1@111e85c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:27:53,185 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:27:53,190 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:27:53,214 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:27:53,417 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:27:53,660 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:27:53,674 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:27:53,695 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:28:08,094 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:28:08,109 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:28:08,152 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:28:08,197 | INFO | Closing Simulated Infusion Pump: startup date [Thu Jun 27 08:27:46 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:28:08,252 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:28:08,254 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:28:08,267 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:28:08,481 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:28:08,482 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:28:08,485 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:27:39 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:28:08,486 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:28:15,126 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:28:15,727 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:28:15,768 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:28:17,697 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:28:17 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:28:18,137 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:28:19,456 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:28:20,753 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:28:22,797 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:28:24,748 | INFO | Refreshing Simulated Infusion Pump: startup date [Thu Jun 27 08:28:24 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:28:24,773 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:28:26,558 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:28:29,399 | WARN | 135776174ns to service org.mdpnp.rtiapi.data.EventLoop$2@622593 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:28:29,479 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:28:30,529 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:28:30,659 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:28:30,665 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:28:30,670 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:28:30,689 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:28:30,892 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:28:31,101 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:28:31,115 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:28:31,133 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:28:44,766 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:28:44,781 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:28:44,826 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:28:44,832 | INFO | Closing Simulated Infusion Pump: startup date [Thu Jun 27 08:28:24 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:28:44,867 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:28:44,869 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:28:44,881 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:28:45,134 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:28:45,135 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:28:45,138 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:28:17 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:28:45,139 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:28:50,390 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:28:50,992 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:28:51,034 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:28:52,980 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:28:52 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:28:53,425 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:28:54,733 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:28:56,040 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:28:58,083 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:28:59,962 | INFO | Refreshing Simulated Infusion Pump: startup date [Thu Jun 27 08:28:59 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:28:59,982 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:29:01,794 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:29:03,509 | WARN | 155397726ns to service org.mdpnp.devices.AbstractDevice$2@42c3ef | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:29:04,787 | WARN | 152629794ns to service org.mdpnp.rtiapi.data.EventLoop$2@6b3eb2 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:29:04,864 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:29:05,216 | WARN | 174102064ns to service org.mdpnp.devices.TimeManager$1@111e85c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:29:05,967 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:06,093 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:06,099 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:06,105 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:06,125 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:06,326 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:06,569 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:06,581 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:06,602 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:29:16,744 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:29:16,774 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:29:16,820 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:29:16,828 | INFO | Closing Simulated Infusion Pump: startup date [Thu Jun 27 08:28:59 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:29:16,882 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:29:16,884 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:29:16,898 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:29:17,148 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:29:17,149 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:29:17,153 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:28:52 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:29:17,154 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:29:28,591 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:29:29,178 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:29:29,223 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:29:31,201 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:29:31 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:29:31,643 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:29:32,981 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:29:34,273 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:29:36,365 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:29:38,260 | INFO | Refreshing Simulated ElectroCardioGram: startup date [Thu Jun 27 08:29:38 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:29:38,282 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:29:40,644 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:29:42,364 | WARN | 122231797ns to service org.mdpnp.devices.AbstractDevice$2@17a9e9f | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:29:43,748 | WARN | 141219790ns to service org.mdpnp.rtiapi.data.EventLoop$2@b477bd | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:29:43,837 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:29:45,199 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:45,287 | WARN | 220933115ns to service org.mdpnp.devices.TimeManager$1@1afd20d | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:29:45,369 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:45,375 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:45,380 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:45,398 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:45,591 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:45,804 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:45,813 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:29:45,831 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:30:30,297 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:30:30,315 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:30:30,362 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:30:30,425 | INFO | Closing Simulated ElectroCardioGram: startup date [Thu Jun 27 08:29:38 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:30:30,479 | WARN | 123849274ns to service org.mdpnp.rtiapi.data.EventLoop$2@b477bd | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:30:30,503 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:30:30,505 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:30:30,518 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:30:30,719 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:30:30,720 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:30:30,723 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:29:31 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:30:30,724 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:30:53,428 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:30:54,047 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:30:54,090 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:30:56,080 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:30:56 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:30:56,524 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:30:57,859 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:30:59,167 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:31:01,328 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:31:03,126 | INFO | Refreshing Simulated Pulse Oximeter: startup date [Thu Jun 27 08:31:03 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:31:03,148 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:31:05,434 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:31:07,230 | WARN | 136865548ns to service org.mdpnp.devices.AbstractDevice$2@17a9e9f | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:31:08,434 | WARN | 146884231ns to service org.mdpnp.rtiapi.data.EventLoop$2@b477bd | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:31:08,509 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:31:09,244 | WARN | 200741128ns to service org.mdpnp.devices.TimeManager$1@1afd20d | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:31:09,841 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:09,986 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:09,994 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:10,000 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:10,020 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.PO_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:10,254 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.PO_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:10,505 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.PO_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:10,514 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:10,531 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:31:23,918 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:31:23,937 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:31:23,980 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:31:24,034 | INFO | Closing Simulated Pulse Oximeter: startup date [Thu Jun 27 08:31:03 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:31:24,095 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:31:24,096 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:31:24,109 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:31:24,398 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:31:24,399 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:31:24,402 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:30:56 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:31:24,403 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:31:34,962 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:31:35,599 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:31:35,640 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:31:37,618 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:31:37 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:31:38,075 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:31:39,393 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:31:40,701 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:31:42,802 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:31:44,581 | INFO | Refreshing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:31:44 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:31:44,603 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:31:46,851 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:31:50,557 | WARN | 165337913ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:31:50,636 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:31:51,181 | WARN | 136161576ns to service org.mdpnp.devices.TimeManager$1@11392ad | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:31:51,710 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:51,830 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:51,836 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:51,845 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:51,864 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:52,060 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:52,285 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:52,300 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:31:52,318 | INFO | Connecting to >ttyS0< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:31:52,547 | ERROR | PRESWriterHistoryDriver_initializeSample:!serialize | com.rti.dds | main
2030-06-27 08:31:52,547 | ERROR | WriterHistoryMemoryPlugin_addEntryToSessions:!initialize sample | com.rti.dds | main
2030-06-27 08:31:52,548 | ERROR | WriterHistoryMemoryPlugin_getEntry:!add virtual sample to sessions | com.rti.dds | main
2030-06-27 08:31:52,548 | ERROR | WriterHistoryMemoryPlugin_addSample:!get entry | com.rti.dds | main
2030-06-27 08:31:52,548 | ERROR | PRESWriterHistoryDriver_addWrite:!add_sample | com.rti.dds | main
2030-06-27 08:31:52,548 | ERROR | PRESPsWriter_writeInternal:!collator addWrite | com.rti.dds | main
2030-06-27 08:32:17,235 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:32:17,257 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:32:17,263 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:32:17,291 | INFO | Closing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:31:44 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:32:17,336 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:32:17,338 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:32:17,352 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:32:17,552 | INFO | runLoop in Terminating state; runLoop will end | org.mdpnp.devices.net.NetworkLoop | Network Loop
2030-06-27 08:32:17,558 | INFO | NetworkLoop.runLoop ended | org.mdpnp.devices.philips.intellivue.DemoEthernetIntellivue | Network Loop
2030-06-27 08:32:17,670 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:32:17,671 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:43:24,730 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:43:25,388 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:43:25,427 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:43:27,391 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:43:27 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:43:27,838 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:43:29,167 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:43:30,491 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:43:32,561 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:43:34,354 | INFO | Refreshing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:43:34 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:43:34,376 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:43:36,150 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:43:39,772 | WARN | 165457659ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:43:39,849 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:43:40,888 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:43:41,012 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:43:41,017 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:43:41,023 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:43:41,042 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:43:41,242 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:43:41,474 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:43:41,489 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:43:41,507 | INFO | Connecting to >ttyS0< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:43:42,383 | ERROR | PRESWriterHistoryDriver_initializeSample:!serialize | com.rti.dds | main
2030-06-27 08:43:42,384 | ERROR | WriterHistoryMemoryPlugin_addEntryToSessions:!initialize sample | com.rti.dds | main
2030-06-27 08:43:42,384 | ERROR | WriterHistoryMemoryPlugin_getEntry:!add virtual sample to sessions | com.rti.dds | main
2030-06-27 08:43:42,384 | ERROR | WriterHistoryMemoryPlugin_addSample:!get entry | com.rti.dds | main
2030-06-27 08:43:42,384 | ERROR | PRESWriterHistoryDriver_addWrite:!add_sample | com.rti.dds | main
2030-06-27 08:43:42,385 | ERROR | PRESPsWriter_writeInternal:!collator addWrite | com.rti.dds | main
2030-06-27 08:43:52,883 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:43:52,901 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:43:52,905 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:43:52,939 | INFO | Closing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:43:34 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:43:52,977 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:43:52,979 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:43:53,000 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:43:53,169 | INFO | runLoop in Terminating state; runLoop will end | org.mdpnp.devices.net.NetworkLoop | Network Loop
2030-06-27 08:43:53,171 | INFO | NetworkLoop.runLoop ended | org.mdpnp.devices.philips.intellivue.DemoEthernetIntellivue | Network Loop
2030-06-27 08:43:53,264 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:43:53,266 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:43:57,456 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:43:58,062 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:43:58,103 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:44:00,112 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:44:00 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:44:00,563 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:44:01,901 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:44:03,176 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:44:05,299 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:44:07,115 | INFO | Refreshing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:44:07 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:44:07,138 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:44:08,923 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:44:12,593 | WARN | 163553567ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:44:12,670 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:44:13,674 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:13,798 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:13,803 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:13,808 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:13,827 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:14,025 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:14,216 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:14,232 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:14,277 | INFO | Connecting to >ttyS0< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:44:14,515 | ERROR | PRESWriterHistoryDriver_initializeSample:!serialize | com.rti.dds | main
2030-06-27 08:44:14,515 | ERROR | WriterHistoryMemoryPlugin_addEntryToSessions:!initialize sample | com.rti.dds | main
2030-06-27 08:44:14,516 | ERROR | WriterHistoryMemoryPlugin_getEntry:!add virtual sample to sessions | com.rti.dds | main
2030-06-27 08:44:14,516 | ERROR | WriterHistoryMemoryPlugin_addSample:!get entry | com.rti.dds | main
2030-06-27 08:44:14,517 | ERROR | PRESWriterHistoryDriver_addWrite:!add_sample | com.rti.dds | main
2030-06-27 08:44:14,517 | ERROR | PRESPsWriter_writeInternal:!collator addWrite | com.rti.dds | main
2030-06-27 08:44:23,089 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:44:23,109 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:44:23,112 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:44:23,114 | INFO | Closing Philips Intellivue (MIB/RS232): startup date [Thu Jun 27 08:44:07 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:44:23,144 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:44:23,145 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:44:23,166 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:44:23,337 | INFO | runLoop in Terminating state; runLoop will end | org.mdpnp.devices.net.NetworkLoop | Network Loop
2030-06-27 08:44:23,338 | INFO | NetworkLoop.runLoop ended | org.mdpnp.devices.philips.intellivue.DemoEthernetIntellivue | Network Loop
2030-06-27 08:44:23,454 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:44:23,456 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:44:32,848 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2030-06-27 08:44:33,457 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:44:33,498 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2030-06-27 08:44:35,510 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:44:35 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:44:35,957 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:44:37,292 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:44:38,584 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2030-06-27 08:44:40,698 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2030-06-27 08:44:42,495 | INFO | Refreshing Simulated Pulse Oximeter: startup date [Thu Jun 27 08:44:42 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:44:42,517 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2030-06-27 08:44:44,247 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:44:47,082 | WARN | 138451526ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:44:47,159 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2030-06-27 08:44:48,428 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:48,576 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:48,582 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:48,587 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:48,607 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.PO_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:48,792 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.PO_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:49,000 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.PO_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:49,013 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2030-06-27 08:44:49,053 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2030-06-27 08:45:39,851 | WARN | 169027850ns to service org.mdpnp.devices.TimeManager$1@13ce7cc | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2030-06-27 08:46:50,515 | WARN | Unsetting handle InstanceHandle_t[-112,110,117,96,17,-120,-31,88,-28,-85,-119,-72,-58,49,98,79] | org.mdpnp.devices.AbstractDevice | EventLoopHandler
2030-06-27 08:46:50,518 | WARN | Unsetting handle InstanceHandle_t[36,0,126,44,5,-43,98,-12,-96,-63,-90,-120,73,26,-112,103] | org.mdpnp.devices.AbstractDevice | EventLoopHandler
2030-06-27 08:46:50,519 | WARN | Unsetting handle InstanceHandle_t[115,-91,63,-100,106,-15,-38,-100,-86,-87,59,-100,-15,-1,-48,-29] | org.mdpnp.devices.AbstractDevice | EventLoopHandler
2030-06-27 08:46:50,520 | WARN | Unsetting handle InstanceHandle_t[80,23,57,104,-73,-35,29,-111,-16,-124,-105,-96,-3,111,-111,20] | org.mdpnp.devices.AbstractDevice | EventLoopHandler
2030-06-27 08:46:50,521 | WARN | Unsetting handle InstanceHandle_t[25,65,-34,42,30,114,-32,-28,114,15,-33,-66,-12,5,-34,-58] | org.mdpnp.devices.AbstractDevice | EventLoopHandler
2030-06-27 08:46:50,522 | WARN | Unsetting handle InstanceHandle_t[29,-112,-20,-108,104,-75,-60,-59,-85,-77,-51,55,-46,-75,-72,101] | org.mdpnp.devices.AbstractDevice | EventLoopHandler
2030-06-27 08:46:50,523 | WARN | Unsetting handle InstanceHandle_t[-35,-109,-96,116,-45,-3,118,52,14,-20,-113,4,-89,69,-113,-120] | org.mdpnp.devices.AbstractDevice | EventLoopHandler
2030-06-27 08:48:26,735 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:48:26,751 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:48:26,789 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2030-06-27 08:48:26,838 | INFO | Closing Simulated Pulse Oximeter: startup date [Thu Jun 27 08:44:42 IST 2030]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2030-06-27 08:48:26,900 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:48:26,902 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2030-06-27 08:48:26,915 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:48:27,136 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2030-06-27 08:48:27,137 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2030-06-27 08:48:27,140 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Thu Jun 27 08:44:35 IST 2030]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2030-06-27 08:48:27,141 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-03-02 05:25:15,525 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-03-02 05:25:16,130 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-03-02 05:25:16,176 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-03-02 05:25:39,612 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-03-02 05:25:40,239 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-03-02 05:25:40,280 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-03-02 05:25:42,368 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Mar 02 05:25:42 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-03-02 05:25:42,834 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:25:44,334 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:25:45,686 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-03-02 05:25:47,832 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-03-02 05:25:49,744 | INFO | Refreshing Simulated Infusion Pump: startup date [Mon Mar 02 05:25:49 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-03-02 05:25:49,764 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:25:51,744 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-03-02 05:25:54,775 | WARN | 131798707ns to service org.mdpnp.rtiapi.data.EventLoop$2@175e9e2 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:25:54,855 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-03-02 05:25:55,679 | WARN | 168333044ns to service org.mdpnp.devices.TimeManager$1@1b579a3 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:25:56,252 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:25:56,287 | WARN | 113474521ns to service org.mdpnp.devices.AbstractDevice$2@14eb42a | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:25:56,398 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:25:56,403 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:25:56,408 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:25:56,431 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:25:56,630 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:25:56,886 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.Pump_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:25:56,898 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:25:56,920 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-03-02 05:27:33,503 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:27:33,520 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:27:33,563 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:27:33,611 | INFO | Closing Simulated Infusion Pump: startup date [Mon Mar 02 05:25:49 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-03-02 05:27:33,659 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-03-02 05:27:33,661 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-03-02 05:27:33,674 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-03-02 05:27:34,003 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-03-02 05:27:34,005 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-03-02 05:27:34,013 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Mar 02 05:25:42 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-03-02 05:27:34,015 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-03-02 05:27:42,940 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-03-02 05:27:43,546 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-03-02 05:27:43,592 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-03-02 05:27:45,617 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Mar 02 05:27:45 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-03-02 05:27:46,067 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:27:47,424 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:27:48,703 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-03-02 05:27:50,844 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-03-02 05:27:52,748 | INFO | Refreshing Simulated ElectroCardioGram: startup date [Mon Mar 02 05:27:52 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-03-02 05:27:52,769 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:27:54,568 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-03-02 05:27:56,371 | WARN | 136490854ns to service org.mdpnp.devices.AbstractDevice$2@42c3ef | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:27:57,693 | WARN | 145828982ns to service org.mdpnp.rtiapi.data.EventLoop$2@3227f4 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:27:57,773 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-03-02 05:27:59,050 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:27:59,195 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:27:59,201 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:27:59,206 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:27:59,226 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:27:59,420 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:27:59,696 | WARN | 224215151ns to service org.mdpnp.devices.TimeManager$1@fe7ddf | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:27:59,748 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.ECG_Simulator22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:27:59,757 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:27:59,775 | INFO | Connecting to >null< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-03-02 05:30:01,848 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:30:01,863 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:30:01,909 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:30:01,961 | INFO | Closing Simulated ElectroCardioGram: startup date [Mon Mar 02 05:27:52 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-03-02 05:30:02,009 | WARN | 106472133ns to service org.mdpnp.rtiapi.data.EventLoop$2@3227f4 | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:30:02,029 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-03-02 05:30:02,030 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-03-02 05:30:02,043 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-03-02 05:30:02,282 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-03-02 05:30:02,282 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-03-02 05:30:02,286 | INFO | Closing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Mar 02 05:27:45 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-03-02 05:30:02,287 | INFO | Handle parent context shutdown event | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-03-02 05:35:47,100 | INFO | Loading System configuration from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-apps-0.6.1.jar!/ice.system.properties | org.mdpnp.apps.testapp.Main | main
2015-03-02 05:35:47,705 | WARN | Attempt to load org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-03-02 05:35:47,747 | WARN | org.mdpnp.data.serial.PureJavaCommSerialProvider | org.mdpnp.devices.serial.SerialProviderFactory | main
2015-03-02 05:35:49,709 | INFO | Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce: startup date [Mon Mar 02 05:35:49 IST 2015]; root of context hierarchy | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-03-02 05:35:50,156 | INFO | Loading XML bean definitions from class path resource [DeviceAdapterContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:35:51,542 | INFO | Loading XML bean definitions from class path resource [RtConfig.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:35:52,822 | INFO | Loading properties file from class path resource [ice.properties] | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer | main
2015-03-02 05:35:54,888 | INFO | Loading ice_library.xml from jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/META-INF/ice_library.xml | org.mdpnp.devices.IceQos | main
2015-03-02 05:35:57,046 | INFO | Refreshing Philips Intellivue (MIB/RS232): startup date [Mon Mar 02 05:35:57 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | main
2015-03-02 05:35:57,066 | INFO | Loading XML bean definitions from URL [jar:file:/home/debian/OpenICE-0.6.1/lib/demo-devices-0.6.1.jar!/DriverContext.xml] | org.springframework.beans.factory.xml.XmlBeanDefinitionReader | main
2015-03-02 05:35:58,831 | INFO | Initializing ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-03-02 05:36:02,664 | WARN | 177177567ns to service org.mdpnp.rtiapi.data.EventLoop$2@c7f00c | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:36:02,764 | INFO | Initializing ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | main
2015-03-02 05:36:03,677 | WARN | 191079763ns to service org.mdpnp.devices.TimeManager$1@11392ad | org.mdpnp.rtiapi.data.EventLoop | EventLoopHandler
2015-03-02 05:36:03,859 | INFO | Registering beans for JMX exposure on startup | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:36:03,986 | INFO | Bean with name 'driver' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:36:03,992 | INFO | Bean with name 'partition' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:36:03,997 | INFO | Bean with name 'timeManager' has been autodetected for JMX exposure | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:36:04,017 | INFO | Located managed bean 'partition': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=partition] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:36:04,216 | INFO | Located managed bean 'driver': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=driver] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:36:04,449 | INFO | Located managed bean 'timeManager': registering with JMX server as MBean [mdpnp.driver.IntellivueSerial22815297:service=timeManager] | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:36:04,464 | WARN | Bean with key 'timeManager' has been registered as an MBean but has no exposed attributes or operations | org.springframework.jmx.export.MBeanExporter | main
2015-03-02 05:36:04,482 | INFO | Connecting to >ttyS0< | org.mdpnp.devices.DeviceDriverProvider$SpringLoadedDriver | main
2015-03-02 05:36:04,735 | ERROR | PRESWriterHistoryDriver_initializeSample:!serialize | com.rti.dds | main
2015-03-02 05:36:04,735 | ERROR | WriterHistoryMemoryPlugin_addEntryToSessions:!initialize sample | com.rti.dds | main
2015-03-02 05:36:04,736 | ERROR | WriterHistoryMemoryPlugin_getEntry:!add virtual sample to sessions | com.rti.dds | main
2015-03-02 05:36:04,736 | ERROR | WriterHistoryMemoryPlugin_addSample:!get entry | com.rti.dds | main
2015-03-02 05:36:04,736 | ERROR | PRESWriterHistoryDriver_addWrite:!add_sample | com.rti.dds | main
2015-03-02 05:36:04,737 | ERROR | PRESPsWriter_writeInternal:!collator addWrite | com.rti.dds | main
2015-03-02 05:36:24,632 | INFO | Calling killAdapter from shutdown hook | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:36:24,658 | INFO | 50% Ask the device to disconnect from the ICE | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:36:24,662 | INFO | 75% Shutting down the device | org.mdpnp.apps.testapp.DeviceAdapterCommand | Thread-10
2015-03-02 05:36:24,694 | INFO | Closing Philips Intellivue (MIB/RS232): startup date [Mon Mar 02 05:35:57 IST 2015]; parent: org.springframework.context.support.ClassPathXmlApplicationContext@1dc03ce | org.springframework.context.support.ClassPathXmlApplicationContext | Thread-10
2015-03-02 05:36:24,741 | INFO | Unregistering JMX-exposed beans on shutdown | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-03-02 05:36:24,743 | INFO | Unregistering JMX-exposed beans | org.springframework.jmx.export.MBeanExporter | Thread-10
2015-03-02 05:36:24,756 | INFO | Shutting down ExecutorService 'timerFactory' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10
2015-03-02 05:36:24,953 | INFO | runLoop in Terminating state; runLoop will end | org.mdpnp.devices.net.NetworkLoop | Network Loop
2015-03-02 05:36:24,954 | INFO | NetworkLoop.runLoop ended | org.mdpnp.devices.philips.intellivue.DemoEthernetIntellivue | Network Loop
2015-03-02 05:36:25,009 | INFO | AbstractDevice shutdown complete | org.mdpnp.devices.AbstractDevice | Thread-10
2015-03-02 05:36:25,010 | INFO | Shutting down ExecutorService 'taskExecutor' | org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean | Thread-10

Please try version 0.6.2. We've corrected a minor bug with a major impact that we think caused this error. Sorry for the inconvenience and time delays. Let me know if the new version works.
Jeff

What does an EventLoop do?
I've come across the class EventLoop, that I assume has something to do with managing Topic events. The code suggests it has to do with managing the running of multiple snippets of DDS-related code.
What is EventLoop's purpose? Would its purpose likely become clear if I learned more about DDS?
Thanks,
Brad

IVY 450C Device Time of 0?
We're using an IVY 450C Multiparameter Monitor, with a Device Adapter running on an Intel Edison. Any ideas why the Device Time reported for, for example, heart rate is 0 (the Epoch)?
The Monitor is connected to a Patient Simulator, and is reporting heart rate and blood pressure that look good, except that Device Time for all its values is reported as 0.
On a likely-related note, the OpenICE Supervisor shows what looks like a time-sync warning for the Multiparameter Monitor (and our other devices). Any idea what's going on here? What is required for a Device Adapter to properly time-sync?
Thanks,
Brad

OpenICE patch
> Hi Jeff,
>
> I’m a contractor at NIST working on the ICE project. I have been tracking and using your OpenICE code releases here for some time. Your recent addition of reading /etc/issue for operating system information on Linux systems broke the code running here. Locally, /etc/issue is over 800 bytes long and contains a warning about accessing a federal government owned computer.
>
> After a little research, I found the file /etc/os-release has become a standard file in most all the major Linux distributions. The file was originally introduced for systemd, but it has since been picked up even by distributions that have not converted to using systemd. Ubuntu 12.04 LTS has the file, for instance. The file format is defined at http://www.freedesktop.org/software/systemd/man/os-release.html .
>
> I have attached a patch that reads this file instead of /etc/issue. I’m a C++ programmer and not a Java programmer so perhaps the code could be improved. But I have tested it here and it works. I hope you this useful.
>
> Dennis
Attachments:
0001-Use-etc-os-release-instead-of-etc-issue-for-OS-infor.patch

I’m sorry that the recent change broke the code for you and I greatly appreciate your reporting it and even including a patch. In our lab we’re still working on a really flexible deployment strategy for our ‘fleet’ of beaglebones. I added the /etc/issue as a quick way to see which had been upgraded to 14.04LTS. I should have done more research on the /etc/issue file in general before including it. I know a lot of folks at NIST who use CentOS, is that the distro you are using?
If I understand correctly what broke down was the lengthy string … probably throwing an exception in the CdrOutputStream? I’m really not thrilled about RTI’s API support for java programmers. On the plus side they have bound their underlying CDR (common data representation) libraries to java which is great. It means I can generate types natively in java (other implementations such as OpenDDS require types be generated in C++ first; then a JNI binding library is built specifically for those types … which is a multi-platform deployment nightmare). But on the other hand they do not support the standard java DDS API (I believe they plan to in the future) So as you can see the one adjustment I made to your patch was to jump some hurdles to avoid hardcoding the length (128). It would be nicer in java if they annotated max lengths in a way that facilitated validation. The commit in SourceForge git viewer:
http://sourceforge.net/p/mdpnp/code/ci/5757b04fabe6c870e748e7922a8573cc45a152b3/
If you wouldn’t mind I’d love to hear more about how you are using the code. Should I expedite a new release for you or are you building from source? If I know your particular areas of interest I can try to involve you in relevant discussions about how OpenICE should evolve. Also if you have issues or comments we’ve set up a website at http://community.openice.info that you can use in the future.
Thanks again,
Jeff

Simple OpenICE Setup
Hello,
I have a question regarding how to connect using the Simple OpenICE Setup.
In the diagram for the Simple OpenIce setup here (https://www.openice.info/docs/6_example-setups.html), You have a MP70 directly connected to the computer via RJ45 -> DB9 -> USB. This makes sense, but upon opening OpenIce and selecting the Intellivue/Serial option, it prompts me for a network address.
I'm a bit unclear as to what I should be inputting for a network address when connecting via serial, could someone elaborate?
Thanks very much!
Jeremy

OpenICE not working on Windows 10
Hi all,
Petr

Research
My questions are more related to how you are interfacing with EMRs, and what format you're pushing that data? From a more technical perspective, are you exposing the data through an API? Or are you publishing that data directly to a system? Would love to get a quick overview, from a quasi-technical perspective.
Thanks.
JD
jdietrich@croocial.com

Thanks for your question! The short answer is that EMR communication/integration is done through HL7 (http://www.hl7.org/). Our preferred HL7 version is the development version of HL7 FHIR (http://hl7-fhir.github.io/). If you're interested in using HL7 FHIR and java (what OpenICE uses), a fantastic learning resource is the HAPI FHIR project (http://jamesagnew.github.io/hapi-fhir/).
We have only begun to experiment with EMR integrations, but our current state is best illustrated by the OpenICE Supervisor app 'HL7 Exporter'. You can use the app by installing OpenICE: http://mdpnp.sourceforge.net/. And you can check out the code here: https://sourceforge.net/p/mdpnp/code/ci/master/tree/interop-lab/demo-apps/src/main/java/org/mdpnp/apps/testapp/hl7/. The app will take data from the active patient and export it via HL7 at a user defined time interval.
Our HIMSS15 demo app illustrated some mock "auto-validation" of medical device data that was then exported using the HL7 export app to a fake EMR. That system is representative of some of our future development ideas that will be on our roadmap eventually. For now, there is still a lot of work to do in this area...
Feel free to continue the conversation. Thanks,
Jeff

Confused about the communication between two computers both running openice
I am new to this community.I was doing some experiment in openice.Recently i found an interesting problem.When i ran the newest version openice on two computers in the same network,especially,i ran "ICE_Supervisor" on computer A,and ran a simulated device through "ICE_Device_Interface" on computer B.What i found is that the simulated device did not show in the supervisor in computer A .But i remember it's not the case like this in the older version openice.Does not a supervisor can recognize a device in the same network not only in the local computer? So i got confused and need help. Thank you very much.
zhangtan

How to build OpenICE source on BBB
I was installed Revision C Disk Image and gradle-2.4 and sync to a NTP clock on BBB.
but, jdk 8u33 in Rev.C disk image is not build OpenICE source on BBB. (./gradlew)
The reason is 8u33 is not supported JavaFx. so I reinstalled jdk 8u6.
but OpenICE source is not build on BBB....
I want to build OpenICE source on BBB.
help me how to build OpenICE source on BBB or build reference.
p.s - Your device adapter(BBB) have a rs-232 serial port. my BBB don't have a serial port. T.T

thanks
Hyungi

Reading a DeviceIdentity that has a blank model field
In the received DeviceIdentity, the model name is blank, rather than being something like "Pulse Ox (simulated)". I've seen some symptoms that suggest that the model string gets filled in later, but I'm not certain of that.
I wanted to double-check with you that I'm using the correct pattern to read the DeviceIdentity data: I substituted class names in Hello OpenICE code based on some guesswork, so something may be incorrect. Based on the symptom I'm wondering whether I'm not properly telling DDS that I want to read the data contents. I haven't found an example of reading DeviceIdentity in the mdpnp git.
Here is the relevant code (adapted from HelloICE.java) - I apologize for the formatting. Note that on reception of a Pulse Ox (simulated) DeviceIdentity, the model field is blank.
Thanks for your help,
Brad
---------------------------------
public void on_data_available(DataReader reader) {
SampleInfoSeq infoSeq = new SampleInfoSeq();
* Bug: the model number info seems blank. Example output:
* 2015-09-24 13:51:30 ERROR DeviceIdentityListener:75 - Empty model in received DeviceIdentity
* 2015-09-24 13:51:30 INFO HelloIce:75 - ON: manuf: , model: , serial:
* 2015-09-24 13:51:47 INFO HelloIce:75 - OFF: manuf: , model: , serial:
*/
Customer support service by UserEcho