Hi Check your system console bundles. if more than 3 bundles in active
or stopping state , AEM instance will not work. and more over you have
to delete index files under this path \crx-quickstart\repository\index.
try to move bundles to activate state or you can delete those bundles
and upload again with fresh build snapshot jar with satisfying all
dependency .Thanks.
I don't understand why AEM doesn't suggest the parent publication in the
same way that page referecenes.If a page without jcr:content have no
sense, maybe AEM should public the parent or nothing in this case.
Hi,WcmUsePojos are no services, but -- as already indicated by the name
-- simple pojos. Therefor all mechanics which are available for OSGI
components are not available. activate() is never called during the
rendering by the framework.
Hi tim-schwalbe,Make sure to proxy the request. Try with embeding
jcr:content like [1] which includes jcr:content & it works. To avoid
jcr:content in the url create a proxy example Page.feed.jsp with text
from [2].[1] example.com/examplepage/jcr:content.rss.xml[2]
/libs/foundation/components/primary/cq/Page/proxy.jsp
We are using tar offline compaction on AEM 6.1 with oak-run1.2.25.jar
and datastore size is 25-30GBjava -Xmx16G -jar oak-run1.2.25.jar
checkpoints segmentstorejava -Xmx16G -jar oak-run1.2.25.jar checkpoints
segmentstore rm-unreferencedjava -Xmx16G -Dtar.memoryMapped=true
-Dupdate.limit=5000000 -Dcompress-interval=10000000
-Dcompaction-progress-log=1500000
-Dlogback.configurationFile=compactionLog.xml oak-run1.2.25.jar compact
segmentstoreAverage time for compaction is 3-4 hours but some times it...
HTML will be preferred over JSP .(If they have same file name) Also
extension should not be confused as while script selection Selcetor +
extension will be the best match and it will be given priority .So if
you are trying
localhost//resourcePath/selector1.selector2.extension.Then Script
precedence will be 1 - selector1/Slector2.extension2 -
selector1.extension3- selector1.(HTML/JSP/ESP/JSON)4-
extension.(HTML/JSP/ESP/JSON)5- NodeName.(HTML/JSP/ESP/JSON)6-
ResquestType(GET/HEAD).(HTML/JSP/ESP/JS...