openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

Abort on startup with TelldusCore::MutexLocker::MutexLocker #2364

Closed arnemg closed 9 years ago

arnemg commented 9 years ago

Hello During startup the openhab aborts with error concerning Tellstick. I have experienced the same error on version 1.5, 1.6.0, 1.62 and 1.7. This time I am running openhab 1.6.2

I have just installed everything from scratch on my Raspberry pi - NOOBS 1.4 with java version "1.8.0"

Tellstick works fine with tdtool -l and with exec binding in the items file. But I would like to pick up the sensors value. I have installed the telldus-core-2.1.1.

Everything else works well in this excellent product.

teichsta commented 9 years ago

@seime @jarlebh could you please take care of this? Thanks, Thomas E.-E.

jarlebh commented 9 years ago

I will have to try on my own raspberry if I can find it. It might be that a new version of JNA is required. @arnemg can you upload the log file, please use the start_debug.sh for openhab ?

arnemg commented 9 years ago

Sorry but Can't uoload text file. I have to copy the log file output. I had to remove the tellstick jar from addon directory, Here is the print out from start_debug.sh

Launching the openHAB runtime in debug mode... Listening for transport dt_socket at address: 8001 osgi> 18:03:34.947 [DEBUG] [.s.internal.SchedulerActivator:36 ] - Scheduler has been started. 18:03:35.788 [INFO ] [uartz.impl.StdSchedulerFactory:1175 ] - Using default implementation for ThreadExecutor 18:03:36.161 [INFO ] [rtz.core.SchedulerSignalerImpl:61 ] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 18:03:36.169 [INFO ] [rg.quartz.core.QuartzScheduler:243 ] - Quartz Scheduler v.2.1.7 created. 18:03:36.208 [INFO ] [org.quartz.simpl.RAMJobStore :154 ] - RAMJobStore initialized. 18:03:36.250 [INFO ] [rg.quartz.core.QuartzScheduler:268 ] - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'openHAB-job-scheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

