<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Internal server error in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529658#M18048</link>
    <description>&lt;P&gt;I was found is a RBAC section needed.&amp;nbsp; I was found error "neet auth&amp;nbsp;unexpected status: 500 while sending to client, client: 10.4.0.1"&lt;/P&gt;&lt;P&gt;After enabling RBAC and restart deployment I was have a error&lt;/P&gt;&lt;PRE&gt;{"errors":[{"title":"No authentication configured for this hostname","code":"LOGIN-2","status":"401"}]}&lt;/PRE&gt;&lt;P&gt;there must be mongodb and test authentication&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In this simple deployment an example Identity Provider is automatically configured. This allows you to login to the&amp;nbsp;&lt;/SPAN&gt;hub&lt;SPAN&gt;with some sample accounts. When you browse to the&amp;nbsp;&lt;/SPAN&gt;hub&lt;SPAN&gt;&amp;nbsp;you will be asked to login and you can use the sample account of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item_external"&gt;harley@qlik.example&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;with a password of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item_external"&gt;Password1!&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;for uncertain reasons it doesn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;add to hosts line&lt;/P&gt;&lt;P&gt;PUBLICIP&amp;nbsp;elastic.example&lt;/P&gt;&lt;P&gt;and after that&amp;nbsp; I can open link&lt;/P&gt;&lt;P&gt;work only name&amp;nbsp;&lt;SPAN&gt;elastic.example. any else return&amp;nbsp;&amp;nbsp;"No authentication configured for this hostname" error&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 22:20:05 GMT</pubDate>
    <dc:creator>korsikov</dc:creator>
    <dc:date>2019-01-11T22:20:05Z</dc:date>
    <item>
      <title>Internal server error</title>
      <link>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529647#M18047</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;I want deploy ESEfE. followin this instruction&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Deployment/Deploying-Qlik-Sense-multi-cloud-Efe.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2018/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Deployment/Deploying-Qlik-Sense-multi-cloud-Efe.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want to note that the documentation does not say that in your LEF file there should be a line Elastics:YES;&lt;/P&gt;&lt;P&gt;whatever. My question. I have GCU Kubernetics cluster.&lt;/P&gt;&lt;PRE&gt;s@cloudshell:~ (qsefe-228310)$ cat values.yaml
#This setting enables dev mode to include a local MongoDB install
devMode:
  enabled: true

#This setting accepts the EULA for the product
engine:
  acceptEULA: "yes"
##These settings are to accomodate if RBAC is enabled.
#mira:
#rbac:
#   create: true
# serviceAccount:
#   create: true
#
#elastic-infra:
# traefik:
#   rbac:
#     enabled: true
# nginx-ingress:
#   rbac:
#      create: true
#These setting specifies the storage for the engine
engine:
  persistence:
    enabled: true
    accessMode: ReadWriteOnce
    existingClaim: qs-claim

#These setting specifies the storage for the resource-library..
resource-library:
  persistence:
    enabled: true
    accessMode: ReadWriteOnce
    existingClaim: qs-claim
s@cloudshell:~ (qsefe-228310)$&lt;/PRE&gt;&lt;P&gt;all pods work w/o error&lt;/P&gt;&lt;PRE&gt;s@cloudshell:~ (qsefe-228310)$ kubectl get pv,pvc,pod
NAME                                                        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS    CLAIM                                     STORAGECLASS   REASON    AGE
persistentvolume/pvc-332d5539-15b5-11e9-be5f-42010a800200   8Gi        RWO            Delete           Bound     default/redis-data-qsefe-redis-master-0   standard                 4h
persistentvolume/pvc-dc2bdbad-15b4-11e9-be5f-42010a800200   30Gi       RWO            Delete           Bound     default/qs-claim                          standard                 4h
persistentvolume/pvc-e76cf09c-15d8-11e9-be5f-42010a800200   5Gi        RWO            Delete           Bound     default/qsefe-reporting                   standard                 30m

