Чайник bigdata работает по идее - PullRequest
0 голосов
/ 28 августа 2018

чайник работает по идее, проблема в том, что он не может загрузить плагин для больших данных. Я считаю, что плагин для больших данных должен работать в контейнере karaf. Поэтому я интегрирую karaf в свой проект и копирую в проект «pdi-ce-7.1.0.0-12 \ data -gration \ system». и он выдает это исключение. но Spoon.bat может работать нормально:

Apache Karaf starting up. Press Enter to open the shell now...
Aug 28, 2018 9:01:18 PM org.apache.karaf.main.Main launch
INFO: Installing and starting initial bundles
Aug 28, 2018 9:01:18 PM org.apache.karaf.main.Main launch
INFO: All initial bundles installed and set to start
Aug 28, 2018 9:01:18 PM org.apache.karaf.main.Main$KarafLockCallback lockAquired
INFO: Lock acquired. Setting startlevel to 100
ERROR: Bundle org.ops4j.pax.url.mvn [1] Error starting mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 (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))))
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)
 22% [===============>                                                        ][2018-08-28 21:01:19:063] [INFO ] [method:org.apache.karaf.service.guard.impl.Activator.start(Activator.java:43)]
No role-based security for services as its system property is not set: karaf.secured.services

 27% [===================>                                                    ]Creating configuration from org.apache.aries.rsa.provider.fastbin.cfg
Creating configuration from org.apache.karaf.command.acl.bundle.cfg
Creating configuration from org.apache.karaf.command.acl.shell.cfg
Creating configuration from mondrian.cfg
Creating configuration from org.pentaho.caching-default.cfg
Creating configuration from pentaho.marketplace.di.cfg
Creating configuration from jmx.acl.java.lang.Memory.cfg
Creating configuration from org.apache.felix.fileinstall-deploy.cfg
Creating configuration from org.apache.karaf.webconsole.cfg
Creating configuration from org.apache.karaf.kar.cfg
Creating configuration from jmx.acl.org.apache.karaf.config.cfg
Creating configuration from pentaho.metaverse.cfg
Creating configuration from jmx.acl.org.apache.karaf.security.jmx.cfg
Creating configuration from org.apache.karaf.command.acl.kar.cfg
Creating configuration from org.apache.karaf.shell.cfg
Creating configuration from jmx.acl.org.apache.karaf.bundle.cfg
Creating configuration from org.apache.karaf.features.obr.cfg
Creating configuration from org.pentaho.pdi.engine.spark.cfg
Creating configuration from org.ops4j.pax.url.mvn.cfg
Creating configuration from jmx.acl.cfg
Creating configuration from org.ops4j.pax.web.cfg
Creating configuration from jmx.acl.osgi.compendium.cm.cfg
Creating configuration from org.apache.karaf.features.cfg
Creating configuration from org.apache.activemq.webconsole.cfg
Creating configuration from org.apache.karaf.features.repos.cfg
Creating configuration from org.apache.karaf.management.cfg
Creating configuration from org.apache.karaf.command.acl.scope_bundle.cfg
Creating configuration from org.ops4j.pax.logging.cfg
Creating configuration from org.apache.karaf.jaas.cfg
Creating configuration from pentaho.geo.roles.cfg
Creating configuration from org.apache.karaf.command.acl.feature.cfg
Creating configuration from org.apache.karaf.command.acl.system.cfg
Creating configuration from org.apache.karaf.log.cfg
Creating configuration from org.apache.karaf.command.acl.config.cfg
Creating configuration from org.apache.karaf.command.acl.jaas.cfg
Creating configuration from org.apache.activemq.server-default.cfg
Creating configuration from pentaho.big.data.impl.cluster.cfg
Creating configuration from org.pentaho.features.cfg
 43% [==============================>                                         ][2018-08-28 21:01:19:949] [INFO ] [method:org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:315)]
Bundle pentaho-webjars-deployer is waiting for namespace handlers [http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0]

 54% [======================================>                                 ][2018-08-28 21:01:20:041] [INFO ] [method:org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:352)]
Bundle org.apache.karaf.features.core is waiting for dependencies [(&(url.handler.protocol=mvn)(objectClass=org.osgi.service.url.URLStreamHandlerService))]

 63% [=============================================>                          ][2018-08-28 21:01:20:064] [INFO ] [method:org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:315)]
