Thanks for replying. No, no old bundles exist. It is a clean install with CRXDE disabled and Geometrix removed (per security checklist).So please suggest other things to check/try or what information you might see better this concern. I will be opening an Adobe Support ticket to follow-up on this...
I am trying to connect to the AEM 6.1 SP2 Java 8 environment running on Linux with a Windows Java 8 JConsole. I can connect to it unauthenticated. I can connect to it with SSL Client-Certs. I can not connect to it if I try to enable/configure external ldap server which requires authentication (ie...
Having seen your post the other day and looking through other things, I wonder if you have looked at how many threads are running? I found this page in the default environment and noted the 'shutdown gracefully' setting which would be a reason why your system may take too long to shutdown (?!) In ...
Having seen your post the other day and looking through other things, I wonder if you have looked at how many threads are running? I found this page in the default environment and noted the 'shutdown gracefully' setting which would be a reason why your system may take too long to shutdown (?!) In ...
Hmmm... 192.168 is an internal, non-routable address. Did you try running your code on the server itself? The ldp.exe is portable to other Windows machines, did you try to run that same ldap bind with ldp.exe on your machine?Some other suggestions:1 - change the password to not have an @ symbol. ...
Hi,Yes. I agree. Do validate the change has value or numbers behind it. In this case the idea is to proof whether creating large pages will improve performance of keeping tracking of many, many segment pointers in the JVM memory.
Thank you for the inquiry and follow-up. Any AEM users in the field who happen to flush out details on the impacts of large page configurations, please post us your info and results!As a 'teaser' here is some info that I've developed which is 'unofficial' for my current client. Your comments and f...
The default java runtime allocates memory pages in 4k blocks. There is a facility to enable 'large pages' whereby you can tune the size of the memory pages. This supposedly relieves pressure on the CPU kernel to manipulate the memory pages (TLB) and *can* provide additional performance. (http://ww...
You need to provide more detail than that....access.log few lines that refer to error? error.log (from apache) lines that say error? dispatcher.log lines that say error? error.log from AEM that say error?How long is this piece of string I'm holding.....need more detail.
Is this to say you have validated your bind and login to LDAP using the LDP.EXE? If not, do that first. If you cannot get native tools to login then the account is not setup correctly or the credential you are using are not valid.The new error only suggests you have not setup JAAS correctly. Java...