Kura is an OSGi-based container for M2M applications running in service gateways. Kura complements the Java 6 SE and OSGi platforms with API and services covering the most common requirements of M2M applications. These extensions include but they are not limited to: I/O access, data services, watchdog, network configuration and remote management.
Questions tagged [kura]
74 questions
0
votes
1 answer
IOT Kura Installation unable to fetch from git hub repo and Repo Not Found
Currently I'm facing an issue while installing Kura using Eclipse Installer.
Attached the screenshot and log for further reference.
I hope the issue is unable to pull from git repo.
Could somebody help me out and let me know in case of any further…

Arun
- 1,010
- 6
- 18
- 37
0
votes
0 answers
Error to connect mqttData Transport to eclipse broker
I'm trying to publish MQTT messages to the iot.eclipse.org:1883. I installed the heater bundle to Kura 3.0.0. in my raspberry pi B (with raspbian) and set the 'broker-url' in the MqttDataTransport to the Eclipse sandbox broker and the…

MVTN
- 3
- 2
0
votes
2 answers
kapua , Kura client is not authorized to write to: topic://VirtualTopic.hahaha.kapua
When the kura published to localhost:1883 on Kapua, I got the following errors:
WARN o.e.k.b.c.p.KapuaSecurityBrokerFilter - User 1:kapua-broker
(kapua-broker - tcp://10.0.2.2:56178 - conn id is not authorized to
write to:…

HeiHei
- 11
- 3
0
votes
0 answers
kura 3.0.0-remote deployment of deployment package via MQTT works on emulator but fails on raspberry pi 3B
Remote deployment of deployment package via MQTT works perfectly when kura is running on emulator, but when I send the same MQTT message while kura is running on a raspberry pi the deployment fails.
Following are kura logs on pi -
2017-07-06…

Amir
- 3
- 3
0
votes
1 answer
Kura DataService Simple implementation
I tried make a simple implementation of using Kura DataService
Here is the java class I made LampuPintar.java
package org.eclipse.kura.smarthome.lampupintar;
import org.eclipse.kura.data.DataService;
import…
0
votes
1 answer
Error Eclipse Kura Installation with ecilpse committers
I've installed eclipse Kura with eclipse committers on windows 10 machine, I used eclipse installer. However, it showed the following error.
I will appreciate if you suggest me anything. Thanks for your help.
1
[ERROR] Internal error:…

MVTN
- 3
- 2
0
votes
2 answers
kura - remote installation of deployment package via Mqtt fails
I am having trouble installing a deployment package remotely, following are the metrics I send on the request topic - $EDC/amir-kura/test-client/DEPLOY-V2/EXEC/download…

Amir
- 3
- 3
0
votes
1 answer
BeagleBone USB network is uncreachable
I am trying to make my Beaglebone run Eclipse Kura,I connect to its SSH server just like I always do,İnstalled Kura,then I reboot and try to connect with SSH again
ssh: connect to host 192.168.7.2 port 22: Network is unreachable
I get this error…

Uğur KURT
- 109
- 1
- 12
0
votes
1 answer
kura - cannot uninstall deployment package remotely(deploy-v2)
I am new to kura and I have been trying to remotely uninstall a deployment package using Amit's MQTT application, but I am unable to do so. This is the request payload I send from the…

Amir
- 3
- 3
0
votes
3 answers
ClassCastException when using javax.crypto
I am implementing an OSGI bundle (using kura) to do some AES encryption.
I added the third library javax.crypto directly in my bundle, here is the manifest:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AES
Bundle-SymbolicName:…

sabrina2020
- 2,102
- 3
- 25
- 54
0
votes
1 answer
Eclipse Kura Installation
I'm trying to install eclipse kura with eclipse committers . But when I'm giving below link :
https://raw.githubusercontent.com/eclipse/kura/develop/kura/setups/kura.setup
It is saying that The Project 'Eclipse kura' is already contained in the…

Rangan Roy
- 71
- 1
- 1
- 5
0
votes
1 answer
How to make data appear on Kura Web UI?
I've made most of the Kura examples present on its documentation (http://eclipse.github.io/kura/doc/intro.html), but now I need to make the opposite of what's shown on them: send data to Kura instead of from it.
I want to send data (in this case,…

Ernani
- 319
- 1
- 4
- 18
0
votes
0 answers
Plugins missing in Target Platform dependencies
I can't build and deploy the plugin application because the target platform has not important plugins as:
javax.microedition
javax.comm
The target platform is the ESF version 4.0.2 (available from this site…

Andrea Limoli
- 155
- 1
- 3
- 12
0
votes
0 answers
read mcp 3202 in java with kura for raspberry
I try to read a gaz sensor in java with jdk.dio but I always read 0 on my SPI bus with this code:
import java.nio.ByteBuffer;
import org.slf4j.Logger;
import jdk.dio.Device;
import jdk.dio.DeviceConfig;
import jdk.dio.DeviceManager;
import…

negstek
- 615
- 8
- 29
0
votes
1 answer
java swing GUI on kura
I need help to create a bundle in Kura that show a Swing's GUI. I'm using Java and OSGI to create bundles. I run it on raspberryPI.
I put this code inside the bundle's activator:
public void activate(ComponentContext componentContext,…