list element in braces followed by "]]" instead of

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf list element in braces followed by "]]" instead of

  • Creator
    Topic
  • #54332
    Samir Mahapatra
    Participant

      Hello Guys,

      When i run a validation check on the network configurator section i get this error in a dialogue box.

      Command: hcinetcheck /opt/cloverleaf/cis6.0/integrator/site_samir/NetConfig


      FAILED


      list element in braces followed by “]]” instead of space

      Has anybody ever faced this issues.Please get back to me.

      Regards,

      Samir

    Viewing 3 reply threads
    • Author
      Replies
      • #81038
        Rob Lindsey
        Participant

          I have seen this in two different cases.  One was someone edited the NetConfig via an editor that was not the GUI NetConfigurator and the other was a odd set of arguments was put in for a TCL proc.

          I would suggest that you go back to a previous version of the NetConfig that would be located in your $HCISITEDIR/revisions  directory.

          Rob

        • #81039
          Russ Ross
          Participant

            With Cloverleaf 5.6 and prior versions, I was able to effectively use the command sdiff to see Netconfig differences.

            Now with cloverleaf 6.0 the Netconfig can rearrange itself with the slightest change so sdiff does not always get the job done.

            The command hcinetdiff helps with this challenge and might be something to help identify the change that casued your problem, when comparing your current Netconfig to what is in the site revisions directory.

            Here is an example of one I did that shows the difference in a port change

            Code:

            hcinetdiff $HCISITEDIR/NetConfig $HCISITEDIR/revisions/NetConfig6302014122435
            thread ob_new_stentor protocol config pdl-tcpip port
               first NetConfig: ‘27008’
               second NetConfig: ‘9100’

            The hcinetdiff command is also available using the compare icon on the IDE/GUI menu bar while the Netconfig is open.

            The compare icon in Cloverleaf 6.0 is located in the top left corner of the menus just underneath the File, Edit, View, choices and the icon contains a question mark and 2 picese of paper cascaded.

            Russ Ross
            RussRoss318@gmail.com

          • #81040
            Robert Milfajt
            Participant

              You could always view the file using more (or less) command and search for ]].  Probably need to escape those, i.e., ]].  Then you could at least find where in the NetConfig the problem is to determine best way to recover the change after you restore last version of NetConfig.

              Robert Milfajt
              Northwestern Medicine
              Chicago, IL

            • #81041

              This is caused by having a space in the a tclproc file name. Check your master site and site tclprocs directories for spaces in the file names.

              -- Max Drown (Infor)

          Viewing 3 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.