NAME                                                    STATUS    VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS   AGE
persistentvolumeclaim/qs-claim                          Bound     pvc-dc2bdbad-15b4-11e9-be5f-42010a800200   30Gi       RWO            standard       4h
persistentvolumeclaim/qsefe-reporting                   Bound     pvc-e76cf09c-15d8-11e9-be5f-42010a800200   5Gi        RWO            standard       30m
persistentvolumeclaim/redis-data-qsefe-redis-master-0   Bound     pvc-332d5539-15b5-11e9-be5f-42010a800200   8Gi        RWO            standard       4h

NAME                                                       READY     STATUS    RESTARTS   AGE
pod/qsefe-collections-bc757df9-ktltr                       1/1       Running   0          19m
pod/qsefe-data-prep-747b7f9ff8-wtt2l                       1/1       Running   0          30m
pod/qsefe-edge-auth-cffb66f66-6b8j4                        2/2       Running   0          19m
pod/qsefe-engine-746b88f9b6-2ls5k                          1/1       Running   0          30m
pod/qsefe-feature-flags-64748d5cb8-fkrf2                   1/1       Running   0          30m
pod/qsefe-hub-84494ffb5b-8kmcx                             1/1       Running   0          30m
pod/qsefe-identity-providers-6d4bf4b4c8-69kfl              1/1       Running   0          30m
pod/qsefe-insights-85dbbc6f97-2jmgh                        1/1       Running   3          30m
pod/qsefe-licenses-66cc8446d8-99dg6                        1/1       Running   3          30m
pod/qsefe-locale-6784fc78cf-69pnt                          1/1       Running   0          30m
pod/qsefe-mira-5588cc988b-lc6jg                            1/1       Running   0          30m
pod/qsefe-mongodb-7c76b78d69-jglcl                         1/1       Running   1          30m
pod/qsefe-nginx-ingress-controller-ff94f6df4-r7q2z         1/1       Running   0          30m
pod/qsefe-nginx-ingress-default-backend-86dcc84bb5-7l99n   1/1       Running   0          30m
pod/qsefe-policy-decisions-668d8dd6c6-6knf6                1/1       Running   0          30m
pod/qsefe-qix-sessions-84ddc9fc96-dtp54                    1/1       Running   0          30m
pod/qsefe-redis-master-0                                   1/1       Running   0          19m
pod/qsefe-redis-metrics-8469db7486-jf779                   1/1       Running   0          30m
pod/qsefe-redis-slave-5c8f79dfd5-wlpc2                     1/1       Running   0          19m
pod/qsefe-reporting-7799d7dd75-6xtn7                       2/2       Running   0          30m
pod/qsefe-resource-library-6fc4d6fbd7-7s7wv                1/1       Running   2          30m
pod/qsefe-sense-client-77667c999b-rbx22                    1/1       Running   0          30m
pod/qsefe-tenants-6849966f4d-6smtb                         1/1       Running   2          30m
pod/qsefe-traefik-59c676887b-64gfk                         1/1       Running   0          30m
pod/qsefe-users-95d7d96bb-sn87q                            1/1       Running   4          30m
s@cloudshell:~ (qsefe-228310)$&lt;/PRE&gt;&lt;P&gt;but when i try open Elastic hub from link &lt;A href="https://Public-ip" target="_blank"&gt;https://Public-ip&lt;/A&gt; I was see error "500 Internal Server Error"&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12989"&gt;@Michael_Tarallo&lt;/a&gt;&amp;nbsp;I was already read all available information about multi cloud in support KB and partner technical advisor site and can't find answer. thanks for any advice&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529647#M18047</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2024-11-16T21:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal server error</title>
      <link>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529658#M18048</link>
      <description>&lt;P&gt;I was found is a RBAC section needed.&amp;nbsp; I was found error "neet auth&amp;nbsp;unexpected status: 500 while sending to client, client: 10.4.0.1"&lt;/P&gt;&lt;P&gt;After enabling RBAC and restart deployment I was have a error&lt;/P&gt;&lt;PRE&gt;{"errors":[{"title":"No authentication configured for this hostname","code":"LOGIN-2","status":"401"}]}&lt;/PRE&gt;&lt;P&gt;there must be mongodb and test authentication&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In this simple deployment an example Identity Provider is automatically configured. This allows you to login to the&amp;nbsp;&lt;/SPAN&gt;hub&lt;SPAN&gt;with some sample accounts. When you browse to the&amp;nbsp;&lt;/SPAN&gt;hub&lt;SPAN&gt;&amp;nbsp;you will be asked to login and you can use the sample account of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item_external"&gt;harley@qlik.example&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;with a password of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item_external"&gt;Password1!&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;for uncertain reasons it doesn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;add to hosts line&lt;/P&gt;&lt;P&gt;PUBLICIP&amp;nbsp;elastic.example&lt;/P&gt;&lt;P&gt;and after that&amp;nbsp; I can open link&lt;/P&gt;&lt;P&gt;work only name&amp;nbsp;&lt;SPAN&gt;elastic.example. any else return&amp;nbsp;&amp;nbsp;"No authentication configured for this hostname" error&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 22:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529658#M18048</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2019-01-11T22:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Internal server error</title>
      <link>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529668#M18049</link>
      <description>&lt;P&gt;next update&lt;BR /&gt;when i open link &lt;A href="http://elastic.example" target="_blank"&gt;http://elastic.example&lt;/A&gt; I moved to &lt;A href="https://elastic.example" target="_blank"&gt;https://elastic.example&lt;/A&gt; by 308&lt;BR /&gt;and then move to&lt;BR /&gt;&lt;A href="http://elastic.example:32123/auth?client_id=foo&amp;amp;scope=" target="_blank"&gt;http://elastic.example:32123/auth?client_id=foo&amp;amp;scope=&lt;/A&gt;&lt;BR /&gt;why http after https?&lt;BR /&gt;I found service with port 32123&lt;BR /&gt;qsefe-edge-auth NodePort 10.7.251.127 &amp;lt;none&amp;gt; 8080:32317/TCP,32123:32123/TCP&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;i tkink problem because this pod not have EXT ip and not recheable from my browser&lt;/P&gt;&lt;PRE&gt;strelokr@cloudshell:~ (qsefe-228310)$ kubectl describe service qsefe-edge-auth
