Questions tagged [wso2-iot]

320 questions
0
votes
4 answers

Error when changing IP and certificate on wso2-IoT

I have just installed the new version of wso2-iot(3.1.0). I order to use it remotely, I have changed the IP from localhost to the IP address of my server with the script /scripts/change-ip.sh. All seems to work well, but when I login into…
0
votes
3 answers

wso2iot 3.1.0 install problems

Clean install: Downloaded wso2iot 3.1.0 from GitHub Downloaded yajsw-stable-12.09 Put them in one file (wso): Pointed jdk1.7.0_75 for JAVA_HOME Pointed CARBON_HOME to my wso/wso2iot 3.1.0 This is what I downloaded only. Run iot-server in folder…
bob
  • 1
0
votes
1 answer

Changing the super administrator password WSO2 IOTS 3.1.0

I dowloaded WSO2 IoT Server 3.1.0-M8 version. I want to change super admin password and I followed the instructions in documentation Changing the Super Administrator Password and in tab 'Changing Password via file configuration'. I have…
dozcelik
  • 1
  • 3
0
votes
2 answers

WSO2 IOT Server Adding Android Policy, What is the effect of ' Disallow configuring Wifi ' restriction?

I installed the Android System Application and made the agent application device owner. I am adding a new policy and selecting restrictions. When I select Disallow configuring Wifi restriction and publish the policy, it does not effect the device.…
0
votes
2 answers

Which database (DBMS) is approved and recommended for storing WSO2 IOT Server 3.0 metadata?

Which database (DBMS) is approved and recommended for storing WSO2 IOT Server 3.0 metadata? Is it recommended to use a database to store WSO2 IOT Server metadata? Has anyone done this setup? You have already set up a database to store the metadata…
Andninja X
  • 49
  • 3
0
votes
1 answer

Server Configuration for WSO2 IOT Server with Postgresql

I have a aws ubuntu server with 4gb RAM and 2gb internal memory. I want the wso2 iot server with postgresql configuration. What kind of configuration needed for aws ubuntu server for this requirement. As per the wso2 iot documentation, 4gb RAM and…
Thomson Ignesious
  • 689
  • 1
  • 8
  • 25
0
votes
2 answers

Device Owner Permissions for WSO2 EMM

I am testing the wso2 emm on an android device. I have set up the EMM server and linked an android device to it by just enrolling the device to the server instead of setting up the work profile. In order to apply some policies like Restricting…
Spathire
  • 1
  • 1
0
votes
2 answers

wso2 iot analytics geofencing error

I've downloaded WSO2 IOT Server 3.0.0 and installed the product by following steps in wso2 documentation. I use Ubuntu 14.04 LTS. https://docs.wso2.com/display/IoTS300/Installing+on+Linux+or+OS+X Then, I started broker, core and analytics servers in…
dozcelik
  • 1
  • 3
0
votes
1 answer

how to Setup SSL connection with web device managment - WSO2 IoT 3.0.0

I use WSO2 IoT to managnament smartphones. When i open web devicemgt i have unsecure connection like this: no ssl. I have generated SSL certificate - .cer, .pem, .key files and password to key. How can I setup secure connection with site of WSO2IoT…
0
votes
1 answer

Can't build product-iots-3.1.0-M7

I tried to build WSO2 iot server 3.1.0-M7 in the following order carbon-device-mgt-2.0.66 carbon-device-mtg-plugins-3.0.36 products-iots-3.1.0-M7 Step 1 and 2 built successfully, but the following exception was thrown when I build step 3. [ERROR]…
Kevin
  • 1
  • 1
0
votes
1 answer

Arduino device type is not found at wso2 iot server's device enroll directory

There is not found android at "device types" section when I browse (https://localhost:9443/devicemgt/device/enroll to enroll android device.
0
votes
1 answer

Error while installing WSO2 EMM on windows for Android

When I use the command wso2server.bat --run, the error is as follows The filename, directory name, or volume label syntax is incorrect. JAVA_HOME environment variable is set to C:\Program Files\java\jdk1.8.0_131 CARBON_HOME environment variable…
Mike
  • 147
  • 2
  • 16
0
votes
1 answer

Failed to register android device in WSO2 EMM. Showing error Incorrect user Infromation

Also need help about is it necessary to mention domain name in LAN? OS is CentOS 7 Firewall is enabled and 9443 and 9763 port numbers are allowed. WSO2 agent is default agent and trying to register android mobile with server :…
Vishwanath
  • 151
  • 4
0
votes
1 answer

wso2iot mqtt authentication

Considering some IoT devics may not be powerful enough to handle TLS (e.g. Arduino based), what is the intended security (authentication) method? Having plain connection (MQTT or HTTP) a static password is out of question. So I am considering to…
gusto2
  • 11,210
  • 2
  • 17
  • 36
0
votes
1 answer

Allow installation of apps from unknown sources inside work profile in Android Marshmallow

I've managed to set WSO2 EMM 2.2.0 server and have tested out the emm android agent which works. However, for "Android for work", when I tried to push enterprise applications, it says that "Your administrator doesn't allow installation of apps…