Bundle org.apache.karaf.features.command is waiting for namespace handlers [http://karaf.apache.org/xmlns/shell/v1.1.0]

 65% [==============================================>                         ][2018-08-28 21:01:20:080] [INFO ] [method:org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer.generateServiceGuardConfig(SecuredCommandConfigTransformer.java:113)]
Generating command ACL config org.apache.karaf.command.acl.kar into service ACL configs [org.apache.karaf.service.acl.command.kar.uninstall, org.apache.karaf.service.acl.command.kar.install]

[2018-08-28 21:01:20:094] [INFO ] [method:org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer.generateServiceGuardConfig(SecuredCommandConfigTransformer.java:113)]
Generating command ACL config org.apache.karaf.command.acl.config into service ACL configs [org.apache.karaf.service.acl.command.config.property-append, org.apache.karaf.service.acl.command.config.property-delete, org.apache.karaf.service.acl.command.config.property-set, org.apache.karaf.service.acl.command.config.edit, org.apache.karaf.service.acl.command.config.update, org.apache.karaf.service.acl.command.config.cancel, org.apache.karaf.service.acl.command.config.delete]

[2018-08-28 21:01:20:142] [INFO ] [method:org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer.generateServiceGuardConfig(SecuredCommandConfigTransformer.java:113)]
Generating command ACL config org.apache.karaf.command.acl.feature into service ACL configs [org.apache.karaf.service.acl.command.feature.uninstall, org.apache.karaf.service.acl.command.feature.install]

[2018-08-28 21:01:20:152] [INFO ] [method:org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer.generateServiceGuardConfig(SecuredCommandConfigTransformer.java:113)]
Generating command ACL config org.apache.karaf.command.acl.bundle into service ACL configs [org.apache.karaf.service.acl.command.bundle.watch, org.apache.karaf.service.acl.command.bundle.update, org.apache.karaf.service.acl.command.bundle.install, org.apache.karaf.service.acl.command.bundle.uninstall, org.apache.karaf.service.acl.command.bundle.refresh, org.apache.karaf.service.acl.command.bundle.restart, org.apache.karaf.service.acl.command.bundle.stop, org.apache.karaf.service.acl.command.bundle.start]

[2018-08-28 21:01:20:196] [INFO ] [method:org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer.generateServiceGuardConfig(SecuredCommandConfigTransformer.java:113)]
Generating command ACL config org.apache.karaf.command.acl.shell into service ACL configs [org.apache.karaf.service.acl.command.shell.java, org.apache.karaf.service.acl.command.shell.new, org.apache.karaf.service.acl.command.shell.edit, org.apache.karaf.service.acl.command.shell.exec]

[2018-08-28 21:01:20:215] [INFO ] [method:org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer.generateServiceGuardConfig(SecuredCommandConfigTransformer.java:113)]
Generating command ACL config org.apache.karaf.command.acl.system into service ACL configs [org.apache.karaf.service.acl.command.system.property, org.apache.karaf.service.acl.command.system.shutdown, org.apache.karaf.service.acl.command.system.start-level]

[2018-08-28 21:01:20:229] [INFO ] [method:org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer.generateServiceGuardConfig(SecuredCommandConfigTransformer.java:113)]
Generating command ACL config org.apache.karaf.command.acl.jaas into service ACL configs [org.apache.karaf.service.acl.command.jaas.update]

[2018-08-28 21:01:20:235] [INFO ] [method:org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer.generateServiceGuardConfig(SecuredCommandConfigTransformer.java:113)]
Generating command ACL config org.apache.karaf.command.acl.scope_bundle into service ACL configs [org.apache.karaf.service.acl.command.scope_bundle.shell, org.apache.karaf.service.acl.command.scope_bundle.packages, org.apache.karaf.service.acl.command.scope_bundle.admin, org.apache.karaf.service.acl.command.scope_bundle.ssh, org.apache.karaf.service.acl.command.scope_bundle.osgi, org.apache.karaf.service.acl.command.scope_bundle.config, org.apache.karaf.service.acl.command.scope_bundle.jaas, org.apache.karaf.service.acl.command.scope_bundle.features, org.apache.karaf.service.acl.command.scope_bundle.log]

 68% [================================================>                       ][2018-08-28 21:01:20:296] [INFO ] [method:org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:315)]
Bundle org.apache.karaf.jaas.modules is waiting for namespace handlers [http://karaf.apache.org/xmlns/jaas/v1.0.0]

 70% [==================================================>                     ][2018-08-28 21:01:20:306] [INFO ] [method:org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:352)]
Bundle org.apache.karaf.features.command is waiting for dependencies [(objectClass=org.apache.karaf.features.FeaturesService)]

100% [========================================================================]
Karaf started in 1s. Bundle stats: 43 active, 44 total
Aug 28, 2018 9:01:20 PM org.apache.karaf.main.StartupListener frameworkEvent
INFO: Karaf started in 1s. Bundle stats: 43 active, 44 total
...