Name:                     qsefe-edge-auth
Namespace:                default
Labels:                   app=edge-auth
                          chart=edge-auth-2.2.7
                          heritage=Tiller
                          release=qsefe
Annotations:              prometheus.io/port=8080
                          prometheus.io/scrape=true
Selector:                 app=edge-auth,release=qsefe
Type:                     NodePort
IP:                       10.7.251.127
Port:                     edge-auth  8080/TCP
TargetPort:               8080/TCP
NodePort:                 edge-auth  32317/TCP
Endpoints:                10.4.0.44:8080
Port:                     oidc  32123/TCP
TargetPort:               32123/TCP
NodePort:                 oidc  32123/TCP
Endpoints:                10.4.0.44:32123
Session Affinity:         None
External Traffic Policy:  Cluster
Events:                   &amp;lt;none&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i found loadbalaser for this service on diffirent EXT IP.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 23:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529668#M18049</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2019-01-11T23:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Internal server error</title>
      <link>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529707#M18050</link>
      <description>&lt;P&gt;found error&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error during sync: error while evaluating the ingress spec: service "default/qsefe-traefik-dashboard" is type "ClusterIP", expected "NodePort" or "LoadBalancer"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;maybe it's a problem&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 14:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Internal-server-error/m-p/1529707#M18050</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2019-01-12T14:57:41Z</dc:date>
    </item>
  </channel>
</rss>

