Advertisement
Guest User

Untitled

a guest
Dec 13th, 2015
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  1. root@raspberrypi:/dev# /opt/openhab/start_debug.sh
  2. Launching the openHAB runtime in debug mode...
  3. Listening for transport dt_socket at address: 8001
  4. osgi> 12:23:24.805 [DEBUG] [.s.internal.SchedulerActivator:36 ] - Scheduler has been started.
  5. 12:23:25.039 [INFO ] [uartz.impl.StdSchedulerFactory:1175 ] - Using default implementation for ThreadExecutor
  6. 12:23:25.146 [INFO ] [rtz.core.SchedulerSignalerImpl:61 ] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  7. 12:23:25.149 [INFO ] [rg.quartz.core.QuartzScheduler:243 ] - Quartz Scheduler v.2.1.7 created.
  8. 12:23:25.157 [INFO ] [org.quartz.simpl.RAMJobStore :154 ] - RAMJobStore initialized.
  9. 12:23:25.165 [INFO ] [rg.quartz.core.QuartzScheduler:268 ] - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'openHAB-job-scheduler' with instanceId 'NON_CLUSTERED'
  10. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  11. NOT STARTED.
  12. Currently in standby mode.
  13. Number of jobs executed: 0
  14. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads.
  15. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  16.  
  17. 12:23:25.167 [INFO ] [uartz.impl.StdSchedulerFactory:1324 ] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: './etc/quartz.properties'
  18. 12:23:25.169 [INFO ] [uartz.impl.StdSchedulerFactory:1328 ] - Quartz scheduler version: 2.1.7
  19. 12:23:25.172 [INFO ] [rg.quartz.core.QuartzScheduler:534 ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started.
  20. 12:23:25.191 [DEBUG] [o.config.core.ConfigDispatcher:146 ] - Processing openHAB default configuration file '/opt/openhab/configurations/openhab_default.cfg'.
  21. 12:23:25.461 [DEBUG] [o.config.core.ConfigDispatcher:168 ] - Processing openHAB main configuration file '/opt/openhab/configurations/openhab.cfg'.
  22. 12:23:25.610 [DEBUG] [.o.core.internal.CoreActivator:93 ] - UUID file already exists at '/opt/openhab/webapps/static/uuid' with content 'ea4b6aea-2cc3-4f31-8a5f-800ae2ea7981'
  23. 12:23:25.618 [DEBUG] [.o.core.internal.CoreActivator:115 ] - Created file '/opt/openhab/webapps/static/version' with content '1.7.1'
  24. 12:23:25.620 [INFO ] [.o.core.internal.CoreActivator:61 ] - openHAB runtime has been started (v1.7.1).
  25. 12:23:25.747 [DEBUG] [a.internal.AutoUpdateActivator:31 ] - AutoUpdate binding has been started.
  26. 12:23:30.412 [DEBUG] [.p.i.PersistenceModelActivator:23 ] - Registered 'persistence' configuration parser
  27. 12:23:30.558 [DEBUG] [.c.t.i.TransformationActivator:38 ] - Transformation Service has been started.
  28. 12:23:30.730 [DEBUG] [m.internal.MultimediaActivator:34 ] - Multimedia I/O bundle has been started.
  29. 12:23:30.819 [DEBUG] [.s.i.DiscoveryServiceActivator:27 ] - Discovery service has been started.
  30. 12:23:30.841 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:93 ] - mDNS service has been started
  31. 12:23:30.895 [DEBUG] [.io.transport.mqtt.MqttService:123 ] - Starting MQTT Service...
  32. 12:23:31.020 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:53 ] - Service Discovery initialization completed.
  33. 12:23:31.511 [DEBUG] [.i.internal.ItemModelActivator:24 ] - Registered 'item' configuration parser
  34. 12:23:32.353 [DEBUG] [o.o.c.i.items.ItemRegistryImpl:137 ] - Item provider 'GenericItemProvider' has been added.
  35. 12:23:35.472 [DEBUG] [.o.m.s.i.SitemapModelActivator:23 ] - Registered 'sitemap' configuration parser
  36. 12:23:35.872 [DEBUG] [io.rest.internal.RESTActivator:33 ] - REST API has been started.
  37. 12:23:36.218 [INFO ] [org.atmosphere.util.IOUtils :370 ] - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
  38. 12:23:36.360 [INFO ] [sphere.cpr.AtmosphereFramework:2601 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
  39. 12:23:36.365 [INFO ] [cpr.DefaultAnnotationProcessor:138 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used
  40. 12:23:36.469 [WARN ] [cpr.DefaultAnnotationProcessor:178 ] - Unable to detect annotations. Application may fail to deploy.
  41. 12:23:36.713 [INFO ] [sphere.cpr.AtmosphereFramework:1891 ] - Auto detecting atmosphere handlers /WEB-INF/classes/
  42. 12:23:36.804 [INFO ] [sphere.cpr.AtmosphereFramework:639 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path /* and Broadcaster Class org.atmosphere.jersey.JerseyBroadcaster
  43. 12:23:36.806 [INFO ] [sphere.cpr.AtmosphereFramework:1945 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/
  44. 12:23:36.812 [INFO ] [sphere.cpr.AtmosphereFramework:1602 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
  45. 12:23:36.958 [INFO ] [.a.h.ReflectorServletProcessor:103 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer
  46. 12:23:37.523 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:815 ] - Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
  47. 12:23:37.535 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:826 ] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration:
  48. class org.atmosphere.jersey.AtmosphereResourceConfigurator
  49. 12:23:37.804 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.rest.RESTApplication
  50. 12:23:39.288 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'default.sitemap'
  51. 12:23:40.148 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'demo.items'
  52. 12:23:40.425 [DEBUG] [i.internal.GenericItemProvider:154 ] - Processing binding configs for items from model 'demo.items'
  53. 12:23:40.473 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'demo.items'
  54. 12:23:43.476 [INFO ] [sphere.cpr.AtmosphereFramework:2435 ] - AtmosphereInterceptor CORS Interceptor Support will always be executed first
  55. 12:23:43.478 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT
  56. 12:23:43.481 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT
  57. 12:23:43.491 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
  58. 12:23:43.497 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
  59. 12:23:43.500 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
  60. 12:23:43.507 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
  61. 12:23:43.511 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
  62. 12:23:43.528 [INFO ] [sphere.cpr.AtmosphereFramework:935 ] - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
  63. 12:23:43.534 [WARN ] [sphere.cpr.AtmosphereFramework:941 ] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache
  64. 12:23:43.536 [INFO ] [sphere.cpr.AtmosphereFramework:949 ] - Default Broadcaster Class: org.atmosphere.jersey.JerseyBroadcaster
  65. 12:23:43.538 [INFO ] [sphere.cpr.AtmosphereFramework:950 ] - Broadcaster Polling Wait Time 100
  66. 12:23:43.540 [INFO ] [sphere.cpr.AtmosphereFramework:951 ] - Shared ExecutorService supported: true
  67. 12:23:43.543 [INFO ] [sphere.cpr.AtmosphereFramework:958 ] - Messaging Thread Pool Size: 10
  68. 12:23:43.545 [INFO ] [sphere.cpr.AtmosphereFramework:968 ] - Async I/O Thread Pool Size: 10
  69. 12:23:43.547 [INFO ] [sphere.cpr.AtmosphereFramework:979 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
  70. 12:23:43.550 [INFO ] [sphere.cpr.AtmosphereFramework:980 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
  71. 12:23:43.554 [INFO ] [sphere.cpr.AtmosphereFramework:990 ] - Invoke AtmosphereInterceptor on WebSocket message true
  72. 12:23:43.556 [INFO ] [sphere.cpr.AtmosphereFramework:991 ] - HttpSession supported: false
  73. 12:23:43.558 [INFO ] [sphere.cpr.AtmosphereFramework:993 ] - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
  74. 12:23:43.560 [INFO ] [sphere.cpr.AtmosphereFramework:994 ] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running under container: jetty/8.1.3.v20120522 with WebSocket enabled.
  75. 12:23:43.566 [INFO ] [sphere.cpr.AtmosphereFramework:996 ] - Atmosphere Framework 2.2.5 started.
  76. 12:23:43.568 [INFO ] [sphere.cpr.AtmosphereFramework:998 ] -
  77.  
  78. For Atmosphere Framework Commercial Support, visit
  79. http://www.async-io.org/ or send an email to support@async-io.org
  80.  
  81. 12:23:43.573 [INFO ] [penhab.io.rest.RESTApplication:144 ] - Started REST API at /rest
  82. 12:23:43.579 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080
  83. 12:23:44.063 [INFO ] [sphere.cpr.AtmosphereFramework:1053 ] - Latest version of Atmosphere's JavaScript Client 2.2.12
  84. 12:23:44.065 [INFO ] [sphere.cpr.AtmosphereFramework:1060 ] -
  85.  
  86. Atmosphere Framework Updates
  87. Minor available (bugs fixes): 2.2.8
  88. Major available (new features): 2.4.1.4
  89. 12:23:46.133 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443
  90. 12:23:50.360 [INFO ] [.o.u.w.i.servlet.WebAppServlet:79 ] - Started Classic UI at /openhab.app
  91. 12:23:51.806 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered 'rules' configuration parser
  92. 12:23:51.852 [DEBUG] [m.r.internal.engine.RuleEngine:77 ] - Started rule engine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement