Service unavailable error after installing AEM (6.5.15.0) service pack steps-to-resolve-error-after-installing-service-pack
Issue issue
After installing the AEM 6.5.15.0 service pack, the error occurs as:
- ERROR [FelixDispatchQueue] org.apache.sling.scripting.console FrameworkEvent ERROR (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.scripting.console
After installing AEM 6.5.15.0 service pack the CRX/bundle and the start page show service unavailable errors.
Applies to applies-to
This solution applies to:
- AEM Forms on all JEE servers except those running on JBoss EAP 7.4.0
Solution solution
After installing AEM 6.5.15.0 service pack, if the CRX/bundle and the start page show service unavailable errors, perform the following steps:
-
Stop the application server.
-
Navigate to
[aem-forms root]\crx-repository\launchpad\felix\bundle52
. -
Locate the
bundle.info
file. -
Open the
bundle.info
file in ant text editor and search for the bundle name asorg.apache.felix.http.bridge
.note note NOTE In case the bundle.info
underbundle52
doesn’t contains theorg.apache.felix.http.bridge
bundle, check the bundle number in square bracket next to theorg.apache.felix.http.bridge
. Then navigate to [aem-forms root]\crx-repository\launchpad\felix\bundle[x] and perform the next steps at this location. -
Navigate to URL:
[aem-forms root]\crx-repository\launchpad\felix\bundle[x]\version0.1
. -
Search for
bundle.jar
and rename thebundle.jar
tobundle.jar.bak
. -
Copy the
Bundle for AEM 6.5 Forms on JEE Service Pack 15
at this location from the Software Distribution. -
Start the application server, wait for logs to stabilize and check the bundle state.
-
Once all bundles are in the active state, install the Fragment for AEM 6.5 Forms on JEE Service Pack 15 from the
system/console/bundles
and wait for the application server to stabilize. -
Stop the application server.
-
Navigate to
[aem-forms root]\crx-repository\launchpad\felix\bundle52\version0.1
and delete thebundle.jar
. -
Rename the
bundle.jar.bak
to thebundle.jar
. -
Start the application server.