SD-WAN

 View Only
  • 1.  SDN Controller - White screen when logged in

    Posted Nov 17, 2014 09:24 PM

    Hi, 

     

    When I log in to the SDN controller V2.3 i just get a white screen. 

    Java version 1.7.0_65

     

    Thanks

     



  • 2.  RE: SDN Controller - White screen when logged in

    Posted Nov 18, 2014 02:59 AM

    Hi,

     

    In order to better understand the issue, please answer following questions:

     

    1) Which browser are you using?

    2) Is the controller installed on an Ubuntu 12.04 server?

    3) Are you trying to access the GUi from same device on which the controller is running ?

    4) Is the controller service running (sudo service sdnc status)?

    5) Can you access Rsdocs interface ("https://<controller-IP>:8443/api")?

    6) Are you able to get an authentication token from Rsdocs?

     

    Regards,

     

    Antonio

     

    SDN CoE Team

     

     



  • 3.  RE: SDN Controller - White screen when logged in

    Posted Nov 21, 2014 10:27 AM

    Hello,

     

    I suspect you might have skipped the step in section 2.2.3 of the guide you're following:

     

    1. Edit the /etc/keystone/keystone.conf file with the following line to set UUID as the

    provider type:

     

    provider=keystone.token.providers.uuid.Provider

    For example, in the Icehouse version of Keystone, you would insert the above command in

    the [token] section of the file, as shown in the boldface entry, below:

     

     

    [token]

     

    #

     

    # Options defined in keystone

     

    #

     

    # External auth mechanisms that should add bind information to

     

    # token e.g. kerberos, x509. (list value)

     

    #bind=

     

    # Enforcement policy on tokens presented to keystone with bind

     

    # information. One of disabled, permissive, strict, required

     

    # or a specifically required bind mode e.g. kerberos or x509

     

    # to require binding to that authentication. (string value)

     

    #enforce_token_bind=permissive

     

    # Amount of time a token should remain valid (in seconds).

     

    # (integer value)

     

    #expiration=3600

     

    # Controls the token construction, validation, and revocation

     

    # operations. Core providers are

     

    # "keystone.token.providers.[pki|uuid].Provider". (string

     

    # value)

     

    provider=keystone.token.providers.uuid.Provider

    # Keystone Token persistence backend driver. (string value)

    #driver=keystone.token.backends.sql.Token

    # Toggle for token system cacheing. This has no effect unless

    # global caching is enabled. (boolean value)

    #caching=true

    . . .

    1 Adding this line sets

    the UUID provider

    type.

    2. Restart the Keystone server.

     

    Please let me know if the above solves your problem,

     

    Regards,

     

    Antonio

    SDN CoE Team