Hi, You shouldn't be sharing your private key with another system. You want to use the concept of public and private keys https://mkyong.com/java/java-asymmetric-cryptography-example/ From here is the trivial example: "Bob wants to send Alice an encrypted message. To do this, Bob takes Alice’s publ...
Hi Qamar,edubey has already given the correct link to review. What you have to bear in mind is that Asset processing is very I/O and memory intensive, therefore you need to have the appropriate level of server resources in order to run such a system. Which was why I was asking about total memory an...
Hi,Based on the screenshot, the runmode is not getting picked up.What version of AEM is this?Which guide did you use to set this up. Did you check your error.log file to see if there is any errors in there?Did you also configure the datastore?Is this an existing instance or a brand new instance? If ...
Hi Qamar,1GB is not much for a system, even a local instance. Have a read of section 3 (memory-mapped) in the following article CQ-OPS - What's New in AEM 6.0 to see how AEM uses the heap and available free memory to see why it's important to have enough memory allocated PLUS plenty of free memory ...
Hi,are you attempting to log into the Standby instance? You can't actually view any pages as the standby instance as it is only partially started. You should be able to log into the felix system console but not any pages or the other admin consoles.Regards,Opkar
Hi,to expand on the answer from edubey, you need to determine the meta data you wish to include in your page, this is often mandated by the client or the SEO/design agency. It's a big topic that is constantly changing based on what the search engines/facebook/twitter are currently recommending, so ...
Hi Qamar,under the quickstart folder there is a foder "/crx-quickstart/threaddumps" which should contain thread dumps which you can analyse. Also, how much memory does the server have and how much are you allocating to AEM. What is your servlet doing?Regards,Opkar
Hi Qamar,the replication agent appears to be configured to point to localhost:4503, the default setting, which is used when running author and publish on the same local instance. If you are not running both on the same instance, add the correct url, also have you set the correct username and passwor...
Hi Qamar,make sure you have the minimum required amount of memory in your startup parameters, then use this page to Analyze Memory Problems. Your error suggests the password in you replication may be incorrect. Can you open the agent and test the connection?Regards,Opkar