Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-2984

IllegalAccessError causes startup failure on Mac OS X

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Not a bug
    • None
    • Server administration
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Getting the following in Terminal when attempting to run ./bin/run.sh from $FISHEYE_HOME directory.


      WARN: your default encoding (MacRoman) does not support unicode.
      This is likely to cause problems if any of the filenames, branch names or tag names in one of your repositories contain unicode characters.
      Update your locale settings or start with the -Dfile.encoding=UTF-8 option to avoid these problems.
      ERROR: problem running command
      java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.cenqua.fisheye.FishEyeCtl.mainImpl(FishEyeCtl.java:114)
      at com.cenqua.fisheye.FishEyeCtl.main(FishEyeCtl.java:42)
      Caused by: java.lang.IllegalAccessError: tried to access field org.apache.log4j.xml.DOMConfigurator.props from class org.apache.log4j.xml.SubstitutingDOMConfigurator
      at org.apache.log4j.xml.SubstitutingDOMConfigurator.<init>(SubstitutingDOMConfigurator.java:11)
      at com.cenqua.fisheye.ctl.BaseCommand.setupLogging(BaseCommand.java:153)
      at com.cenqua.fisheye.ctl.Run.mainImpl(Run.java:80)
      at com.cenqua.fisheye.ctl.Run.main(Run.java:71)
      ... 6 more


      I can deal with the UTF-8 issue but cannot determins what could be causing the IllegalAccessError. I am running Jira w/o problems on the same laptop.

      Attachments

        Activity

          People

            Unassigned Unassigned
            2f850b49bfd7 MarkDonoghue
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: