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.
0
Answered

​I want to know about the data format received from device.​

Hyungi Kim 10 years ago in OpenICE updated 10 years ago 3
I want to know about the data format received from device.
Although, i saw the Open Source and Standard Document(ISO/IEEE 11073-10101).
But, i didn't found about that.
What should i reference to?

please help me

Thanks
Hyungi Kim

OpenICE device-adapter
0
Answered

Philips MX800 Device Adapter Numerics

Thomas Drake-Brockman 10 years ago in OpenICE updated by Jeff Peterson 10 years ago 11
Hey,

Since getting our Philips MX800 to connunicate correct with OpenICE, I've noticed that some numerics are not being transmitted.

In particular Respiratory Rate, and Exhaled Carbon Dioxide. Neither of these display when viewing the device through the demo apps, although the EtCO2 waveform does come across:


Image 12

I did notice that the RR values does seem to be present in the messaged produced when I run hello-openice, such as follows:

unique_device_identifier: OC2rcpaYQdOQnLgTvRH0ZCYya91i71pPsxjK
metric_id: MDC_VENT_RESP_RATE
vendor_metric_id: NOM_VENT_RESP_RATE
instance_id: 34628
unit_id: MDC_DIM_RESP_PER_MIN
value: 22.0
device_time :
    sec: 1432600653
    nanosec: 643000000
presentation_time :
    sec: 1432600562
    nanosec: 0
It's currious that these values don't display in the device adapter view. Also, I definately can't find any references to a EtCO2 numeric in the output. Is this cponsistent with your experience with the MX800?

I noticed that intellivue.map appears to define the numerics and waves that are collected from the monitor. Is it simply a case of modifying this file to include the numerics I require? Or do I have to 'teach' OpenICE or the device adapter about these parameters elsewhere also?

In particular, I'm looking to access NOM_AWAY_CO2_ET (from the Philips Data Export Manual) I'd be most appreciative if you could provide some guidance on how to do so.
demo-apps device-adapter
0
Answered

Controlling Device parameter(s) as Supervisor

Kai N 10 years ago in OpenICE updated by Jeff Peterson 10 years ago 4
Hi,

I was looking into your system and already managed to compile the code and run the demo-apps. Now I am wondering, if there is a way to control parameters as a supervisor?
For example: I am running the supervisor app, connect to a (simulated) infusion pump and I want to change a parameter, e.g. the drug (name) or the drug mass.

Are such actions possible within your system?

Best regards,
Kai
OpenICE demo-apps
0
Answered

Google Glass on OpenICE

Thomas Drake-Brockman 10 years ago in OpenICE updated by Jeff Peterson 10 years ago 1
Hey,

Thanks for all your help setting up device adapters and connecting to OpenICE programmatically. Here's a little video of what we've managed to build!

Youtube video

Cheers,
Thomas
0
Answered

How to start working with OPENICE. Basics to start

Usharani Shola 10 years ago in OpenICE updated 10 years ago 5
Hi,

I am new to this community. I am not able to follow to work with OpenICE. I installed OPENICE. I can able to see the applications .
And how to work with these applications.

very confusing...
please help
OpenICE
Answer
Jeff Plourde 10 years ago
Hi,

First thank you very much Vasanth for helping Usharani to get started. Our intent in setting up this community site was to help people (including ourselves) learn from one another so that's exciting to see.

To build on Vasanth's answer since we are building a 'platform' it can be confusing because there is no singular use for the system. What you are seeing when you run the supervisory software now are a number of apps we've developed as demonstrations of the capability of the platform. We are working on documentation of these apps to coincide with our version 0.6.2 release this week or next. However these apps are exemplars and are not the end goal of our project in and of themselves.

Currently a number of people are interested in using our prototype platform to develop their own clinical applications. We do offer one of the only open source projects for connecting to medical devices of which I'm aware; but more importantly than mere integration we allow people to tap directly into a near realtime data stream from those devices for their own purposes. Another unique characteristic of our program is that we are actively seeking the feedback from those developers to guide the future development of the platform to understand what is required of a next generation platform to support next generation applications. The process is chaotic but in the end the answer to "what is required of this platform?" cannot be found in our lab alone; it can only be answered by the creativity of future application developers.

A necessary precursor to the development of a wide variety of applications is the collection of clinical data. A number of community members are pursuing data collection projects and we are helping to develop apps to serve this purpose practically (beyond basic demonstrations and examples). Ourselves we are engaged with a couple of clinical centers directly to help show the utility of OpenICE for bootstrapping itself; i.e. collecting high resolution, time-aligned, near real-time data that will be needed to develop newer apps that make use of such data.

