Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-boot quickstarts do not work with jolokia jvm connect #956

Open
davsclaus opened this issue Nov 18, 2015 · 3 comments
Open

spring-boot quickstarts do not work with jolokia jvm connect #956

davsclaus opened this issue Nov 18, 2015 · 3 comments

Comments

@davsclaus
Copy link
Member

deployed both the spring-boot-camel and cdi-camel quickstarts and only the latter works for the jvm connector in the web console.

I looks like the latter exposes a service that I guess jolokia needs

o^Cdavsclaus:~/workspace/fabric8-installer/vagrant/openshift (master)/$ oc get services
NAME                CLUSTER_IP       EXTERNAL_IP   PORT(S)                 SELECTOR                                                                                                        AGE
docker-registry     172.30.58.196    <none>        5000/TCP                docker-registry=default                                                                                         16m
fabric8             172.30.7.187     <none>        80/TCP                  component=console,project=console,provider=fabric8                                                              18m
kubernetes          172.30.0.1       <none>        443/TCP,53/UDP,53/TCP   <none>                                                                                                          18m
qs-java-camel-cdi   None             <none>        1/TCP                   component=quickstart-cdi-camel,container=java,group=quickstarts,project=quickstart-cdi-camel,provider=fabric8   1m
router              172.30.224.152   <none>        80/TCP,9101/TCP         router=router                                                                                                   17m
davsclaus:~/workspace/fabric8-installer/vagrant/openshift (master)/$ oc get pods
NAME                                 READY     STATUS    RESTARTS   AGE
docker-registry-1-w32x6              1/1       Running   0          16m
fabric8-jorao                        1/1       Running   0          18m
fluentd-elasticsearch-172.28.128.4   1/1       Running   0          15m
quickstart-cdi-camel-5onjk           1/1       Running   0          2m
quickstart-springboot-camel-um7fu    1/1       Running   0          5m
router-1-w4j6c                       2/2       Running   0          17m
davsclaus:~/workspace/fabric8-installer/vagrant/openshift (master)/$ oc get routes
NAME                HOST/PORT                      PATH      SERVICE             LABELS             INSECURE POLICY   TLS TERMINATION
fabric8             fabric8.vagrant.f8                       fabric8             provider=fabric8
qs-java-camel-cdi   qs-java-camel-cdi.vagrant.f8             qs-java-camel-cdi
davsclaus:~/workspace/fabric8-installer/vagrant/openshift (master)/$
@davsclaus
Copy link
Member Author

screen shot 2015-11-18 at 12 54 22 pm

@davsclaus
Copy link
Member Author

okay so @rhuss says its the base image used by spring-boot that is different from the s2i based that recently have adjusted many of the quickstarts. So we are a bit in limbo a while until the dust settles a bit. then we will separate s2i from non-s2i so they are completely independent and s2i dont cause problems for us anymore.

@dhirajsb
Copy link
Member

@davsclaus the problem is that product and upstream use the same S2I image scripts, which doesn't work if product requirements are different from upstream. So all that's needed (after the product release) is to have a proper product redhat branch for S2I images (instead of just the Dockerfile.rhel on the same master branch), so that upstream can work in a non-product environment.

rhuss added a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 10, 2015
rhuss added a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 10, 2015
rhuss added a commit that referenced this issue Dec 10, 2015
rhuss added a commit to rhuss/ipaas-quickstarts that referenced this issue Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants