AEM: Erfassen von Statusinformationen zur Fehlerbehebung in der Web-Konsole

Beschreibung

Das Statusmenü der Web-Konsole enthält verschiedene Informationen zur Fehlerbehebung, z. B. OSGi-Bundles, Konfigurationen und Systemeigenschaften.
In diesem Artikel werden typische Elemente aufgelistet, die überprüft werden müssen, und erläutert, wie sie erfasst werden.

Umgebung
Adobe Experience Manager (AEM) 6.5

Auflösung

Schritt 1. Navigieren Sie zur Web-Konsole (http://localhost:4502/system/console)" Status.
            Die Status -Menü enthält Elemente, die den Status der Instanz anzeigen.

Schritt 2. Navigieren Sie zu jedem Element.

  • Bundlelist : Bundle-Liste und -Status
  • Bundles : Details zu Bundles
  • Konfigurationen : OSGi-Konfiguration
  • Produktinformationen : AEM Version, Service Pack und Lizenz
  • Systemeigenschaften : Java-Systemeigenschaften
  • OSGi-Installationsprogramm : Speicherort und Status der OSGi-Konfiguration
  • Hochgeladene Pakete : Paketliste
  • Oak-Indexdefinitionen : Indexdefinition
  • Oak-Indexstatistiken : Indexstatus
  • Topologieverwaltung : Sling-ID und Cluster-ID

Schritt 3. Klicken Als ZIP herunterladenund speichern Sie die heruntergeladene ZIP-Datei.

Schritt 4. Überprüfen Sie, ob die ZIP-Datei die richtigen Informationen enthält.

Im Folgenden finden Sie die curl-Befehle, die dasselbe ausführen:

$ curl -u admin:password -o status-Bundlelist.zip        http://localhost:4502/system/console/status-Bundlelist.zip
$ curl -u admin:password -o status-Bundles.zip           http://localhost:4502/system/console/status-Bundles.zip
$ curl -u admin:password -o status-Configurations.zip    http://localhost:4502/system/console/status-Configurations.zip
$ curl -u admin:password -o status-productinfo.zip       http://localhost:4502/system/console/status-productinfo.zip
$ curl -u admin:password -o status-System-Properties.zip http://localhost:4502/system/console/status-System%20Properties.zip
$ curl -u admin:password -o status-osgi-installer.zip    http://localhost:4502/system/console/status-osgi-installer.zip
$ curl -u admin:password -o status-uploaded-packages.zip http://localhost:4502/system/console/status-uploaded-packages.zip
$ curl -u admin:password -o status-oak-index-defn.zip    http://localhost:4502/system/console/status-oak-index-defn.zip
$ curl -u admin:password -o status-oak-index-stats.zip   http://localhost:4502/system/console/status-oak-index-stats.zip
$ curl -u admin:password -o status-topology.zip          http://localhost:4502/system/console/status-topology.zip

Auf dieser Seite