There is more overview information available on our website. For example we have videos including an overview that helps to lay out the landscape in which our work resides that you might find helpful.
https://www.openice.info/#videos

And to reiterate what Vasanth already said please feel free to post questions about any specific objectives you might have so that the community can help provide you with guidance and help.

Thank you
Jeff Plourde
0
Answered

Interfacing with OpenICE from Java

Thomas Drake-Brockman 10 years ago in OpenICE updated by Jeff Peterson 10 years ago 3
Hey,

Having now managed to get my Philips MX800 to talk to OpenICE (thanks for the help!) I've moved on to interfacing with OpenICE, following the example in hello-openice.

Currently, with OpenICE 0.6.2 and the latest hello-openice (in which I have ugraded OpenICE to version 0.6.2), I'm running into the following error:

WARN | PRESPsService_isRemoteWriterLocalReaderCompatible:incompatible destination order kind: writer 0 reader 1
I've started porting some of the code from hello-openice into my application, and I'm getting the same error - so it's probably best to get hello-openice working before I go much further.

Cheers,
Thomas

0
Answered

OpenICE Execution Ubuntu - Beginner

Dr Hoo 10 years ago in OpenICE updated by Jeff Peterson 10 years ago 3
Hi!
I am glad to have opportunity to communicate with you all.
I am planning to implement testbed as a network of OpenICE devices that all of them are Ubuntu/Debian VMs. I installed JDK 1.7.0-79 as you can see below:


~/Downloads/OpenICE-0.6.2/bin$ java -version
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)



When I try to execute OpenICE, I face following error, I highly appreciate your help and attention in advance.



~/Downloads/OpenICE-0.6.2/bin$ ./OpenICE
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/mdpnp/apps/testapp/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

OpenICE
0
Answered

IntellivueSerial driver throws an error in OpenICE 0.6.1

Vasanth Jaisingh 10 years ago in OpenICE updated by Jeff Peterson 10 years ago 3
Hi,

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




device-adapter
Answer
Jeff Peterson 10 years ago
Hi Vasanth,

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
0
Answered

Not able to run OpenICE as a service in BBB rev C (new Debian Image)

Vasanth Jaisingh 10 years ago updated by Jeff Peterson 10 years ago 4
Hi,

After loading new Debian image (Open ICE version 0.6.1), OpenICE.exe doesnt run if started as service.

Please advise.

Regards
0
Answered

Order BeagleBone Black

Vasanth Jaisingh 10 years ago updated by Jeff Peterson 10 years ago 5
Hi Jeff,

I would like to place an order for BeagleBone Black to connect Philips MP70 monitor.
Can BB box be shipped to India ?

Regards
Vasanth
0
Answered

Availability of new disk image

Vasanth Jaisingh 10 years ago in OpenICE updated 10 years ago 3
Hi Jeff,

Can you please provide us the link to download new disk image.

Thanks
Vasanth
Answer
Jeff Plourde 10 years ago
Thanks for watching out for it!

For the record the new images are linked from:
https://www.openice.info/device-adapter-setup.html#required-software

I see that you've got other questions that hopefully we can answer all together. So you know in addition to beagles connected to med devices we've got about 14 RevC beagles (pictured) and 7 RevBs currently running simulators in a 'testbed' in our lab and one of my colleagues is working on manageability and devops strategies for those beagles once they get into "the field". Also another colleague has installed different types of real-time clocks into two of the beaglebones (marked with white labels in the picture). As you know a beaglebone with a realtime clock would ameliorate a lot of issues with our 100% NTP-dependence.



We are still doing our own testing but I'm curious your opinion about the switch to Debian. I made it because Debian is now the "stock" install on the beagles. In addition the USB networking "gadget" is terribly useful for debugging (i.e. being able to ssh into the beagle over the USB connection) since we've disabled the console on the RS-232 port in favor of its use for med device connectivity. We were even thinking we could make modifications to the default "start" webpage that the beagle hosts for its PC peer to help make the process of getting started with beagles and OpenICE easier.

What do you think about the choice? There are definitely advantages to ubuntu as well but at this time Debian seemed to me to have more.

Thanks
Jeff Plourde
0
Answered

microSD card formatted as FAT32

Vasanth Jaisingh 10 years ago in OpenICE updated 10 years ago 3
Hi,

