I am facing some issue in wildfly on Administration console dashboard. We used helm chart to deploy wildfly and used bitnami helm charts.enter image description here
To access the Administration console you should contact the administrator responsible for WildFly installation and ask him to provide you with the correct address.
Bitnami Engineer here, I was able to reproduce the issue, so I going to create an internal task to investigate more about this. We will update the thread when we have more information.
Related
I'm running the Jenkins as a Docker container on a Virtual Machine on Google Cloud Platform. On the very first screen of setup, I can see that a lot of plugins did not install in my Jenkins server?
Please let me know how to resolve this issue? Is it something due to with the security on the cloud by default which restricts downloading of plugins?
Refer following link for screenshot:-
https://storage.googleapis.com/mydockerissues/Jenkins%20Plugins%20Issue.PNG
Cheers
Something similar happened to me when running Jenkins on Docker on my local machine. To get everything to install I had to keep retrying. It took several retries but eventually I got everything installed.
I'm not sure why this is the case. Maybe it fails downloads whose dependencies aren't installed yet?
I have a Jira installation on a Linux VM that crashes ever so often, I am the only user that has admin rights on the vm and I need a solution to autorestart Jira if I am not available. Due to budget constraints there is no option to update Jira at the moment.
I managed to create a jenkins job that can be manually triggered to restart Jira but I need something that triggers this when the Jira website is not available/ or if the service is not running.
I tried SiteMonitor but it always returns "503" even if the webiste is available.
Anyone got any ideas?
Based on your version of Jira, you could use health check service to know if your Jira is running and is healthy. The details of this can be found out here.
In short, http://<jira-baseurl>/rest/troubleshooting/1.0/check/ should be able to tell about Jira health.
I found out that the jenkins server was not connected to the DNS and needed the IP of the JIRA server instad of the hostname. It now works by using Sitemonitor.
Alternatively I could use /rest/troubleshooting/1.0/check/
Thanks for your answers guys!
I have recently started using jenkins as a CI server. Is there a free jenkins hosting service?
I made a searched on Google, but unfortunately didn't find anything.
Consider a service like travis-ci, which is free for opensource projects. They also offer an enterprise service.
There is also CircleCI, also with an enterprise service.
You can run it locally, especially, it would be easier to run it as a container. Please see this link: https://www.jenkins.io/doc/book/installing/docker/
So I am building an application that will be hosted on azure service fabric. Is it possible to run Highcharts Export Service on SF?
You can run just about any executable in Service Fabric using the Guest Executable service type. Highcharts appears to be a Node JS application so it should be possible.
More information regarding guest executables can be found in the MS docs.
Using 'Click to Deploy', I already deployed LAMP stack.
Now i want to use 'Click to deploy'and then deploy Jenkins in the same GCE instance(dont want another fresh GCE instance)
Is there an option to use 'Click to deploy' for multiple tools or only once per GCE instance?
What is the best approach to install multiple tools using Click to deploy or Google Launcher under single Google Compute Engine instance?
Plz someone help!
Bitnami developer here.
Right now you can't use "click to deploy" twice in the same GCE instance.
You could access your instance via ssh, download bitnami jenkins stack and install it. Take into account that you'll be installing another apache server so you won't be able to use port 80 again (as well as with mysql).