• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low (View bug fix roadmap)
    • 3.5
    • 3.4.3
    • Installation

      There is the bash-like syntax

      export JAVA_OPTS=" $JAVA_OPTS -Xms128m -Xmx256m -Djava.awt.headless=true "
      

      in shell script (script for /bin/sh); if /bin/sh is not link to /bin/bash, execution of startup.sh fails. Please, use real shell syntax and split assigning and exporting in two commands:

      JAVA_OPTS=" $JAVA_OPTS -Xms128m -Xmx256m -Djava.awt.headless=true "
      export JAVA_OPTS
      

            [JRASERVER-8979] Bash syntax in shell script setenv.sh

            No work has yet been logged on this issue.

              dylan@atlassian.com Dylan Etkin [Atlassian]
              4d1419c1def8 Jozef Babjak
              Affected customers:
              0 This affects my team
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 5m
                  5m
                  Remaining:
                  Remaining Estimate - 5m
                  5m
                  Logged:
                  Time Spent - Not Specified
                  Not Specified