You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2013/03/12 19:33:12 UTC

[jira] [Created] (SLING-2789) deploying Sling 7-SNAPSHOT on Karaf fails

Oliver Lietz created SLING-2789:
-----------------------------------

             Summary: deploying Sling 7-SNAPSHOT on Karaf fails
                 Key: SLING-2789
                 URL: https://issues.apache.org/jira/browse/SLING-2789
             Project: Sling
          Issue Type: Bug
          Components: Launchpad
    Affects Versions: Launchpad Builder 7
         Environment: Karaf 3.0.0.*
            Reporter: Oliver Lietz


{code}
$ ./apache-karaf-3.0.0-SNAPSHOT/bin/start
$ ssh -p 8101 karaf@localhost
karaf@root()> feature:install http
karaf@root()> feature:install webconsole
karaf@root()> feature:repo-add mvn:org.apache.sling/org.apache.sling.launchpad/7-SNAPSHOT/xml/features
karaf@root()> feature:install sling
{code}

*no _errors_ on startup but JCR is nearly empty*

_to prevent errors:_
* add missing {org.apache.sling/org.apache.sling.launchpad.api/1.1.0} to {features.xml}
* remove {org.apache.felix/org.apache.felix.webconsole.plugins.*} from {features.xml}
* remove {management} from {featuresBoot} in {org.apache.karaf.features.cfg} or remove {org.apache.aries.*} from {features.xml}

setting {respectStartLvlDuringFeatureStartup=true} and {ds.factory.enabled=true} does not help


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira