Hi guys,
Getting below error in startup. Any idea how hadoop crept into the pack?
Cheers~
[2016-05-20 14:48:48,984] ERROR - Shell Failed to locate the winutils
binary in the hadoop binary path
java.io.IOException: Could not locate executable null\bin\winutils.exe in
the Hadoop binaries.
at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:355)
at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:370)
at org.apache.hadoop.util.Shell.<clinit>(Shell.java:363)
at org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:79)
at
org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:104)
at org.apache.hadoop.security.Groups.<init>(Groups.java:86)
at org.apache.hadoop.security.Groups.<init>(Groups.java:66)
at
org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:280)
at
org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:271)
at
org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGroupInformation.java:248)
at
org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:763)
at
org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:748)
at
org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:621)
at
org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2042)
at
org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2042)
at scala.Option.getOrElse(Option.scala:120)
at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2042)
at org.apache.spark.SparkContext.<init>(SparkContext.scala:301)
at
org.apache.spark.api.java.JavaSparkContext.<init>(JavaSparkContext.scala:61)
at
org.wso2.carbon.analytics.spark.core.internal.SparkAnalyticsExecutor.initializeSparkContext(SparkAnalyticsExecutor.java:346)
at
org.wso2.carbon.analytics.spark.core.internal.SparkAnalyticsExecutor.initializeClient(SparkAnalyticsExecutor.java:359)
at
org.wso2.carbon.analytics.spark.core.internal.SparkAnalyticsExecutor.initializeSparkServer(SparkAnalyticsExecutor.java:188)
at
org.wso2.carbon.analytics.spark.core.internal.AnalyticsComponent.activate(AnalyticsComponent.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
at
org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:950)
at
org.wso2.carbon.analytics.dataservice.core.AnalyticsDataServiceComponent.activate(AnalyticsDataServiceComponent.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
at
org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
at
org.wso2.carbon.ntask.core.internal.TasksDSComponent.activate(TasksDSComponent.java:106)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
at
org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
at
org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:199)
at
org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.serviceChanged(StartupFinalizerServiceComponent.java:288)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
at
org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.registerThrottlingAgent(ThrottlingAgentServiceComponent.java:123)
at
org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.activate(ThrottlingAgentServiceComponent.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
at
org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
at
org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:514)
at
org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219)
at
org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
at
org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:81)
at
org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:60)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:40)
at
org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(DelegationServlet.java:38)
at
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5262)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5550)
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1575)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1565)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
On Fri, May 20, 2016 at 1:53 PM, Ayyoob Hamza <[email protected]> wrote:
> *WSO2 IoT Server 1.0.0 Alpha Released*
> We are pleased to announce WSO2 IoT Server 1.0.0 alpha release. It can be
> downloaded from
> https://github.com/wso2/product-iots/releases/tag/v1.0.0-alpha
>
> WSO2 IoT Server is an extensible, open-source, multi tenant, Internet of
> Things Platform for implementing server-side of IoT Reference Architecture.
> It comes with a reference implementations for the device layer.
>
>
> WSO2 IoT Server supports:
>
>
>
> -
>
> Device Management
> -
>
> Extensions for registering device types
> -
>
> Self-service enrolment and management of connected devices
> -
>
> Group, manage and monitor connected devices
> -
>
> Share device operations / data with other users
> -
>
> Distribution and management of applications and firmware to devices
> -
>
> OOTB support for some known device types such as Raspberry Pi,
> Arduino Uno, Android
>
>
> -
>
> IoT Protocol Support
> -
>
> Leverage MQTT, HTTP, Websockets and XMPP protocols for device
> communications with IoT Server
> -
>
> Framework extension for adding more protocols and data formats
> -
>
> Analytics
> -
>
> Support for batch, interactive, real-time and predictive analytics
> through WSO2 DAS
> -
>
> Pre-built visualisation support for sensor readings
> -
>
> View instant, visualised statistics of individual or multiple
> devices
> -
>
> Traverse through, analyse and zoom in/out of filtered data
> -
>
> Stats-API to write your own visualisation
> -
>
> Pre-built graphs for common sensor reading types like temperature,
> velocity
> -
>
> API Management for App Development
> -
>
> Devices are represented as REST APIs
> -
>
> Develop applications using Device APIs
> -
>
> Identity and Access Management
> -
>
> Identity Management for devices
> -
>
> Token based access control for devices & operations (protect back
> end services via exposing device type APIs)
> - Support for SCEP protocol (encryption and authenticity)
>
>
>
> List of known issues
>
> - https://wso2.org/jira/issues/?filter=13055
>
> Bug Fixes
>
> - [IOTS-17 <https://wso2.org/jira/browse/IOTS-17>] - MQTT endpoints
> are not secured for agent communication
> - [IOTS-19 <https://wso2.org/jira/browse/IOTS-19>] - XMPP sessions not
> closed before server shutdown
> - [IOTS-21 <https://wso2.org/jira/browse/IOTS-21>] - Jaggery API calls
> are not secured
> - [IOTS-34 <https://wso2.org/jira/browse/IOTS-34>] - Backend Service
> Invoker Fails Intermittently with Unexpected token: <
> - [IOTS-37 <https://wso2.org/jira/browse/IOTS-37>] - Could not
> generate a new access token (using refresh token) by using the current
> token endpoint
> - [IOTS-47 <https://wso2.org/jira/browse/IOTS-47>] - Update the
> release note in the release packs as it is about EMM
> - [IOTS-50 <https://wso2.org/jira/browse/IOTS-50>] - users whos
> iot-admin role is removed is shown all options for enrol devices as users
> with iot-admin role
> - [IOTS-55 <https://wso2.org/jira/browse/IOTS-55>] - Considerable
> delay in server startup
> - [IOTS-57 <https://wso2.org/jira/browse/IOTS-57>] - Error when
> starting the IOT pack after pointing to the mysql database
> - [IOTS-64 <https://wso2.org/jira/browse/IOTS-64>] - The wso2carbon
> log file is growing rapidly
> - [IOTS-68 <https://wso2.org/jira/browse/IOTS-68>] - when a tenant is
> created with the same user name as super tenant seems the super tenant data
> are shown
> - [IOTS-69 <https://wso2.org/jira/browse/IOTS-69>] - until device
> admin was disabled the camera policy was in effect preventing the use of
> camera on android device
> - [IOTS-75 <https://wso2.org/jira/browse/IOTS-75>] - view API throws a
> Caused by: java.lang.NullPointerException: Tenant domain has not been set
> in CarbonContext
> - [IOTS-81 <https://wso2.org/jira/browse/IOTS-81>] - IOT devices are
> allways in active status
> - [IOTS-92 <https://wso2.org/jira/browse/IOTS-92>] - Error in
> executing task: Table Not Found: X1234_DeviceBatterySummaryData
> java.lang.RuntimeException: Table Not Found: X1234_DeviceBatterySummaryData
> is thown when pointing to mysql
> - [IOTS-93 <https://wso2.org/jira/browse/IOTS-93>] - XMPP server
> details are hardcoded in virtual fire alarm and devicemgt-config.xml file
> - [IOTS-94 <https://wso2.org/jira/browse/IOTS-94>] - Virtual
> firealarms that were downloaded before xmpp was enabled can not connect to
> xmpp protocol after enabling.
> - [IOTS-100 <https://wso2.org/jira/browse/IOTS-100>] - When
> integrating ActiveMQ as an external message broker IOTS fails to start
> - [IOTS-102 <https://wso2.org/jira/browse/IOTS-102>] - Device analytic
> line graph does not get generated when the device type has a capital letter
> - [IOTS-104 <https://wso2.org/jira/browse/IOTS-104>] - Remove the
> device type configs that is used for UI from conf directory
> - [IOTS-105 <https://wso2.org/jira/browse/IOTS-105>] - clean
> unnecessary jaggery apis
> - [IOTS-106 <https://wso2.org/jira/browse/IOTS-106>] - A emm console
> url is shown in carbon log at server startup
> - [IOTS-110 <https://wso2.org/jira/browse/IOTS-110>] - No email
> confirmation is sent to user when administrator creates a user
> - [IOTS-112 <https://wso2.org/jira/browse/IOTS-112>] - A prefix as "
> Device " is set to the devices that is been created
> - [IOTS-114 <https://wso2.org/jira/browse/IOTS-114>] - Change Role
> permissions: the user is unable to deselect a child node
> - [IOTS-117 <https://wso2.org/jira/browse/IOTS-117>] - Edit/ create
> Role: Domain needs to be marked as a mandatory field
> - [IOTS-122 <https://wso2.org/jira/browse/IOTS-122>] - Tenant - admin
> cannot enroll to virtual fire alarm, raspberry pi & arduino
> - [IOTS-124 <https://wso2.org/jira/browse/IOTS-124>] - Group: View
> analytics loads an error
> - [IOTS-127 <https://wso2.org/jira/browse/IOTS-127>] - Admin cannot
> reset user passwords
> - [IOTS-129 <https://wso2.org/jira/browse/IOTS-129>] - If
> devicemgt-user role is deleted users cannot register
> - [IOTS-130 <https://wso2.org/jira/browse/IOTS-130>] - The line graph
> is not generated correctly for virtual firealarm
> - [IOTS-131 <https://wso2.org/jira/browse/IOTS-131>] - Publishing
> stats via MQTT protocol to iot server fails
> - [IOTS-134 <https://wso2.org/jira/browse/IOTS-134>] - Server startup
> fails when configured to use MySQL
> - [IOTS-136 <https://wso2.org/jira/browse/IOTS-136>] - User signup for
> tenant is not supported
> - [IOTS-150 <https://wso2.org/jira/browse/IOTS-150>] - Arduino sample
> is not getting proper responses
> - [IOTS-151 <https://wso2.org/jira/browse/IOTS-151>] - Server startup
> fails when configured to use Oracle
> - [IOTS-152 <https://wso2.org/jira/browse/IOTS-152>] - Platform
> Configuration display android, iOS and windows Configuration
> - [IOTS-153 <https://wso2.org/jira/browse/IOTS-153>] - Error is thrown
> when accessing device API details page
> - [IOTS-154 <https://wso2.org/jira/browse/IOTS-154>] - Typo
> /enrollmentdevicesg/download for raspberypi (g)
> - [IOTS-155 <https://wso2.org/jira/browse/IOTS-155>] - When browsing
> analytics error 500 shown to user from a group which has no devices
> assigned
> - [IOTS-156 <https://wso2.org/jira/browse/IOTS-156>] - 404 page when
> cancel clicked in "Add New Group" page
> - [IOTS-157 <https://wso2.org/jira/browse/IOTS-157>] - Signed up users
> shown an error page when navigated to policy page
> - [IOTS-158 <https://wso2.org/jira/browse/IOTS-158>] - Signed up users
> cannot create policies
> - [IOTS-159 <https://wso2.org/jira/browse/IOTS-159>] - Meaningful
> message to be shown when On / Off issued to virtual fire alarm
> - [IOTS-161 <https://wso2.org/jira/browse/IOTS-161>] - Remove the
> phrase "Below QR code can also be used to enroll a device"
> - [IOTS-163 <https://wso2.org/jira/browse/IOTS-163>] - Android sensor:
> only admin can login to the app
> - [IOTS-164 <https://wso2.org/jira/browse/IOTS-164>] - When an
> existing user name is used by admin no proper validation message shown
> - [IOTS-165 <https://wso2.org/jira/browse/IOTS-165>] - Server startup
> throws "The following exception occurred when fetching
> http://www.google-analytics.com/urchin"
> - [IOTS-166 <https://wso2.org/jira/browse/IOTS-166>] - Connected cup
> device analytics is failing to load
> - [IOTS-167 <https://wso2.org/jira/browse/IOTS-167>] - Considerable
> delay is taken to initialize transports for device types
>
>
> *How To Contribute*
>
> You can find more instructions on how to contribute on our documentation
> site <https://docs.wso2.com/display/IoTS100/WSO2+IoT+Server>.
> If you have any suggestions or are interested in discussions, you can join
> the [email protected] or [email protected] lists.
>
> *Reporting Problems*
>
> We encourage you to report issues, improvements and feature requests
> regarding WSO2IOT through the public WSO2 IoT JIRA
> <https://wso2.org/jira/browse/IOTS>
>
> *Contact us*
>
> WSO2 developers can be contacted via the mailing list: Carbon developer
> mailing list
> For details on subscriptions see http://wso2.org/mail
>
>
> Thanks and Regards,
>
> *~ EMM / IoTS Team ~*
>
> _______________________________________________
> Architecture mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>
--
Dulitha Wijewantha (Chan)
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Middleware
* ~Email [email protected] <[email protected]>*
* ~Mobile +94712112165 <%2B94712112165>*
* ~Website dulitha.me <http://dulitha.me>*
* ~Twitter @dulitharw <https://twitter.com/dulitharw>*
*~Github @dulichan <https://github.com/dulichan>*
*~SO @chan <http://stackoverflow.com/users/813471/chan>*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev