From this exception:or.samples.pdfg.POST$jsp Error occured while converting document to PDFcom.adobe.idp.dsc.DSCRuntimeException: java.net.ConnectException: Connection refusedIs your LifeCycle server definitely up and running?
It is not a use case I have seen before, or one that is suggested in adobe documentation.Another point to consider, if these users are using the authoring interfaces on the publish instance, then does that make them content authors and so extra user licences are required? I think you would need to c...
Hi,can you explain the use case? Are you talking about workflows starting in the background or are you talking about end users starting workflows or processing the steps in the workflow?The workflow interface would not normally be available on the publish instance, as you would block it with Dispatc...
Hi,what source control are you using? When you say you don't want unused files to stay in Eclipse, if a developer is doing a checkout, then the .vlt files will only be in his environment. Regards,Opkar
Hi Sathya,the recommendation is now not to use CRXDE to build OSGI bundles, but to use the maven.Regards,Opkar[1] http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.html[2] http://docs.adobe.com/docs/en/aem/6-1/develop/dev-tools/ht-project...
Your instance shouldn't be shutting down with that much memory, it is either your codebase or some actions being performed on your system.Are there specific actions you are doing when you run out of memory: Large DAM content uploads?Do you have "-XX:+HeapDumpOnOutOfMemoryError", if so what did it te...
How much physical memory does your machine have?Have you enabled -XX:+HeapDumpOnOutOfMemoryErrorYou really need to analyse your application code: http://cq-ops.tumblr.com/post/58841321992/how-to-determine-the-cause-of-a-cq-memory-leak
If you are using AEM5.6 here is an article for Monitoring Memory Usage: https://docs.adobe.com/docs/en/cq/5-6-1/core/administering/monitor-diskspace-memory.html