Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-6621

Server Management Console not showing up data in Cache containers page when tried with hotrod connector alone

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Beta1
    • 8.2.1.Final
    • Console
    • None
    • Hide

      Enable all connectors

      <subsystem xmlns="urn:infinispan:server:core:8.2" default-cache-container="clustered">
                      <cache-container name="clustered" default-cache="default" statistics="true">
                          <transport lock-timeout="60000"/>                    
                          <distributed-cache name="default" mode="SYNC" segments="20" owners="2" remote-timeout="30000" start="EAGER">
                            <locking acquire-timeout="30000" concurrency-level="1000" striping="false"/>
                             <transaction mode="NONE"/>
                          </distributed-cache>
                          <distributed-cache name="memcachedCache" mode="SYNC" segments="20" owners="2" remote-timeout="30000" start="EAGER">
                           <locking acquire-timeout="30000" concurrency-level="1000" striping="false"/>
                           <transaction mode="NONE"/>
                          </distributed-cache>
                      </cache-container>
                  </subsystem>
                  <subsystem xmlns="urn:infinispan:server:endpoint:8.0">
                      <hotrod-connector socket-binding="hotrod" cache-container="clustered">
                          <topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="5000"/>
                      </hotrod-connector>  
               <memcached-connector socket-binding="memcached" cache-container="clustered"/>
                <rest-connector socket-binding="rest" cache-container="clustered" security-domain="other" auth-method="BASIC"/>
                 <websocket-connector socket-binding="websocket" cache-container="clustered"/>
                  </subsystem>
      

      Refer - enabled_all_connectors.png - Notice that all container shows up in html page

      Now remove memcached-connector, rest-connector & websocket-connector

      <subsystem xmlns="urn:infinispan:server:endpoint:8.0">
          <hotrod-connector socket-binding="hotrod" cache-container="clustered">
          <topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="5000"/>
           </hotrod-connector>				
         </subsystem>

      Notice - Server Management Console not showing up data in Cache container view

      Refer - enabled_hotrod_alone.png

      Refer - clustter_page_hotrod_alone.png - While cluster page shows up without issues.

      Cache is working fine, no exceptions in logs and other pages in management console shows good. Only Cache container page has issue.

      Show
      Enable all connectors <subsystem xmlns= "urn:infinispan:server:core:8.2" default -cache-container= "clustered" > <cache-container name= "clustered" default -cache= " default " statistics= " true " > <transport lock-timeout= "60000" /> <distributed-cache name= " default " mode= "SYNC" segments= "20" owners= "2" remote-timeout= "30000" start= "EAGER" > <locking acquire-timeout= "30000" concurrency-level= "1000" striping= " false " /> <transaction mode= "NONE" /> </distributed-cache> <distributed-cache name= "memcachedCache" mode= "SYNC" segments= "20" owners= "2" remote-timeout= "30000" start= "EAGER" > <locking acquire-timeout= "30000" concurrency-level= "1000" striping= " false " /> <transaction mode= "NONE" /> </distributed-cache> </cache-container> </subsystem> <subsystem xmlns= "urn:infinispan:server:endpoint:8.0" > <hotrod-connector socket-binding= "hotrod" cache-container= "clustered" > <topology-state-transfer lazy-retrieval= " false " lock-timeout= "1000" replication-timeout= "5000" /> </hotrod-connector> <memcached-connector socket-binding= "memcached" cache-container= "clustered" /> < rest -connector socket-binding= " rest " cache-container= "clustered" security-domain= "other" auth-method= "BASIC" /> <websocket-connector socket-binding= "websocket" cache-container= "clustered" /> </subsystem> Refer - enabled_all_connectors.png - Notice that all container shows up in html page Now remove memcached-connector, rest-connector & websocket-connector <subsystem xmlns= "urn:infinispan:server:endpoint:8.0" > <hotrod-connector socket-binding= "hotrod" cache-container= "clustered" > <topology-state-transfer lazy-retrieval= " false " lock-timeout= "1000" replication-timeout= "5000" /> </hotrod-connector> </subsystem> Notice - Server Management Console not showing up data in Cache container view Refer - enabled_hotrod_alone.png Refer - clustter_page_hotrod_alone.png - While cluster page shows up without issues. Cache is working fine, no exceptions in logs and other pages in management console shows good. Only Cache container page has issue.

    Description

      While running infinispan-server-8.2.1.Final in domain mode, tried to use only hotrod-connector after removing memcached-connector, rest-connector & websocket-connector from <subsystem xmlns="urn:infinispan:server:endpoint:8.0">

      After removing memcached-connector, rest-connector & websocket-connector, Server Management Console not showing up anything in Cache container view.

      Attachments

        Issue Links

          Activity

            People

              vblagoje Vladimir Blagojevic (Inactive)
              krishnakalesh Krishna Kalesh Balakrishnan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: