The issue with the server installation has been resolved! The underlying issue was that the MySQL server was not setup and that the JBoss was not started with the -c lc_mysql.xml parameter.Thus resulting in the strange errors mentioned in my stacktrace. Creating the database and correcting the lc_my...
@kautuk_sahni We opened a ticket with Adobe Support, the installation files don't work for us, we were able to reproduce the issue on a different server. I will update the ticket when Adobe Support has provided a solution.
@Pulkit_Jain_ The entropy value is 1858 (output of 'cat /proc/sys/kernel/random/entropy_avail')How do I change this on a AWS virtual machine? I already created a support ticket and provided multiple updates, but I haven't receive a single response. I also compared the jboss with the packed jboss of...
Hi, I tried to remove the excludedSolutions list and just use all the solutions, rebuild the ear file and redeploy it.But I still got the same kind of errors. Is there anything that I might be missing?
Hi, The JDK is the Oracle JDK 11 (64 bit) and the RPMs are all installed.I regenerated the EAR files and started the jboss server, sadly this doesn't resolve the issue.I attached the server.log.
Hi there! Were you able to resolve this? I'm running into the same issue.My workaround would be to create a data schema and trigger the RT api and the custom resource api. But if I can avoid this and do it via the file extract / load file approach, I'd prefer that.
Thanks!
Steven
I found the issue, I skipped a step in the upgrade documentation.I did not run the unpack of the new version of the AEM jar. After changing that, the upgrade worked perfectly.
Hi,No after the upgrade I don't see the system user(s).However we did follow the migration steps and it does not mention adding additional users.Are there still steps to need to be executed after the upgrade?
Another update: I debugged the sling engine code to determine when the alias was resolved and the sling code tries several strategies to resolve the content node, one of them is starting at the root node ('/') and adding everything until the path is resolved or an alias is found in the aliasMap. Gra...