Questions tagged [wso2-iot]

320 questions
6
votes
2 answers

"keytool error: java.io.IOException: Invalid keystore format"

I got a problem when I try to deploy the WSO2 EMM server. In the doc https://docs.wso2.org/display/EMM101/iOS+Server+Configurations, step 7.b, when I try to execute this command: keytool -importkeystore -srckeystore ca.p12 -srcstoretype PKCS12…
Mingway
  • 63
  • 1
  • 1
  • 5
5
votes
2 answers

Sending Content-Type application/x-www-form-urlencoded WSO2 ESB

I have been working in a service chaining that answers me with a Bearer Token using in WSO2 EMM. I made a proxy in ESB and then I passed to a new sequence that makes the next call but this one receives a Content-Type…
Erick Vivanco
  • 239
  • 4
  • 10
5
votes
1 answer

How to check if the deployment synchronizer in WSO2 is committing to svn?

I have a set of four clustered WSO2 EMM instances, 2 management and 2 worker nodes. These are all separate virtual machines. All nodes have joined the cluster succesfully through multicast. The database is also on a remote VM. Deployment…
twan163
  • 295
  • 1
  • 2
  • 11
4
votes
1 answer

How to fix error "Enrollment failed" when trying WSO2 IoT 3.3.0 android enrollment?

I set up a new server windows 2012R2 in a VM machine. The latest active-mq and Apache-ant are downloaded. Oracle JDK 8u192 is used. After installation and setup of the WSO2 IoT application, I cannot enroll an android device. I installed the WSO2IOT…
4
votes
0 answers

WSO2 Error in retrieving policy agreement

I want to connect my android phone to the WSO2 server on Windows 10, I followed the guide: Quick Start After entering the server IP and its port, and the user's credentials, the "Retrieving policy agreement" message appeared and after a while the…
Happy Developer
  • 617
  • 1
  • 8
  • 15
4
votes
4 answers

Error: Unknown admin: ComponentInfo

The manifest file can be found here. DeviceAdminReceiver class can be found here agent_device_xml is as defined below:
user8000126
4
votes
2 answers

Getting Warning Error in WSO2 for every 30 seconds

[date time, 804] [Iot - Core] WARN - FileSystemPreferences Could not lock System prefs. Unix error code 0. [date time, 805] [Iot - Core] WARN - FileSystemPreferences Couldn't Flush system prefs: java.util.prefs.BackingStoreException: Couldn't get…
Vishwanath
  • 151
  • 4
4
votes
1 answer

Setting up WSO2 EMM

I am trying to setup WSO2 EMM V2.0.1. I was able to set it up on my live server and follow all the instruction provided from here WSO2 Getting Started till I got to Configuring Android BKS I configured all settings provided and my https which is…
Tonespy
  • 3,257
  • 7
  • 26
  • 52
3
votes
1 answer

WSO2 IOT APIMClientOAuthException whene logged in device management in Docker containers

I am trying to install WSO2 IoT server (version 3.3.0) on an instance of AWS (Ubuntu 18.04.1 LTS) using docker (https://github.com/wso2-attic/docker-iot) , Then I have run change-ip.sh script in order to change ip addresses for redirections. I have…
Med
  • 117
  • 1
  • 14
3
votes
1 answer

WSO2 MDM iPhone profile installation issue (Invalid DER encoding, not ended)

I am using WSO2(3.2.0) IOT server for the iPhone MDM and installed it as per the direction in the website I generated the MDM APNS certificate and added it to ios configurations at the server. while enrolling the iPhone (iphone 6) for the MDM, I…
Parth Bhuva
  • 857
  • 6
  • 26
3
votes
2 answers

Can't enroll device. Error 500

I just installed WSO2 iotserver 3.1.0 . When i try to enroll a device (Android) i get : Enrollment failed Please contact administrator. Code : 500 Error : java.io.EOFException I have yet to figure out the issue. Does anyone know how to fix…
Maximus E.
  • 43
  • 1
  • 8
3
votes
0 answers

WSO2 EMM 2.0.1 - Android device registered but no device on console

I've installed WSO2 EMM 2.0.1 on a personnal server and I followed the configuration on the official documentation. After adding certificate (from let's encrypt), generating BKS file and making my own APK, I've registered my Android phone and I've…
Vind
  • 31
  • 4
3
votes
2 answers

how to download wso2 emm server version 2.0.1

I tried to download wso2 emm server version 2.0.1 but download link is not working and i went to previous releases and downloaded it. Url : http://wso2.com/products/enterprise-mobility-manager/
Nikhil PV
  • 1,014
  • 2
  • 16
  • 29
3
votes
1 answer

How to use and understand wso2 git repositories?

I have just started to be interested in wso2. I am looking for a mobility device management solution. So I have tested the wso2 EMM but I found some limits that I was wondering if it could be possible to implement by myself. My problem is I am…
sarah L
  • 43
  • 2
3
votes
2 answers

How to create file(.apk) from URL in Jaggery?

I have application store and applications have their url. I want to download apks from those urls to my jaggery server. Although below code(my first solution) create myApp.apk successfully, its not work properly. First i tried to below code, var…
kemalsami
  • 337
  • 5
  • 17
1
2 3
21 22