OpenShift Java Console fails to open with v3.5.34 or higher
See original GitHub issueDescription
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:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
3.5.33 properties
going to find out now, what changed in the base images …
Closed via #1336