AuthenticationSupport service missing. Cannot authenticate request
Hi,
I had setup my local instance to interact with AWS S3 using this tutorial. http://cq-ops.tumblr.com/post/88962236474/how-to-configure-aem6-datastore-for-amazon-s3 and https://docs.adobe.com/docs/en/aem/6-1/deploy/platform/data-store-config.html.
However, when i start the instance i see the exception
30.11.2015 17:22:49.720 *ERROR* [qtp2026726933-60] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible reason is missing Repository service. Check AuthenticationSupport dependencies.
30.11.2015 17:22:53.491 *ERROR* [qtp2026726933-61] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: AuthenticationSupport service missing. Cannot authenticate request.
30.11.2015 17:22:53.492 *ERROR* [qtp2026726933-61] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible reason is missing Repository service. Check AuthenticationSupport dependenci
The S3 logs are coming up as
[senuser@marshall-assets-biztech01-assets-i-19c7a9c6 logs]$ cat error.log | grep 's3'
30.11.2015 17:16:00.074 *INFO* [OsgiInstallerImpl] crx-ext-s3 BundleEvent INSTALLED
30.11.2015 17:16:00.074 *INFO* [OsgiInstallerImpl] org.apache.sling.audit.osgi.installer Installed bundle crx-ext-s3 [248] from resource TaskResource(url=fileinstallad09f60708c0fb5aee04cdf46857bff9:/app/crx-quickstart/install/15/crx-ext-s3-1.0.44.jar, entity=bundle:crx-ext-s3, state=INSTALL, attributes=[org.apache.sling.installer.api.tasks.ResourceTransformer=:36:42:11:, Bundle-SymbolicName=crx-ext-s3, Bundle-Version=1.0.44], digest=1436426738000)
30.11.2015 17:16:00.075 *INFO* [OsgiInstallerImpl] org.apache.sling.audit.osgi.installer Set start level for bundle crx-ext-s3 [248] to 15
30.11.2015 17:16:00.094 *INFO* [OsgiInstallerImpl] org.apache.sling.audit.osgi.installer Started bundle crx-ext-s3 [248]
30.11.2015 17:16:17.130 *INFO* [FelixStartLevel] crx-ext-s3 BundleEvent RESOLVED
30.11.2015 17:16:17.897 *INFO* [FelixStartLevel] crx-ext-s3 BundleEvent STARTING
30.11.2015 17:16:17.901 *INFO* [FelixStartLevel] crx-ext-s3 BundleEvent STARTED
The Day CQ upgragde bundle is coming up as a fragment inside system bundles. Anything that i can be doing wrong?
I have not changed any repository.xml file settings i.e. no but only the s3 config that is residing within the install directory of crx-quickstart.
<DataStore class="com.day.crx.cloud.s3.ds.S3DataStore"> <param name="config" value="$\{rep.home\}/aws.properties"/> <param name="secret" value="123456789"/></DataStore>Will appreciate any response.