Hi, On Thu, Dec 18, 2014 at 2:31 PM, Andrei Zafiu <[email protected]> wrote: >...From what I could see in the > pom.xml from that folder, the test should launch a bare launchpad instance > and install the additional bundles (which I can find in the > target/sling/additional-bundles folder after the tests are run). Didn't I > understand the test correctly?...
Your understanding is correct indeed. > I have attached a dump of the mvn clean test output.... ok, that shows that some of the additional bundles don't start, but I don't see the reason there. Could you have a look at sling/default/logs/error.log after the failed test run, if you see something related to those additional bundles? You can also try to start with mvn clean verify -DkeepJarRunning=true -Dhttp.port=8080 to leave the instance running on port 8080 so as to be able to examine it. Also, what's your JVM version? The output of java -v -Bertrand
