Pentaho

 View Only

 karaf can't load plugin

  • Pentaho
  • Kettle
  • Pentaho
  • Pentaho Data Integration PDI
yang dong's profile image
yang dong posted 08-22-2018 09:48

i run kettle on eclipse. but the karaf in kettle can't load its plugins from the path (pentaho.user.dir)

*******************************************************************************

*** Karaf Instance Number: 1 at D:\\Program Files\\pdi-ce-8.1.0.0-365\\data-integration\\system ***

***   \caches\spoon\data-1                                                  ***

*** FastBin Provider Port:52901                                             ***

*** Karaf Port:8802                                                         ***

*** OSGI Service Port:9051                                                  ***

*******************************************************************************

八月 22, 2018 4:34:35 下午 org.apache.karaf.main.Main$KarafLockCallback lockAquired

INFO: Lock acquired. Setting startlevel to 100

org.osgi.framework.BundleException: Unresolved constraint in bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement [1.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.spi)(version>=1.6.0)(!(version>=2.0.0)))

at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4002)

at org.apache.felix.framework.Felix.startBundle(Felix.java:2045)

at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1299)

at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)

at java.lang.Thread.run(Thread.java:748)


#Pentaho
#Kettle
#PentahoDataIntegrationPDI
Data Conversion's profile image
Data Conversion

Karaf itself appears to use standard Maven conventions for dependency resolution when being built. Do they use feature files in addition to Maven dependencies?

Have they contributed a Maven plugin or other core java module which provides an implementation of their dependency information scheme in TellTheBell?