question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OpenShift Java Console fails to open with v3.5.34 or higher

See original GitHub issue

Description

OpenShift Java Console fails to open when you mvn fabric8:deploy the following quickstart (master branch), which uses version 3.5.34 of fabric8-maven-plugin: https://github.com/fabric8-quickstarts/spring-boot-camel-xml However, when you downgrade the plugin to 3.5.33 the console works fine.

Is it a regression, possibly related to https://issues.jboss.org/browse/OSFUSE-700 ?

Info

  • f-m-p version : >= 3.5.34
  • Maven version (mvn -v) :
Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T04:49:05+09:00)
  • Kubernetes / OpenShift setup and version :
$ oc version
oc v3.9.0+191fece
kubernetes v1.9.1+a0ce1bc657
features: Basic-Auth

Server https://localhost:8443
openshift v3.9.0+191fece
kubernetes v1.9.1+a0ce1bc657
  • If it’s a bug, how to reproduce : See above

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rhusscommented, Jul 24, 2018

I can confirm the issue. The reason seems that in the base image used in 3.5.34 in jolokia.properties --> protocol=https is missing:

3.5.34 properties

host=*
port=8778
discoveryEnabled=false
user=jolokia
password=x6fXoCMrgiJwa1Ix4XcBpQnTvQKm2f
useSslClientAuthentication=true
extraClientCheck=true
caCert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
clientPrincipal=cn=system:master-proxy

3.5.33 properties

host=*
port=8778
discoveryEnabled=false
user=jolokia
password=whqN3jJyNCXtWaGIJzDxfndUqqrqoU
useSslClientAuthentication=true
extraClientCheck=true
protocol=https
caCert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
clientPrincipal=cn=system:master-proxy

going to find out now, what changed in the base images …

0reactions
rohanKanojiacommented, Jul 24, 2018

Closed via #1336

Read more comments on GitHub >

github_iconTop Results From Across the Web

1713656 – Open Java Console link disappeared in OpenShift ...
Description of problem: I dont see "Open Java Console" link on OCP 4.1 web console as I was used to in OCP 3.11....
Read more >
Troubleshooting Operator issues - OpenShift Documentation
An install plan for a subscription has failed. Default OpenShift Container Platform cluster Operators are managed by the Cluster Version Operator (CVO) and...
Read more >
[Technical Product Update] What's New: OpenShift 4.11 [Jul ...
The Red Hat's Technical Product Managers review what to expect in Red Hat OpenShift 4.11.The slides from the event can be found here: ......
Read more >
Troubleshooting Guide for OpenShift Container Platform
Installation Fails…​. Job for atomic-openshift-master-api.service failed. WebUI Related. Web Console Public URL on a different Port; UI Redirecting to the ...
Read more >
Deploy a Java application with Open Liberty/WebSphere ...
For more information on Open Liberty, see the Open Liberty project page ... Sign in to the OpenShift web console from your browser...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found