Linux image doesnt appear to boot from microSD card (formatted as FAT32).
Has anyone faced the issue before ?

Regards

Answer
Jeff Plourde 10 years ago
Vasanth,

Thank you very much for answering your own question! Did it take any unusual steps to succeed? afaik the newer beagles with stock debian will automatically boot from the microsd (without depressing the "option" button)... has that been your experience as well? Also when you get a moment could you add a link to the windows disk imager tool you used? or it is built into newer windows versions?

For anyone else reading it the disk image Vasanth is referring to is posted here:
https://www.openice.info/device-adapter-setup.html#required-software


Thank you
Jeff Plourde
0
Answered

IntelliiVue Device Adapter

Vasanth Jaisingh 10 years ago in OpenICE updated 10 years ago 9
Hi Jeff,

I have a Philips Intellivue MP5 monitor and want to connect to openICE using IntelliVue Serial Adapter.
Since the protocols are same for all Intellivue series monitor, I am assuming this should work

Please confirm...

My setup details:
Running demo apps software on my windows machine.
Started local device adapter of device type Intellivue Serial RS232/MIB
Connected MP5 monitor through a USB to Com Port Adapter which in turn is connected to my RJ45 to DB9 female connector (setup according to the pin diagram).

Does this setup work? I am hoping to see waveform data from MP5 monitor but I see the device in negotiating state and not proceeding further...Am i missing something ?

Please advise.

Regards
Vasanth

0
Answered

Custom Data Consumer

Thomas Drake-Brockman 10 years ago in OpenICE updated 10 years ago 9
Hi,

I'm involved in the development of a trial that involves streaming data from our Philips IntilliVue monitors to a head-mounted device.

I noticed that you'd already gone to the effort of implimented Phillips' Data Export Protocol, which is a huge relief! 

Would you suggest:
a) Running an OpenICE network with the adapter for the IntelliVue and then developing a OpenICE 'consumer' for our device, or,
b) Directly interfacing with your implimentation of the Phillips' Data Export Protocol.

I'd ultimately prefer option A, as it would be more flexible, although I'm currious to know if there's any documentation or Java interface available for doing so.

Cheers,
Thomas
0
Fixed

OpenICE Demo-apps on WinXP (32 bits)

NathanS 10 years ago in OpenICE updated by Jeff Plourde 10 years ago 4
Hi Jeff,


Using your advice, I've been able to build my own cable to connect with a Philips MP70 monitor, and with a few modifications to AbstractDevice.java, I've been able to build my own version in Windows 7 that can record waveform data to a csv file. (Thank you for your help!)


However, I need to deploy my code on a Windows XP (32 bit) machine. I run into the following error whenever I try to run ICE_Device_Interface on WinXP (for example, one of the simulated waveforms):


2015-03-20 12:38:42,078 | WARN | Unable to load native library nddscore | com.rti.dds | main
java.lang.UnsatisfiedLinkError: mdPNP\demo-apps-0.5.0\demo-apps-0.5.0\bin\.nddshome\lib\i86Win32jdk\nddscore.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.rti.dds.util.NativeInterface.extractAndLoad(NativeInterface.java:482)
at com.rti.dds.util.NativeInterface.loadNativeLibrary(NativeInterface.java:172)
at com.rti.dds.util.NativeInterface.loadNativeLibraries(NativeInterface.java:139)
at com.rti.dds.domain.DomainParticipantFactory.<clinit>(Unknown Source)
at org.mdpnp.apps.testapp.RtConfig.loadAndSetIceQos(RtConfig.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:591)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at org.mdpnp.apps.testapp.Configuration.createContext(Configuration.java:147)
at org.mdpnp.apps.testapp.DeviceAdapter$DeviceAdapterCommand.execute(DeviceAdapter.java:65)
at org.mdpnp.apps.testapp.Main.main(Main.java:51)


This occurs both with my version, and when running the 0.5 code downloaded from sourceforge. When I look in .nddshome, the i86Win32jdk directory only contains the nddscore.dll.manifest file, but none of the other ndds* files are present. I do have the Microsoft Visual C++ 2005 ATL Redistributable installed on the target machine. I have tried manually copying the needed files over, but the .nddshome directory is cleared at runtime.

Do you have any ideas what might be causing this error? If I needed to regenerate the nddsjava-5.1-mdpnp.jar file, how could I do so? (I have also tried to install the RTI packages on my development machine, if that helps.)

Thanks!

Regards,
Nathan