The tests should start after the Launchpad is ready - this is the reason
for which there's a LaunchpadReadyIT test run first -
https://github.com/apache/sling/blob/trunk/bundles/scripting/sightly/testing/src/test/java/LaunchpadReadyIT.java
.
Oak seems to be up and running:
14.03.2016 10:32:46.116 *INFO* [OsgiInstallerImpl]
org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK opened:
sling/repository/segmentstore (mmap=true)
14.03.2016 10:32:46.119 *INFO* [OsgiInstallerImpl]
org.apache.jackrabbit.oak.plugins.segment.file.FileStore Compaction
strategy set to: CompactionStrategy{paused=true, cloneBinaries=false,
cleanupType=CLEAN_OLD, olderThan=36000000, memoryThreshold=5,
persistedCompactionMap=true, retryCount=5, forceAfterFail=false,
compactionStart=1457947966119, offlineCompaction=false}
Any other clues?
On Mon, 14 Mar 2016 at 11:43 Bertrand Delacretaz <[email protected]>
wrote:
> Hi,
>
> On Mon, Mar 14, 2016 at 10:51 AM, Radu Cotescu <[email protected]> wrote:
> > ...org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible
> > reason is missing Repository service....
>
> This message is usually correct, did you check logs for any messages
> from the content repository startup modules?
>
> Or maybe your tests are starting too soon and Sling isn't ready yet?
>
> -Bertrand
>