3 Replies Latest reply on Jul 13, 2019 3:31 PM by jafarre.viewnext

    Infinispan UI interface show blank page for one domain when two domain is started in same network

    vishalhighq

      Hi galder.zamarreno and nadirx

       

      I have been facing this issue with infinispan version 9.0.1 final and 9.1.0 CR1 version.

       

      What I did:

       

      - Create one domain in my local pc (domain address : vishal.local.com : DOMAIN NAME : DCNEW1LOCAL)

      - Create another domain in my colleague pc  (domain address : colleague .local.com : DOMAIN NAME : ZDCNEW1LOCAL)

       

      I can able to view infinispan detail for my local domain at this address :  http://vishalr.local.com:9990/console/index.html

      However when I tried to access same with my colleague domain with  : http://zakvan.local.com:9990/console/index.html#/containers

       

      I am facing blank page as shown in attachment.

       

      Do you have any idea about this issue.

        • 1. Re: Infinispan UI interface show blank page for one domain when two domain is started in same network
          vblagojevic

          Hi Vishal,

           

          I am not sure I understand completely your setup. Are you trying to make both computers part of the same cluster or a separate one? Can you provide more details on how did you configure and start the domain mode on these two computers? Are you able to view colleagues admin console from his computer?

           

          Regards,

          Vladimir

          • 2. Re: Infinispan UI interface show blank page for one domain when two domain is started in same network
            jeet.bavishi

            Hi vladimir,

             

            I am now looking over the above issue which was earlier mentioned by my colleague. We are now using infinispan-9.1.1. Final.

             

            Following is the structure:

             

            - One DC in my PC.

            - One DC in my colleague's PC.

             

            I am starting both DC's by running domain.bat. And yes, since both the DCs are in same network they are going to be in same cluster as both the DC has same configurations too.

             

            WHY 2 DC?

             

            We are creating a structure where we have 2 DCs actively running and both will have some host configured for them. In such cases where one of the DCs go down we have mentioned other DC as backup. So lets say, if DC in my PC goes down then all the hosts which were earlier connected to this DC will now try and connect to other DC in my colleague's PC so we are providing fail-over for the DC.

             

            But as mentioned above only one web console comes up and when we start second DC, web console for the second DC does not come up. When I inspected the issue in second DC, it says that it can not find the first DC so I believe they are trying to connect because of same cluster.

             

            Can you please help us here? We are stuck and need immediate help. And also, can you help in suggesting how should we solve the issue of DC failover if above mentioned way is not correct?

             

            Please reply ASAP

            • 3. Re: Infinispan UI interface show blank page for one domain when two domain is started in same network
              jafarre.viewnext

              Hello,

               

              I just created a regular infinispan domain installation, with one master and a remote slave, and I'm having the same problem: then console is totally blank.

              With the brower developer tools I can see;

              - A redirection to /console/index.html (in the address bar I get a fragment: http://localhost:9990/console/index.html#/containers )

              - loading index.html

              - loading management-console-9.4.10-SNAPSHOT.min.js

              - many posts to /management returning status 200 and JSON responses which look OK

              But the page is still blank.

              I'm using infinispan 9.4.15 on CentOS 7.

               

              Can you help?

               

              Thank you.