Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-1143

Karaf (Config Mbean) can not recognize the features when Karaf installation path containing blank space

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.4, 2.2.5
    • 2.2.6, 3.0.0
    • karaf
    • None
    • Windows 7 platform

    Description

      Install Karaf into a directory with blank space in windows platform, such as: D:\manual test\apache-karaf-2.2.5, then start Karaf console by typing bin/karaf.bat.

      After Karaf start, run some scripts using the following command: source scripts/configureC0.sh, Karaf thrown an exception:

      "Error executing command: D:\manual%20test\apache-karaf-2.2.5\etc\org.apache.karaf.management.cfg (System can not Found the specified path)"

      Note: The content of scripts file: D:\manual test\apache-karaf-2.2.5\scripts\configureC0.sh:

      echo "################################ START #############################################"
      echo "JMX Management configuration (etc/org.apache.karaf.management.cfg)"
      config:edit --force org.apache.karaf.management
      echo "rmiRegistryPort = 1100"
      config:propset rmiRegistryPort 1100
      echo "rmiServerPort = 44445"
      config:propset rmiServerPort 44445
      config:update

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            guangyu Guangyu Cui
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: