Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

New install of AEM 6.4 on Websphere 8.5.5 returning 503 error

Avatar

Level 1

Hi, i just did an eval install of AEM 6.4 on Websphere 8.5.5 (Windows 2012 Server)

I can login to http://localhost:9080/adminui

I can login to http://localhost:9080/pdfgui/

I can hit to http://localhost:9080/FormsIVS/

However, when i try the url:  http://localhost:9080/lc  i get the error:  Error 503: SRVE0295E: Error reported: 503

In looking at the error.log in crx-repository it see a bunch of these errors:

06.11.2018 11:34:17.741 *ERROR* [FelixDispatchQueue] org.apache.felix.http.brdige FrameworkEvent ERROR (org.osgi.framework.BundleException: Unable to resolve org.apache.felix.http.brdige [43](R 43.0): missing requirement [org.apache.felix.http.brdige [43](R 43.0)] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=4.0.0))) Unresolved requirements: [[org.apache.felix.http.brdige [43](R 43.0)] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=4.0.0)))])

org.osgi.framework.BundleException: Unable to resolve org.apache.felix.http.brdige [43](R 43.0): missing requirement [org.apache.felix.http.brdige [43](R 43.0)] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=4.0.0))) Unresolved requirements: [[org.apache.felix.http.brdige [43](R 43.0)] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=4.0.0)))]

at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4149)

at org.apache.felix.framework.Felix.startBundle(Felix.java:2119)

at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1373)

at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)

at java.lang.Thread.run(Thread.java:811)

06.11.2018 11:34:17.741 *ERROR* [FelixDispatchQueue] org.apache.felix.http.whiteboard FrameworkEvent ERROR (org.osgi.framework.BundleException: Unable to resolve org.apache.felix.http.whiteboard [44](R 44.0): missing requirement [org.apache.felix.http.whiteboard [44](R 44.0)] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=4.0.0))) Unresolved requirements: [[org.apache.felix.http.whiteboard [44](R 44.0)] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=4.0.0)))])

org.osgi.framework.BundleException: Unable to resolve org.apache.felix.http.whiteboard [44](R 44.0): missing requirement [org.apache.felix.http.whiteboard [44](R 44.0)] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=4.0.0))) Unresolved requirements: [[org.apache.felix.http.whiteboard [44](R 44.0)] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=4.0.0)))]

at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4149)

at org.apache.felix.framework.Felix.startBundle(Felix.java:2119)

at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1373)

at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)

Anyone else run into this and have a solution?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Does your Websphere 8.5.5 support/export javax.servlet in version 3.1? That's the reason why the http.bridge is not starting.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Does your Websphere 8.5.5 support/export javax.servlet in version 3.1? That's the reason why the http.bridge is not starting.