Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

tadreeves
tadreeves
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
10

Posts

Posts
10

Discussions

Discussions
4

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by tadreeves
Customize the badges you want to showcase on your profile
Re: Logging CRX Login/Logout Activity on AEM 6.5 - Adobe Experience Manager 28-02-2022
Do you know of any shrink-wrapped IDP solutions for AEM? Failing that, I do realize that successful/failed logins would add some noise to logs, but given that this client already has some IDP capabilities already, they'd be unlikely to want to acquire another solution when the real problem is just that we don't have login success / failure being logged.

Views

217

Like

1

Replies

1
Re: Logging CRX Login/Logout Activity on AEM 6.5 - Adobe Experience Manager 23-02-2022
Sorry, should have been more complete in my question. I'm looking to log to disk any login attempt (whether success or failure) for a JCR user. Currently, if someone, say attempts to log on as `admin` to an Author instance, you do see a message like this in the logs if they enter a bad password: 23.02.2022 15:58:08.822 *INFO* [qtp1961517139-70] org.apache.sling.auth.core.impl.SlingAuthenticator handleLoginFailure: Unable to authenticate null: UserId/Password mismatch.However, that doesn't tell y...

Views

267

Like

1

Replies

3
Logging CRX Login/Logout Activity on AEM 6.5 - Adobe Experience Manager 22-02-2022
10 years into this and I should already know this but: What's the best way to enable logging on Author & Publish instances to capture all login/logout activity? One of course can enable loggers for any custom authentication not done against AEM's internal auth mechanisms, but how reliably track login/logout and failed login attempts for CRX users - like the `admin` account or other internal AEM accounts? These aren't logged by default to the error log, nor to the audit log.

Views

302

Likes

0

Replies

6
Re: AEM SSL over default port (4502) - Adobe Experience Manager 22-02-2022
You definitely can enable SSL over the default ports. However, I generally discourage it. It's generally better to just hide the plaintext ports with a local firewall or security groups and just have AEM talk over an SSL port. Reason for this is that if anything goes wrong with your cert or with AEM being able to decrypt or work with your cert, then suddenly you can't access the AEM UI. And yes, I've done this to myself.

Views

147

Likes

3

Replies

1
Re: CRX synchronization of two AEM 6.5 instances - Adobe Experience Manager 22-02-2022
You've got a few options. As another user mentioned, you can use VLT-RCP to sync content from one instance to another. This, however, comes with the drawback that it only gets you top-level content, and it will not synchronize the version history. If you're trying to keep an author instance in sync, this is not the best option. Similarly, you can set up an on-modify replication agent on the author to replicate any modified content to a standby author. This also comes with a similar drawback, and...

Views

114

Likes

2

Replies

1
Re: What are the Current Supported Solr Versions for MSRP on AEM? - Adobe Experience Manager 16-10-2019
Thanks for that, and that makes sense. For the application I'm building out though, we're only using Solr for MSRP for User-Generaged Content, and aren't using it as an Oak index, so I was hoping it wouldn't be bound by some of the same limitations. I see that there are solrconfig.xml and schema.xml files in 6.5 for Solr 7.x and 6.x, but not for 6.2 unfortunately. It I think we'll just have to keep soldiering on with 5.5 for the moment, though we're still having issues going Solr standalone -> S...

Views

1.6K

Like

1

Replies

0
NegativeArraySizeException for MSRP queries after Migrating from Solr standalone to SolrCloud - Adobe Experience Manager 15-10-2019
On AEM 6.2 running Solr 5.5.1, we recently migrated our Adobe Communities installation from a standalone Solr instance to SolrCloud. It's mostly working, but there are some queries which throw the following NegativeArraySizeException when executing, which causes a 500 error in the application. Following error is from solr.log on the Solr server:I've not been able to find a reference to any handling. The same app works against the same data in master/slave mode, but when started in Solr Cloud mod...

Views

723

Likes

0

Replies

0
Re: What are the Current Supported Solr Versions for MSRP on AEM? - Adobe Experience Manager 15-10-2019
Thanks. From everything I've been able to find, it does indeed look like nothing better than Solr 5.5 is currently supported on AEM, even on 6.5.

Views

1.5K

Like

1

Replies

0
Re: Solr 6.1.0 not supported for AEM 6.2? - Adobe Experience Manager 28-08-2019
As this last answer is just over 3 years old, yet the official Adobe docs have not been updated since then, are any newer versions of Solr supported? In trying to upgrade a lower environment server, I noted a number of deprecated plugins and analysis classes that were supposed to be phased out by Solr 6, so definitely don't work in Solr 8.2, but I don't see anywhere to download a more recent solrconfig.xml. Any updates on this would be fabulous!

Views

625

Likes

0

Replies

0
What are the Current Supported Solr Versions for MSRP on AEM? - Adobe Experience Manager 28-08-2019
The current AEM documentation on helpx for MSRP configuration was all originally written in the AEM 6.2/6.1 era, and has not been updated since then. Namely https://helpx.adobe.com/experience-manager/6-5/communities/using/msrp.htmlMSRP - MongoDB Storage Resource Provider (same document for all AEM versions). Solr 4.10 and Solr 5 are multiple major versions out of date, as the latest Solr version is 8.2.0. My two questions are: (a) What is the latest version of Solr currently supported by Adobe f...

Views

2.4K

Like

1

Replies

5