Skip to content

Instantly share code, notes, and snippets.

ewaf:/usr/share/apache-servicemix/data# ls -la /proc/26472/fd
total 0
dr-x------ 2 smx-fuse smx-fuse 0 Jan 11 09:25 .
dr-xr-xr-x 7 smx-fuse smx-fuse 0 Jan 10 13:21 ..
lr-x------ 1 smx-fuse smx-fuse 64 Jan 11 09:25 0 -> /dev/null
l-wx------ 1 smx-fuse smx-fuse 64 Jan 11 09:25 1 -> /usr/share/apache-servicemix-4.4.1-fuse-07-11/data/karaf.out
lr-x------ 1 smx-fuse smx-fuse 64 Jan 11 09:25 10 -> /usr/share/apache-servicemix-4.4.1-fuse-07-11/lib/karaf.jar
lr-x------ 1 smx-fuse smx-fuse 64 Jan 11 09:25 100 -> /usr/share/apache-servicemix-4.4.1-fuse-07-11/data/cache/bundle10/version0.0/bundle.jar
lrwx------ 1 smx-fuse smx-fuse 64 Jan 11 09:25 1000 -> socket:[304333326]
lrwx------ 1 smx-fuse smx-fuse 64 Jan 11 09:25 1001 -> socket:[304333324]
smx@root> features:addurl mvn:com.melexis.ape/rasco-feature/1.5/xml/features
smx@root> features:install rasco
smx@root> features:list|grep rasco
[installed ] [1.5 ] rasco repo-0
smx@root> list | grep rasco
[ 256] [Active ] [ ] [Started] [ 60] rasco-service (1.5.0)
[ 257] [Active ] [ ] [Started] [ 60] rasco-route (1.5.0)
smx@root> features:addurl mvn:com.melexis.repository/partner-repo/2.16.0/xml/features
smx@root> features:addurl mvn:com.melexis.foundation.datasources/datasources/1.12.4/xml/features
smx@root> features:addurl mvn:com.melexis.productioncontrol.repo/productioncontrol-repo/1.0.0-SNAPSHOT/xml/features
smx@root> features:install datasources-bundle
smx@root> features:install perf4j
smx@root> features:install testcell-information
Refreshing bundles org.apache.servicemix.bundles.velocity (137)
Exception in thread "SpringOsgiExtenderThread-18" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'groovyExpressionBuilder' defined in URL [bundle://251.0:0/META-INF/spring/beans.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aspectj/lang/annotation/Aspect
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:452)
at org.springframework.beans.
@Harlampov
Harlampov / gist:5866609
Last active December 19, 2015 00:09
with updated karaf.features.conf (taken from esb-a-test.sofia)
karaf@root> Exception in thread "SpringOsgiExtenderThread-12" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'groovyExpressionBuilder' defined in URL [bundle://190.0:0/META-INF/spring/beans.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aspectj/lang/annotation/Aspect
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:452)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBea
Erfurt
testcell.information.timer=timer://profile_poll?fixedRate=true&period=30000
testcell.information.to=file:///mnt/prodcontrol
Ieper/Sofia
testcell.information.from=file:///home/pintail/swiftest?include=profile.xml&noop=true&delay=300000
testcell.information.to=file:///mnt/prodcontrol
--
#
# Comma separated list of features repositories to register by default
#
featuresRepositories=\
mvn:org.apache.karaf.assemblies.features/standard/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.karaf.assemblies.features/enterprise/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.1-fuse-06-11/xml/features,\
mvn:org.apache.servicemix/apache-servicemix/4.4.1-fuse-07-11/xml/features,\
mvn:org.apache.camel.karaf/apache-camel/2.8.0-fuse-06-11/xml/features,\
mvn:org.apache.activemq/activemq-karaf/5.5.1-fuse-07-11/xml/features
@Harlampov
Harlampov / gist:5999248
Created July 15, 2013 11:21
foundation?
#
# Comma separated list of features repositories to register by default
#
featuresRepositories=\
mvn:org.apache.karaf.assemblies.features/standard/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.karaf.assemblies.features/enterprise/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.1-fuse-06-11/xml/features,\
mvn:org.apache.servicemix/apache-servicemix/4.4.1-fuse-07-11/xml/features,\
mvn:org.apache.camel.karaf/apache-camel/2.8.0-fuse-06-11/xml/features,\
mvn:org.apache.activemq/activemq-karaf/5.5.1-fuse-07-11/xml/features,\
@Harlampov
Harlampov / gist:6027353
Created July 18, 2013 07:21
org.apache.karaf.features.cfg - Diegem/Ieper/Sofia
# Comma separated list of features repositories to register by default
#
featuresRepositories=\
mvn:org.apache.karaf.assemblies.features/standard/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.karaf.assemblies.features/enterprise/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.1-fuse-06-11/xml/features,\
mvn:org.apache.servicemix/apache-servicemix/4.4.1-fuse-07-11/xml/features,\
mvn:org.apache.camel.karaf/apache-camel/2.8.0-fuse-06-11/xml/features,\
mvn:org.apache.activemq/activemq-karaf/5.5.1-fuse-07-11/xml/features,\
mvn:com.melexis.repository/partner-repo/2.17.1/xml/features,\
@Harlampov
Harlampov / gist:6027357
Created July 18, 2013 07:22
org.apache.karaf.features.cfg - Erfurt
# Comma separated list of features repositories to register by default
#
featuresRepositories=\
mvn:org.apache.karaf.assemblies.features/standard/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.karaf.assemblies.features/enterprise/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.1-fuse-06-11/xml/features,\
mvn:org.apache.servicemix/apache-servicemix/4.4.1-fuse-07-11/xml/features,\
mvn:org.apache.camel.karaf/apache-camel/2.8.0-fuse-06-11/xml/features,\
mvn:org.apache.activemq/activemq-karaf/5.5.1-fuse-07-11/xml/features,\
mvn:com.melexis.repository/partner-repo/2.17.1/xml/features,\
@Harlampov
Harlampov / gist:6027684
Created July 18, 2013 08:30
org.apache.karaf.features.cfg - Diegem/Ieper/Sofia
# Comma separated list of features repositories to register by default
#
featuresRepositories=\
mvn:org.apache.karaf.assemblies.features/standard/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.karaf.assemblies.features/enterprise/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.1-fuse-06-11/xml/features,\
mvn:org.apache.servicemix/apache-servicemix/4.4.1-fuse-07-11/xml/features,\
mvn:org.apache.camel.karaf/apache-camel/2.8.0-fuse-06-11/xml/features,\
mvn:org.apache.activemq/activemq-karaf/5.5.1-fuse-07-11/xml/features,\
mvn:com.melexis.repository/partner-repo/2.17.1/xml/features,\