Removing the trailing slash from the route is the workaround, not the fix. The actual fix has not been released in a tagged origin release yet. It will be fixed in 1.5.1
On Wed, May 3, 2017 at 10:45 AM, Rahul Agarwal <[email protected]> wrote: > Hi Jordan, > > Thanks for the update. I checked out openshift-ansible-3.5.60-1 tag. > > To fix, i had to remove trailing "/" from the routes. Is there anything > else that needs fix? Besides which tag is the fixed tag? Is that > openshift-ansible-3.5.55-1? > > Thanks, > Rahul > > On Wed, May 3, 2017 at 9:37 AM, Jordan Liggitt <[email protected]> > wrote: > >> It's been fixed in the 1.5 release branch, but 1.5.1 has not been cut >> with the fix yet >> >> On Tue, May 2, 2017 at 10:31 PM, Rahul Agarwal <[email protected]> >> wrote: >> >>> Hi Team, >>> >>> This is because of below bug. This should have been addressed in 1.5 >>> upgrade. >>> >>> https://github.com/openshift/origin/issues/13862 >>> >>> Thanks, >>> Rahul >>> >>> On Tue, May 2, 2017 at 5:45 PM, Aleksandar Lazic <[email protected]> >>> wrote: >>> >>>> Hi Rahul. >>>> >>>> Am Tue, 2 May 2017 17:30:34 -0400 >>>> schrieb Rahul Agarwal <[email protected]>: >>>> >>>> > Hi Team, >>>> > >>>> > I upgraded from 1.4.1 to 1.5 version and after successful upgrade the >>>> > webpage shows below error which was fine earlier. >>>> > >>>> > Application is not available >>>> > >>>> > The application is currently not serving requests at this endpoint. >>>> > It may not have been started or is still starting. >>>> > >>>> > Possible reasons you are seeing this page: >>>> > >>>> > - *The host doesn't exist.* Make sure the hostname was typed >>>> > correctly and that a route matching this hostname exists. >>>> > - *The host exists, but doesn't have a matching path.* Check if >>>> > the URL path was typed correctly and that the route was created using >>>> > the desired path. >>>> > - *Route and path matches, but all pods are down.* Make sure that >>>> > the resources exposed by this route (pods, services, deployment >>>> > configs, etc) have at least one pod running. >>>> > >>>> > Any help is appreciated. >>>> >>>> please can you post the output of. >>>> >>>> oc export route <your-route> >>>> oc describe pod <your application pod> >>>> oc logs <your application pod> >>>> oc get events >>>> oc get pod -n default >>>> oc rsh -n default <one of your router pod> cat haproxy.config >>>> >>>> > Thanks, >>>> > Rahul >>>> >>>> -- >>>> Best regards >>>> Aleksandar Lazic - ME2Digital e. U. >>>> https://me2digital.online/ >>>> >>>> >>> >>> _______________________________________________ >>> users mailing list >>> [email protected] >>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >>> >>> >> >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
