Expand my Community achievements bar.

setting up mongomk with aem author instance6

Avatar

Level 1

Hi, I am receiving below warning message while starting the aem author instance v6.0 after setting up mongo db configuration in crx-quickstart/install/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config and crx-quickstart/bin/start file.

06.09.2015 13:56:36.779 *WARN* [FelixStartLevel] org.apache.sling.installer.core.impl.OsgiInstallerImpl Cannot create InternalResource (resource will be ignored):InstallableResource, priority=100, id:/aem6//crx-quickstart/install/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config

java.io.IOException: Unable to read dictionary from input stream: /aem6/crx-quickstart/install/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config

        at org.apache.sling.installer.core.impl.InternalResource.create(InternalResource.java:100)

        at org.apache.sling.installer.core.impl.OsgiInstallerImpl.createResources(OsgiInstallerImpl.java:328)

        at org.apache.sling.installer.core.impl.OsgiInstallerImpl.registerResources(OsgiInstallerImpl.java:419)

        at org.apache.sling.installer.provider.file.impl.Installer.initialSet(Installer.java:78)

        at org.apache.sling.installer.provider.file.impl.FileMonitor.<init>(FileMonitor.java:57)

        at org.apache.sling.installer.provider.file.impl.FileInstaller.start(FileInstaller.java:76)

        at org.apache.sling.installer.provider.file.impl.ServicesListener.startScanner(ServicesListener.java:105)

        at org.apache.sling.installer.provider.file.impl.ServicesListener.notifyChange(ServicesListener.java:84)

        at org.apache.sling.installer.provider.file.impl.ServicesListener$Listener.retainService(ServicesListener.java:165)

        at org.apache.sling.installer.provider.file.impl.ServicesListener$Listener.start(ServicesListener.java:140)

        at org.apache.sling.installer.provider.file.impl.ServicesListener.<init>(ServicesListener.java:74)

        at org.apache.sling.installer.provider.file.impl.Activator.start(Activator.java:66)

        at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:645)

        at org.apache.felix.framework.Felix.activateBundle(Felix.java:2152)

        at org.apache.felix.framework.Felix.startBundle(Felix.java:2070)

        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1297)

        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)

        at java.lang.Thread.run(Thread.java:744)

Caused by: java.io.IOException: Unexpected token 78; expected: 61 (line=8, pos=4)

        at org.apache.felix.cm.file.ConfigurationHandler.readFailure(ConfigurationHandler.java:650)

        at org.apache.felix.cm.file.ConfigurationHandler.readInternal(ConfigurationHandler.java:274)

        at org.apache.felix.cm.file.ConfigurationHandler.read(ConfigurationHandler.java:237)

        at org.apache.sling.installer.core.impl.InternalResource.readDictionary(InternalResource.java:243)

        at org.apache.sling.installer.core.impl.InternalResource.create(InternalResource.java:98)

        ... 17 common frames omitted

both mongodb and author aem instance are running on same server.

please let me know where could be the probloem and anything else i missed with configuration. Kindly help

5 Replies

Avatar

Level 2

This forum is where you discuss how the Adobe forums work... not programs

Please reply with the name of the Adobe software you are using so your message may be moved to the correct forum

Avatar

Level 1

Hi, I am sorry. since i am new to this product as well as to this forum.

I am using Adobe Experience Manager 6.0 and trying to integrate mongo db.

Avatar

Level 1

can you please do the needful as i am not sure of how to move to appropriate group to get the help.@

Avatar

Community Advisor

Please refer this page for similar issue : https://forums.adobe.com/thread/2322882#11254544

Its happening because of wrong syntax for config file.