apache-karaf Questions

4

Solved

I am unable to start a bundle in Karaf (version 3.0.1). The bundle is built using maven and it imports gson. I included gson in maven as required: <dependency> <groupId>com.google.c...
Sandblast asked 27/5, 2015 at 10:59

2

Solved

I am working in a complex project structure of bundles and plugins for karaf. When attaching to the process, I cannot use WATCH as the project cannot be found: Cannot evaluate because of java.lang...
Sutphin asked 30/6, 2020 at 8:3

6

Solved

I need to issue Karaf shell commands non-interactively, preferably from a script. More specifically, I need to tell Karaf to feature:install a set of features in an automated way. # Attempt to ins...
Incitement asked 17/10, 2014 at 22:38

3

When I send a request to my webservice (build with apache camel and running on apache karaf) I always get <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Bod...
Misfeasance asked 17/9, 2015 at 6:45

6

Solved

I have creating a simple Kafka Producer & Consumer.I am using kafka_2.11-0.9.0.0. Here is my Producer code. public class KafkaProducerTest { public static String topicName = "test-topic-2"; pu...
Complacency asked 21/5, 2016 at 12:46

4

Solved

I have a service which has two operations. RegisterUser UpdateUser I have a camel rout: <camel:route id="myRoute"> <camel:from uri="cxf:bean:myListenerEndpoint?dataFormat=POJO&am...
Boliviano asked 27/7, 2012 at 15:35

1

Solved

I searched a looooot and Im not able to find the solution for my problem. Im using osgi, karaf and java 8. I have some modules, for example: WEBSERVICE-SOMETHING inside this module lets say API,...
Casa asked 1/9, 2019 at 18:6

1

I'm using Apache Karaf 4.0.4 with Java Oracle 8 and trying to install the camel-websocket component. I've tried installing both versions 2.16.0 and 2.16.2 via: feature:install camel-websocket ... ...
Elemi asked 10/3, 2016 at 13:56

1

Solved

I have following setup Two VMs created overlay network created two docker swarm services docker service create --name karaf1-service --replicas 1 --network karaf_net karaf1:2.0.0 docker service...
Estebanesteem asked 27/6, 2018 at 17:27

2

Solved

I have an OSGi bundle deployed on Apache Karaf. I have a simple camel route: <camelContext trace="true" xmlns="http://camel.apache.org/schema/spring"> <route> <from uri="jetty:ht...
Nikolia asked 21/8, 2012 at 15:41

1

Solved

It is unfortunate that the OSGi container implementation, called Karaf, is poorly documented. Concepts are brushed over, and relationships between terminology are not made. My conclusions after re...
Hypoglossal asked 29/3, 2019 at 7:10

3

I am a little bit confused about what Apache Karaf exactly is. Can you say that Apache Karaf includes, amongst other things: Apache Felix (which is an implementation of the OSGi 4.2 framework) A...
Promulgate asked 27/6, 2013 at 18:7

1

Solved

I am stuck in getting the apache karaf rest example to work. I successfully managed to install karaf on my laptop and get a hello world example application on the console to run. I also managed to...
Lighter asked 4/12, 2018 at 12:16

4

Solved

Is anyone using Karaf instead of Servicemix? If so, how did you come to this decision? I'm aware that Servicemix adds a layer of functionality around Karaf, just curious if Karaf is being used on i...
Causation asked 3/8, 2011 at 16:59

5

Solved

I apologize if this is a duplicate, but I can't seem to find this answered anywhere. What is the best way to increase the maximum Java heap size when using Apache Karaf? Currently, I modified the...
Noontide asked 8/9, 2011 at 20:20

2

I was wondering if it is possible to embed an OSGi container like Karaf inside a Tomcat instance. According to this SO question and a few others, it seems like its possible, but I can't seem to fin...
Indicant asked 16/9, 2013 at 9:46

3

Solved

Apache Karaf is a sub project of Apache Felix. It is defined as "a lightweight OSGi container". I don't understand when should I use the heavyweight and when to use the lightweight. Their site doe...
Cistern asked 23/10, 2009 at 8:37

2

Solved

Given a very simple Camel bundle for Karaf, generated with the camel-archetype-blueprint, I want to add a datasource that is configured via properties and not within the blueprint.xml. I tried con...
Gherardi asked 19/7, 2016 at 13:43

2

Solved

I have a Camel route, running within Karaf, for which I've added a Dead Letter Channel. This is to handle cases where the route fails and I want to keep the problem message and log the cause. I can...
Barilla asked 4/12, 2012 at 20:39

3

I started Apache Karaf 3.0.0 in server mode using $KARAF_HOME/bin/start in CentOS 6.5. Then I wanted to run several commands using $KARAF_HOME/bin/client and also capture the output of these comman...
Coble asked 16/3, 2014 at 14:18

3

Solved

Fuse ESB uses karaf server with OSGi. for the code if anybody has steps to get the debugger for the application it will help. I am currently using Eclipse Indigo. As OSGi is used we are using Mav...

1

Solved

I am new to apache karaf. When I start the apache karaf by executing bat file on my windows machine. It keeps giving me below error C:\karaf\apache-karaf-4.0.5\bin>karaf.bat There is a Root ...
Reheat asked 7/6, 2016 at 6:21

1

I’m using Felix Framework for my OSGi project, but I’ve came across a severe problem concerning third party dependencies. I’m using eclipse and maven-bundle-plugin to generate my bundles from the ...

1

Solved

To date, I've been successful at building OSGI bundles, and invoking web services defined in these bundles via Apache CXF. Next, I'd like to be able to set breakpoints in my bundles as they are exe...
Studhorse asked 9/6, 2015 at 15:25

2

Solved

Simple one but unable to find anything solid on google. I am running Karaf and I am behind a proxy. I need to add some features to the container by executing the following command: features:addurl...
Wallpaper asked 29/3, 2012 at 9:19

© 2022 - 2024 — McMap. All rights reserved.