18:03:36.264 [INFO ] [uartz.impl.StdSchedulerFactory:1324 ] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: './etc/quartz.properties' 18:03:36.276 [INFO ] [uartz.impl.StdSchedulerFactory:1328 ] - Quartz scheduler version: 2.1.7 18:03:36.313 [INFO ] [rg.quartz.core.QuartzScheduler:534 ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started. 18:03:36.455 [DEBUG] [o.config.core.ConfigDispatcher:146 ] - Processing openHAB default configuration file '/opt/openhab/configurations/openhab_default.cfg'. 18:03:37.876 [DEBUG] [o.config.core.ConfigDispatcher:168 ] - Processing openHAB main configuration file '/opt/openhab/configurations/openhab.cfg'. 18:03:39.428 [DEBUG] [.o.core.internal.CoreActivator:93 ] - UUID file already exists at '/opt/openhab/webapps/static/uuid' with content '065e33d4-7aaf-4b60-b7d7-1d10dc089a46' 18:03:39.460 [DEBUG] [.o.core.internal.CoreActivator:115 ] - Created file '/opt/openhab/webapps/static/version' with content '1.6.2' 18:03:39.493 [INFO ] [.o.core.internal.CoreActivator:61 ] - openHAB runtime has been started (v1.6.2). 18:03:41.328 [DEBUG] [a.internal.AutoUpdateActivator:31 ] - AutoUpdate binding has been started. 18:04:02.258 [DEBUG] [.p.i.PersistenceModelActivator:23 ] - Registered 'persistence' configuration parser 18:04:02.565 [DEBUG] [.c.t.i.TransformationActivator:38 ] - Transformation Service has been started. 18:04:03.470 [DEBUG] [m.internal.MultimediaActivator:34 ] - Multimedia I/O bundle has been started. 18:04:03.941 [DEBUG] [.s.i.DiscoveryServiceActivator:27 ] - Discovery service has been started. 18:04:04.047 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:93 ] - mDNS service has been started 18:04:04.372 [DEBUG] [.io.transport.mqtt.MqttService:123 ] - Starting MQTT Service... 18:04:05.075 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:53 ] - Service Discovery initialization completed. 18:04:07.842 [DEBUG] [.i.internal.ItemModelActivator:24 ] - Registered 'item' configuration parser 18:04:10.643 [DEBUG] [o.o.c.i.items.ItemRegistryImpl:137 ] - Item provider 'GenericItemProvider' has been added. 18:04:16.291 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.items' 18:04:20.846 [DEBUG] [i.internal.GenericItemProvider:154 ] - Processing binding configs for items from model 'graabein.items' 18:04:21.261 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'graabein.items' 18:04:30.936 [DEBUG] [.o.m.s.i.SitemapModelActivator:23 ] - Registered 'sitemap' configuration parser 18:04:33.451 [DEBUG] [io.rest.internal.RESTActivator:33 ] - REST API has been started. 18:04:35.894 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.sitemap' 18:04:36.833 [INFO ] [sphere.cpr.AtmosphereFramework:2175 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation 18:04:36.904 [INFO ] [cpr.DefaultAnnotationProcessor:131 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used 18:04:38.172 [ERROR] [sphere.cpr.AtmosphereFramework:2215 ] - java.lang.ClassCastException: org.eclipse.osgi.framework.internal.core.BundleURLConnection cannot be cast to java.net.JarURLConnection at org.atmosphere.util.annotation.AnnotationDetector.detect(AnnotationDetector.java:325) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.DefaultAnnotationProcessor.scanForAnnotation(DefaultAnnotationProcessor.java:148) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.DefaultAnnotationProcessor.configure(DefaultAnnotationProcessor.java:134) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.autoConfigureService(AtmosphereFramework.java:2177) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:655) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:568) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereServlet.configureFramework(AtmosphereServlet.java:91) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:80) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.eclipse.equinox.http.servlet.internal.ServletRegistration.init(ServletRegistration.java:49) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.eclipse.equinox.http.servlet.internal.ProxyServlet.registerServlet(ProxyServlet.java:179) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.registerServlet(HttpServiceImpl.java:66) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.openhab.io.rest.RESTApplication.activate(RESTApplication.java:140) [org.openhab.io.rest_1.6.2.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0] at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0] at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:235) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.registerService(InstanceProcess.java:536) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:260) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:473) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70) [org.eclipse.equinox.util_1.0.400.v20120917-192807.jar:na] 18:04:38.340 [INFO ] [sphere.cpr.AtmosphereFramework:1506 ] - Auto detecting atmosphere handlers /WEB-INF/classes/ 18:04:38.619 [WARN ] [sphere.cpr.AtmosphereFramework:1154 ] - Missing META-INF/atmosphere.xml but found the Jersey runtime. Starting Jersey 18:04:41.025 [INFO ] [sphere.cpr.AtmosphereFramework:434 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path: /* 18:04:41.032 [INFO ] [sphere.cpr.AtmosphereFramework:1561 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/ 18:04:41.062 [INFO ] [sphere.cpr.AtmosphereFramework:1259 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 18:04:42.527 [INFO ] [.a.h.ReflectorServletProcessor:140 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer 18:04:45.360 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:790 ] - Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM' 18:04:45.433 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:801 ] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration: class org.atmosphere.jersey.AtmosphereResourceConfigurator 18:04:47.337 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.rest.RESTApplication 18:05:04.836 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 18:05:04.885 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 18:05:04.912 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 18:05:04.938 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 18:05:04.995 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 18:05:05.015 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 18:05:05.044 [INFO ] [sphere.cpr.AtmosphereFramework:826 ] - Installing Default AtmosphereInterceptor 18:05:05.155 [WARN ] [sphere.cpr.AtmosphereFramework:703 ] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache 18:05:05.216 [INFO ] [sphere.cpr.AtmosphereFramework:711 ] - Broadcaster Polling Wait Time 100 18:05:05.264 [INFO ] [sphere.cpr.AtmosphereFramework:712 ] - Shared ExecutorService supported: true 18:05:05.294 [INFO ] [sphere.cpr.AtmosphereFramework:713 ] - HttpSession supported: false 18:05:05.343 [INFO ] [sphere.cpr.AtmosphereFramework:714 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 18:05:05.354 [INFO ] [sphere.cpr.AtmosphereFramework:715 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 18:05:05.384 [INFO ] [sphere.cpr.AtmosphereFramework:716 ] - Using Broadcaster: org.atmosphere.jersey.JerseyBroadcaster 18:05:05.430 [INFO ] [sphere.cpr.AtmosphereFramework:717 ] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running under container: jetty/8.1.3.v20120522 with WebSocket enabled. 18:05:05.552 [INFO ] [sphere.cpr.AtmosphereFramework:719 ] - Atmosphere Framework 2.0.9 started. 18:05:05.583 [INFO ] [sphere.cpr.AtmosphereFramework:721 ] -

For Atmosphere Framework Commercial Support, visit 
http://www.async-io.org/ or send an email to support@async-io.org

18:05:05.589 [INFO ] [penhab.io.rest.RESTApplication:143 ] - Started REST API at /rest 18:05:05.667 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080 18:05:08.431 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443 18:05:09.966 [INFO ] [sphere.cpr.AtmosphereFramework:774 ] - Latest version of Atmosphere's JavaScript Client 2.0.9 18:05:09.972 [INFO ] [sphere.cpr.AtmosphereFramework:781 ] -

Atmosphere Framework Updates
Minor available (bugs fixes): 2.0.10
Major available (new features): 2.1.10

18:05:12.206 [INFO ] [.o.u.w.i.servlet.WebAppServlet:79 ] - Started Classic UI at /openhab.app 18:05:20.255 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered 'rules' configuration parser 18:05:20.615 [DEBUG] [m.r.internal.engine.RuleEngine:78 ] - Started rule engine 18:05:31.397 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.rules' 18:05:35.042 [WARN ] [c.internal.ModelRepositoryImpl:58 ] - Configuration model 'graabein.rules' is either empty or cannot be parsed correctly! 18:05:57.792 [DEBUG] [.sonos.internal.SonosActivator:38 ] - Sonos binding bundle has been started. 18:05:57.997 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayKjokken (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.075 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolKjokken (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.119 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackKjokken (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.180 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayStue (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.228 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolStue (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.314 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackStue1 (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.334 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayMediarom (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.342 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolMediarom (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.360 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackMediarom (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:59.503 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378988AC01400 18:05:59.545 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E93739822C01400 18:05:59.554 [DEBUG] [.b.sonos.internal.SonosBinding:709 ] - Setting polling period to 1000 ms 18:05:59.574 [DEBUG] [.a.mail.internal.MailActivator:34 ] - Mail action has been started. 18:05:59.860 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378987FA01400 18:05:59.929 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378938F201400 18:06:00.385 [INFO ] [.service.AbstractActiveService:169 ] - Sonos Refresh Service has been started 18:06:00.554 [DEBUG] [.i.LoggingPersistenceActivator:31 ] - Logging persistence bundle has been started. 18:06:01.163 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing logging persistence service. 18:06:01.369 [DEBUG] [c.internal.ModelRepositoryImpl:63 ] - Configuration model 'logging.persist' can not be found 18:06:01.576 [DEBUG] [j.internal.JointSpaceActivator:34 ] - JointSpace binding has been started. 18:06:02.275 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Standby (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 18:06:02.326 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolumeUpDown (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 18:06:02.367 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'MuteSwitch (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 18:06:02.351 [INFO ] [g.teleal.cling.UpnpServiceImpl:68 ] - >>> Starting UPnP service... 18:06:02.386 [INFO ] [g.teleal.cling.UpnpServiceImpl:70 ] - Using configuration: org.openhab.binding.sonos.internal.SonosBinding$SonosUpnpServiceConfiguration 18:06:02.804 [INFO ] [.service.AbstractActiveService:169 ] - JointSpace Refresh Service has been started 18:06:02.859 [DEBUG] [b.j.internal.JointSpaceBinding:105 ] - Checking if host is available 18:06:02.903 [DEBUG] [.o.b.hue.internal.HueActivator:30 ] - Hue binding has been started. 18:06:03.688 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueLedlist (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.768 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueTak (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.794 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Ligh_HueLampe (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.834 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueLampe2 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.864 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueSpot1 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.874 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueSpot2 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.928 [INFO ] [.teleal.cling.transport.Router:87 ] - Creating Router: org.teleal.cling.transport.RouterImpl 18:06:04.311 [DEBUG] [o.b.n.i.NetworkHealthActivator:31 ] - NetworkHealth binding has been started. 18:06:05.296 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Nexus (Type=SwitchItem, State=Uninitialized)' with 'NetworkHealthGenericBindingProvider' reader. 18:06:05.854 [DEBUG] [xecPersistenceServiceActivator:33 ] - Exec persistence bundle has been started. 18:06:06.064 [DEBUG] [b.j.internal.JointSpaceBinding:126 ] - couldn't establish network connection [host '192.168.0.46' port '0' timeout '5000'] 18:06:06.896 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing exec persistence service. 18:06:06.974 [DEBUG] [c.internal.ModelRepositoryImpl:63 ] - Configuration model 'exec.persist' can not be found 18:06:07.118 [DEBUG] [.o.b.ntp.internal.NtpActivator:31 ] - NTP binding has been started. 18:06:08.461 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Dagens (Type=DateTimeItem, State=Uninitialized)' with 'NtpGenericBindingProvider' reader. 18:06:09.335 [DEBUG] [.a.internal.bus.AstroActivator:32 ] - Astro binding has been started. 18:06:10.244 [INFO ] [ing.transport.spi.StreamServer:82 ] - Created socket (for receiving TCP streams) on: /192.168.0.250:39221 18:06:10.271 [INFO ] [o.t.c.t.spi.MulticastReceiver :72 ] - Creating wildcard socket (for receiving multicast datagrams) on port: 1900 18:06:10.328 [INFO ] [o.t.c.t.spi.MulticastReceiver :79 ] - Joining multicast group: /239.255.255.250:1900 on network interface: wlan0 18:06:10.434 [INFO ] [cling.transport.spi.DatagramIO:85 ] - Creating bound socket (for datagram input/output) on: /192.168.0.250 18:06:10.540 [INFO ] [g.teleal.cling.UpnpServiceImpl:85 ] - <<< UPnP service started successfully 18:06:10.624 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378988AC01400 18:06:11.763 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E93739822C01400 18:06:11.785 [DEBUG] [o.o.b.c.i.ConfigAdminActivator:31 ] - ConfigAdmin binding has been started. 18:06:11.834 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378987FA01400 18:06:11.874 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378938F201400 18:06:12.034 [INFO ] [.b.sonos.internal.SonosBinding:768 ] - Querying the network for any other Sonos device 18:06:16.971 [DEBUG] [.b.e.internal.EHealthActivator:33 ] - Libelium eHealth binding has been started. 18:06:19.416 [DEBUG] [.rrd4j.internal.RRD4jActivator:31 ] - RRD4j persistence bundle has been started. 18:06:20.427 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing rrd4j persistence service. 18:06:20.457 [DEBUG] [c.internal.ModelRepositoryImpl:63 ] - Configuration model 'rrd4j.persist' can not be found 18:06:20.958 [DEBUG] [p.r.i.charts.RRD4jChartServlet:113 ] - Starting up rrd chart servlet at /rrdchart.png 18:06:26.482 [DEBUG] [.t.internal.TellstickActivator:36 ] - Tellstick binding has been started.Thread[fileinstall-addons,5,main] 18:06:27.880 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'td_device_4 (Type=SwitchItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 18:06:31.774 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:3 S3 18:06:31.760 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 18:06:31.778 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 18:06:31.776 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 18:06:36.582 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item td_device_4 (Type=SwitchItem, State=Uninitialized) Conf:TellstickBindingConfig [id=1, valueSelector=Command, usageSelector=null, itemName=td_device_4, resend=1] 18:06:36.674 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'td_device_2 (Type=SwitchItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 18:06:36.832 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item td_device_2 (Type=SwitchItem, State=Uninitialized) Conf:TellstickBindingConfig [id=3, valueSelector=Command, usageSelector=null, itemName=td_device_2, resend=1] 18:06:36.933 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'td_device_1 (Type=SwitchItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 18:06:37.134 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item td_device_1 (Type=SwitchItem, State=Uninitialized) Conf:TellstickBindingConfig [id=2, valueSelector=Command, usageSelector=null, itemName=td_device_1, resend=1] 18:06:37.217 [INFO ] [.service.AbstractActiveService:169 ] - Hue Refresh Service has been started 18:06:37.365 [DEBUG] [.o.b.e.internal.EHealthBinding:128 ] - Configuration updated, config false 18:06:37.314 [INFO ] [.service.AbstractActiveService:169 ] - NetworkHealth Refresh Service has been started 18:06:37.369 [INFO ] [.service.AbstractActiveService:169 ] - NTP Refresh Service has been started 18:06:38.925 [INFO ] [.b.t.internal.TellstickBinding:71 ] - Activate Thread[Component Resolve Thread (Bundle 98),10,main] 18:06:40.490 [DEBUG] [o.o.b.n.i.NetworkHealthBinding:75 ] - established connection [host '192.168.0.97' port '0' timeout '500000'] 18:06:40.795 [DEBUG] [inding.ntp.internal.NtpBinding:83 ] - Got time from ntp.uio.no: 25. mars 2015 kl 18.06 UTC 18:06:42.067 [INFO ] [runtime.busevents :26 ] - Nexus state updated to OFF 18:06:42.269 [DEBUG] [s.internal.SysteminfoActivator:33 ] - Systeminfo Binding has been started. 18:06:42.324 [INFO ] [runtime.busevents :26 ] - Dagens state updated to 2015-03-25T18:06:39 18:06:42.443 [DEBUG] [o.b.e.protocol.SerialConnector:76 ] - Goint to open Serial connection on port 'null' 18:06:46.414 [ERROR] [.o.b.e.internal.EHealthBinding:139 ] - Error connecting to serial port 'null' org.openhab.binding.ehealth.internal.EHealthException: Serial port 'null' could not be found. Available ports are:

at org.openhab.binding.ehealth.protocol.SerialConnector.connect(SerialConnector.java:124) ~[na:na]
at org.openhab.binding.ehealth.internal.EHealthBinding.updated(EHealthBinding.java:136) ~[na:na]
at org.eclipse.equinox.internal.cm.ManagedServiceTracker$1.run(ManagedServiceTracker.java:183) [org.eclipse.equinox.cm_1.0.400.v20120522-1841.jar:na]
at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:36) [org.eclipse.equinox.cm_1.0.400.v20120522-1841.jar:na]

18:06:46.423 [INFO ] [.b.t.internal.TellstickBinding:145 ] - Called with config null 18:06:46.494 [INFO ] [.b.t.internal.TellstickBinding:162 ] - Loading telldus-core from system default paths 18:06:46.525 [WARN ] [.b.t.internal.TellstickBinding:361 ] - Will do a reinit of listeners, no message received for 600 seconds 18:06:46.710 [INFO ] [.b.t.internal.TellstickBinding:365 ] - Listeners removed #

A fatal error has been detected by the Java Runtime Environment:

#

SIGSEGV (0xb) at pc=0xa87ac7cc, pid=15319, tid=2843407472

#

JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)

Java VM: Java HotSpot(TM) Client VM (25.0-b70 mixed mode linux-arm )

Problematic frame:

C [libtelldus-core.so+0x2b7cc] TelldusCore::MutexLocker::MutexLocker(TelldusCore::Mutex*)+0x30

#

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

#

An error report file with more information is saved as:

/opt/openhab/hs_err_pid15319.log

[thread -1466895248 also had an error] #

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

# Aborted

jarlebh commented 9 years ago

Do you really use all these addons, it would be preferable to have a log with just the Tellstick Addon enabled.

2015-03-28 16:38 GMT+01:00 arnemg notifications@github.com:

Sorry but Can't uoload text file. I have to copy the log file output. I had to remove the tellstick jar from addon directory, Here is the print out from start_debug.sh

Launching the openHAB runtime in debug mode... Listening for transport dt_socket at address: 8001 osgi> 18:03:34.947 [DEBUG] [.s.internal.SchedulerActivator:36 ] - Scheduler has been started. 18:03:35.788 [INFO ] [uartz.impl.StdSchedulerFactory:1175 ] - Using default implementation for ThreadExecutor 18:03:36.161 [INFO ] [rtz.core.SchedulerSignalerImpl:61 ] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 18:03:36.169 [INFO ] [rg.quartz.core.QuartzScheduler:243 ] - Quartz Scheduler v.2.1.7 created. 18:03:36.208 [INFO ] [org.quartz.simpl.RAMJobStore :154 ] - RAMJobStore initialized. 18:03:36.250 [INFO ] [rg.quartz.core.QuartzScheduler:268 ] - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'openHAB-job-scheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

18:03:36.264 [INFO ] [uartz.impl.StdSchedulerFactory:1324 ] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: './etc/quartz.properties' 18:03:36.276 [INFO ] [uartz.impl.StdSchedulerFactory:1328 ] - Quartz scheduler version: 2.1.7 18:03:36.313 [INFO ] [rg.quartz.core.QuartzScheduler:534 ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started. 18:03:36.455 [DEBUG] [o.config.core.ConfigDispatcher:146 ] - Processing openHAB default configuration file '/opt/openhab/configurations/openhab_default.cfg'. 18:03:37.876 [DEBUG] [o.config.core.ConfigDispatcher:168 ] - Processing openHAB main configuration file '/opt/openhab/configurations/openhab.cfg'. 18:03:39.428 [DEBUG] [.o.core.internal.CoreActivator:93 ] - UUID file already exists at '/opt/openhab/webapps/static/uuid' with content '065e33d4-7aaf-4b60-b7d7-1d10dc089a46' 18:03:39.460 [DEBUG] [.o.core.internal.CoreActivator:115 ] - Created file '/opt/openhab/webapps/static/version' with content '1.6.2' 18:03:39.493 [INFO ] [.o.core.internal.CoreActivator:61 ] - openHAB runtime has been started (v1.6.2). 18:03:41.328 [DEBUG] [a.internal.AutoUpdateActivator:31 ] - AutoUpdate binding has been started. 18:04:02.258 [DEBUG] [.p.i.PersistenceModelActivator:23 ] - Registered 'persistence' configuration parser 18:04:02.565 [DEBUG] [.c.t.i.TransformationActivator:38 ] - Transformation Service has been started. 18:04:03.470 [DEBUG] [m.internal.MultimediaActivator:34 ] - Multimedia I/O bundle has been started. 18:04:03.941 [DEBUG] [.s.i.DiscoveryServiceActivator:27 ] - Discovery service has been started. 18:04:04.047 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:93 ] - mDNS service has been started 18:04:04.372 [DEBUG] [.io.transport.mqtt.MqttService:123 ] - Starting MQTT Service... 18:04:05.075 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:53 ] - Service Discovery initialization completed. 18:04:07.842 [DEBUG] [.i.internal.ItemModelActivator:24 ] - Registered 'item' configuration parser 18:04:10.643 [DEBUG] [o.o.c.i.items.ItemRegistryImpl:137 ] - Item provider 'GenericItemProvider' has been added. 18:04:16.291 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.items' 18:04:20.846 [DEBUG] [i.internal.GenericItemProvider:154 ] - Processing binding configs for items from model 'graabein.items' 18:04:21.261 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'graabein.items' 18:04:30.936 [DEBUG] [.o.m.s.i.SitemapModelActivator:23 ] - Registered 'sitemap' configuration parser 18:04:33.451 [DEBUG] [io.rest.internal.RESTActivator:33 ] - REST API has been started. 18:04:35.894 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.sitemap' 18:04:36.833 [INFO ] [sphere.cpr.AtmosphereFramework:2175 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation 18:04:36.904 [INFO ] [cpr.DefaultAnnotationProcessor:131 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used 18:04:38.172 [ERROR] [sphere.cpr.AtmosphereFramework:2215 ] - java.lang.ClassCastException: org.eclipse.osgi.framework.internal.core.BundleURLConnection cannot be cast to java.net.JarURLConnection at org.atmosphere.util.annotation.AnnotationDetector.detect(AnnotationDetector.java:325) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.DefaultAnnotationProcessor.scanForAnnotation(DefaultAnnotationProcessor.java:148) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.DefaultAnnotationProcessor.configure(DefaultAnnotationProcessor.java:134) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.autoConfigureService(AtmosphereFramework.java:2177) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:655) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:568) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereServlet.configureFramework(AtmosphereServlet.java:91) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:80) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.eclipse.equinox.http.servlet.internal.ServletRegistration.init(ServletRegistration.java:49) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.eclipse.equinox.http.servlet.internal.ProxyServlet.registerServlet(ProxyServlet.java:179) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.registerServlet(HttpServiceImpl.java:66) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.openhab.io.rest.RESTApplication.activate(RESTApplication.java:140) [org.openhab.io.rest_1.6.2.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0] at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0] at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:235) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.registerService(InstanceProcess.java:536) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:260) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:473) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70) [org.eclipse.equinox.util_1.0.400.v20120917-192807.jar:na] 18:04:38.340 [INFO ] [sphere.cpr.AtmosphereFramework:1506 ] - Auto detecting atmosphere handlers /WEB-INF/classes/ 18:04:38.619 [WARN ] [sphere.cpr.AtmosphereFramework:1154 ] - Missing META-INF/atmosphere.xml but found the Jersey runtime. Starting Jersey 18:04:41.025 [INFO ] [sphere.cpr.AtmosphereFramework:434 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path: /* 18:04:41.032 [INFO ] [sphere.cpr.AtmosphereFramework:1561 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/ 18:04:41.062 [INFO ] [sphere.cpr.AtmosphereFramework:1259 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 18:04:42.527 [INFO ] [.a.h.ReflectorServletProcessor:140 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer 18:04:45.360 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:790 ] - Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM' 18:04:45.433 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:801 ] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration: class org.atmosphere.jersey.AtmosphereResourceConfigurator 18:04:47.337 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.rest.RESTApplication 18:05:04.836 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 18:05:04.885 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 18:05:04.912 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 18:05:04.938 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 18:05:04.995 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 18:05:05.015 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 18:05:05.044 [INFO ] [sphere.cpr.AtmosphereFramework:826 ] - Installing Default AtmosphereInterceptor 18:05:05.155 [WARN ] [sphere.cpr.AtmosphereFramework:703 ] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache 18:05:05.216 [INFO ] [sphere.cpr.AtmosphereFramework:711 ] - Broadcaster Polling Wait Time 100 18:05:05.264 [INFO ] [sphere.cpr.AtmosphereFramework:712 ] - Shared ExecutorService supported: true 18:05:05.294 [INFO ] [sphere.cpr.AtmosphereFramework:713 ] - HttpSession supported: false 18:05:05.343 [INFO ] [sphere.cpr.AtmosphereFramework:714 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 18:05:05.354 [INFO ] [sphere.cpr.AtmosphereFramework:715 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 18:05:05.384 [INFO ] [sphere.cpr.AtmosphereFramework:716 ] - Using Broadcaster: org.atmosphere.jersey.JerseyBroadcaster 18:05:05.430 [INFO ] [sphere.cpr.AtmosphereFramework:717 ] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running under container: jetty/8.1.3.v20120522 with WebSocket enabled. 18:05:05.552 [INFO ] [sphere.cpr.AtmosphereFramework:719 ] - Atmosphere Framework 2.0.9 started. 18:05:05.583 [INFO ] [sphere.cpr.AtmosphereFramework:721 ] -

For Atmosphere Framework Commercial Support, visit http://www.async-io.org/ or send an email to support@async-io.org

18:05:05.589 [INFO ] [penhab.io.rest.RESTApplication:143 ] - Started REST API at /rest 18:05:05.667 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080 18:05:08.431 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443 18:05:09.966 [INFO ] [sphere.cpr.AtmosphereFramework:774 ] - Latest version of Atmosphere's JavaScript Client 2.0.9 18:05:09.972 [INFO ] [sphere.cpr.AtmosphereFramework:781 ] -

Atmosphere Framework Updates Minor available (bugs fixes): 2.0.10 Major available (new features): 2.1.10

18:05:12.206 [INFO ] [.o.u.w.i.servlet.WebAppServlet:79 ] - Started Classic UI at /openhab.app 18:05:20.255 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered 'rules' configuration parser 18:05:20.615 [DEBUG] [m.r.internal.engine.RuleEngine:78 ] - Started rule engine 18:05:31.397 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.rules' 18:05:35.042 [WARN ] [c.internal.ModelRepositoryImpl:58 ] - Configuration model 'graabein.rules' is either empty or cannot be parsed correctly! 18:05:57.792 [DEBUG] [.sonos.internal.SonosActivator:38 ] - Sonos binding bundle has been started. 18:05:57.997 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayKjokken (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.075 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolKjokken (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.119 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackKjokken (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.180 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayStue (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.228 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolStue (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.314 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackStue1 (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.334 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayMediarom (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.342 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolMediarom (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:58.360 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackMediarom (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 18:05:59.503 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378988AC01400 18:05:59.545 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E93739822C01400 18:05:59.554 [DEBUG] [.b.sonos.internal.SonosBinding:709 ] - Setting polling period to 1000 ms 18:05:59.574 [DEBUG] [.a.mail.internal.MailActivator:34 ] - Mail action has been started. 18:05:59.860 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378987FA01400 18:05:59.929 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378938F201400 18:06:00.385 [INFO ] [.service.AbstractActiveService:169 ] - Sonos Refresh Service has been started 18:06:00.554 [DEBUG] [.i.LoggingPersistenceActivator:31 ] - Logging persistence bundle has been started. 18:06:01.163 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing logging persistence service. 18:06:01.369 [DEBUG] [c.internal.ModelRepositoryImpl:63 ] - Configuration model 'logging.persist' can not be found 18:06:01.576 [DEBUG] [j.internal.JointSpaceActivator:34 ] - JointSpace binding has been started. 18:06:02.275 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Standby (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 18:06:02.326 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolumeUpDown (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 18:06:02.367 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'MuteSwitch (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 18:06:02.351 [INFO ] [g.teleal.cling.UpnpServiceImpl:68 ] - >>> Starting UPnP service... 18:06:02.386 [INFO ] [g.teleal.cling.UpnpServiceImpl:70 ] - Using configuration: org.openhab.binding.sonos.internal.SonosBinding$SonosUpnpServiceConfiguration 18:06:02.804 [INFO ] [.service.AbstractActiveService:169 ] - JointSpace Refresh Service has been started 18:06:02.859 [DEBUG] [b.j.internal.JointSpaceBinding:105 ] - Checking if host is available 18:06:02.903 [DEBUG] [.o.b.hue.internal.HueActivator:30 ] - Hue binding has been started. 18:06:03.688 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueLedlist (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.768 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueTak (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.794 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Ligh_HueLampe (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.834 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueLampe2 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.864 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueSpot1 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.874 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueSpot2 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 18:06:03.928 [INFO ] [.teleal.cling.transport.Router:87 ] - Creating Router: org.teleal.cling.transport.RouterImpl 18:06:04.311 [DEBUG] [o.b.n.i.NetworkHealthActivator:31 ] - NetworkHealth binding has been started. 18:06:05.296 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Nexus (Type=SwitchItem, State=Uninitialized)' with 'NetworkHealthGenericBindingProvider' reader. 18:06:05.854 [DEBUG] [xecPersistenceServiceActivator:33 ] - Exec persistence bundle has been started. 18:06:06.064 [DEBUG] [b.j.internal.JointSpaceBinding:126 ] - couldn't establish network connection [host '192.168.0.46' port '0' timeout '5000'] 18:06:06.896 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing exec persistence service. 18:06:06.974 [DEBUG] [c.internal.ModelRepositoryImpl:63 ] - Configuration model 'exec.persist' can not be found 18:06:07.118 [DEBUG] [.o.b.ntp.internal.NtpActivator:31 ] - NTP binding has been started. 18:06:08.461 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Dagens (Type=DateTimeItem, State=Uninitialized)' with 'NtpGenericBindingProvider' reader. 18:06:09.335 [DEBUG] [.a.internal.bus.AstroActivator:32 ] - Astro binding has been started. 18:06:10.244 [INFO ] [ing.transport.spi.StreamServer:82 ] - Created socket (for receiving TCP streams) on: /192.168.0.250:39221 18:06:10.271 [INFO ] [o.t.c.t.spi.MulticastReceiver :72 ] - Creating wildcard socket (for receiving multicast datagrams) on port: 1900 18:06:10.328 [INFO ] [o.t.c.t.spi.MulticastReceiver :79 ] - Joining multicast group: /239.255.255.250:1900 on network interface: wlan0 18:06:10.434 [INFO ] [cling.transport.spi.DatagramIO:85 ] - Creating bound socket (for datagram input/output) on: /192.168.0.250 18:06:10.540 [INFO ] [g.teleal.cling.UpnpServiceImpl:85 ] - <<< UPnP service started successfully 18:06:10.624 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378988AC01400 18:06:11.763 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E93739822C01400 18:06:11.785 [DEBUG] [o.o.b.c.i.ConfigAdminActivator:31 ] - ConfigAdmin binding has been started. 18:06:11.834 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378987FA01400 18:06:11.874 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378938F201400 18:06:12.034 [INFO ] [.b.sonos.internal.SonosBinding:768 ] - Querying the network for any other Sonos device 18:06:16.971 [DEBUG] [.b.e.internal.EHealthActivator:33 ] - Libelium eHealth binding has been started. 18:06:19.416 [DEBUG] [.rrd4j.internal.RRD4jActivator:31 ] - RRD4j persistence bundle has been started. 18:06:20.427 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing rrd4j persistence service. 18:06:20.457 [DEBUG] [c.internal.ModelRepositoryImpl:63 ] - Configuration model 'rrd4j.persist' can not be found 18:06:20.958 [DEBUG] [p.r.i.charts.RRD4jChartServlet:113 ] - Starting up rrd chart servlet at /rrdchart.png 18:06:26.482 [DEBUG] [.t.internal.TellstickActivator:36 ] - Tellstick binding has been started.Thread[fileinstall-addons,5,main] 18:06:27.880 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'td_device_4 (Type=SwitchItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 18:06:31.774 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:3 S3 18:06:31.760 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 18:06:31.778 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 18:06:31.776 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 18:06:36.582 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item td_device_4 (Type=SwitchItem, State=Uninitialized) Conf:TellstickBindingConfig [id=1, valueSelector=Command, usageSelector=null, itemName=td_device_4, resend=1] 18:06:36.674 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'td_device_2 (Type=SwitchItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 18:06:36.832 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item td_device_2 (Type=SwitchItem, State=Uninitialized) Conf:TellstickBindingConfig [id=3, valueSelector=Command, usageSelector=null, itemName=td_device_2, resend=1] 18:06:36.933 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'td_device_1 (Type=SwitchItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 18:06:37.134 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item td_device_1 (Type=SwitchItem, State=Uninitialized) Conf:TellstickBindingConfig [id=2, valueSelector=Command, usageSelector=null, itemName=td_device_1, resend=1] 18:06:37.217 [INFO ] [.service.AbstractActiveService:169 ] - Hue Refresh Service has been started 18:06:37.365 [DEBUG] [.o.b.e.internal.EHealthBinding:128 ] - Configuration updated, config false 18:06:37.314 [INFO ] [.service.AbstractActiveService:169 ] - NetworkHealth Refresh Service has been started 18:06:37.369 [INFO ] [.service.AbstractActiveService:169 ] - NTP Refresh Service has been started 18:06:38.925 [INFO ] [.b.t.internal.TellstickBinding:71 ] - Activate Thread[Component Resolve Thread (Bundle 98),10,main] 18:06:40.490 [DEBUG] [o.o.b.n.i.NetworkHealthBinding:75 ] - established connection [host '192.168.0.97' port '0' timeout '500000'] 18:06:40.795 [DEBUG] [inding.ntp.internal.NtpBinding:83 ] - Got time from ntp.uio.no: 25. mars 2015 kl 18.06 UTC 18:06:42.067 [INFO ] [runtime.busevents :26 ] - Nexus state updated to OFF 18:06:42.269 [DEBUG] [s.internal.SysteminfoActivator:33 ] - Systeminfo Binding has been started. 18:06:42.324 [INFO ] [runtime.busevents :26 ] - Dagens state updated to 2015-03-25T18:06:39 18:06:42.443 [DEBUG] [o.b.e.protocol.SerialConnector:76 ] - Goint to open Serial connection on port 'null' 18:06:46.414 [ERROR] [.o.b.e.internal.EHealthBinding:139 ] - Error connecting to serial port 'null' org.openhab.binding.ehealth.internal.EHealthException: Serial port 'null' could not be found. Available ports are:

at org.openhab.binding.ehealth.protocol.SerialConnector.connect(SerialConnector.java:124) ~[na:na] at org.openhab.binding.ehealth.internal.EHealthBinding.updated(EHealthBinding.java:136) ~[na:na] at org.eclipse.equinox.internal.cm.ManagedServiceTracker$1.run(ManagedServiceTracker.java:183) [org.eclipse.equinox.cm_1.0.400.v20120522-1841.jar:na] at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:36) [org.eclipse.equinox.cm_1.0.400.v20120522-1841.jar:na]

18:06:46.423 [INFO ] [.b.t.internal.TellstickBinding:145 ] - Called with config null 18:06:46.494 [INFO ] [.b.t.internal.TellstickBinding:162 ] - Loading telldus-core from system default paths 18:06:46.525 [WARN ] [.b.t.internal.TellstickBinding:361 ] - Will do a reinit of listeners, no message received for 600 seconds 18:06:46.710 [INFO ] [.b.t.internal.TellstickBinding:365 ] - Listeners removed # A fatal error has been detected by the Java Runtime Environment:

# SIGSEGV (0xb) at pc=0xa87ac7cc, pid=15319, tid=2843407472

# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132) Java VM: Java HotSpot(TM) Client VM (25.0-b70 mixed mode linux-arm ) Problematic frame: C [libtelldus-core.so+0x2b7cc] TelldusCore::MutexLocker::MutexLocker(TelldusCore::Mutex*)+0x30

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

# An error report file with more information is saved as: /opt/openhab/hs_err_pid15319.log

[thread -1466895248 also had an error] # If you would like to submit a bug report, please visit: http://bugreport.sun.com/bugreport/crash.jsp

# Aborted

— Reply to this email directly or view it on GitHub https://github.com/openhab/openhab/issues/2364#issuecomment-87249674.

arnemg commented 9 years ago

This is a new output, with minimum of bindings for my system. I use tellstick binding for the sensors and it fails. At the end I have added the hs_err_pid17162.log file which is also generated by the crash.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ start_debug.sh output: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Launching the openHAB runtime in debug mode... Listening for transport dt_socket at address: 8001 osgi> 14:19:47.253 [DEBUG] [.s.internal.SchedulerActivator:36 ] - Scheduler has been started. 14:19:48.068 [INFO ] [uartz.impl.StdSchedulerFactory:1175 ] - Using default implementation for ThreadExecutor 14:19:48.402 [INFO ] [rtz.core.SchedulerSignalerImpl:61 ] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 14:19:48.411 [INFO ] [rg.quartz.core.QuartzScheduler:243 ] - Quartz Scheduler v.2.1.7 created. 14:19:48.440 [INFO ] [org.quartz.simpl.RAMJobStore :154 ] - RAMJobStore initialized. 14:19:48.467 [INFO ] [rg.quartz.core.QuartzScheduler:268 ] - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'openHAB-job-scheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

14:19:48.474 [INFO ] [uartz.impl.StdSchedulerFactory:1324 ] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: './etc/quartz.properties' 14:19:48.480 [INFO ] [uartz.impl.StdSchedulerFactory:1328 ] - Quartz scheduler version: 2.1.7 14:19:48.491 [INFO ] [rg.quartz.core.QuartzScheduler:534 ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started. 14:19:48.544 [DEBUG] [o.config.core.ConfigDispatcher:146 ] - Processing openHAB default configuration file '/opt/openhab/configurations/openhab_default.cfg'. 14:19:49.526 [DEBUG] [o.config.core.ConfigDispatcher:168 ] - Processing openHAB main configuration file '/opt/openhab/configurations/openhab.cfg'. 14:19:51.561 [DEBUG] [.o.core.internal.CoreActivator:93 ] - UUID file already exists at '/opt/openhab/webapps/static/uuid' with content '065e33d4-7aaf-4b60-b7d7-1d10dc089a46' 14:19:51.572 [DEBUG] [.o.core.internal.CoreActivator:115 ] - Created file '/opt/openhab/webapps/static/version' with content '1.6.2' 14:19:51.598 [INFO ] [.o.core.internal.CoreActivator:61 ] - openHAB runtime has been started (v1.6.2). 14:19:53.817 [DEBUG] [a.internal.AutoUpdateActivator:31 ] - AutoUpdate binding has been started. 14:20:14.417 [DEBUG] [.p.i.PersistenceModelActivator:23 ] - Registered 'persistence' configuration parser 14:20:14.681 [DEBUG] [.c.t.i.TransformationActivator:38 ] - Transformation Service has been started. 14:20:15.352 [DEBUG] [m.internal.MultimediaActivator:34 ] - Multimedia I/O bundle has been started. 14:20:16.173 [DEBUG] [.s.i.DiscoveryServiceActivator:27 ] - Discovery service has been started. 14:20:16.292 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:93 ] - mDNS service has been started 14:20:16.845 [DEBUG] [.io.transport.mqtt.MqttService:123 ] - Starting MQTT Service... 14:20:17.783 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:53 ] - Service Discovery initialization completed. 14:20:21.079 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'rrd4j.persist' 14:20:24.441 [DEBUG] [.i.internal.ItemModelActivator:24 ] - Registered 'item' configuration parser 14:20:26.319 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'exec.persist' 14:20:26.540 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'db4o.persist' 14:20:26.812 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'logging.persist' 14:20:27.677 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.items' 14:20:29.906 [DEBUG] [i.internal.GenericItemProvider:408 ] - Couldn't find ItemFactory for item 'TrackKjokken' of type 'String' 14:20:29.923 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'null' with 'AutoUpdateGenericBindingProvider' reader. 14:20:30.189 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'graabein.items' 14:20:30.223 [DEBUG] [o.o.c.i.items.ItemRegistryImpl:137 ] - Item provider 'GenericItemProvider' has been added. 14:20:30.230 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'graabein.items' 14:20:44.599 [DEBUG] [.o.m.s.i.SitemapModelActivator:23 ] - Registered 'sitemap' configuration parser 14:20:45.891 [DEBUG] [io.rest.internal.RESTActivator:33 ] - REST API has been started. 14:20:47.328 [INFO ] [sphere.cpr.AtmosphereFramework:2175 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation 14:20:47.342 [INFO ] [cpr.DefaultAnnotationProcessor:131 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used 14:20:47.948 [ERROR] [sphere.cpr.AtmosphereFramework:2215 ] - java.lang.ClassCastException: org.eclipse.osgi.framework.internal.core.BundleURLConnection cannot be cast to java.net.JarURLConnection at org.atmosphere.util.annotation.AnnotationDetector.detect(AnnotationDetector.java:325) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.DefaultAnnotationProcessor.scanForAnnotation(DefaultAnnotationProcessor.java:148) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.DefaultAnnotationProcessor.configure(DefaultAnnotationProcessor.java:134) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.autoConfigureService(AtmosphereFramework.java:2177) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:655) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:568) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereServlet.configureFramework(AtmosphereServlet.java:91) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:80) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.eclipse.equinox.http.servlet.internal.ServletRegistration.init(ServletRegistration.java:49) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.eclipse.equinox.http.servlet.internal.ProxyServlet.registerServlet(ProxyServlet.java:179) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.registerServlet(HttpServiceImpl.java:66) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.openhab.io.rest.RESTApplication.activate(RESTApplication.java:140) [org.openhab.io.rest_1.6.2.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0] at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0] at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:235) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.registerService(InstanceProcess.java:536) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:260) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:473) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70) [org.eclipse.equinox.util_1.0.400.v20120917-192807.jar:na] 14:20:48.030 [INFO ] [sphere.cpr.AtmosphereFramework:1506 ] - Auto detecting atmosphere handlers /WEB-INF/classes/ 14:20:48.131 [WARN ] [sphere.cpr.AtmosphereFramework:1154 ] - Missing META-INF/atmosphere.xml but found the Jersey runtime. Starting Jersey 14:20:49.066 [INFO ] [sphere.cpr.AtmosphereFramework:434 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path: /* 14:20:49.071 [INFO ] [sphere.cpr.AtmosphereFramework:1561 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/ 14:20:49.089 [INFO ] [sphere.cpr.AtmosphereFramework:1259 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 14:20:49.663 [INFO ] [.a.h.ReflectorServletProcessor:140 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer 14:20:52.840 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.sitemap' 14:20:54.532 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:790 ] - Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM' 14:20:54.625 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:801 ] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration: class org.atmosphere.jersey.AtmosphereResourceConfigurator 14:20:56.900 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.rest.RESTApplication 14:20:58.207 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'demo.script' 14:21:15.546 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 14:21:15.580 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 14:21:15.605 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 14:21:15.615 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 14:21:15.635 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 14:21:15.644 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 14:21:15.651 [INFO ] [sphere.cpr.AtmosphereFramework:826 ] - Installing Default AtmosphereInterceptor 14:21:15.695 [WARN ] [sphere.cpr.AtmosphereFramework:703 ] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache 14:21:15.708 [INFO ] [sphere.cpr.AtmosphereFramework:711 ] - Broadcaster Polling Wait Time 100 14:21:15.732 [INFO ] [sphere.cpr.AtmosphereFramework:712 ] - Shared ExecutorService supported: true 14:21:15.748 [INFO ] [sphere.cpr.AtmosphereFramework:713 ] - HttpSession supported: false 14:21:15.770 [INFO ] [sphere.cpr.AtmosphereFramework:714 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 14:21:15.788 [INFO ] [sphere.cpr.AtmosphereFramework:715 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 14:21:15.793 [INFO ] [sphere.cpr.AtmosphereFramework:716 ] - Using Broadcaster: org.atmosphere.jersey.JerseyBroadcaster 14:21:15.800 [INFO ] [sphere.cpr.AtmosphereFramework:717 ] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running under container: jetty/8.1.3.v20120522 with WebSocket enabled. 14:21:15.864 [INFO ] [sphere.cpr.AtmosphereFramework:719 ] - Atmosphere Framework 2.0.9 started. 14:21:15.870 [INFO ] [sphere.cpr.AtmosphereFramework:721 ] -

For Atmosphere Framework Commercial Support, visit 
http://www.async-io.org/ or send an email to support@async-io.org

14:21:15.896 [INFO ] [penhab.io.rest.RESTApplication:143 ] - Started REST API at /rest 14:21:15.935 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080 14:21:16.629 [INFO ] [sphere.cpr.AtmosphereFramework:774 ] - Latest version of Atmosphere's JavaScript Client 2.0.9 14:21:16.634 [INFO ] [sphere.cpr.AtmosphereFramework:781 ] -

Atmosphere Framework Updates
Minor available (bugs fixes): 2.0.10
Major available (new features): 2.1.10

14:21:18.864 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443 14:21:22.704 [INFO ] [.o.u.w.i.servlet.WebAppServlet:79 ] - Started Classic UI at /openhab.app 14:21:30.602 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered 'rules' configuration parser 14:21:30.784 [DEBUG] [m.r.internal.engine.RuleEngine:78 ] - Started rule engine 14:21:32.527 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.rules' 14:21:40.274 [DEBUG] [.r.i.resources.SitemapResource:146 ] - Received HTTP GET request at 'sitemaps/graabein/0202' for media type 'null'. 14:21:42.636 [DEBUG] [.r.i.resources.SitemapResource:146 ] - Received HTTP GET request at 'sitemaps/graabein/0202' for media type 'null'. 14:22:03.907 [WARN ] [i.internal.GenericItemProvider:108 ] - Attempted to register a second BindingConfigReader of type 'autoupdate'. The primaraly reader will remain active! 14:22:04.246 [DEBUG] [.sonos.internal.SonosActivator:38 ] - Sonos binding bundle has been started. 14:22:04.301 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackKjokken (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.321 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayKjokken (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.329 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolKjokken (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.336 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackStue1 (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.342 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayStue (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.349 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolStue (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.356 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackMediarom (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.362 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayMediarom (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.370 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolMediarom (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.804 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378988AC01400 14:22:04.809 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E93739822C01400 14:22:04.824 [DEBUG] [.b.sonos.internal.SonosBinding:709 ] - Setting polling period to 10000 ms 14:22:04.830 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378987FA01400 14:22:04.821 [DEBUG] [.a.mail.internal.MailActivator:34 ] - Mail action has been started. 14:22:04.839 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378938F201400 14:22:04.866 [INFO ] [.service.AbstractActiveService:169 ] - Sonos Refresh Service has been started 14:22:05.218 [DEBUG] [s.internal.SysteminfoActivator:33 ] - Systeminfo Binding has been started. 14:22:05.637 [INFO ] [g.teleal.cling.UpnpServiceImpl:68 ] - >>> Starting UPnP service... 14:22:05.642 [INFO ] [g.teleal.cling.UpnpServiceImpl:70 ] - Using configuration: org.openhab.binding.sonos.internal.SonosBinding$SonosUpnpServiceConfiguration 14:22:05.765 [DEBUG] [o.b.n.i.NetworkHealthActivator:31 ] - NetworkHealth binding has been started. 14:22:06.089 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Nexus (Type=SwitchItem, State=Uninitialized)' with 'NetworkHealthGenericBindingProvider' reader. 14:22:06.324 [DEBUG] [xecPersistenceServiceActivator:33 ] - Exec persistence bundle has been started. 14:22:06.457 [INFO ] [.teleal.cling.transport.Router:87 ] - Creating Router: org.teleal.cling.transport.RouterImpl 14:22:06.631 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing exec persistence service. 14:22:07.164 [INFO ] [b.s.internal.SysteminfoBinding:397 ] - Using Sigar version 1.6.4.129 14:22:07.217 [ERROR] [b.s.internal.SysteminfoBinding:416 ] - System monitor error: {} org.hyperic.sigar.SigarException: java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Sigar.getNetInterfaceList()[Ljava/lang/String; at org.hyperic.sigar.SigarProxyCache.invoke(SigarProxyCache.java:220) ~[sigar-1.6.4.jar:na] at com.sun.proxy.$Proxy74.getNetInterfaceList(Unknown Source) ~[na:na] at org.openhab.binding.systeminfo.internal.SysteminfoBinding.initializeSystemMonitor(SysteminfoBinding.java:400) [bundlefile:na] at org.openhab.binding.systeminfo.internal.SysteminfoBinding.updated(SysteminfoBinding.java:384) [bundlefile:na] at org.eclipse.equinox.internal.cm.ManagedServiceTracker$1.run(ManagedServiceTracker.java:183) [org.eclipse.equinox.cm_1.0.400.v20120522-1841.jar:na] at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:36) [org.eclipse.equinox.cm_1.0.400.v20120522-1841.jar:na] 14:22:07.237 [INFO ] [.service.AbstractActiveService:169 ] - Systeminfo Refresh Service has been started 14:22:07.244 [INFO ] [.service.AbstractActiveService:169 ] - NetworkHealth Refresh Service has been started 14:22:07.375 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy exec.everyMinute with cron expression 0 * * * * ? 14:22:07.538 [DEBUG] [o.o.b.n.i.NetworkHealthBinding:75 ] - established connection [host '192.168.0.97' port '0' timeout '500000'] 14:22:07.675 [INFO ] [runtime.busevents :26 ] - Nexus state updated to ON 14:22:08.159 [DEBUG] [.p.db4o.internal.Db4oActivator:24 ] - db4o persistence bundle has been started. 14:22:17.411 [INFO ] [ing.transport.spi.StreamServer:82 ] - Created socket (for receiving TCP streams) on: /192.168.0.250:36372 14:22:17.437 [INFO ] [o.t.c.t.spi.MulticastReceiver :72 ] - Creating wildcard socket (for receiving multicast datagrams) on port: 1900 14:22:17.462 [INFO ] [o.t.c.t.spi.MulticastReceiver :79 ] - Joining multicast group: /239.255.255.250:1900 on network interface: wlan0 14:22:17.485 [INFO ] [cling.transport.spi.DatagramIO:85 ] - Creating bound socket (for datagram input/output) on: /192.168.0.250 14:22:17.538 [INFO ] [g.teleal.cling.UpnpServiceImpl:85 ] - <<< UPnP service started successfully 14:22:17.542 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378988AC01400 14:22:18.191 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E93739822C01400 14:22:18.218 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378987FA01400 14:22:18.253 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378938F201400 14:22:18.265 [INFO ] [.b.sonos.internal.SonosBinding:768 ] - Querying the network for any other Sonos device 14:22:23.655 [DEBUG] [o.p.d.i.Db4oPersistenceService:217 ] - Scheduled Commit-Job with interval 5sec. 14:22:23.859 [DEBUG] [o.p.d.i.Db4oPersistenceService:230 ] - Scheduled Backup-Job with cron expression '0 0 1 * * ?' 14:22:23.942 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing db4o persistence service. 14:22:24.144 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Royal Philips Electronics Philips hue bridge 2012 929000226503 14:22:24.345 [INFO ] [.b.sonos.internal.SonosBinding:227 ] - A non-Sonos device (Royal Philips Electronics Philips hue bridge 2012 929000226503) is found and will be ignored 14:22:24.353 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 14:22:24.373 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:3 S3 14:22:24.389 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 14:22:26.585 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy db4o.everyHour with cron expression 0 0 * * * ? 14:22:26.704 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy db4o.everyDay with cron expression 0 0 0 * * ? 14:22:27.076 [DEBUG] [.b.exec.internal.ExecActivator:34 ] - Exec binding has been started. 14:22:27.853 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Kaffe (Type=SwitchItem, State=Uninitialized)' with 'ExecGenericBindingProvider' reader. 14:22:27.948 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'LedListRGB (Type=SwitchItem, State=Uninitialized)' with 'ExecGenericBindingProvider' reader. 14:22:27.979 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Stuelampe (Type=SwitchItem, State=Uninitialized)' with 'ExecGenericBindingProvider' reader. 14:22:28.034 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Soveromlys (Type=SwitchItem, State=Uninitialized)' with 'ExecGenericBindingProvider' reader. 14:22:28.389 [INFO ] [.service.AbstractActiveService:169 ] - Exec Refresh Service has been started 14:22:28.591 [DEBUG] [j.internal.JointSpaceActivator:34 ] - JointSpace binding has been started. 14:22:29.297 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Standby (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 14:22:29.339 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolumeUpDown (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 14:22:29.375 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'MuteSwitch (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 14:22:29.532 [INFO ] [.service.AbstractActiveService:169 ] - JointSpace Refresh Service has been started 14:22:29.539 [DEBUG] [b.j.internal.JointSpaceBinding:105 ] - Checking if host is available 14:22:30.362 [DEBUG] [.rrd4j.internal.RRD4jActivator:31 ] - RRD4j persistence bundle has been started. 14:22:31.426 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing rrd4j persistence service. 14:22:31.624 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'DemoSwitch' does not exist. 14:22:31.630 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'NoOfLights' does not exist. 14:22:31.702 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'Window_GF_Toilet' does not exist. 14:22:31.708 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Heating' does not exist. 14:22:31.819 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Temperature' does not exist. 14:22:31.846 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Weather_Chart' does not exist. 14:22:31.964 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy rrd4j.everyMinute with cron expression 0 * * * * ? 14:22:32.359 [DEBUG] [p.r.i.charts.RRD4jChartServlet:113 ] - Starting up rrd chart servlet at /rrdchart.png 14:22:32.482 [DEBUG] [.o.b.hue.internal.HueActivator:30 ] - Hue binding has been started. 14:22:32.575 [DEBUG] [b.j.internal.JointSpaceBinding:126 ] - couldn't establish network connection [host '192.168.0.46' port '0' timeout '5000'] 14:22:33.203 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueLedlist (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.288 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueTak (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.314 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Ligh_HueLampe (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.319 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueLampe2 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.365 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueSpot1 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.371 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueSpot2 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:35.024 [DEBUG] [.i.LoggingPersistenceActivator:31 ] - Logging persistence bundle has been started. 14:22:35.522 [INFO ] [.b.sonos.internal.SonosBinding:202 ] - Found a Sonos device (S3) with UDN uuid:RINCON_B8E93739822C01400 14:22:35.672 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing logging persistence service. 14:22:35.723 [INFO ] [.b.sonos.internal.SonosBinding:202 ] - Found a Sonos device (S1) with UDN uuid:RINCON_B8E9378987FA01400 14:22:35.823 [INFO ] [.b.sonos.internal.SonosBinding:202 ] - Found a Sonos device (S1) with UDN uuid:RINCON_B8E9378938F201400 14:22:36.178 [DEBUG] [.o.b.ntp.internal.NtpActivator:31 ] - NTP binding has been started. 14:22:37.388 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Dagens (Type=DateTimeItem, State=Uninitialized)' with 'NtpGenericBindingProvider' reader. 14:22:41.878 [DEBUG] [.t.internal.TellstickActivator:36 ] - Tellstick binding has been started.Thread[fileinstall-addons,5,main] 14:22:42.992 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Temp_Kjokken (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:43.927 [INFO ] [runtime.busevents :26 ] - VolStue state updated to 25 14:22:44.607 [INFO ] [runtime.busevents :26 ] - VolMediarom state updated to 38 14:22:45.133 [INFO ] [runtime.busevents :26 ] - TrackMediarom state updated to DMI Daily Workout Affirmations Self Love & Confidence 14:22:45.737 [DEBUG] [o.o.i.r.i.b.GeneralBroadcaster:41 ] - broadcaster 'org.openhab.io.rest.internal.broadcaster.GeneralBroadcaster$1@1033c8a' is empty 14:22:48.077 [DEBUG] [.r.i.resources.SitemapResource:146 ] - Received HTTP GET request at 'sitemaps/graabein/0202' for media type 'null'. 14:22:49.937 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Temp_Kjokken (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=231, valueSelector=Temperature, usageSelector=null, itemName=Temp_Kjokken, resend=1] 14:22:49.965 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Fukt_Kjokken (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:49.970 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Fukt_Kjokken (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=231, valueSelector=Humidity, usageSelector=null, itemName=Fukt_Kjokken, resend=1] 14:22:50.001 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Temp_Mediarom (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:50.016 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Temp_Mediarom (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=135, valueSelector=Temperature, usageSelector=null, itemName=Temp_Mediarom, resend=1] 14:22:50.021 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Fukt_Mediarom (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:50.047 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Fukt_Mediarom (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=135, valueSelector=Humidity, usageSelector=null, itemName=Fukt_Mediarom, resend=1] 14:22:50.074 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Temp_Ute (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:50.079 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Temp_Ute (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=232, valueSelector=Temperature, usageSelector=null, itemName=Temp_Ute, resend=1] 14:22:50.342 [INFO ] [.b.t.internal.TellstickBinding:71 ] - Activate Thread[Component Resolve Thread (Bundle 98),10,main] 14:22:50.514 [DEBUG] [o.o.b.c.i.ConfigAdminActivator:31 ] - ConfigAdmin binding has been started. 14:23:00.198 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'DemoSwitch' does not exist. 14:23:00.220 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'NoOfLights' does not exist. 14:23:00.250 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'Window_GF_Toilet' does not exist. 14:23:00.293 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Heating' does not exist. 14:23:00.304 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Temperature' does not exist. 14:23:00.308 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Weather_Chart' does not exist. 14:23:01.966 [INFO ] [.service.AbstractActiveService:169 ] - Hue Refresh Service has been started 14:23:01.996 [INFO ] [.b.t.internal.TellstickBinding:145 ] - Called with config null 14:23:02.004 [INFO ] [.service.AbstractActiveService:169 ] - NTP Refresh Service has been started 14:23:02.000 [INFO ] [.b.t.internal.TellstickBinding:162 ] - Loading telldus-core from system default paths 14:23:02.030 [WARN ] [.b.t.internal.TellstickBinding:361 ] - Will do a reinit of listeners, no message received for 600 seconds 14:23:02.085 [INFO ] [.b.t.internal.TellstickBinding:365 ] - Listeners removed 14:23:02.658 [DEBUG] [inding.ntp.internal.NtpBinding:83 ] - Got time from ntp.uio.no: 31. mars 2015 kl 14.23 UTC 14:23:02.774 [INFO ] [runtime.busevents :26 ] - TrackStue1 state updated to News 14:23:02.912 [INFO ] [runtime.busevents :26 ] - Dagens state updated to 2015-03-31T14:23:02 #

A fatal error has been detected by the Java Runtime Environment:

#

SIGSEGV (0xb) at pc=0xa81db7cc, pid=17162, tid=2824070256

#

JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)

Java VM: Java HotSpot(TM) Client VM (25.0-b70 mixed mode linux-arm )

Problematic frame:

C [libtelldus-core.so+0x2b7cc] TelldusCore::MutexLocker::MutexLocker(TelldusCore::Mutex*)+0x30

#

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

#

An error report file with more information is saved as:

/opt/openhab/hs_err_pid17162.log

#

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

#

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hs_err_pid17162.log output ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #

A fatal error has been detected by the Java Runtime Environment:

#

SIGSEGV (0xb) at pc=0xa81db7cc, pid=17162, tid=2824070256

#

JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)

Java VM: Java HotSpot(TM) Client VM (25.0-b70 mixed mode linux-arm )

Problematic frame:

C [libtelldus-core.so+0x2b7cc] TelldusCore::MutexLocker::MutexLocker(TelldusCore::Mutex*)+0x30

#

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

#

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

#

--------------- T H R E A D ---------------

Current thread (0xaa09bb08): JavaThread "ManagedService Update Queue" daemon [_thread_in_native, id=17316, stack(0xa84ef000,0xa853f000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x6c646e69

Registers: r0 = 0xa853cdf0 r1 = 0x007c9a34 r2 = 0x007c9a34 r3 = 0x6c646e69 r4 = 0xa853d73c r5 = 0x00000000 r6 = 0xa853d7ac r7 = 0x00000000 r8 = 0x00000000 r9 = 0x00000002 r10 = 0x00000002 fp = 0xa853cdd4 r12 = 0xa81d8d44 sp = 0xa853cdc8 lr = 0xa81cff98 pc = 0xa81db7cc cpsr = 0x20000010

Top of Stack: (sp=0xa853cdc8) 0xa853cdc8: 007c9a34 a853cdf0 a853ce04 a81cff98 0xa853cdd8: acc7623e 00000000 ac203080 011ad660 0xa853cde8: acc76258 a853d73c 007c9a34 a853d7ac 0xa853cdf8: aa09bb08 a853d73c a853ce1c a81d8d74 0xa853ce08: 00000000 ac203080 ac203080 011ad660 0xa853ce18: a853ce58 a83f1c64 00000000 00000004 0xa853ce28: a83f5804 00000001 00000001 a83f5804 0xa853ce38: 00000000 00000002 a853ce5c a83f1384

Instructions: (pc=0xa81db7cc) 0xa81db7ac: e50b100c e51b3008 e51b200c e5832000 0xa81db7bc: e51b3008 e5933000 e5933000 e2833008 0xa81db7cc: e5933000 e51b2008 e5922000 e1a00002 0xa81db7dc: e12fff33 e51b3008 e1a00003 e24bd004

Register to memory mapping:

r0 = 0xa853cdf0 0xa853cdf0 is pointing into the stack for thread: 0xaa09bb08

r1 = 0x007c9a34 0x007c9a34 is an unknown value

r2 = 0x007c9a34 0x007c9a34 is an unknown value

r3 = 0x6c646e69 0x6c646e69 is an unknown value

r4 = 0xa853d73c 0xa853d73c is pointing into the stack for thread: 0xaa09bb08

r5 = 0x00000000 0x00000000 is an unknown value

r6 = 0xa853d7ac 0xa853d7ac is pointing into the stack for thread: 0xaa09bb08

r7 = 0x00000000 0x00000000 is an unknown value

r8 = 0x00000000 0x00000000 is an unknown value

r9 = 0x00000002 0x00000002 is an unknown value

r10 = 0x00000002 0x00000002 is an unknown value

fp = 0xa853cdd4 0xa853cdd4 is pointing into the stack for thread: 0xaa09bb08

r12 = 0xa81d8d44 0xa81d8d44: tdRegisterDeviceEvent+0 in /usr/local/lib/libtelldus-core.so at 0xa81b0000

sp = 0xa853cdc8 0xa853cdc8 is pointing into the stack for thread: 0xaa09bb08

lr = 0xa81cff98 0xa81cff98: <offset 0x1ff98> in /usr/local/lib/libtelldus-core.so at 0xa81b0000

pc = 0xa81db7cc 0xa81db7cc: <offset 0x2b7cc> in /usr/local/lib/libtelldus-core.so at 0xa81b0000

Stack: [0xa84ef000,0xa853f000], sp=0xa853cdc8, free space=311k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libtelldus-core.so+0x2b7cc] TelldusCore::MutexLocker::MutexLocker(TelldusCore::Mutex*)+0x30

[error occurred during error reporting (printing native stack), id 0xb]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j com.sun.jna.Native.invokeInt(JI[Ljava/lang/Object;)I+0 j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+225 j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+262 j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+316 j com.sun.proxy.$Proxy76.tdRegisterDeviceEvent(Lorg/openhab/binding/tellstick/internal/JNA$CLibrary$TDDeviceEvent;Lcom/sun/jna/Pointer;)I+20 j org.openhab.binding.tellstick.internal.device.TellsticEventHandler.setupListeners()V+21 j org.openhab.binding.tellstick.internal.TellstickGenericBindingProvider.resetTellstickListener()V+47 j org.openhab.binding.tellstick.internal.TellstickBinding.resetTelldusProvider()V+24 j org.openhab.binding.tellstick.internal.TellstickBinding.resetTellstick()V+54 j org.openhab.binding.tellstick.internal.TellstickBinding.updated(Ljava/util/Dictionary;)V+170 j org.eclipse.equinox.internal.cm.ManagedServiceTracker$1.run()V+8 j org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run()V+15 v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread ) 0x0118a4b0 JavaThread "NTP Refresh Service" daemon [_thread_blocked, id=17383, stack(0xaa623000,0xaa673000)] 0x01114ab8 JavaThread "Hue Refresh Service" daemon [_thread_in_native, id=17382, stack(0xa866c000,0xa86bc000)] 0x00fe0310 JavaThread "Timer-0" daemon [_thread_blocked, id=17379, stack(0xa833f000,0xa838f000)] 0xaa0c6a70 JavaThread "qtp13775534-139" [_thread_blocked, id=17332, stack(0xa7f4e000,0xa7f9e000)] 0x00d114b0 JavaThread "qtp13775534-138" [_thread_blocked, id=17331, stack(0xa7f9e000,0xa7fee000)] 0x011f8bd8 JavaThread "qtp13775534-137" [_thread_blocked, id=17330, stack(0xa7fee000,0xa803e000)] 0x0119a4e0 JavaThread "qtp13775534-136" [_thread_blocked, id=17329, stack(0xa803e000,0xa808e000)] 0xa9762240 JavaThread "qtp13775534-135" [_thread_blocked, id=17328, stack(0xa808e000,0xa80de000)] 0xa9786e10 JavaThread "Atmosphere-Shared-AsyncOp-0" daemon [_thread_blocked, id=17325, stack(0xa81ef000,0xa823f000)] 0x011c2ea8 JavaThread "Atmosphere-Shared-DispatchOp-1" daemon [_thread_blocked, id=17322, stack(0xaae4f000,0xaae9f000)] 0x00fb94b8 JavaThread "cling-28" [_thread_blocked, id=17320, stack(0xa83ff000,0xa844f000)] 0x010e0fd0 JavaThread "JointSpace Refresh Service" daemon [_thread_blocked, id=17318, stack(0xa844f000,0xa849f000)] 0xa976fda8 JavaThread "Exec Refresh Service" daemon [_thread_blocked, id=17317, stack(0xa849f000,0xa84ef000)] =>0xaa09bb08 JavaThread "ManagedService Update Queue" daemon [_thread_in_native, id=17316, stack(0xa84ef000,0xa853f000)] 0xaa09c958 JavaThread "db4o WeakReference collector" daemon [_thread_blocked, id=17313, stack(0xa87bc000,0xa880c000)] 0xaa09dca8 JavaThread "cling-27" [_thread_blocked, id=17312, stack(0xa880c000,0xa885c000)] 0xaa08a978 JavaThread "cling-26" [_thread_blocked, id=17311, stack(0xa885c000,0xa88ac000)] 0xa9c5bd08 JavaThread "cling-25" [_thread_blocked, id=17310, stack(0xa88ac000,0xa88fc000)] 0xa9c504d0 JavaThread "cling-24" [_thread_blocked, id=17309, stack(0xa88fc000,0xa894c000)] 0xa9c5aa18 JavaThread "cling-23" [_thread_blocked, id=17308, stack(0xa894c000,0xa899c000)] 0xa9c59740 JavaThread "cling-22" [_thread_blocked, id=17307, stack(0xa899c000,0xa89ec000)] 0xa9c4ec60 JavaThread "cling-20" [_thread_blocked, id=17306, stack(0xa89ec000,0xa8a3c000)] 0xa97ccb68 JavaThread "cling-21" [_thread_blocked, id=17305, stack(0xa8a3c000,0xa8a8c000)] 0xa97cb5f8 JavaThread "cling-19" [_thread_blocked, id=17304, stack(0xa8a8c000,0xa8adc000)] 0x0112ea20 JavaThread "cling-17" [_thread_blocked, id=17303, stack(0xa8adc000,0xa8b2c000)] 0x00ef67a0 JavaThread "cling-18" [_thread_blocked, id=17302, stack(0xa8b2c000,0xa8b7c000)] 0x00fff600 JavaThread "cling-15" [_thread_blocked, id=17301, stack(0xa8b7c000,0xa8bcc000)] 0x01000c98 JavaThread "cling-16" [_thread_blocked, id=17300, stack(0xa8bcc000,0xa8c1c000)] 0x00ef1640 JavaThread "cling-14" [_thread_blocked, id=17299, stack(0xa8c1c000,0xa8c6c000)] 0x00e48e00 JavaThread "cling-13" [_thread_blocked, id=17298, stack(0xa8c6c000,0xa8cbc000)] 0x01004440 JavaThread "cling-12" [_thread_blocked, id=17297, stack(0xa8cbc000,0xa8d0c000)] 0x00ffcb40 JavaThread "cling-11" [_thread_blocked, id=17296, stack(0xa8d0c000,0xa8d5c000)] 0x01002098 JavaThread "cling-10" [_thread_blocked, id=17295, stack(0xa8d5c000,0xa8dac000)] 0xabe3efc0 JavaThread "cling-9" [_thread_blocked, id=17294, stack(0xa8dac000,0xa8dfc000)] 0x00deefb0 JavaThread "cling-8" [_thread_blocked, id=17293, stack(0xa8dfc000,0xa8e4c000)] 0x00dedc88 JavaThread "cling-7" [_thread_blocked, id=17292, stack(0xa8e4c000,0xa8e9c000)] 0x00def630 JavaThread "cling-6" [_thread_blocked, id=17291, stack(0xa8e9c000,0xa8eec000)] 0x00eb3c48 JavaThread "cling-5" [_thread_blocked, id=17290, stack(0xa8eec000,0xa8f3c000)] 0x00b70750 JavaThread "cling-4" [_thread_in_native, id=17289, stack(0xa8f3c000,0xa8f8c000)] 0x00b702d8 JavaThread "cling-3" [_thread_in_native, id=17288, stack(0xa9400000,0xa9450000)] 0x00f6d6a0 JavaThread "cling-2" [_thread_in_native, id=17287, stack(0xa9830000,0xa9880000)] 0x00aba9a8 JavaThread "EventAdmin Async Event Dispatcher Thread" daemon [_thread_blocked, id=17285, stack(0xa91c0000,0xa9210000)] 0xabe59e20 JavaThread "NetworkHealth Refresh Service" daemon [_thread_blocked, id=17284, stack(0xa9210000,0xa9260000)] 0xaa0d0808 JavaThread "Systeminfo Refresh Service" daemon [_thread_blocked, id=17283, stack(0xa9260000,0xa92b0000)] 0x00eafba0 JavaThread "cling-1" [_thread_blocked, id=17282, stack(0xa9880000,0xa98d0000)] 0x00b25428 JavaThread "Sonos Refresh Service" daemon [_thread_blocked, id=17281, stack(0xa92b0000,0xa9300000)] 0x00fb55a8 JavaThread "State Saver" daemon [_thread_blocked, id=17276, stack(0xa9d54000,0xa9da4000)] 0x00c29438 JavaThread "pool-4-thread-1" [_thread_blocked, id=17275, stack(0xa9d04000,0xa9d54000)] 0x00747548 JavaThread "DestroyJavaVM" [_thread_blocked, id=17163, stack(0xb62eb000,0xb633b000)] 0xaa023fc0 JavaThread "pool-3-thread-1" [_thread_blocked, id=17261, stack(0xa9da4000,0xa9df4000)] 0xaa000f60 JavaThread "Atmosphere-Scheduler-0" daemon [_thread_blocked, id=17259, stack(0xab02f000,0xab07f000)] 0xaa514638 JavaThread "JmDNS(pi-remote.local.).State.Timer" [_thread_blocked, id=17254, stack(0xaa410000,0xaa460000)] 0xaa5135b0 JavaThread "JmDNS(pi-remote.local.).Timer" daemon [_thread_blocked, id=17253, stack(0xaa460000,0xaa4b0000)] 0x01027c30 JavaThread "SocketListener(pi-remote.local.)" daemon [_thread_in_native, id=17252, stack(0xaa4b0000,0xaa500000)] 0x00fa7218 JavaThread "Worker-1" [_thread_blocked, id=17250, stack(0xaa9c3000,0xaaa13000)] 0x00b43568 JavaThread "qtp13775534-65" [_thread_in_vm, id=17246, stack(0xaa873000,0xaa8c3000)] 0x00fa7a68 JavaThread "Worker-0" [_thread_blocked, id=17244, stack(0xaadff000,0xaae4f000)] 0xabe8f920 JavaThread "com.google.inject.internal.util.$Finalizer" daemon [_thread_blocked, id=17242, stack(0xaaa13000,0xaaa63000)] 0x00b91a98 JavaThread "FolderObserver" daemon [_thread_blocked, id=17238, stack(0xaab63000,0xaabb3000)] 0x00f460c0 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=17237, stack(0xaae9f000,0xaaeef000)] 0x00f190f8 JavaThread "Worker-JM" [_thread_blocked, id=17234, stack(0xac31e000,0xac36e000)] 0x00c9e0d0 JavaThread "openHAB-job-scheduler_QuartzSchedulerThread" [_thread_blocked, id=17230, stack(0xaaeef000,0xaaf3f000)] 0x00af19e0 JavaThread "openHAB-job-scheduler_Worker-2" [_thread_blocked, id=17229, stack(0xaaf3f000,0xaaf8f000)] 0x00ca06c0 JavaThread "openHAB-job-scheduler_Worker-1" [_thread_blocked, id=17228, stack(0xaaf8f000,0xaafdf000)] 0x00a1a9c0 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=17227, stack(0xaafdf000,0xab02f000)] 0x00b68ac8 JavaThread "HashSessionScavenger-2" daemon [_thread_blocked, id=17226, stack(0xab07f000,0xab0cf000)] 0x00dd6318 JavaThread "qtp13775534-48 Acceptor1 SslSelectChannelConnector@0.0.0.0:8443" [_thread_blocked, id=17223, stack(0xab0cf000,0xab11f000)] 0x00dd4c40 JavaThread "qtp13775534-47 Acceptor0 SslSelectChannelConnector@0.0.0.0:8443" [_thread_in_native, id=17222, stack(0xab11f000,0xab16f000)] 0x00db1878 JavaThread "qtp13775534-46 Selector1" [_thread_in_native, id=17221, stack(0xab16f000,0xab1bf000)] 0x00d27e50 JavaThread "Scanner-2" daemon [_thread_blocked, id=17220, stack(0xab2fe000,0xab34e000)] 0x00d27248 JavaThread "Scanner-1" daemon [_thread_blocked, id=17219, stack(0xab34e000,0xab39e000)] 0x00d2f140 JavaThread "HashSessionScavenger-1" daemon [_thread_blocked, id=17218, stack(0xab39e000,0xab3ee000)] 0x00d238d0 JavaThread "HashSessionScavenger-0" daemon [_thread_blocked, id=17217, stack(0xab3ee000,0xab43e000)] 0x00ce6d18 JavaThread "Scanner-0" daemon [_thread_blocked, id=17215, stack(0xab53e000,0xab58e000)] 0x00ce4570 JavaThread "qtp13775534-40 Selector0" [_thread_in_native, id=17214, stack(0xab58e000,0xab5de000)] 0x00ce2e48 JavaThread "qtp13775534-39 Acceptor1 SelectChannelConnector@0.0.0.0:8080" [_thread_in_native, id=17213, stack(0xab5de000,0xab62e000)] 0x00caf5d0 JavaThread "qtp13775534-38 Acceptor0 SelectChannelConnector@0.0.0.0:8080" [_thread_blocked, id=17212, stack(0xab62e000,0xab67e000)] 0x00cadcc0 JavaThread "qtp13775534-37 Selector1" [_thread_in_native, id=17211, stack(0xab67e000,0xab6ce000)] 0x00caba60 JavaThread "qtp13775534-36 Selector0" [_thread_in_native, id=17210, stack(0xab6ce000,0xab71e000)] 0x00aacd68 JavaThread "org.eclipse.jetty.util.RolloverFileOutputStream" daemon [_thread_blocked, id=17209, stack(0xab71e000,0xab76e000)] 0x007fb240 JavaThread "Gogo shell" daemon [_thread_in_native, id=17202, stack(0xabf50000,0xabfa0000)] 0x00a5c920 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=17201, stack(0xaba6e000,0xababe000)] 0x00a86e38 JavaThread "fileinstall-addons" daemon [_thread_in_native, id=17196, stack(0xabf00000,0xabf50000)] 0x00c4d318 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=17191, stack(0xac22e000,0xac27e000)] 0x009fa428 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=17186, stack(0xac27e000,0xac2ce000)] 0x00a4b740 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=17185, stack(0xac2ce000,0xac31e000)] 0x009b0d58 JavaThread "Framework Active Thread" [_thread_blocked, id=17179, stack(0xac36e000,0xac3be000)] 0x007e0a10 JavaThread "Service Thread" daemon [_thread_blocked, id=17171, stack(0xac631000,0xac681000)] 0x007d3738 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=17170, stack(0xac681000,0xac701000)] 0x007cd098 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=17169, stack(0xac701000,0xac751000)] 0x007ca898 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=17168, stack(0xac751000,0xac7a1000)] 0x007c2a78 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=17167, stack(0xac7a1000,0xac7f1000)] 0x007a5630 JavaThread "Finalizer" daemon [_thread_blocked, id=17166, stack(0xac7f1000,0xac841000)] 0x007a08e0 JavaThread "Reference Handler" daemon [_thread_blocked, id=17165, stack(0xac841000,0xac891000)]

Other Threads: 0x0079cac0 VMThread [stack: 0xac891000,0xac911000] [id=17164] 0x007eac18 WatcherThread [stack: 0xac5b1000,0xac631000] [id=17172]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap: def new generation total 13824K, used 9828K [0xad000000, 0xadf00000, 0xaf4a0000) eden space 12288K, 67% used [0xad000000, 0xad819080, 0xadc00000) from space 1536K, 100% used [0xadd80000, 0xadf00000, 0xadf00000) to space 1536K, 0% used [0xadc00000, 0xadc00000, 0xadd80000) tenured generation total 30092K, used 18689K [0xaf4a0000, 0xb1203000, 0xb3e00000) the space 30092K, 62% used [0xaf4a0000, 0xb06e0428, 0xb06e0600, 0xb1203000) Metaspace used 33179K, capacity 35007K, committed 35096K, reserved 35120K

Card table byte_map: [0xb3e0c000,0xb3e44000] byte_map_base: 0xb38a4000

Polling page: 0xb6f12000

CodeCache: size=32768Kb used=4362Kb max_used=4362Kb free=28406Kb bounds [0xb3ec4000, 0xb430c000, 0xb5ec4000] total_blobs=2352 nmethods=2145 adapters=145 compilation: enabled

Compilation events (10 events): Event: 250,508 Thread 0x007d3738 nmethod 2532 0xb4306108 code [0xb4306290, 0xb4306868] Event: 250,509 Thread 0x007d3738 2533 com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator::setFeature (1 bytes) Event: 250,561 Thread 0x007d3738 nmethod 2533 0xb4306e08 code [0xb4306ee0, 0xb4306f68] Event: 250,840 Thread 0x007d3738 2534 org.teleal.cling.model.VariableValue::getValue (5 bytes) Event: 250,842 Thread 0x007d3738 nmethod 2534 0xb4306fc8 code [0xb43070a0, 0xb4307128] Event: 250,911 Thread 0x007d3738 2535 org.eclipse.emf.ecore.util.EcoreUtil::getAdapter (48 bytes) Event: 250,915 Thread 0x007d3738 nmethod 2535 0xb4307188 code [0xb4307290, 0xb430742c] Event: 250,932 Thread 0x007d3738 2536 org.eclipse.xtext.linking.lazy.LazyURIEncoder::getNode (152 bytes) Event: 251,003 Thread 0x007d3738 nmethod 2536 0xb4307548 code [0xb43076d0, 0xb4307aa8] Event: 251,615 Thread 0x007d3738 2537 org.codehaus.jackson.impl.WriterBasedGenerator::_writeString2 (138 bytes)

GC Heap History (10 events): Event: 222,343 GC heap before {Heap before GC invocations=58 (full 7): def new generation total 11008K, used 10961K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 100% used [0xad000000, 0xad9a0000, 0xad9a0000) from space 1152K, 95% used [0xadac0000, 0xadbd4540, 0xadbe0000) to space 1152K, 0% used [0xad9a0000, 0xad9a0000, 0xadac0000) tenured generation total 23920K, used 23282K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 97% used [0xaf4a0000, 0xb0b5cb38, 0xb0b5cc00, 0xb0bfc000) Metaspace used 30591K, capacity 32340K, committed 32408K, reserved 33072K Event: 222,427 GC heap after Heap after GC invocations=59 (full 7): def new generation total 11008K, used 466K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 0% used [0xad000000, 0xad000000, 0xad9a0000) from space 1152K, 40% used [0xad9a0000, 0xada14bc8, 0xadac0000) to space 1152K, 0% used [0xadac0000, 0xadac0000, 0xadbe0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30591K, capacity 32340K, committed 32408K, reserved 33072K } Event: 224,246 GC heap before {Heap before GC invocations=59 (full 7): def new generation total 11008K, used 10322K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 100% used [0xad000000, 0xad9a0000, 0xad9a0000) from space 1152K, 40% used [0xad9a0000, 0xada14bc8, 0xadac0000) to space 1152K, 0% used [0xadac0000, 0xadac0000, 0xadbe0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30642K, capacity 32410K, committed 32536K, reserved 33072K Event: 224,317 GC heap after Heap after GC invocations=60 (full 7): def new generation total 11008K, used 489K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 0% used [0xad000000, 0xad000000, 0xad9a0000) from space 1152K, 42% used [0xadac0000, 0xadb3a418, 0xadbe0000) to space 1152K, 0% used [0xad9a0000, 0xad9a0000, 0xadac0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30642K, capacity 32410K, committed 32536K, reserved 33072K } Event: 228,743 GC heap before {Heap before GC invocations=60 (full 7): def new generation total 11008K, used 10345K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 100% used [0xad000000, 0xad9a0000, 0xad9a0000) from space 1152K, 42% used [0xadac0000, 0xadb3a418, 0xadbe0000) to space 1152K, 0% used [0xad9a0000, 0xad9a0000, 0xadac0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30840K, capacity 32635K, committed 32664K, reserved 33072K Event: 228,845 GC heap after Heap after GC invocations=61 (full 7): def new generation total 11008K, used 980K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 0% used [0xad000000, 0xad000000, 0xad9a0000) from space 1152K, 85% used [0xad9a0000, 0xada95048, 0xadac0000) to space 1152K, 0% used [0xadac0000, 0xadac0000, 0xadbe0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30840K, capacity 32635K, committed 32664K, reserved 33072K } Event: 234,669 GC heap before {Heap before GC invocations=61 (full 7): def new generation total 11008K, used 10836K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 99% used [0xad000000, 0xad99ffe0, 0xad9a0000) from space 1152K, 85% used [0xad9a0000, 0xada95048, 0xadac0000) to space 1152K, 0% used [0xadac0000, 0xadac0000, 0xadbe0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 31380K, capacity 33199K, committed 33304K, reserved 34096K Event: 236,482 GC heap after Heap after GC invocations=62 (full 8): def new generation total 13824K, used 0K [0xad000000, 0xadf00000, 0xaf4a0000) eden space 12288K, 0% used [0xad000000, 0xad000000, 0xadc00000) from space 1536K, 0% used [0xadc00000, 0xadc00000, 0xadd80000) to space 1536K, 0% used [0xadd80000, 0xadd80000, 0xadf00000) tenured generation total 30092K, used 18054K [0xaf4a0000, 0xb1203000, 0xb3e00000) the space 30092K, 59% used [0xaf4a0000, 0xb0641870, 0xb0641a00, 0xb1203000) Metaspace used 31316K, capacity 33119K, committed 33304K, reserved 34096K } Event: 244,090 GC heap before {Heap before GC invocations=62 (full 8): def new generation total 13824K, used 12288K [0xad000000, 0xadf00000, 0xaf4a0000) eden space 12288K, 100% used [0xad000000, 0xadc00000, 0xadc00000) from space 1536K, 0% used [0xadc00000, 0xadc00000, 0xadd80000) to space 1536K, 0% used [0xadd80000, 0xadd80000, 0xadf00000) tenured generation total 30092K, used 18054K [0xaf4a0000, 0xb1203000, 0xb3e00000) the space 30092K, 59% used [0xaf4a0000, 0xb0641870, 0xb0641a00, 0xb1203000) Metaspace used 32714K, capacity 34551K, committed 34712K, reserved 35120K Event: 244,238 GC heap after Heap after GC invocations=63 (full 8): def new generation total 13824K, used 1536K [0xad000000, 0xadf00000, 0xaf4a0000) eden space 12288K, 0% used [0xad000000, 0xad000000, 0xadc00000) from space 1536K, 100% used [0xadd80000, 0xadf00000, 0xadf00000) to space 1536K, 0% used [0xadc00000, 0xadc00000, 0xadd80000) tenured generation total 30092K, used 18689K [0xaf4a0000, 0xb1203000, 0xb3e00000) the space 30092K, 62% used [0xaf4a0000, 0xb06e0428, 0xb06e0600, 0xb1203000) Metaspace used 32714K, capacity 34551K, committed 34712K, reserved 35120K }

Deoptimization events (0 events): No events

Internal exceptions (10 events): Event: 249,536 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad636b58) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,538 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad6374c8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,539 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad637d28) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,563 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad638648) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,564 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad638fb8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,566 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad6398e8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,568 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad63a200) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,569 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad63abd0) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,591 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad63b458) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,592 Thread 0x011c2ea8 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0xad63bcc8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595]

Events (10 events): Event: 251,088 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,088 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1 Event: 251,488 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,488 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1 Event: 251,546 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,546 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1 Event: 251,547 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,556 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1 Event: 251,576 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,576 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1

Dynamic libraries: 00008000-00009000 r-xp 00000000 b3:06 9057 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/bin/java 00010000-00011000 rw-p 00000000 b3:06 9057 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/bin/java 0073f000-01300000 rw-p 00000000 00:00 0 [heap] a664e000-a674e000 rw-p 00000000 00:00 0 a674e000-a6751000 ---p 00000000 00:00 0 a6751000-a6f4e000 rw-p 00000000 00:00 0 a6f4e000-a6f51000 ---p 00000000 00:00 0 a6f51000-a774e000 rw-p 00000000 00:00 0 a774e000-a774f000 ---p 00000000 00:00 0 a774f000-a7f4e000 rw-p 00000000 00:00 0 a7f4e000-a7f51000 ---p 00000000 00:00 0 a7f51000-a7f9e000 rw-p 00000000 00:00 0 [stack:17332] a7f9e000-a7fa1000 ---p 00000000 00:00 0 a7fa1000-a7fee000 rw-p 00000000 00:00 0 [stack:17331] a7fee000-a7ff1000 ---p 00000000 00:00 0 a7ff1000-a803e000 rw-p 00000000 00:00 0 [stack:17330] a803e000-a8041000 ---p 00000000 00:00 0 a8041000-a808e000 rw-p 00000000 00:00 0 [stack:17329] a808e000-a8091000 ---p 00000000 00:00 0 a8091000-a80de000 rw-p 00000000 00:00 0 [stack:17328] a80de000-a819d000 r-xp 00000000 b3:06 272213 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19 a819d000-a81a4000 ---p 000bf000 b3:06 272213 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19 a81a4000-a81a8000 r--p 000be000 b3:06 272213 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19 a81a8000-a81aa000 rw-p 000c2000 b3:06 272213 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19 a81aa000-a81b0000 rw-p 00000000 00:00 0 a81b0000-a81e6000 r-xp 00000000 b3:06 284887 /usr/local/lib/libtelldus-core.so.2.1.1 a81e6000-a81ee000 ---p 00036000 b3:06 284887 /usr/local/lib/libtelldus-core.so.2.1.1 a81ee000-a81ef000 rw-p 00036000 b3:06 284887 /usr/local/lib/libtelldus-core.so.2.1.1 a81ef000-a81f2000 ---p 00000000 00:00 0 a81f2000-a833f000 rw-p 00000000 00:00 0 [stack:17325] a833f000-a8342000 ---p 00000000 00:00 0 a8342000-a838f000 rw-p 00000000 00:00 0 [stack:17379] a838f000-a8392000 ---p 00000000 00:00 0 a8392000-a83df000 rw-p 00000000 00:00 0 a83df000-a83f6000 r-xp 00000000 b3:06 159144 /tmp/jna-3577/jna3456404051979030942.tmp (deleted) a83f6000-a83fe000 ---p 00017000 b3:06 159144 /tmp/jna-3577/jna3456404051979030942.tmp (deleted) a83fe000-a83ff000 rw-p 00017000 b3:06 159144 /tmp/jna-3577/jna3456404051979030942.tmp (deleted) a83ff000-a8402000 ---p 00000000 00:00 0 a8402000-a844f000 rw-p 00000000 00:00 0 [stack:17320] a844f000-a8452000 ---p 00000000 00:00 0 a8452000-a849f000 rw-p 00000000 00:00 0 [stack:17318] a849f000-a84a2000 ---p 00000000 00:00 0 a84a2000-a84ef000 rw-p 00000000 00:00 0 [stack:17317] a84ef000-a84f2000 ---p 00000000 00:00 0 a84f2000-a863f000 rw-p 00000000 00:00 0 [stack:17316] a863f000-a866c000 r--s 001dc000 b3:06 158750 /opt/openhab/server/plugins/org.eclipse.xtext_2.3.0.v201206120633.jar a866c000-a866f000 ---p 00000000 00:00 0 a866f000-a87bc000 rw-p 00000000 00:00 0 [stack:17382] a87bc000-a87bf000 ---p 00000000 00:00 0 a87bf000-a880c000 rw-p 00000000 00:00 0 [stack:17313] a880c000-a880f000 ---p 00000000 00:00 0 a880f000-a885c000 rw-p 00000000 00:00 0 [stack:17312] a885c000-a885f000 ---p 00000000 00:00 0 a885f000-a88ac000 rw-p 00000000 00:00 0 [stack:17311] a88ac000-a88af000 ---p 00000000 00:00 0 a88af000-a88fc000 rw-p 00000000 00:00 0 [stack:17310] a88fc000-a88ff000 ---p 00000000 00:00 0 a88ff000-a894c000 rw-p 00000000 00:00 0 [stack:17309] a894c000-a894f000 ---p 00000000 00:00 0 a894f000-a899c000 rw-p 00000000 00:00 0 [stack:17308] a899c000-a899f000 ---p 00000000 00:00 0 a899f000-a89ec000 rw-p 00000000 00:00 0 [stack:17307] a89ec000-a89ef000 ---p 00000000 00:00 0 a89ef000-a8a3c000 rw-p 00000000 00:00 0 [stack:17306] a8a3c000-a8a3f000 ---p 00000000 00:00 0 a8a3f000-a8a8c000 rw-p 00000000 00:00 0 [stack:17305] a8a8c000-a8a8f000 ---p 00000000 00:00 0 a8a8f000-a8adc000 rw-p 00000000 00:00 0 [stack:17304] a8adc000-a8adf000 ---p 00000000 00:00 0 a8adf000-a8b2c000 rw-p 00000000 00:00 0 [stack:17303] a8b2c000-a8b2f000 ---p 00000000 00:00 0 a8b2f000-a8b7c000 rw-p 00000000 00:00 0 [stack:17302] a8b7c000-a8b7f000 ---p 00000000 00:00 0 a8b7f000-a8bcc000 rw-p 00000000 00:00 0 [stack:17301] a8bcc000-a8bcf000 ---p 00000000 00:00 0 a8bcf000-a8c1c000 rw-p 00000000 00:00 0 [stack:17300] a8c1c000-a8c1f000 ---p 00000000 00:00 0 a8c1f000-a8c6c000 rw-p 00000000 00:00 0 [stack:17299] a8c6c000-a8c6f000 ---p 00000000 00:00 0 a8c6f000-a8cbc000 rw-p 00000000 00:00 0 [stack:17298] a8cbc000-a8cbf000 ---p 00000000 00:00 0 a8cbf000-a8d0c000 rw-p 00000000 00:00 0 [stack:17297] a8d0c000-a8d0f000 ---p 00000000 00:00 0 a8d0f000-a8d5c000 rw-p 00000000 00:00 0 [stack:17296] a8d5c000-a8d5f000 ---p 00000000 00:00 0 a8d5f000-a8dac000 rw-p 00000000 00:00 0 [stack:17295] a8dac000-a8daf000 ---p 00000000 00:00 0 a8daf000-a8dfc000 rw-p 00000000 00:00 0 [stack:17294] a8dfc000-a8dff000 ---p 00000000 00:00 0 a8dff000-a8e4c000 rw-p 00000000 00:00 0 [stack:17293] a8e4c000-a8e4f000 ---p 00000000 00:00 0 a8e4f000-a8e9c000 rw-p 00000000 00:00 0 [stack:17292] a8e9c000-a8e9f000 ---p 00000000 00:00 0 a8e9f000-a8eec000 rw-p 00000000 00:00 0 [stack:17291] a8eec000-a8eef000 ---p 00000000 00:00 0 a8eef000-a8f3c000 rw-p 00000000 00:00 0 [stack:17290] a8f3c000-a8f3f000 ---p 00000000 00:00 0 a8f3f000-a908c000 rw-p 00000000 00:00 0 [stack:17289] a908c000-a918c000 rw-p 00000000 00:00 0 a918c000-a91c0000 r--s 00250000 b3:06 159136 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/230/1/.cp/lib/db4o-8.0.224.15975-all-java5.jar a91c0000-a91c3000 ---p 00000000 00:00 0 a91c3000-a9210000 rw-p 00000000 00:00 0 [stack:17285] a9210000-a9213000 ---p 00000000 00:00 0 a9213000-a9260000 rw-p 00000000 00:00 0 [stack:17284] a9260000-a9263000 ---p 00000000 00:00 0 a9263000-a92b0000 rw-p 00000000 00:00 0 [stack:17283] a92b0000-a92b3000 ---p 00000000 00:00 0 a92b3000-a9300000 rw-p 00000000 00:00 0 [stack:17281] a9300000-a93c8000 rw-p 00000000 00:00 0 a93c8000-a9400000 ---p 00000000 00:00 0 a9400000-a9403000 ---p 00000000 00:00 0 a9403000-a9550000 rw-p 00000000 00:00 0 [stack:17288] a9550000-a9650000 rw-p 00000000 00:00 0 a9650000-a96cd000 r-xp 00000000 b3:06 9130 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libawt.so a96cd000-a96d5000 ---p 0007d000 b3:06 9130 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libawt.so a96d5000-a96dc000 rw-p 0007d000 b3:06 9130 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libawt.so a96dc000-a9700000 rw-p 00000000 00:00 0 a9700000-a97fb000 rw-p 00000000 00:00 0 a97fb000-a9800000 ---p 00000000 00:00 0 a9809000-a981b000 r--s 00105000 b3:06 158664 /opt/openhab/server/plugins/org.eclipse.emf.ecore_2.8.3.v20130125-0546.jar a981b000-a9830000 r--s 0013d000 b3:06 158749 /opt/openhab/server/plugins/org.eclipse.xtext.xbase_2.3.0.v201206120633.jar a9830000-a9833000 ---p 00000000 00:00 0 a9833000-a9880000 rw-p 00000000 00:00 0 [stack:17287] a9880000-a9883000 ---p 00000000 00:00 0 a9883000-a98d0000 rw-p 00000000 00:00 0 [stack:17282] a98d0000-a98e0000 r-xp 00000000 b3:06 8308 /lib/arm-linux-gnueabihf/libresolv-2.13.so a98e0000-a98e1000 r--p 00010000 b3:06 8308 /lib/arm-linux-gnueabihf/libresolv-2.13.so a98e1000-a98e2000 rw-p 00011000 b3:06 8308 /lib/arm-linux-gnueabihf/libresolv-2.13.so a98e2000-a98e4000 rw-p 00000000 00:00 0 a98e4000-a98e8000 r-xp 00000000 b3:06 8446 /lib/arm-linux-gnueabihf/libnss_dns-2.13.so a98e8000-a98ef000 ---p 00004000 b3:06 8446 /lib/arm-linux-gnueabihf/libnss_dns-2.13.so a98ef000-a98f0000 r--p 00003000 b3:06 8446 /lib/arm-linux-gnueabihf/libnss_dns-2.13.so a98f0000-a98f1000 rw-p 00004000 b3:06 8446 /lib/arm-linux-gnueabihf/libnss_dns-2.13.so a98f1000-a9900000 r--s 00085000 b3:06 285017 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jersey-server-1.17.1.jar a9900000-a9a00000 rw-p 00000000 00:00 0 a9a00000-a9b00000 rw-p 00000000 00:00 0 a9b00000-a9c00000 rw-p 00000000 00:00 0 a9c00000-a9cfb000 rw-p 00000000 00:00 0 a9cfb000-a9d00000 ---p 00000000 00:00 0 a9d04000-a9d07000 ---p 00000000 00:00 0 a9d07000-a9d54000 rw-p 00000000 00:00 0 [stack:17275] a9d54000-a9d57000 ---p 00000000 00:00 0 a9d57000-a9da4000 rw-p 00000000 00:00 0 [stack:17276] a9da4000-a9da7000 ---p 00000000 00:00 0 a9da7000-a9ef4000 rw-p 00000000 00:00 0 [stack:17261] a9f00000-aa000000 rw-p 00000000 00:00 0 aa000000-aa0ff000 rw-p 00000000 00:00 0 aa0ff000-aa100000 ---p 00000000 00:00 0 aa105000-aa110000 r--s 00068000 b3:06 285020 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jersey-core-1.17.1.jar aa110000-aa210000 rw-p 00000000 00:00 0 aa210000-aa310000 rw-p 00000000 00:00 0 aa310000-aa410000 rw-p 00000000 00:00 0 aa410000-aa413000 ---p 00000000 00:00 0 aa413000-aa460000 rw-p 00000000 00:00 0 [stack:17254] aa460000-aa463000 ---p 00000000 00:00 0 aa463000-aa4b0000 rw-p 00000000 00:00 0 [stack:17253] aa4b0000-aa4b3000 ---p 00000000 00:00 0 aa4b3000-aa500000 rw-p 00000000 00:00 0 [stack:17252] aa500000-aa5f9000 rw-p 00000000 00:00 0 aa5f9000-aa600000 ---p 00000000 00:00 0 aa60a000-aa623000 r--s 000f1000 b3:06 158774 /opt/openhab/server/plugins/org.openhab.model.sitemap_1.6.2.jar aa623000-aa626000 ---p 00000000 00:00 0 aa626000-aa773000 rw-p 00000000 00:00 0 [stack:17383] aa773000-aa873000 rw-p 00000000 00:00 0 aa873000-aa876000 ---p 00000000 00:00 0 aa876000-aa9c3000 rw-p 00000000 00:00 0 [stack:17246] aa9c3000-aa9c6000 ---p 00000000 00:00 0 aa9c6000-aaa13000 rw-p 00000000 00:00 0 [stack:17250] aaa13000-aaa16000 ---p 00000000 00:00 0 aaa16000-aab63000 rw-p 00000000 00:00 0 [stack:17242] aab63000-aab66000 ---p 00000000 00:00 0 aab66000-aacb3000 rw-p 00000000 00:00 0 [stack:17238] aacb3000-aacb4000 r-xp 00000000 b3:06 271517 /usr/lib/arm-linux-gnueabihf/gconv/ISO8859-1.so aacb4000-aacbc000 ---p 00001000 b3:06 271517 /usr/lib/arm-linux-gnueabihf/gconv/ISO8859-1.so aacbc000-aacbd000 r--p 00001000 b3:06 271517 /usr/lib/arm-linux-gnueabihf/gconv/ISO8859-1.so aacbd000-aacbe000 rw-p 00002000 b3:06 271517 /usr/lib/arm-linux-gnueabihf/gconv/ISO8859-1.so aacbe000-aaccf000 r--p 00000000 b3:06 154905 /usr/share/locale/nb/LC_MESSAGES/libc.mo aacd2000-aace1000 r--s 0007f000 b3:06 284996 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/190/1/.cp/lib/joda-time-2.3.jar aace1000-aacff000 r--s 00167000 b3:06 158568 /opt/openhab/server/plugins/com.google.guava_10.0.1.v201203051515.jar aacff000-aadff000 rw-p 00000000 00:00 0 aadff000-aae02000 ---p 00000000 00:00 0 aae02000-aae4f000 rw-p 00000000 00:00 0 [stack:17244] aae4f000-aae52000 ---p 00000000 00:00 0 aae52000-aae9f000 rw-p 00000000 00:00 0 [stack:17322] aae9f000-aaea2000 ---p 00000000 00:00 0 aaea2000-aaeef000 rw-p 00000000 00:00 0 [stack:17237] aaeef000-aaef2000 ---p 00000000 00:00 0 aaef2000-aaf3f000 rw-p 00000000 00:00 0 [stack:17230] aaf3f000-aaf42000 ---p 00000000 00:00 0 aaf42000-aaf8f000 rw-p 00000000 00:00 0 [stack:17229] aaf8f000-aaf92000 ---p 00000000 00:00 0 aaf92000-aafdf000 rw-p 00000000 00:00 0 [stack:17228] aafdf000-aafe2000 ---p 00000000 00:00 0 aafe2000-ab02f000 rw-p 00000000 00:00 0 [stack:17227] ab02f000-ab032000 ---p 00000000 00:00 0 ab032000-ab07f000 rw-p 00000000 00:00 0 [stack:17259] ab07f000-ab082000 ---p 00000000 00:00 0 ab082000-ab0cf000 rw-p 00000000 00:00 0 [stack:17226] ab0cf000-ab0d2000 ---p 00000000 00:00 0 ab0d2000-ab11f000 rw-p 00000000 00:00 0 [stack:17223] ab11f000-ab122000 ---p 00000000 00:00 0 ab122000-ab16f000 rw-p 00000000 00:00 0 [stack:17222] ab16f000-ab172000 ---p 00000000 00:00 0 ab172000-ab2bf000 rw-p 00000000 00:00 0 [stack:17221] ab2bf000-ab2ee000 r-xp 00000000 b3:06 9135 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libsunec.so ab2ee000-ab2f6000 ---p 0002f000 b3:06 9135 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libsunec.so ab2f6000-ab2f9000 rw-p 0002f000 b3:06 9135 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libsunec.so ab2f9000-ab2fe000 rw-p 00000000 00:00 0 ab2fe000-ab301000 ---p 00000000 00:00 0 ab301000-ab34e000 rw-p 00000000 00:00 0 [stack:17220] ab34e000-ab351000 ---p 00000000 00:00 0 ab351000-ab39e000 rw-p 00000000 00:00 0 [stack:17219] ab39e000-ab3a1000 ---p 00000000 00:00 0 ab3a1000-ab3ee000 rw-p 00000000 00:00 0 [stack:17218] ab3ee000-ab3f1000 ---p 00000000 00:00 0 ab3f1000-ab53e000 rw-p 00000000 00:00 0 [stack:17217] ab53e000-ab541000 ---p 00000000 00:00 0 ab541000-ab58e000 rw-p 00000000 00:00 0 [stack:17215] ab58e000-ab591000 ---p 00000000 00:00 0 ab591000-ab5de000 rw-p 00000000 00:00 0 [stack:17214] ab5de000-ab5e1000 ---p 00000000 00:00 0 ab5e1000-ab62e000 rw-p 00000000 00:00 0 [stack:17213] ab62e000-ab631000 ---p 00000000 00:00 0 ab631000-ab67e000 rw-p 00000000 00:00 0 [stack:17212] ab67e000-ab681000 ---p 00000000 00:00 0 ab681000-ab6ce000 rw-p 00000000 00:00 0 [stack:17211] ab6ce000-ab6d1000 ---p 00000000 00:00 0 ab6d1000-ab71e000 rw-p 00000000 00:00 0 [stack:17210] ab71e000-ab721000 ---p 00000000 00:00 0 ab721000-ab86e000 rw-p 00000000 00:00 0 [stack:17209] ab86e000-ab96e000 rw-p 00000000 00:00 0 ab96e000-aba6e000 rw-p 00000000 00:00 0 aba6e000-aba71000 ---p 00000000 00:00 0 aba71000-ababe000 rw-p 00000000 00:00 0 [stack:17201] ababf000-abacd000 r--s 000ad000 b3:06 285012 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jackson-mapper-asl-1.9.2.jar abacd000-abad6000 r--s 00085000 b3:06 284944 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/191/1/.cp/lib/quartz-all-2.1.7.jar abad6000-abadd000 r--s 00062000 b3:06 285061 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/233/1/.cp/lib/sigar-1.6.4.jar abadd000-abae7000 r--s 0004e000 b3:06 285059 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/231/1/.cp/lib/cling-support-1.0.5.jar abae7000-abaea000 r--s 0001a000 b3:06 158577 /opt/openhab/server/plugins/javax.xml.bind_2.2.0.v201105210648.jar abaea000-abaf2000 r--s 000f0000 b3:06 158659 /opt/openhab/server/plugins/org.eclipse.emf.codegen.ecore_2.8.2.v20130125-0826.jar abaf2000-abaf6000 r--s 0001c000 b3:06 158656 /opt/openhab/server/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20120610-1946.jar abaf6000-abaf8000 r--s 00007000 b3:06 158783 /opt/openhab/server/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar abaf8000-abafd000 r--s 0003b000 b3:06 158565 /opt/openhab/server/plugins/ch.qos.logback.classic_1.0.7.v20121108-1250.jar abafd000-abb00000 r--s 00013000 b3:06 158729 /opt/openhab/server/plugins/org.eclipse.jetty.servlets_8.1.3.v20120522.jar abb00000-abc00000 rw-p 00000000 00:00 0 abc00000-abcfa000 rw-p 00000000 00:00 0 abcfa000-abd00000 ---p 00000000 00:00 0 abd00000-abe00000 rw-p 00000000 00:00 0 abe00000-abf00000 rw-p 00000000 00:00 0 abf00000-abf03000 ---p 00000000 00:00 0 abf03000-abf50000 rw-p 00000000 00:00 0 [stack:17196] abf50000-abf53000 ---p 00000000 00:00 0 abf53000-abfa0000 rw-p 00000000 00:00 0 [stack:17202] abfa1000-abfa3000 r--s 00006000 b3:06 158782 /opt/openhab/server/plugins/org.slf4j.log4j_1.7.2.v20130115-1340.jar abfa3000-abfa8000 r--s 00011000 b3:06 158785 /opt/openhab/server/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar abfa8000-abfac000 r--s 00031000 b3:06 158580 /opt/openhab/server/plugins/org.antlr.runtime_3.2.0.v201101311130.jar abfac000-abfb2000 r--s 00049000 b3:06 158623 /opt/openhab/server/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar abfb2000-abfb7000 r--s 00025000 b3:06 158637 /opt/openhab/server/plugins/org.eclipse.core.databinding.property_1.4.100.v20120523-1955.jar abfb7000-abfc4000 r--s 00089000 b3:06 158621 /opt/openhab/server/plugins/org.apache.commons.collections_3.2.0.v2013030210310.jar abfd0000-abfd5000 r--s 0002e000 b3:06 158633 /opt/openhab/server/plugins/org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar abfd5000-abfda000 r-xp 00000000 b3:06 9145 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libawt_headless.so abfda000-abfe1000 ---p 00005000 b3:06 9145 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libawt_headless.so abfe1000-abfe2000 rw-p 00004000 b3:06 9145 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libawt_headless.so abfe3000-abfec000 r--s 00032000 b3:06 158579 /opt/openhab/server/plugins/javax.xml_1.3.4.v201005080400.jar ac000000-ac0fe000 rw-p 00000000 00:00 0 ac0fe000-ac100000 ---p 00000000 00:00 0 ac101000-ac106000 r--s 0002d000 b3:06 158638 /opt/openhab/server/plugins/org.eclipse.core.databinding_1.4.1.v20120912-132807.jar ac106000-ac10b000 r--s 0003f000 b3:06 9073 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/ext/sunjce_provider.jar ac114000-ac118000 r--s 00110000 b3:06 285050 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/231/1/bundlefile ac11e000-ac122000 r--s 0001f000 b3:06 158778 /opt/openhab/server/plugins/org.sat4j.pb_2.3.0.v20110329.jar ac130000-ac137000 r--s 00000000 b3:06 271595 /usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache ac138000-ac142000 r--s 00074000 b3:06 158632 /opt/openhab/server/plugins/org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar ac142000-ac148000 r--s 0004f000 b3:06 158727 /opt/openhab/server/plugins/org.eclipse.jetty.server_8.1.3.v20120522.jar ac149000-ac14b000 r--s 0000f000 b3:06 158716 /opt/openhab/server/plugins/org.eclipse.jetty.deploy_8.1.3.v20120522.jar ac14b000-ac150000 r--s 00036000 b3:06 158739 /opt/openhab/server/plugins/org.eclipse.xpand_1.1.0.v201108020519.jar ac150000-ac155000 r--s 00045000 b3:06 158625 /opt/openhab/server/plugins/org.apache.commons.lang_2.6.0.v201205030909.jar ac155000-ac156000 r--s 00005000 b3:06 158780 /opt/openhab/server/plugins/org.slf4j.jcl_1.7.2.v20130115-1340.jar ac156000-ac158000 r--s 00006000 b3:06 158719 /opt/openhab/server/plugins/org.eclipse.jetty.jmx_8.1.3.v20120522.jar ac15a000-ac15b000 r--s 00002000 b3:06 158655 /opt/openhab/server/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20120610-1946.jar ac15b000-ac15d000 r--s 002ea000 b3:06 158763 /opt/openhab/server/plugins/org.openhab.io.rest.lib_1.6.2.jar ac167000-ac168000 r--s 00080000 b3:06 158767 /opt/openhab/server/plugins/org.openhab.io.transport.serial_1.6.2.jar ac168000-ac16b000 r--s 00019000 b3:06 158718 /opt/openhab/server/plugins/org.eclipse.jetty.io_8.1.3.v20120522.jar ac174000-ac176000 r--s 0000a000 b3:06 158647 /opt/openhab/server/plugins/org.eclipse.e4.core.contexts_1.2.0.v20121221-192508.jar ac179000-ac17c000 r--s 00010000 b3:06 158620 /opt/openhab/server/plugins/org.apache.commons.codec_1.4.0.v201209201156.jar ac17f000-ac180000 r--s 00009000 b3:06 9067 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/ext/sunec.jar ac180000-ac181000 r--s 00002000 b3:06 158781 /opt/openhab/server/plugins/org.slf4j.jul_1.7.2.v20121108-1250.jar ac182000-ac184000 r--s 00002000 b3:06 285042 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/227/1/bundlefile ac184000-ac196000 r--s 00345000 b3:06 9150 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/resources.jar ac196000-ac19b000 r--s 002f8000 b3:06 9176 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/charsets.jar ac19b000-ac19d000 r--s 0000c000 b3:06 158618 /opt/openhab/server/plugins/org.apache.commons.cli_1.2.0.v201105210650.jar ac19d000-ac1a2000 r--s 00043000 b3:06 158627 /opt/openhab/server/plugins/org.apache.commons.net_3.2.0.v201305141515.jar ac1a2000-ac1a4000 r--s 000e8000 b3:06 159135 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/234/1/bundlefile ac1a4000-ac1b0000 r--s 00096000 b3:06 285029 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/atmosphere-runtime-2.0.9.jar ac1b0000-ac1b3000 r--s 0001d000 b3:06 285015 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jersey-client-1.17.1.jar ac1b4000-ac1b9000 r--s 00034000 b3:06 285058 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/231/1/.cp/lib/teleal-common-1.0.13.jar ac1b9000-ac1c5000 r--s 0007b000 b3:06 285057 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/231/1/.cp/lib/cling-core-1.0.5.jar ac1c7000-ac1c8000 r--s 00006000 b3:06 158572 /opt/openhab/server/plugins/javax.annotation_1.1.0.v201209060031.jar ac1c8000-ac1ca000 r--s 00002000 b3:06 158670 /opt/openhab/server/plugins/org.eclipse.emf.mwe2.runtime_2.3.0.v201206110920.jar ac1ca000-ac1cd000 r--s 00015000 b3:06 158714 /opt/openhab/server/plugins/org.eclipse.jetty.client_8.1.3.v20120522.jar ac1cd000-ac1d0000 r--s 00018000 b3:06 158634 /opt/openhab/server/plugins/org.eclipse.core.commands_3.6.2.v20130123-162658.jar ac1d0000-ac1d2000 r--s 0001a000 b3:06 158731 /opt/openhab/server/plugins/org.eclipse.jetty.webapp_8.1.3.v20120522.jar ac1d2000-ac1d5000 r--s 00017000 b3:06 158728 /opt/openhab/server/plugins/org.eclipse.jetty.servlet_8.1.3.v20120522.jar ac1d7000-ac1db000 r--s 0002e000 b3:06 158575 /opt/openhab/server/plugins/javax.servlet_3.0.0.v201112011016.jar ac1db000-ac1df000 r--s 00024000 b3:06 285016 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jersey-json-1.17.1.jar ac1df000-ac1e0000 r--s 00007000 b3:06 158666 /opt/openhab/server/plugins/org.eclipse.emf.mwe.utils_1.2.1.v201206110920.jar ac1e2000-ac1e5000 r--s 0001c000 b3:06 285018 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jersey-servlet-1.17.1.jar ac1e5000-ac1e9000 r--s 000dc000 b3:06 159142 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/234/1/.cp/lib/jna-4.0.0.jar ac1e9000-ac1eb000 r--s 0000a000 b3:06 158720 /opt/openhab/server/plugins/org.eclipse.jetty.jndi_8.1.3.v20120522.jar ac1eb000-ac1ed000 r--s 00009000 b3:06 158758 /opt/openhab/server/plugins/org.openhab.core_1.6.2.jar ac1ed000-ac1ee000 r--s 00005000 b3:06 158648 /opt/openhab/server/plugins/org.eclipse.e4.core.di.extensions_0.11.100.v20121024-182359.jar ac1ee000-ac1f0000 r--s 0000d000 b3:06 158764 /opt/openhab/server/plugins/org.openhab.io.rest_1.6.2.jar ac1f0000-ac1f4000 r--s 00034000 b3:06 285010 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jackson-core-asl-1.9.2.jar ac1f4000-ac1f5000 r--s 00003000 b3:06 158744 /opt/openhab/server/plugins/org.eclipse.xtext.ecore_2.3.0.v201206120633.jar ac1f5000-ac1f6000 rw-p 00000000 00:00 0 ac1f6000-ac1f8000 r--s 00007000 b3:06 285027 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/atmosphere-annotations-2.0.9.jar ac1f8000-ac1fa000 r--s 0000f000 b3:06 285019 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jettison-1.1.jar ac1fa000-ac1fc000 r--s 00009000 b3:06 158696 /opt/openhab/server/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.100.v20120913-155635.jar ac1fc000-ac1fe000 r--s 00008000 b3:06 158753 /opt/openhab/server/plugins/org.openhab.core.library_1.6.2.jar ac1fe000-ac200000 r--s 0000c000 b3:06 285028 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/atmosphere-jersey-2.0.9.jar ac200000-ac201000 r--s 00001000 b3:06 285026 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/atmosphere-compat-tomcat7-2.0.1.jar ac201000-ac203000 r--s 0000a000 b3:06 285021 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jsr311-api-1.1.1.jar ac203000-ac204000 rwxp 00000000 00:00 0 ac204000-ac205000 r--s 00001000 b3:06 285025 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/atmosphere-compat-tomcat-2.0.1.jar ac205000-ac206000 r--s 00001000 b3:06 285022 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/atmosphere-compat-jbossweb-2.0.1.jar ac206000-ac20a000 r--s 0002f000 b3:06 158747 /opt/openhab/server/plugins/org.eclipse.xtext.util_2.3.0.v201206120633.jar ac20a000-ac20b000 r--s 00002000 b3:06 159134 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/232/1/bundlefile ac20b000-ac20c000 r--s 00001000 b3:06 285038 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/225/1/bundlefile ac20c000-ac20e000 r--s 00005000 b3:06 159129 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/228/1/bundlefile ac20e000-ac213000 r--s 00094000 b3:06 159139 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/224/1/.cp/lib/rrd4j-2.1.1.jar ac213000-ac215000 r--s 00096000 b3:06 159126 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/224/1/bundlefile ac215000-ac217000 r--s 00008000 b3:06 159127 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/226/1/bundlefile ac217000-ac219000 r--s 0000b000 b3:06 159137 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/222/1/.cp/lib/commons-exec-1.1.jar ac219000-ac21a000 r--s 00002000 b3:06 158573 /opt/openhab/server/plugins/javax.inject_1.0.0.v20091030.jar ac21a000-ac21d000 r--s 00015000 b3:06 158726 /opt/openhab/server/plugins/org.eclipse.jetty.security_8.1.3.v20120522.jar ac21d000-ac21e000 r--s 0000a000 b3:06 285014 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/asm-3.1.jar ac21e000-ac220000 r--s 00008000 b3:06 285046 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/229/1/bundlefile ac220000-ac222000 r--s 00000000 b3:06 158760 /opt/openhab/server/plugins/org.openhab.io.monitor_1.6.2.jar ac222000-ac224000 r--s 0023a000 b3:06 159132 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/230/1/bundlefile ac224000-ac226000 r--s 00007000 b3:06 158779 /opt/openhab/server/plugins/org.slf4j.api_1.7.2.v20121108-1250.jar ac226000-ac227000 r--s 00006000 b3:06 285013 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jackson-xc-1.9.2.jar ac227000-ac229000 r--s 00005000 b3:06 158762 /opt/openhab/server/plugins/org.openhab.io.net_1.6.2.jar ac229000-ac22b000 r--s 0007d000 b3:06 158754 /opt/openhab/server/plugins/org.openhab.core.persistence_1.6.2.jar ac22b000-ac22d000 r--s 0000c000 b3:06 158619 /opt/openhab/server/plugins/org.apache.commons.codec_1.3.0.v201101211617.jar ac22d000-ac22e000 r--s 00004000 b3:06 285011 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/199/1/.cp/lib/jackson-jaxrs-1.9.2.jar ac22e000-ac231000 ---p 00000000 00:00 0 ac231000-ac27e000 rw-p 00000000 00:00 0 [stack:17191] ac27e000-ac281000 ---p 00000000 00:00 0 ac281000-ac2ce000 rw-p 00000000 00:00 0 [stack:17186] ac2ce000-ac2d1000 ---p 00000000 00:00 0 ac2d1000-ac31e000 rw-p 00000000 00:00 0 [stack:17185] ac31e000-ac321000 ---p 00000000 00:00 0 ac321000-ac36e000 rw-p 00000000 00:00 0 [stack:17234] ac36e000-ac371000 ---p 00000000 00:00 0 ac371000-ac4be000 rw-p 00000000 00:00 0 [stack:17179] ac4be000-ac4c8000 r--s 00116000 b3:06 9070 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/ext/localedata.jar ac4c8000-ac4e4000 r--s 00393000 b3:06 9065 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/ext/cldrdata.jar ac4e4000-ac4f1000 r-xp 00000000 b3:06 9118 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnio.so ac4f1000-ac4f9000 ---p 0000d000 b3:06 9118 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnio.so ac4f9000-ac4fa000 rw-p 0000d000 b3:06 9118 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnio.so ac4fa000-ac50d000 r-xp 00000000 b3:06 9142 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnet.so ac50d000-ac514000 ---p 00013000 b3:06 9142 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnet.so ac514000-ac515000 rw-p 00012000 b3:06 9142 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnet.so ac515000-ac529000 r--s 00142000 b3:06 158736 /opt/openhab/server/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar ac529000-ac57f000 r--s 00408000 b3:06 9066 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/ext/jfxrt-graphics.jar ac57f000-ac5b1000 r--s 0023c000 b3:06 9072 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/ext/jfxrt-controls.jar ac5b1000-ac5b2000 ---p 00000000 00:00 0 ac5b2000-ac631000 rw-p 00000000 00:00 0 [stack:17172] ac631000-ac634000 ---p 00000000 00:00 0 ac634000-ac681000 rw-p 00000000 00:00 0 [stack:17171] ac681000-ac684000 ---p 00000000 00:00 0 ac684000-ac701000 rw-p 00000000 00:00 0 [stack:17170] ac701000-ac704000 ---p 00000000 00:00 0 ac704000-ac751000 rw-p 00000000 00:00 0 [stack:17169] ac751000-ac754000 ---p 00000000 00:00 0 ac754000-ac7a1000 rw-p 00000000 00:00 0 [stack:17168] ac7a1000-ac7a4000 ---p 00000000 00:00 0 ac7a4000-ac7f1000 rw-p 00000000 00:00 0 [stack:17167] ac7f1000-ac7f4000 ---p 00000000 00:00 0 ac7f4000-ac841000 rw-p 00000000 00:00 0 [stack:17166] ac841000-ac844000 ---p 00000000 00:00 0 ac844000-ac891000 rw-p 00000000 00:00 0 [stack:17165] ac891000-ac892000 ---p 00000000 00:00 0 ac892000-ac960000 rw-p 00000000 00:00 0 [stack:17164] ac960000-acb34000 r--s 03c85000 b3:06 9170 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/rt.jar acb34000-acfd5000 rw-p 00000000 00:00 0 acfd5000-acfdb000 ---p 00000000 00:00 0 acfdb000-acfea000 rw-p 00000000 00:00 0 acfea000-ad000000 ---p 00000000 00:00 0 ad000000-adf00000 rw-p 00000000 00:00 0 adf00000-af4a0000 ---p 00000000 00:00 0 af4a0000-b1203000 rw-p 00000000 00:00 0 b1203000-b3e00000 ---p 00000000 00:00 0 b3e00000-b3e01000 r--s 0000f000 b3:06 159125 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/222/1/bundlefile b3e01000-b3e04000 r-xp 00000000 b3:06 9131 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libdt_socket.so b3e04000-b3e0b000 ---p 00003000 b3:06 9131 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libdt_socket.so b3e0b000-b3e0c000 rw-p 00002000 b3:06 9131 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libdt_socket.so b3e0c000-b3e14000 rw-p 00000000 00:00 0 b3e14000-b3e1e000 ---p 00000000 00:00 0 b3e1e000-b3e2e000 rw-p 00000000 00:00 0 b3e2e000-b3e43000 ---p 00000000 00:00 0 b3e43000-b3e56000 rw-p 00000000 00:00 0 b3e56000-b3ec4000 ---p 00000000 00:00 0 b3ec4000-b430c000 rwxp 00000000 00:00 0 b430c000-b5ec4000 ---p 00000000 00:00 0 b5ec4000-b5edb000 r-xp 00000000 b3:06 9090 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libzip.so b5edb000-b5ee2000 ---p 00017000 b3:06 9090 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libzip.so b5ee2000-b5ee3000 rw-p 00016000 b3:06 9090 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libzip.so b5ee3000-b5eed000 r-xp 00000000 b3:06 8311 /lib/arm-linux-gnueabihf/libnss_files-2.13.so b5eed000-b5ef4000 ---p 0000a000 b3:06 8311 /lib/arm-linux-gnueabihf/libnss_files-2.13.so b5ef4000-b5ef5000 r--p 00009000 b3:06 8311 /lib/arm-linux-gnueabihf/libnss_files-2.13.so b5ef5000-b5ef6000 rw-p 0000a000 b3:06 8311 /lib/arm-linux-gnueabihf/libnss_files-2.13.so b5ef6000-b5eff000 r-xp 00000000 b3:06 8287 /lib/arm-linux-gnueabihf/libnss_nis-2.13.so b5eff000-b5f06000 ---p 00009000 b3:06 8287 /lib/arm-linux-gnueabihf/libnss_nis-2.13.so b5f06000-b5f07000 r--p 00008000 b3:06 8287 /lib/arm-linux-gnueabihf/libnss_nis-2.13.so b5f07000-b5f08000 rw-p 00009000 b3:06 8287 /lib/arm-linux-gnueabihf/libnss_nis-2.13.so b5f08000-b5f19000 r-xp 00000000 b3:06 8374 /lib/arm-linux-gnueabihf/libnsl-2.13.so b5f19000-b5f20000 ---p 00011000 b3:06 8374 /lib/arm-linux-gnueabihf/libnsl-2.13.so b5f20000-b5f21000 r--p 00010000 b3:06 8374 /lib/arm-linux-gnueabihf/libnsl-2.13.so b5f21000-b5f22000 rw-p 00011000 b3:06 8374 /lib/arm-linux-gnueabihf/libnsl-2.13.so b5f22000-b5f24000 rw-p 00000000 00:00 0 b5f24000-b5f2a000 r-xp 00000000 b3:06 8326 /lib/arm-linux-gnueabihf/libnss_compat-2.13.so b5f2a000-b5f31000 ---p 00006000 b3:06 8326 /lib/arm-linux-gnueabihf/libnss_compat-2.13.so b5f31000-b5f32000 r--p 00005000 b3:06 8326 /lib/arm-linux-gnueabihf/libnss_compat-2.13.so b5f32000-b5f33000 rw-p 00006000 b3:06 8326 /lib/arm-linux-gnueabihf/libnss_compat-2.13.so b5f33000-b5f34000 r--s 00084000 b3:06 158755 /opt/openhab/server/plugins/org.openhab.core.scheduler_1.6.2.jar b5f34000-b5f35000 r--s 00002000 b3:06 158567 /opt/openhab/server/plugins/ch.qos.logback.slf4j_1.0.7.v20121108-1250.jar b5f35000-b5f37000 r--s 00006000 b3:06 158576 /opt/openhab/server/plugins/javax.transaction_1.1.1.v201105210645.jar b5f37000-b5f3a000 r--s 00019000 b3:06 9182 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/jce.jar b5f3a000-b5f42000 rw-s 00000000 b3:06 158488 /tmp/hsperfdata_pi/17162 b5f42000-b6061000 r--p 001f1000 b3:06 284165 /usr/lib/locale/locale-archive b6061000-b6261000 r--p 00000000 b3:06 284165 /usr/lib/locale/locale-archive b6261000-b6296000 r-xp 00000000 b3:06 9141 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libjdwp.so b6296000-b629d000 ---p 00035000 b3:06 9141 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libjdwp.so b629d000-b629e000 rw-p 00034000 b3:06 9141 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libjdwp.so b629e000-b62c1000 r-xp 00000000 b3:06 9116 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libjava.so b62c1000-b62c9000 ---p 00023000 b3:06 9116 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libjava.so b62c9000-b62ca000 rw-p 00023000 b3:06 9116 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libjava.so b62ca000-b62d3000 r-xp 00000000 b3:06 9124 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libverify.so b62d3000-b62db000 ---p 00009000 b3:06 9124 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libverify.so b62db000-b62dc000 rw-p 00009000 b3:06 9124 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libverify.so b62dc000-b62e2000 r-xp 00000000 b3:06 8438 /lib/arm-linux-gnueabihf/librt-2.13.so b62e2000-b62e9000 ---p 00006000 b3:06 8438 /lib/arm-linux-gnueabihf/librt-2.13.so b62e9000-b62ea000 r--p 00005000 b3:06 8438 /lib/arm-linux-gnueabihf/librt-2.13.so b62ea000-b62eb000 rw-p 00006000 b3:06 8438 /lib/arm-linux-gnueabihf/librt-2.13.so b62eb000-b62ee000 ---p 00000000 00:00 0 b62ee000-b633b000 rw-p 00000000 00:00 0 [stack:17163] b633b000-b63a3000 r-xp 00000000 b3:06 8271 /lib/arm-linux-gnueabihf/libm-2.13.so b63a3000-b63aa000 ---p 00068000 b3:06 8271 /lib/arm-linux-gnueabihf/libm-2.13.so b63aa000-b63ab000 r--p 00067000 b3:06 8271 /lib/arm-linux-gnueabihf/libm-2.13.so b63ab000-b63ac000 rw-p 00068000 b3:06 8271 /lib/arm-linux-gnueabihf/libm-2.13.so b63ac000-b68e8000 r-xp 00000000 b3:06 9127 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/client/libjvm.so b68e8000-b68ef000 ---p 0053c000 b3:06 9127 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/client/libjvm.so b68ef000-b6919000 rw-p 0053b000 b3:06 9127 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/client/libjvm.so b6919000-b6d3a000 rw-p 00000000 00:00 0 b6d3a000-b6d5a000 r-xp 00000000 b3:06 8463 /lib/arm-linux-gnueabihf/libgcc_s.so.1 b6d5a000-b6d61000 ---p 00020000 b3:06 8463 /lib/arm-linux-gnueabihf/libgcc_s.so.1 b6d61000-b6d62000 rw-p 0001f000 b3:06 8463 /lib/arm-linux-gnueabihf/libgcc_s.so.1 b6d62000-b6e86000 r-xp 00000000 b3:06 8304 /lib/arm-linux-gnueabihf/libc-2.13.so b6e86000-b6e8d000 ---p 00124000 b3:06 8304 /lib/arm-linux-gnueabihf/libc-2.13.so b6e8d000-b6e8f000 r--p 00123000 b3:06 8304 /lib/arm-linux-gnueabihf/libc-2.13.so b6e8f000-b6e90000 rw-p 00125000 b3:06 8304 /lib/arm-linux-gnueabihf/libc-2.13.so b6e90000-b6e93000 rw-p 00000000 00:00 0 b6e93000-b6e95000 r-xp 00000000 b3:06 8470 /lib/arm-linux-gnueabihf/libdl-2.13.so b6e95000-b6e9c000 ---p 00002000 b3:06 8470 /lib/arm-linux-gnueabihf/libdl-2.13.so b6e9c000-b6e9d000 r--p 00001000 b3:06 8470 /lib/arm-linux-gnueabihf/libdl-2.13.so b6e9d000-b6e9e000 rw-p 00002000 b3:06 8470 /lib/arm-linux-gnueabihf/libdl-2.13.so b6e9e000-b6eb2000 r-xp 00000000 b3:06 9139 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/jli/libjli.so b6eb2000-b6eb9000 ---p 00014000 b3:06 9139 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/jli/libjli.so b6eb9000-b6eba000 rw-p 00013000 b3:06 9139 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/jli/libjli.so b6eba000-b6ece000 r-xp 00000000 b3:06 8437 /lib/arm-linux-gnueabihf/libpthread-2.13.so b6ece000-b6ed5000 ---p 00014000 b3:06 8437 /lib/arm-linux-gnueabihf/libpthread-2.13.so b6ed5000-b6ed6000 r--p 00013000 b3:06 8437 /lib/arm-linux-gnueabihf/libpthread-2.13.so b6ed6000-b6ed7000 rw-p 00014000 b3:06 8437 /lib/arm-linux-gnueabihf/libpthread-2.13.so b6ed7000-b6ed9000 rw-p 00000000 00:00 0 b6ed9000-b6eda000 r--s 00065000 b3:06 285054 /opt/openhab/server/configuration/org.eclipse.osgi/bundles/233/1/bundlefile b6eda000-b6ede000 r--s 00093000 b3:06 9151 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/jsse.jar b6ede000-b6ee0000 r-xp 00000000 b3:06 9094 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnpt.so b6ee0000-b6ee7000 ---p 00002000 b3:06 9094 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnpt.so b6ee7000-b6ee8000 rw-p 00001000 b3:06 9094 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/lib/arm/libnpt.so b6ee8000-b6eea000 r-xp 00000000 b3:06 272579 /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so b6eea000-b6ef1000 ---p 00002000 b3:06 272579 /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so b6ef1000-b6ef2000 rw-p 00001000 b3:06 272579 /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so b6ef2000-b6f0f000 r-xp 00000000 b3:06 8356 /lib/arm-linux-gnueabihf/ld-2.13.so b6f0f000-b6f11000 r--s 0000b000 b3:06 158682 /opt/openhab/server/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar b6f11000-b6f12000 rw-p 00000000 00:00 0 b6f12000-b6f13000 r--p 00000000 00:00 0 b6f13000-b6f17000 rw-p 00000000 00:00 0 b6f17000-b6f18000 r--p 0001d000 b3:06 8356 /lib/arm-linux-gnueabihf/ld-2.13.so b6f18000-b6f19000 rw-p 0001e000 b3:06 8356 /lib/arm-linux-gnueabihf/ld-2.13.so befcc000-befed000 rw-p 00000000 00:00 0 [stack] befef000-beff0000 r-xp 00000000 00:00 0 [sigpage] ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]

VM Arguments: jvm_args: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=n -Dosgi.clean=true -Declipse.ignoreApp=true -Dosgi.noShutdown=true -Djetty.port=8080 -Djetty.port.ssl=8443 -Djetty.home=. -Dlogback.configurationFile=configurations/logback_debug.xml -Dfelix.fileinstall.dir=addons -Djava.library.path=lib -Dorg.quartz.properties=./etc/quartz.properties -Djava.security.auth.login.config=./etc/login.conf -Dequinox.ds.block_timeout=240000 -Dequinox.scr.waitTimeOnBlock=60000 -Dfelix.fileinstall.active.level=4 -Djava.awt.headless=true java_command: server/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -console java_class_path (initial): server/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar Launcher Type: SUN_STANDARD

Environment Variables: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games SHELL=/bin/bash

Signal Handlers: SIGSEGV: [libjvm.so+0x4c7b40], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGBUS: [libjvm.so+0x4c7b40], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGFPE: [libjvm.so+0x3cc1ac], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGPIPE: [libjvm.so+0x3cc1ac], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGXFSZ: [libjvm.so+0x3cc1ac], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGILL: [libjvm.so+0x3cc1ac], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGUSR2: [libjvm.so+0x3cc2dc], sa_mask[0]=0x00000000, sa_flags=0x10000004 SIGHUP: [libjvm.so+0x3cc710], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGINT: [libjvm.so+0x3cc710], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGTERM: [libjvm.so+0x3cc710], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGQUIT: [libjvm.so+0x3cc710], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004

--------------- S Y S T E M ---------------

OS:PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)" NAME="Raspbian GNU/Linux" VERSION_ID="7" VERSION="7 (wheezy)" ID=raspbian ID_LIKE=debian ANSI_COLOR="1;31" HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

uname:Linux 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l libc:glibc 2.13 NPTL 2.13 rlimit: STACK 8192k, CORE 0k, NPROC 3415, NOFILE 4096, AS infinity load average:3,13 2,03 1,96

/proc/meminfo: MemTotal: 445740 kB MemFree: 62728 kB MemAvailable: 291732 kB Buffers: 19444 kB Cached: 225576 kB SwapCached: 1164 kB Active: 209676 kB Inactive: 145036 kB Active(anon): 62652 kB Inactive(anon): 47620 kB Active(file): 147024 kB Inactive(file): 97416 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 102396 kB SwapFree: 92936 kB Dirty: 13448 kB Writeback: 0 kB AnonPages: 108784 kB Mapped: 23240 kB Shmem: 556 kB Slab: 16468 kB SReclaimable: 10088 kB SUnreclaim: 6380 kB KernelStack: 2016 kB PageTables: 1312 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 325264 kB Committed_AS: 340636 kB VmallocTotal: 565248 kB VmallocUsed: 4664 kB VmallocChunk: 282444 kB

CPU:total 1 (ARMv6), vfp

/proc/cpuinfo: processor : 0 model name : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 2.00 Features : half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7

Hardware : BCM2708 Revision : 0010 Serial : 000000002e95ef64

Memory: 4k page, physical 445740k(62728k free), swap 102396k(92936k free)

vm_info: Java HotSpot(TM) Client VM (25.0-b70) for linux-arm-vfp-hflt JRE (1.8.0-b132), built on Mar 4 2014 06:39:31 by "java_re" with gcc 4.7.2 20120910 (prerelease)

time: Tue Mar 31 14:23:03 2015 elapsed time: 252 seconds

jarlebh commented 9 years ago

I have ordered a new RP2, so i will try to test it during next week. Jarle

2015-04-02 14:34 GMT+02:00 arnemg notifications@github.com:

This is a new output, with minimum of bindings for my system. I use tellstick binding for the sensors and it fails. At the end I have added the hs_err_pid17162.log file which is also generated by the crash.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ start_debug.sh output: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Launching the openHAB runtime in debug mode... Listening for transport dt_socket at address: 8001 osgi> 14:19:47.253 [DEBUG] [.s.internal.SchedulerActivator:36 ] - Scheduler has been started. 14:19:48.068 [INFO ] [uartz.impl.StdSchedulerFactory:1175 ] - Using default implementation for ThreadExecutor 14:19:48.402 [INFO ] [rtz.core.SchedulerSignalerImpl:61 ] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 14:19:48.411 [INFO ] [rg.quartz.core.QuartzScheduler:243 ] - Quartz Scheduler v.2.1.7 created. 14:19:48.440 [INFO ] [org.quartz.simpl.RAMJobStore :154 ] - RAMJobStore initialized. 14:19:48.467 [INFO ] [rg.quartz.core.QuartzScheduler:268 ] - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'openHAB-job-scheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

14:19:48.474 [INFO ] [uartz.impl.StdSchedulerFactory:1324 ] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: './etc/quartz.properties' 14:19:48.480 [INFO ] [uartz.impl.StdSchedulerFactory:1328 ] - Quartz scheduler version: 2.1.7 14:19:48.491 [INFO ] [rg.quartz.core.QuartzScheduler:534 ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started. 14:19:48.544 [DEBUG] [o.config.core.ConfigDispatcher:146 ] - Processing openHAB default configuration file '/opt/openhab/configurations/openhab_default.cfg'. 14:19:49.526 [DEBUG] [o.config.core.ConfigDispatcher:168 ] - Processing openHAB main configuration file '/opt/openhab/configurations/openhab.cfg'. 14:19:51.561 [DEBUG] [.o.core.internal.CoreActivator:93 ] - UUID file already exists at '/opt/openhab/webapps/static/uuid' with content '065e33d4-7aaf-4b60-b7d7-1d10dc089a46' 14:19:51.572 [DEBUG] [.o.core.internal.CoreActivator:115 ] - Created file '/opt/openhab/webapps/static/version' with content '1.6.2' 14:19:51.598 [INFO ] [.o.core.internal.CoreActivator:61 ] - openHAB runtime has been started (v1.6.2). 14:19:53.817 [DEBUG] [a.internal.AutoUpdateActivator:31 ] - AutoUpdate binding has been started. 14:20:14.417 [DEBUG] [.p.i.PersistenceModelActivator:23 ] - Registered 'persistence' configuration parser 14:20:14.681 [DEBUG] [.c.t.i.TransformationActivator:38 ] - Transformation Service has been started. 14:20:15.352 [DEBUG] [m.internal.MultimediaActivator:34 ] - Multimedia I/O bundle has been started. 14:20:16.173 [DEBUG] [.s.i.DiscoveryServiceActivator:27 ] - Discovery service has been started. 14:20:16.292 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:93 ] - mDNS service has been started 14:20:16.845 [DEBUG] [.io.transport.mqtt.MqttService:123 ] - Starting MQTT Service... 14:20:17.783 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:53 ] - Service Discovery initialization completed. 14:20:21.079 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'rrd4j.persist' 14:20:24.441 [DEBUG] [.i.internal.ItemModelActivator:24 ] - Registered 'item' configuration parser 14:20:26.319 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'exec.persist' 14:20:26.540 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'db4o.persist' 14:20:26.812 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'logging.persist' 14:20:27.677 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.items' 14:20:29.906 [DEBUG] [i.internal.GenericItemProvider:408 ] - Couldn't find ItemFactory for item 'TrackKjokken' of type 'String' 14:20:29.923 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'null' with 'AutoUpdateGenericBindingProvider' reader. 14:20:30.189 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'graabein.items' 14:20:30.223 [DEBUG] [o.o.c.i.items.ItemRegistryImpl:137 ] - Item provider 'GenericItemProvider' has been added. 14:20:30.230 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'graabein.items' 14:20:44.599 [DEBUG] [.o.m.s.i.SitemapModelActivator:23 ] - Registered 'sitemap' configuration parser 14:20:45.891 [DEBUG] [io.rest.internal.RESTActivator:33 ] - REST API has been started. 14:20:47.328 [INFO ] [sphere.cpr.AtmosphereFramework:2175 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation 14:20:47.342 [INFO ] [cpr.DefaultAnnotationProcessor:131 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used 14:20:47.948 [ERROR] [sphere.cpr.AtmosphereFramework:2215 ] - java.lang.ClassCastException: org.eclipse.osgi.framework.internal.core.BundleURLConnection cannot be cast to java.net.JarURLConnection at org.atmosphere.util.annotation.AnnotationDetector.detect(AnnotationDetector.java:325) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.DefaultAnnotationProcessor.scanForAnnotation(DefaultAnnotationProcessor.java:148) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.DefaultAnnotationProcessor.configure(DefaultAnnotationProcessor.java:134) ~[atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.autoConfigureService(AtmosphereFramework.java:2177) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:655) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:568) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereServlet.configureFramework(AtmosphereServlet.java:91) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:80) [atmosphere-runtime-2.0.9.jar:2.0.9] at org.eclipse.equinox.http.servlet.internal.ServletRegistration.init(ServletRegistration.java:49) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.eclipse.equinox.http.servlet.internal.ProxyServlet.registerServlet(ProxyServlet.java:179) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.registerServlet(HttpServiceImpl.java:66) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar:na] at org.openhab.io.rest.RESTApplication.activate(RESTApplication.java:140) [org.openhab.io.rest_1.6.2.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0] at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0] at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:235) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433) [org.eclipse.osgi_3.8.2.v20130124-134944.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.registerService(InstanceProcess.java:536) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:260) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:473) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na] at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70) [org.eclipse.equinox.util_1.0.400.v20120917-192807.jar:na] 14:20:48.030 [INFO ] [sphere.cpr.AtmosphereFramework:1506 ] - Auto detecting atmosphere handlers /WEB-INF/classes/ 14:20:48.131 [WARN ] [sphere.cpr.AtmosphereFramework:1154 ] - Missing META-INF/atmosphere.xml but found the Jersey runtime. Starting Jersey 14:20:49.066 [INFO ] [sphere.cpr.AtmosphereFramework:434 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path: /* 14:20:49.071 [INFO ] [sphere.cpr.AtmosphereFramework:1561 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/ 14:20:49.089 [INFO ] [sphere.cpr.AtmosphereFramework:1259 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 14:20:49.663 [INFO ] [.a.h.ReflectorServletProcessor:140 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer 14:20:52.840 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.sitemap' 14:20:54.532 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:790 ] - Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM' 14:20:54.625 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:801 ] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration: class org.atmosphere.jersey.AtmosphereResourceConfigurator 14:20:56.900 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.rest.RESTApplication 14:20:58.207 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'demo.script' 14:21:15.546 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 14:21:15.580 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 14:21:15.605 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 14:21:15.615 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 14:21:15.635 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 14:21:15.644 [INFO ] [sphere.cpr.AtmosphereFramework:2014 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 14:21:15.651 [INFO ] [sphere.cpr.AtmosphereFramework:826 ] - Installing Default AtmosphereInterceptor 14:21:15.695 [WARN ] [sphere.cpr.AtmosphereFramework:703 ] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache 14:21:15.708 [INFO ] [sphere.cpr.AtmosphereFramework:711 ] - Broadcaster Polling Wait Time 100 14:21:15.732 [INFO ] [sphere.cpr.AtmosphereFramework:712 ] - Shared ExecutorService supported: true 14:21:15.748 [INFO ] [sphere.cpr.AtmosphereFramework:713 ] - HttpSession supported: false 14:21:15.770 [INFO ] [sphere.cpr.AtmosphereFramework:714 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory 14:21:15.788 [INFO ] [sphere.cpr.AtmosphereFramework:715 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor 14:21:15.793 [INFO ] [sphere.cpr.AtmosphereFramework:716 ] - Using Broadcaster: org.atmosphere.jersey.JerseyBroadcaster 14:21:15.800 [INFO ] [sphere.cpr.AtmosphereFramework:717 ] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running under container: jetty/8.1.3.v20120522 with WebSocket enabled. 14:21:15.864 [INFO ] [sphere.cpr.AtmosphereFramework:719 ] - Atmosphere Framework 2.0.9 started. 14:21:15.870 [INFO ] [sphere.cpr.AtmosphereFramework:721 ] -

For Atmosphere Framework Commercial Support, visit http://www.async-io.org/ or send an email to support@async-io.org

14:21:15.896 [INFO ] [penhab.io.rest.RESTApplication:143 ] - Started REST API at /rest 14:21:15.935 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080 14:21:16.629 [INFO ] [sphere.cpr.AtmosphereFramework:774 ] - Latest version of Atmosphere's JavaScript Client 2.0.9 14:21:16.634 [INFO ] [sphere.cpr.AtmosphereFramework:781 ] -

Atmosphere Framework Updates Minor available (bugs fixes): 2.0.10 Major available (new features): 2.1.10

14:21:18.864 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443 14:21:22.704 [INFO ] [.o.u.w.i.servlet.WebAppServlet:79 ] - Started Classic UI at /openhab.app 14:21:30.602 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered 'rules' configuration parser 14:21:30.784 [DEBUG] [m.r.internal.engine.RuleEngine:78 ] - Started rule engine 14:21:32.527 [INFO ] [c.internal.ModelRepositoryImpl:79 ] - Loading model 'graabein.rules' 14:21:40.274 [DEBUG] [.r.i.resources.SitemapResource:146 ] - Received HTTP GET request at 'sitemaps/graabein/0202' for media type 'null'. 14:21:42.636 [DEBUG] [.r.i.resources.SitemapResource:146 ] - Received HTTP GET request at 'sitemaps/graabein/0202' for media type 'null'. 14:22:03.907 [WARN ] [i.internal.GenericItemProvider:108 ] - Attempted to register a second BindingConfigReader of type 'autoupdate'. The primaraly reader will remain active! 14:22:04.246 [DEBUG] [.sonos.internal.SonosActivator:38 ] - Sonos binding bundle has been started. 14:22:04.301 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackKjokken (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.321 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayKjokken (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.329 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolKjokken (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.336 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackStue1 (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.342 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayStue (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.349 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolStue (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.356 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'TrackMediarom (Type=StringItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.362 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'PlayMediarom (Type=SwitchItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.370 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolMediarom (Type=DimmerItem, State=Uninitialized)' with 'SonosGenericBindingProvider' reader. 14:22:04.804 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378988AC01400 14:22:04.809 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E93739822C01400 14:22:04.824 [DEBUG] [.b.sonos.internal.SonosBinding:709 ] - Setting polling period to 10000 ms 14:22:04.830 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378987FA01400 14:22:04.821 [DEBUG] [.a.mail.internal.MailActivator:34 ] - Mail action has been started. 14:22:04.839 [DEBUG] [.b.sonos.internal.SonosBinding:736 ] - Add predefined Sonos device with UDN uuid:RINCON_B8E9378938F201400 14:22:04.866 [INFO ] [.service.AbstractActiveService:169 ] - Sonos Refresh Service has been started 14:22:05.218 [DEBUG] [s.internal.SysteminfoActivator:33 ] - Systeminfo Binding has been started. 14:22:05.637 [INFO ] [g.teleal.cling.UpnpServiceImpl:68 ] - >>> Starting UPnP service... 14:22:05.642 [INFO ] [g.teleal.cling.UpnpServiceImpl:70 ] - Using configuration: org.openhab.binding.sonos.internal.SonosBinding$SonosUpnpServiceConfiguration 14:22:05.765 [DEBUG] [o.b.n.i.NetworkHealthActivator:31 ] - NetworkHealth binding has been started. 14:22:06.089 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Nexus (Type=SwitchItem, State=Uninitialized)' with 'NetworkHealthGenericBindingProvider' reader. 14:22:06.324 [DEBUG] [xecPersistenceServiceActivator:33 ] - Exec persistence bundle has been started. 14:22:06.457 [INFO ] [.teleal.cling.transport.Router:87 ] - Creating Router: org.teleal.cling.transport.RouterImpl 14:22:06.631 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing exec persistence service. 14:22:07.164 [INFO ] [b.s.internal.SysteminfoBinding:397 ] - Using Sigar version 1.6.4.129 14:22:07.217 [ERROR] [b.s.internal.SysteminfoBinding:416 ] - System monitor error: {} org.hyperic.sigar.SigarException: java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Sigar.getNetInterfaceList()[Ljava/lang/String; at org.hyperic.sigar.SigarProxyCache.invoke(SigarProxyCache.java:220) ~[sigar-1.6.4.jar:na] at com.sun.proxy.$Proxy74.getNetInterfaceList(Unknown Source) ~[na:na] at org.openhab.binding.systeminfo.internal.SysteminfoBinding.initializeSystemMonitor(SysteminfoBinding.java:400) [bundlefile:na] at org.openhab.binding.systeminfo.internal.SysteminfoBinding.updated(SysteminfoBinding.java:384) [bundlefile:na] at org.eclipse.equinox.internal.cm.ManagedServiceTracker$1.run(ManagedServiceTracker.java:183) [org.eclipse.equinox.cm_1.0.400.v20120522-1841.jar:na] at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:36) [org.eclipse.equinox.cm_1.0.400.v20120522-1841.jar:na] 14:22:07.237 [INFO ] [.service.AbstractActiveService:169 ] - Systeminfo Refresh Service has been started 14:22:07.244 [INFO ] [.service.AbstractActiveService:169 ] - NetworkHealth Refresh Service has been started 14:22:07.375 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy exec.everyMinute with cron expression 0 * * * * ? 14:22:07.538 [DEBUG] [o.o.b.n.i.NetworkHealthBinding:75 ] - established connection [host '192.168.0.97' port '0' timeout '500000'] 14:22:07.675 [INFO ] [runtime.busevents :26 ] - Nexus state updated to ON 14:22:08.159 [DEBUG] [.p.db4o.internal.Db4oActivator:24 ] - db4o persistence bundle has been started. 14:22:17.411 [INFO ] [ing.transport.spi.StreamServer:82 ] - Created socket (for receiving TCP streams) on: /192.168.0.250:36372 14:22:17.437 [INFO ] [o.t.c.t.spi.MulticastReceiver :72 ] - Creating wildcard socket (for receiving multicast datagrams) on port: 1900 14:22:17.462 [INFO ] [o.t.c.t.spi.MulticastReceiver :79 ] - Joining multicast group: /239.255.255.250:1900 on network interface: wlan0 14:22:17.485 [INFO ] [cling.transport.spi.DatagramIO:85 ] - Creating bound socket (for datagram input/output) on: /192.168.0.250 14:22:17.538 [INFO ] [g.teleal.cling.UpnpServiceImpl:85 ] - <<< UPnP service started successfully 14:22:17.542 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378988AC01400 14:22:18.191 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E93739822C01400 14:22:18.218 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378987FA01400 14:22:18.253 [INFO ] [.b.sonos.internal.SonosBinding:763 ] - Querying the network for a predefined Sonos device with UDN uuid:RINCON_B8E9378938F201400 14:22:18.265 [INFO ] [.b.sonos.internal.SonosBinding:768 ] - Querying the network for any other Sonos device 14:22:23.655 [DEBUG] [o.p.d.i.Db4oPersistenceService:217 ] - Scheduled Commit-Job with interval 5sec. 14:22:23.859 [DEBUG] [o.p.d.i.Db4oPersistenceService:230 ] - Scheduled Backup-Job with cron expression '0 0 1 * * ?' 14:22:23.942 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing db4o persistence service. 14:22:24.144 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Royal Philips Electronics Philips hue bridge 2012 929000226503 14:22:24.345 [INFO ] [.b.sonos.internal.SonosBinding:227 ] - A non-Sonos device (Royal Philips Electronics Philips hue bridge 2012 929000226503) is found and will be ignored 14:22:24.353 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 14:22:24.373 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:3 S3 14:22:24.389 [DEBUG] [.b.sonos.internal.SonosBinding:183 ] - Discovery started: Sonos, Inc. Sonos PLAY:1 S1 14:22:26.585 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy db4o.everyHour with cron expression 0 0 * * * ? 14:22:26.704 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy db4o.everyDay with cron expression 0 0 0 * * ? 14:22:27.076 [DEBUG] [.b.exec.internal.ExecActivator:34 ] - Exec binding has been started. 14:22:27.853 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Kaffe (Type=SwitchItem, State=Uninitialized)' with 'ExecGenericBindingProvider' reader. 14:22:27.948 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'LedListRGB (Type=SwitchItem, State=Uninitialized)' with 'ExecGenericBindingProvider' reader. 14:22:27.979 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Stuelampe (Type=SwitchItem, State=Uninitialized)' with 'ExecGenericBindingProvider' reader. 14:22:28.034 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Soveromlys (Type=SwitchItem, State=Uninitialized)' with 'ExecGenericBindingProvider' reader. 14:22:28.389 [INFO ] [.service.AbstractActiveService:169 ] - Exec Refresh Service has been started 14:22:28.591 [DEBUG] [j.internal.JointSpaceActivator:34 ] - JointSpace binding has been started. 14:22:29.297 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Standby (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 14:22:29.339 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'VolumeUpDown (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 14:22:29.375 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'MuteSwitch (Type=SwitchItem, State=Uninitialized)' with 'JointSpaceGenericBindingProvider' reader. 14:22:29.532 [INFO ] [.service.AbstractActiveService:169 ] - JointSpace Refresh Service has been started 14:22:29.539 [DEBUG] [b.j.internal.JointSpaceBinding:105 ] - Checking if host is available 14:22:30.362 [DEBUG] [.rrd4j.internal.RRD4jActivator:31 ] - RRD4j persistence bundle has been started. 14:22:31.426 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing rrd4j persistence service. 14:22:31.624 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'DemoSwitch' does not exist. 14:22:31.630 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'NoOfLights' does not exist. 14:22:31.702 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'Window_GF_Toilet' does not exist. 14:22:31.708 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Heating' does not exist. 14:22:31.819 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Temperature' does not exist. 14:22:31.846 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Weather_Chart' does not exist. 14:22:31.964 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy rrd4j.everyMinute with cron expression 0 * * * * ? 14:22:32.359 [DEBUG] [p.r.i.charts.RRD4jChartServlet:113 ] - Starting up rrd chart servlet at /rrdchart.png 14:22:32.482 [DEBUG] [.o.b.hue.internal.HueActivator:30 ] - Hue binding has been started. 14:22:32.575 [DEBUG] [b.j.internal.JointSpaceBinding:126 ] - couldn't establish network connection [host '192.168.0.46' port '0' timeout '5000'] 14:22:33.203 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueLedlist (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.288 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueTak (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.314 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Ligh_HueLampe (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.319 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueLampe2 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.365 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueSpot1 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:33.371 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Light_HueSpot2 (Type=ColorItem, State=Uninitialized)' with 'HueGenericBindingProvider' reader. 14:22:35.024 [DEBUG] [.i.LoggingPersistenceActivator:31 ] - Logging persistence bundle has been started. 14:22:35.522 [INFO ] [.b.sonos.internal.SonosBinding:202 ] - Found a Sonos device (S3) with UDN uuid:RINCON_B8E93739822C01400 14:22:35.672 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing logging persistence service. 14:22:35.723 [INFO ] [.b.sonos.internal.SonosBinding:202 ] - Found a Sonos device (S1) with UDN uuid:RINCON_B8E9378987FA01400 14:22:35.823 [INFO ] [.b.sonos.internal.SonosBinding:202 ] - Found a Sonos device (S1) with UDN uuid:RINCON_B8E9378938F201400 14:22:36.178 [DEBUG] [.o.b.ntp.internal.NtpActivator:31 ] - NTP binding has been started. 14:22:37.388 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Dagens (Type=DateTimeItem, State=Uninitialized)' with 'NtpGenericBindingProvider' reader. 14:22:41.878 [DEBUG] [.t.internal.TellstickActivator:36 ] - Tellstick binding has been started.Thread[fileinstall-addons,5,main] 14:22:42.992 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Temp_Kjokken (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:43.927 [INFO ] [runtime.busevents :26 ] - VolStue state updated to 25 14:22:44.607 [INFO ] [runtime.busevents :26 ] - VolMediarom state updated to 38 14:22:45.133 [INFO ] [runtime.busevents :26 ] - TrackMediarom state updated to DMI Daily Workout Affirmations Self Love & Confidence 14:22:45.737 [DEBUG] [o.o.i.r.i.b.GeneralBroadcaster:41 ] - broadcaster 'org.openhab.io.rest.internal.broadcaster.GeneralBroadcaster$1@1033c8a' is empty 14:22:48.077 [DEBUG] [.r.i.resources.SitemapResource:146 ] - Received HTTP GET request at 'sitemaps/graabein/0202' for media type 'null'. 14:22:49.937 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Temp_Kjokken (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=231, valueSelector=Temperature, usageSelector=null, itemName=Temp_Kjokken, resend=1] 14:22:49.965 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Fukt_Kjokken (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:49.970 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Fukt_Kjokken (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=231, valueSelector=Humidity, usageSelector=null, itemName=Fukt_Kjokken, resend=1] 14:22:50.001 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Temp_Mediarom (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:50.016 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Temp_Mediarom (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=135, valueSelector=Temperature, usageSelector=null, itemName=Temp_Mediarom, resend=1] 14:22:50.021 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Fukt_Mediarom (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:50.047 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Fukt_Mediarom (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=135, valueSelector=Humidity, usageSelector=null, itemName=Fukt_Mediarom, resend=1] 14:22:50.074 [DEBUG] [i.internal.GenericItemProvider:334 ] - Start processing binding configuration of Item 'Temp_Ute (Type=NumberItem, State=Uninitialized)' with 'TellstickGenericBindingProvider' reader. 14:22:50.079 [DEBUG] [ellstickGenericBindingProvider:109 ] - Context:graabein.items Item Temp_Ute (Type=NumberItem, State=Uninitialized) Conf:TellstickBindingConfig [id=232, valueSelector=Temperature, usageSelector=null, itemName=Temp_Ute, resend=1] 14:22:50.342 [INFO ] [.b.t.internal.TellstickBinding:71 ] - Activate Thread[Component Resolve Thread (Bundle 98),10,main] 14:22:50.514 [DEBUG] [o.o.b.c.i.ConfigAdminActivator:31 ] - ConfigAdmin binding has been started. 14:23:00.198 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'DemoSwitch' does not exist. 14:23:00.220 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'NoOfLights' does not exist. 14:23:00.250 [DEBUG] [.p.internal.PersistenceManager:315 ] - Item 'Window_GF_Toilet' does not exist. 14:23:00.293 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Heating' does not exist. 14:23:00.304 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Temperature' does not exist. 14:23:00.308 [DEBUG] [.p.internal.PersistenceManager:328 ] - Item group 'Weather_Chart' does not exist. 14:23:01.966 [INFO ] [.service.AbstractActiveService:169 ] - Hue Refresh Service has been started 14:23:01.996 [INFO ] [.b.t.internal.TellstickBinding:145 ] - Called with config null 14:23:02.004 [INFO ] [.service.AbstractActiveService:169 ] - NTP Refresh Service has been started 14:23:02.000 [INFO ] [.b.t.internal.TellstickBinding:162 ] - Loading telldus-core from system default paths 14:23:02.030 [WARN ] [.b.t.internal.TellstickBinding:361 ] - Will do a reinit of listeners, no message received for 600 seconds 14:23:02.085 [INFO ] [.b.t.internal.TellstickBinding:365 ] - Listeners removed 14:23:02.658 [DEBUG] [inding.ntp.internal.NtpBinding:83 ] - Got time from ntp.uio.no: 31. mars 2015 kl 14.23 UTC 14:23:02.774 [INFO ] [runtime.busevents :26 ] - TrackStue1 state updated to News 14:23:02.912 [INFO ] [runtime.busevents :26 ] - Dagens state updated to 2015-03-31T14:23:02 # A fatal error has been detected by the Java Runtime Environment:

# SIGSEGV (0xb) at pc=0xa81db7cc, pid=17162, tid=2824070256

# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132) Java VM: Java HotSpot(TM) Client VM (25.0-b70 mixed mode linux-arm ) Problematic frame: C [libtelldus-core.so+0x2b7cc] TelldusCore::MutexLocker::MutexLocker(TelldusCore::Mutex*)+0x30

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

# An error report file with more information is saved as: /opt/openhab/hs_err_pid17162.log

# If you would like to submit a bug report, please visit: http://bugreport.sun.com/bugreport/crash.jsp

#

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hs_err_pid17162.log output ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # A fatal error has been detected by the Java Runtime Environment:

# SIGSEGV (0xb) at pc=0xa81db7cc, pid=17162, tid=2824070256

# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132) Java VM: Java HotSpot(TM) Client VM (25.0-b70 mixed mode linux-arm ) Problematic frame: C [libtelldus-core.so+0x2b7cc] TelldusCore::MutexLocker::MutexLocker(TelldusCore::Mutex*)+0x30

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

# If you would like to submit a bug report, please visit: http://bugreport.sun.com/bugreport/crash.jsp The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug.

#

--------------- T H R E A D ---------------

Current thread (0xaa09bb08): JavaThread "ManagedService Update Queue" daemon [_thread_in_native, id=17316, stack(0xa84ef000,0xa853f000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x6c646e69

Registers: r0 = 0xa853cdf0 r1 = 0x007c9a34 r2 = 0x007c9a34 r3 = 0x6c646e69 r4 = 0xa853d73c r5 = 0x00000000 r6 = 0xa853d7ac r7 = 0x00000000 r8 = 0x00000000 r9 = 0x00000002 r10 = 0x00000002 fp = 0xa853cdd4 r12 = 0xa81d8d44 sp = 0xa853cdc8 lr = 0xa81cff98 pc = 0xa81db7cc cpsr = 0x20000010

Top of Stack: (sp=0xa853cdc8) 0xa853cdc8: 007c9a34 a853cdf0 a853ce04 a81cff98 0xa853cdd8: acc7623e 00000000 ac203080 011ad660 0xa853cde8: acc76258 a853d73c 007c9a34 a853d7ac 0xa853cdf8: aa09bb08 a853d73c a853ce1c a81d8d74 0xa853ce08: 00000000 ac203080 ac203080 011ad660 0xa853ce18: a853ce58 a83f1c64 00000000 00000004 0xa853ce28: a83f5804 00000001 00000001 a83f5804 0xa853ce38: 00000000 00000002 a853ce5c a83f1384

Instructions: (pc=0xa81db7cc) 0xa81db7ac: e50b100c e51b3008 e51b200c e5832000 0xa81db7bc: e51b3008 e5933000 e5933000 e2833008 0xa81db7cc: e5933000 e51b2008 e5922000 e1a00002 0xa81db7dc: e12fff33 e51b3008 e1a00003 e24bd004

Register to memory mapping:

r0 = 0xa853cdf0 0xa853cdf0 is pointing into the stack for thread: 0xaa09bb08

r1 = 0x007c9a34 0x007c9a34 is an unknown value

r2 = 0x007c9a34 0x007c9a34 is an unknown value

r3 = 0x6c646e69 0x6c646e69 is an unknown value

r4 = 0xa853d73c 0xa853d73c is pointing into the stack for thread: 0xaa09bb08

r5 = 0x00000000 0x00000000 is an unknown value

r6 = 0xa853d7ac 0xa853d7ac is pointing into the stack for thread: 0xaa09bb08

r7 = 0x00000000 0x00000000 is an unknown value

r8 = 0x00000000 0x00000000 is an unknown value

r9 = 0x00000002 0x00000002 is an unknown value

r10 = 0x00000002 0x00000002 is an unknown value

fp = 0xa853cdd4 0xa853cdd4 is pointing into the stack for thread: 0xaa09bb08

r12 = 0xa81d8d44 0xa81d8d44: tdRegisterDeviceEvent+0 in /usr/local/lib/libtelldus-core.so at 0xa81b0000

sp = 0xa853cdc8 0xa853cdc8 is pointing into the stack for thread: 0xaa09bb08

lr = 0xa81cff98 0xa81cff98: in /usr/local/lib/libtelldus-core.so at 0xa81b0000

pc = 0xa81db7cc 0xa81db7cc: in /usr/local/lib/libtelldus-core.so at 0xa81b0000

Stack: [0xa84ef000,0xa853f000], sp=0xa853cdc8, free space=311k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libtelldus-core.so+0x2b7cc] TelldusCore::MutexLocker::MutexLocker(TelldusCore::Mutex*)+0x30

[error occurred during error reporting (printing native stack), id 0xb]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j com.sun.jna.Native.invokeInt(JI[Ljava/lang/Object;)I+0 j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+225 j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+262 j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+316 j com.sun.proxy.$Proxy76.tdRegisterDeviceEvent(Lorg/openhab/binding/tellstick/internal/JNA$CLibrary$TDDeviceEvent;Lcom/sun/jna/Pointer;)I+20 j org.openhab.binding.tellstick.internal.device.TellsticEventHandler.setupListeners()V+21 j org.openhab.binding.tellstick.internal.TellstickGenericBindingProvider.resetTellstickListener()V+47 j org.openhab.binding.tellstick.internal.TellstickBinding.resetTelldusProvider()V+24 j org.openhab.binding.tellstick.internal.TellstickBinding.resetTellstick()V+54 j org.openhab.binding.tellstick.internal.TellstickBinding.updated(Ljava/util/Dictionary;)V+170 j org.eclipse.equinox.internal.cm.ManagedServiceTracker$1.run()V+8 j org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run()V+15 v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread ) 0x0118a4b0 JavaThread "NTP Refresh Service" daemon [_thread_blocked, id=17383, stack(0xaa623000,0xaa673000)] 0x01114ab8 JavaThread "Hue Refresh Service" daemon [_thread_in_native, id=17382, stack(0xa866c000,0xa86bc000)] 0x00fe0310 JavaThread "Timer-0" daemon [_thread_blocked, id=17379, stack(0xa833f000,0xa838f000)] 0xaa0c6a70 JavaThread "qtp13775534-139" [_thread_blocked, id=17332, stack(0xa7f4e000,0xa7f9e000)] 0x00d114b0 JavaThread "qtp13775534-138" [_thread_blocked, id=17331, stack(0xa7f9e000,0xa7fee000)] 0x011f8bd8 JavaThread "qtp13775534-137" [_thread_blocked, id=17330, stack(0xa7fee000,0xa803e000)] 0x0119a4e0 JavaThread "qtp13775534-136" [_thread_blocked, id=17329, stack(0xa803e000,0xa808e000)] 0xa9762240 JavaThread "qtp13775534-135" [_thread_blocked, id=17328, stack(0xa808e000,0xa80de000)] 0xa9786e10 JavaThread "Atmosphere-Shared-AsyncOp-0" daemon [_thread_blocked, id=17325, stack(0xa81ef000,0xa823f000)] 0x011c2ea8 JavaThread "Atmosphere-Shared-DispatchOp-1" daemon [_thread_blocked, id=17322, stack(0xaae4f000,0xaae9f000)] 0x00fb94b8 JavaThread "cling-28" [_thread_blocked, id=17320, stack(0xa83ff000,0xa844f000)] 0x010e0fd0 JavaThread "JointSpace Refresh Service" daemon [_thread_blocked, id=17318, stack(0xa844f000,0xa849f000)] 0xa976fda8 JavaThread "Exec Refresh Service" daemon [_thread_blocked, id=17317, stack(0xa849f000,0xa84ef000)] =>0xaa09bb08 JavaThread "ManagedService Update Queue" daemon [_thread_in_native, id=17316, stack(0xa84ef000,0xa853f000)] 0xaa09c958 JavaThread "db4o WeakReference collector" daemon [_thread_blocked, id=17313, stack(0xa87bc000,0xa880c000)] 0xaa09dca8 JavaThread "cling-27" [_thread_blocked, id=17312, stack(0xa880c000,0xa885c000)] 0xaa08a978 JavaThread "cling-26" [_thread_blocked, id=17311, stack(0xa885c000,0xa88ac000)] 0xa9c5bd08 JavaThread "cling-25" [_thread_blocked, id=17310, stack(0xa88ac000,0xa88fc000)] 0xa9c504d0 JavaThread "cling-24" [_thread_blocked, id=17309, stack(0xa88fc000,0xa894c000)] 0xa9c5aa18 JavaThread "cling-23" [_thread_blocked, id=17308, stack(0xa894c000,0xa899c000)] 0xa9c59740 JavaThread "cling-22" [_thread_blocked, id=17307, stack(0xa899c000,0xa89ec000)] 0xa9c4ec60 JavaThread "cling-20" [_thread_blocked, id=17306, stack(0xa89ec000,0xa8a3c000)] 0xa97ccb68 JavaThread "cling-21" [_thread_blocked, id=17305, stack(0xa8a3c000,0xa8a8c000)] 0xa97cb5f8 JavaThread "cling-19" [_thread_blocked, id=17304, stack(0xa8a8c000,0xa8adc000)] 0x0112ea20 JavaThread "cling-17" [_thread_blocked, id=17303, stack(0xa8adc000,0xa8b2c000)] 0x00ef67a0 JavaThread "cling-18" [_thread_blocked, id=17302, stack(0xa8b2c000,0xa8b7c000)] 0x00fff600 JavaThread "cling-15" [_thread_blocked, id=17301, stack(0xa8b7c000,0xa8bcc000)] 0x01000c98 JavaThread "cling-16" [_thread_blocked, id=17300, stack(0xa8bcc000,0xa8c1c000)] 0x00ef1640 JavaThread "cling-14" [_thread_blocked, id=17299, stack(0xa8c1c000,0xa8c6c000)] 0x00e48e00 JavaThread "cling-13" [_thread_blocked, id=17298, stack(0xa8c6c000,0xa8cbc000)] 0x01004440 JavaThread "cling-12" [_thread_blocked, id=17297, stack(0xa8cbc000,0xa8d0c000)] 0x00ffcb40 JavaThread "cling-11" [_thread_blocked, id=17296, stack(0xa8d0c000,0xa8d5c000)] 0x01002098 JavaThread "cling-10" [_thread_blocked, id=17295, stack(0xa8d5c000,0xa8dac000)] 0xabe3efc0 JavaThread "cling-9" [_thread_blocked, id=17294, stack(0xa8dac000,0xa8dfc000)] 0x00deefb0 JavaThread "cling-8" [_thread_blocked, id=17293, stack(0xa8dfc000,0xa8e4c000)] 0x00dedc88 JavaThread "cling-7" [_thread_blocked, id=17292, stack(0xa8e4c000,0xa8e9c000)] 0x00def630 JavaThread "cling-6" [_thread_blocked, id=17291, stack(0xa8e9c000,0xa8eec000)] 0x00eb3c48 JavaThread "cling-5" [_thread_blocked, id=17290, stack(0xa8eec000,0xa8f3c000)] 0x00b70750 JavaThread "cling-4" [_thread_in_native, id=17289, stack(0xa8f3c000,0xa8f8c000)] 0x00b702d8 JavaThread "cling-3" [_thread_in_native, id=17288, stack(0xa9400000,0xa9450000)] 0x00f6d6a0 JavaThread "cling-2" [_thread_in_native, id=17287, stack(0xa9830000,0xa9880000)] 0x00aba9a8 JavaThread "EventAdmin Async Event Dispatcher Thread" daemon [_thread_blocked, id=17285, stack(0xa91c0000,0xa9210000)] 0xabe59e20 JavaThread "NetworkHealth Refresh Service" daemon [_thread_blocked, id=17284, stack(0xa9210000,0xa9260000)] 0xaa0d0808 JavaThread "Systeminfo Refresh Service" daemon [_thread_blocked, id=17283, stack(0xa9260000,0xa92b0000)] 0x00eafba0 JavaThread "cling-1" [_thread_blocked, id=17282, stack(0xa9880000,0xa98d0000)] 0x00b25428 JavaThread "Sonos Refresh Service" daemon [_thread_blocked, id=17281, stack(0xa92b0000,0xa9300000)] 0x00fb55a8 JavaThread "State Saver" daemon [_thread_blocked, id=17276, stack(0xa9d54000,0xa9da4000)] 0x00c29438 JavaThread "pool-4-thread-1" [_thread_blocked, id=17275, stack(0xa9d04000,0xa9d54000)] 0x00747548 JavaThread "DestroyJavaVM" [_thread_blocked, id=17163, stack(0xb62eb000,0xb633b000)] 0xaa023fc0 JavaThread "pool-3-thread-1" [_thread_blocked, id=17261, stack(0xa9da4000,0xa9df4000)] 0xaa000f60 JavaThread "Atmosphere-Scheduler-0" daemon [_thread_blocked, id=17259, stack(0xab02f000,0xab07f000)] 0xaa514638 JavaThread "JmDNS(pi-remote.local.).State.Timer" [_thread_blocked, id=17254, stack(0xaa410000,0xaa460000)] 0xaa5135b0 JavaThread "JmDNS(pi-remote.local.).Timer" daemon [_thread_blocked, id=17253, stack(0xaa460000,0xaa4b0000)] 0x01027c30 JavaThread "SocketListener(pi-remote.local.)" daemon [_thread_in_native, id=17252, stack(0xaa4b0000,0xaa500000)] 0x00fa7218 JavaThread "Worker-1" [_thread_blocked, id=17250, stack(0xaa9c3000,0xaaa13000)] 0x00b43568 JavaThread "qtp13775534-65" [_thread_in_vm, id=17246, stack(0xaa873000,0xaa8c3000)] 0x00fa7a68 JavaThread "Worker-0" [_thread_blocked, id=17244, stack(0xaadff000,0xaae4f000)] 0xabe8f920 JavaThread "com.google.inject.internal.util.$Finalizer" daemon [_thread_blocked, id=17242, stack(0xaaa13000,0xaaa63000)] 0x00b91a98 JavaThread "FolderObserver" daemon [_thread_blocked, id=17238, stack(0xaab63000,0xaabb3000)] 0x00f460c0 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=17237, stack(0xaae9f000,0xaaeef000)] 0x00f190f8 JavaThread "Worker-JM" [_thread_blocked, id=17234, stack(0xac31e000,0xac36e000)] 0x00c9e0d0 JavaThread "openHAB-job-scheduler_QuartzSchedulerThread" [_thread_blocked, id=17230, stack(0xaaeef000,0xaaf3f000)] 0x00af19e0 JavaThread "openHAB-job-scheduler_Worker-2" [_thread_blocked, id=17229, stack(0xaaf3f000,0xaaf8f000)] 0x00ca06c0 JavaThread "openHAB-job-scheduler_Worker-1" [_thread_blocked, id=17228, stack(0xaaf8f000,0xaafdf000)] 0x00a1a9c0 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=17227, stack(0xaafdf000,0xab02f000)] 0x00b68ac8 JavaThread "HashSessionScavenger-2" daemon [_thread_blocked, id=17226, stack(0xab07f000,0xab0cf000)] 0x00dd6318 JavaThread "qtp13775534-48 Acceptor1 SslSelectChannelConnector@0.0.0.0:8443" [_thread_blocked, id=17223, stack(0xab0cf000,0xab11f000)] 0x00dd4c40 JavaThread "qtp13775534-47 Acceptor0 SslSelectChannelConnector@0.0.0.0:8443" [_thread_in_native, id=17222, stack(0xab11f000,0xab16f000)] 0x00db1878 JavaThread "qtp13775534-46 Selector1" [_thread_in_native, id=17221, stack(0xab16f000,0xab1bf000)] 0x00d27e50 JavaThread "Scanner-2" daemon [_thread_blocked, id=17220, stack(0xab2fe000,0xab34e000)] 0x00d27248 JavaThread "Scanner-1" daemon [_thread_blocked, id=17219, stack(0xab34e000,0xab39e000)] 0x00d2f140 JavaThread "HashSessionScavenger-1" daemon [_thread_blocked, id=17218, stack(0xab39e000,0xab3ee000)] 0x00d238d0 JavaThread "HashSessionScavenger-0" daemon [_thread_blocked, id=17217, stack(0xab3ee000,0xab43e000)] 0x00ce6d18 JavaThread "Scanner-0" daemon [_thread_blocked, id=17215, stack(0xab53e000,0xab58e000)] 0x00ce4570 JavaThread "qtp13775534-40 Selector0" [_thread_in_native, id=17214, stack(0xab58e000,0xab5de000)] 0x00ce2e48 JavaThread "qtp13775534-39 Acceptor1 SelectChannelConnector@0.0.0.0:8080" [_thread_in_native, id=17213, stack(0xab5de000,0xab62e000)] 0x00caf5d0 JavaThread "qtp13775534-38 Acceptor0 SelectChannelConnector@0.0.0.0:8080" [_thread_blocked, id=17212, stack(0xab62e000,0xab67e000)] 0x00cadcc0 JavaThread "qtp13775534-37 Selector1" [_thread_in_native, id=17211, stack(0xab67e000,0xab6ce000)] 0x00caba60 JavaThread "qtp13775534-36 Selector0" [_thread_in_native, id=17210, stack(0xab6ce000,0xab71e000)] 0x00aacd68 JavaThread "org.eclipse.jetty.util.RolloverFileOutputStream" daemon [_thread_blocked, id=17209, stack(0xab71e000,0xab76e000)] 0x007fb240 JavaThread "Gogo shell" daemon [_thread_in_native, id=17202, stack(0xabf50000,0xabfa0000)] 0x00a5c920 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=17201, stack(0xaba6e000,0xababe000)] 0x00a86e38 JavaThread "fileinstall-addons" daemon [_thread_in_native, id=17196, stack(0xabf00000,0xabf50000)] 0x00c4d318 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=17191, stack(0xac22e000,0xac27e000)] 0x009fa428 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=17186, stack(0xac27e000,0xac2ce000)] 0x00a4b740 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=17185, stack(0xac2ce000,0xac31e000)] 0x009b0d58 JavaThread "Framework Active Thread" [_thread_blocked, id=17179, stack(0xac36e000,0xac3be000)] 0x007e0a10 JavaThread "Service Thread" daemon [_thread_blocked, id=17171, stack(0xac631000,0xac681000)] 0x007d3738 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=17170, stack(0xac681000,0xac701000)] 0x007cd098 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=17169, stack(0xac701000,0xac751000)] 0x007ca898 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=17168, stack(0xac751000,0xac7a1000)] 0x007c2a78 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=17167, stack(0xac7a1000,0xac7f1000)] 0x007a5630 JavaThread "Finalizer" daemon [_thread_blocked, id=17166, stack(0xac7f1000,0xac841000)] 0x007a08e0 JavaThread "Reference Handler" daemon [_thread_blocked, id=17165, stack(0xac841000,0xac891000)]

Other Threads: 0x0079cac0 VMThread [stack: 0xac891000,0xac911000] [id=17164] 0x007eac18 WatcherThread [stack: 0xac5b1000,0xac631000] [id=17172]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap: def new generation total 13824K, used 9828K [0xad000000, 0xadf00000, 0xaf4a0000) eden space 12288K, 67% used [0xad000000, 0xad819080, 0xadc00000) from space 1536K, 100% used [0xadd80000, 0xadf00000, 0xadf00000) to space 1536K, 0% used [0xadc00000, 0xadc00000, 0xadd80000) tenured generation total 30092K, used 18689K [0xaf4a0000, 0xb1203000, 0xb3e00000) the space 30092K, 62% used [0xaf4a0000, 0xb06e0428, 0xb06e0600, 0xb1203000) Metaspace used 33179K, capacity 35007K, committed 35096K, reserved 35120K

Card table byte_map: [0xb3e0c000,0xb3e44000] byte_map_base: 0xb38a4000

Polling page: 0xb6f12000

CodeCache: size=32768Kb used=4362Kb max_used=4362Kb free=28406Kb bounds [0xb3ec4000, 0xb430c000, 0xb5ec4000] total_blobs=2352 nmethods=2145 adapters=145 compilation: enabled

Compilation events (10 events): Event: 250,508 Thread 0x007d3738 nmethod 2532 0xb4306108 code [0xb4306290, 0xb4306868] Event: 250,509 Thread 0x007d3738 2533 com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator::setFeature (1 bytes) Event: 250,561 Thread 0x007d3738 nmethod 2533 0xb4306e08 code [0xb4306ee0, 0xb4306f68] Event: 250,840 Thread 0x007d3738 2534 org.teleal.cling.model.VariableValue::getValue (5 bytes) Event: 250,842 Thread 0x007d3738 nmethod 2534 0xb4306fc8 code [0xb43070a0, 0xb4307128] Event: 250,911 Thread 0x007d3738 2535 org.eclipse.emf.ecore.util.EcoreUtil::getAdapter (48 bytes) Event: 250,915 Thread 0x007d3738 nmethod 2535 0xb4307188 code [0xb4307290, 0xb430742c] Event: 250,932 Thread 0x007d3738 2536 org.eclipse.xtext.linking.lazy.LazyURIEncoder::getNode (152 bytes) Event: 251,003 Thread 0x007d3738 nmethod 2536 0xb4307548 code [0xb43076d0, 0xb4307aa8] Event: 251,615 Thread 0x007d3738 2537 org.codehaus.jackson.impl.WriterBasedGenerator::_writeString2 (138 bytes)

GC Heap History (10 events): Event: 222,343 GC heap before {Heap before GC invocations=58 (full 7): def new generation total 11008K, used 10961K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 100% used [0xad000000, 0xad9a0000, 0xad9a0000) from space 1152K, 95% used [0xadac0000, 0xadbd4540, 0xadbe0000) to space 1152K, 0% used [0xad9a0000, 0xad9a0000, 0xadac0000) tenured generation total 23920K, used 23282K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 97% used [0xaf4a0000, 0xb0b5cb38, 0xb0b5cc00, 0xb0bfc000) Metaspace used 30591K, capacity 32340K, committed 32408K, reserved 33072K Event: 222,427 GC heap after Heap after GC invocations=59 (full 7): def new generation total 11008K, used 466K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 0% used [0xad000000, 0xad000000, 0xad9a0000) from space 1152K, 40% used [0xad9a0000, 0xada14bc8, 0xadac0000) to space 1152K, 0% used [0xadac0000, 0xadac0000, 0xadbe0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30591K, capacity 32340K, committed 32408K, reserved 33072K } Event: 224,246 GC heap before {Heap before GC invocations=59 (full 7): def new generation total 11008K, used 10322K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 100% used [0xad000000, 0xad9a0000, 0xad9a0000) from space 1152K, 40% used [0xad9a0000, 0xada14bc8, 0xadac0000) to space 1152K, 0% used [0xadac0000, 0xadac0000, 0xadbe0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30642K, capacity 32410K, committed 32536K, reserved 33072K Event: 224,317 GC heap after Heap after GC invocations=60 (full 7): def new generation total 11008K, used 489K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 0% used [0xad000000, 0xad000000, 0xad9a0000) from space 1152K, 42% used [0xadac0000, 0xadb3a418, 0xadbe0000) to space 1152K, 0% used [0xad9a0000, 0xad9a0000, 0xadac0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30642K, capacity 32410K, committed 32536K, reserved 33072K } Event: 228,743 GC heap before {Heap before GC invocations=60 (full 7): def new generation total 11008K, used 10345K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 100% used [0xad000000, 0xad9a0000, 0xad9a0000) from space 1152K, 42% used [0xadac0000, 0xadb3a418, 0xadbe0000) to space 1152K, 0% used [0xad9a0000, 0xad9a0000, 0xadac0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30840K, capacity 32635K, committed 32664K, reserved 33072K Event: 228,845 GC heap after Heap after GC invocations=61 (full 7): def new generation total 11008K, used 980K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 0% used [0xad000000, 0xad000000, 0xad9a0000) from space 1152K, 85% used [0xad9a0000, 0xada95048, 0xadac0000) to space 1152K, 0% used [0xadac0000, 0xadac0000, 0xadbe0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 30840K, capacity 32635K, committed 32664K, reserved 33072K } Event: 234,669 GC heap before {Heap before GC invocations=61 (full 7): def new generation total 11008K, used 10836K [0xad000000, 0xadbe0000, 0xaf4a0000) eden space 9856K, 99% used [0xad000000, 0xad99ffe0, 0xad9a0000) from space 1152K, 85% used [0xad9a0000, 0xada95048, 0xadac0000) to space 1152K, 0% used [0xadac0000, 0xadac0000, 0xadbe0000) tenured generation total 23920K, used 23633K [0xaf4a0000, 0xb0bfc000, 0xb3e00000) the space 23920K, 98% used [0xaf4a0000, 0xb0bb4668, 0xb0bb4800, 0xb0bfc000) Metaspace used 31380K, capacity 33199K, committed 33304K, reserved 34096K Event: 236,482 GC heap after Heap after GC invocations=62 (full 8): def new generation total 13824K, used 0K [0xad000000, 0xadf00000, 0xaf4a0000) eden space 12288K, 0% used [0xad000000, 0xad000000, 0xadc00000) from space 1536K, 0% used [0xadc00000, 0xadc00000, 0xadd80000) to space 1536K, 0% used [0xadd80000, 0xadd80000, 0xadf00000) tenured generation total 30092K, used 18054K [0xaf4a0000, 0xb1203000, 0xb3e00000) the space 30092K, 59% used [0xaf4a0000, 0xb0641870, 0xb0641a00, 0xb1203000) Metaspace used 31316K, capacity 33119K, committed 33304K, reserved 34096K } Event: 244,090 GC heap before {Heap before GC invocations=62 (full 8): def new generation total 13824K, used 12288K [0xad000000, 0xadf00000, 0xaf4a0000) eden space 12288K, 100% used [0xad000000, 0xadc00000, 0xadc00000) from space 1536K, 0% used [0xadc00000, 0xadc00000, 0xadd80000) to space 1536K, 0% used [0xadd80000, 0xadd80000, 0xadf00000) tenured generation total 30092K, used 18054K [0xaf4a0000, 0xb1203000, 0xb3e00000) the space 30092K, 59% used [0xaf4a0000, 0xb0641870, 0xb0641a00, 0xb1203000) Metaspace used 32714K, capacity 34551K, committed 34712K, reserved 35120K Event: 244,238 GC heap after Heap after GC invocations=63 (full 8): def new generation total 13824K, used 1536K [0xad000000, 0xadf00000, 0xaf4a0000) eden space 12288K, 0% used [0xad000000, 0xad000000, 0xadc00000) from space 1536K, 100% used [0xadd80000, 0xadf00000, 0xadf00000) to space 1536K, 0% used [0xadc00000, 0xadc00000, 0xadd80000) tenured generation total 30092K, used 18689K [0xaf4a0000, 0xb1203000, 0xb3e00000) the space 30092K, 62% used [0xaf4a0000, 0xb06e0428, 0xb06e0600, 0xb1203000) Metaspace used 32714K, capacity 34551K, committed 34712K, reserved 35120K }

Deoptimization events (0 events): No events

Internal exceptions (10 events): Event: 249,536 Thread 0x011c2ea8 Exception (0xad636b58) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,538 Thread 0x011c2ea8 Exception (0xad6374c8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,539 Thread 0x011c2ea8 Exception (0xad637d28) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,563 Thread 0x011c2ea8 Exception (0xad638648) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,564 Thread 0x011c2ea8 Exception (0xad638fb8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,566 Thread 0x011c2ea8 Exception (0xad6398e8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,568 Thread 0x011c2ea8 Exception (0xad63a200) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,569 Thread 0x011c2ea8 Exception (0xad63abd0) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,591 Thread 0x011c2ea8 Exception (0xad63b458) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595] Event: 249,592 Thread 0x011c2ea8 Exception (0xad63bcc8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8/2238/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 595]

Events (10 events): Event: 251,088 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,088 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1 Event: 251,488 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,488 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1 Event: 251,546 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,546 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1 Event: 251,547 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,556 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1 Event: 251,576 Thread 0x00aba9a8 DEOPT PACKING pc=0xb4235a44 sp=0xa920e7b0 Event: 251,576 Thread 0x00aba9a8 DEOPT UNPACKING pc=0xb3ef3b60 sp=0xa920e700 mode 1

Dynamic libraries: 00008000-00009000 r-xp 00000000 b3:06 9057 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/bin/java 00010000-00011000 rw-p 00000000 b3:06 9057 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt/jre/bin/java 0073f000-01300000 rw-p 00000000 00:00 0 [heap] a664e000-a674e000 rw-p 00000000 00:00 0 a674e000-a6751000 ---p 00000000 00:00 0 a6751000-a6f4e000 rw-p 00000000 00:00 0 a6f4e000-a6f51000 ---p 00000000 00:00 0 a6f51000-a774e000 rw-p 00000000 00:00 0 a774e000-a774f000 ---p 00000000 00:00 0 a774f000-a7f4e000 rw-p 00000000 00:00 0 a7f4e000-a7f51000 ---p 00000000 00:00 0 a7f51000-a7f9e000 rw-p 00000000 00:00 0 [stack:17332] a7f9e000-a7fa1000 ---p 00000000 00:00 0 a7fa1000-a7fee000 rw-p 00000000 00:00 0 [stack:17331] a7fee000-a7ff1000 ---p 00000000 00:00 0 a7ff1000-a803e000 rw-p 00000000 00:00 0 [stack:17330] a803e000-a8041000 ---p 00000000 00:00 0 a8041000-a808e000 rw-p 00000000 00:00 0 [stack:17329] a808e000-a8091000 ---p 00000000 00:00 0 a8091000-a80de000 rw-p 00000000 00:00 0 [stack:17328] a80de000-a819d000 r-xp 00000000 b3:06 272213 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19 a819d000-a81a4000 ---p 000bf000 b3:06 272213 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19 a81a4000-a81a8000 r--p 000be000 b3:06 272213 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19 a81a8000-a81aa000 rw-p 000c2000 b3:06 272213 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19 a81aa000-a81b0000 rw-p 00000000 00:00 0 a81b0000-a81e6000 r-xp 00000000 b3:06 284887 /usr/local/lib/libtelldus-core.so.2.1.1 a81e6000-a81ee000 ---p 00036000 b3:06 284887 /usr/local/lib/libtelldus-core.so.2.1.1 a81ee000-a81ef000 rw-p 00036000 b3:06 284887 /usr/local/lib/libtelldus-core.so.2.1.1 a81ef000-a81f2000 ---p 00000000 00:00 0 a81f2000-a833f000 rw-p 00000000 00:00 0 [stack:17325] a833f000-a8342000 ---p 00000000 00:00 0 a8342000-a838f000 rw-p 00000000 00:00 0 [stack:17379] a838f000-a8392000 ---p 00000000 00:00 0 a8392000-a83df000 rw-p 00000000 00:00 0 a83df000-a83f6000 r-xp 00000000 b3:06 159144 /tmp/jna-3577/jna3456404051979030942.tmp (deleted) a83f6000-a83fe000 ---p 00017000 b3:06 159144 /tmp/jna-3577/jna3456404051979030942.tmp (deleted) a83fe000-a83ff000 rw-p 00017000 b3:06 159144 /tmp/jna-3577/jna3456404051979030942.tmp (deleted) a83ff000-a8402000 ---p 00000000 00:00 0 a8402000-a844f000 rw-p 00000000 00:00 0 [stack:17320] a844f000-a8452000 ---p 00000000 00:00 0 a8452000-a849f000 rw-p 00000000 00:00 0 [stack:17318] a849f000-a84a2000 ---p 00000000 00:00 0 a84a2000-a84ef000 rw-p 00000000 00:00 0 [stack:17317] a84ef000-a84f2000 ---p 00000000 00:00 0 a84f2000-a863f000 rw-p 00000000 00:00 0 [stack:17316] a863f000-a866c000 r--s 001dc000 b3:06 158750 /opt/openhab/server/plugins/org.eclipse.xtext_2.3.0.v201206120633.jar a866c000-a866f000 ---p 00000000 00:00 0 a866f000-a87bc000 rw-p 00000000 00:00 0 [stack:17382] a87bc000-a87bf000 ---p 00000000 00:00 0 a87bf000-a880c000 rw-p 00000000 00:00 0 [stack:17313] a880c000-a880f000 ---p 00000000 00:00 0 a880f000-a885c000 rw

jarlebh commented 9 years ago

@arnemg I just tried my new Raspberry and it works without issues. First I install rasbian using NOOBS, then I install telldus using https://lassesunix.wordpress.com/2013/08/12/installing-telldus-core-on-raspberry-pi/. Then I downloaded openhab and added the tellstick addon. I use the default Java from rasbian. I do see a Nullpointer that I will fix, but it still starts for me.

Jarle

teichsta commented 9 years ago

Thanks for this update. Could you please refer to this Issue from your PR? Best, Thomas E.-E.

jarlebh commented 9 years ago

The nullpointer has been fixed in #1715

teichsta commented 9 years ago

so can this issue be closed?

arnemg commented 9 years ago

Happy Days.

I have just reinstalled everything from scratch and following the installation guide for teldus core provided by @jarlebh it works without any problems.

When I search Google for the phrase 'install telldus core on raspberry pi' the first hit on the page referes to a different way of installing telldus core. Which results in the Mutex error. This installation has a different version number of telldus core than previous.

So, thank you very much for the assistance @jarlebh

kr Arne

jarlebh commented 9 years ago

+1 for Close