<upper-app> web component is not rendered
dancedog opened this issue · 5 comments
Hi,
thank you for the good starting resource into the OSGI topic. However the quickstart tutorial has an issue with the <upper-app>
web component:
The component does not seem to be rendered. Occured with Firefox (latest version) and Edge browser. There are no errors in the firefox console. The Java Rest Service part on the other hand is working as expected.
I'll look into this. We've not had issues reported before, but it could be a new issue with polymer in the latest browser versions.
I don't know if its a new issue, but I get a 404:
HTTP ERROR 404
Problem accessing /quickstart/index.html. Reason:
Not Found
trying to access http://localhost:8080/quickstart/index.html.
I'm running on localhost.
I played with the gogo shell, and this bundle is only installed.
This is what I get trying to start the bundle:
g! start 9
org.osgi.framework.BundleException: Unable to resolve org.osgi.enroute.examples.quickstart.rest [9](R 9.0): missing requirement [org.osgi.enroute.examples.quickstart.rest [9](R 9.0)] osgi.contract; (&(osgi.contract=JavaJAXRS)(version=2.1.0)) [caused by: Unable to resolve org.apache.aries.javax.jax.rs-api [4](R 4.0): missing requirement [org.apache.aries.javax.jax.rs-api [4](R 4.0)] osgi.wiring.package; (osgi.wiring.package=javax.xml.bind.annotation)] Unresolved requirements: [[org.osgi.enroute.examples.quickstart.rest [9](R 9.0)] osgi.contract; (&(osgi.contract=JavaJAXRS)(version=2.1.0))]
g!
This looks like a New issue?
[caused by: Unable to resolve org.apache.aries.javax.jax.rs-api [4](R 4.0): missing requirement [org.apache.aries.javax.jax.rs-api [4](R 4.0)] osgi.wiring.package; (osgi.wiring.package=javax.xml.bind.annotation)]
Are you running on Java 9? If you are running on Java 9 then you will need to take a look at this issue comment