We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-39070

JIRA from address in outbound email changed to 'localhost' if you use Java 8

      If you use Java 8 to run JIRA 6.3 you can find that your outbound email addresses will be of the form jwinters@localhost rather than jwinters@atlassian.com

      Diagnosis

      In Java 8, getLocalHost().getHostName() behaves differently from previous Java versions depending on the order of aliases in /etc/hosts.

      Workaround

      Changing the order of domain aliases in /etc/hosts to changes the return value of getHostName() in Java 8.

      For example,

      • If /etc/hosts is 127.0.0.1 localhost localhost.localdomain centos57, then Java8 returns localhost for getHostName().
      • If we rewrite this as 127.0.0.1 centos57 localhost.localdomain localhost then getHostName() returns centos57.

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            Uploaded image for project: 'Jira Data Center'
            1. Jira Data Center
            2. JRASERVER-39070

            JIRA from address in outbound email changed to 'localhost' if you use Java 8

                If you use Java 8 to run JIRA 6.3 you can find that your outbound email addresses will be of the form jwinters@localhost rather than jwinters@atlassian.com

                Diagnosis

                In Java 8, getLocalHost().getHostName() behaves differently from previous Java versions depending on the order of aliases in /etc/hosts.

                Workaround

                Changing the order of domain aliases in /etc/hosts to changes the return value of getHostName() in Java 8.

                For example,

                • If /etc/hosts is 127.0.0.1 localhost localhost.localdomain centos57, then Java8 returns localhost for getHostName().
                • If we rewrite this as 127.0.0.1 centos57 localhost.localdomain localhost then getHostName() returns centos57.

                        mharrison mjh (Inactive)
                        jwinters tier-0 grump
                        Votes:
                        6 Vote for this issue
                        Watchers:
                        9 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                            mharrison mjh (Inactive)
                            jwinters tier-0 grump
                            Affected customers:
                            6 This affects my team
                            Watchers:
                            9 Start watching this issue

                              Created:
                              Updated:
                              Resolved: