Error installing JIRA on Debian

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

When installing JIRA on a Debian server, the following exception is thrown:

Extracting files ...
                                                                           
com.install4j.runtime.beans.actions.misc.RunExecutableAction failed

Ignore [i, Enter], Quit [q]
i

Please wait a few moments while JIRA starts up.
Launching JIRA ...
Installation of JIRA 6.4.13 is complete
Your installation of JIRA 6.4.13 is now ready and can be accessed via your
browser.
JIRA 6.4.13 can be accessed at http://localhost:8088
In action "Write Modz Registry [Run script]" (screen "Custom Finish Screen [Configurable banner form]"), property "Script":
java.lang.IllegalArgumentException: appBaseDir '/atlassian-jira' is not a readable directory
	at com.atlassian.inception.modz.ModificationHelper.checkReadableDir(ModificationHelper.java:219)
	at com.atlassian.inception.modz.ModificationHelper.<init>(ModificationHelper.java:68)
	at com.atlassian.inception.modz.JiraModificationHelper.<init>(JiraModificationHelper.java:18)
	at com.atlassian.inception.modz.ModificationHelper.createJiraHelper(ModificationHelper.java:60)
	at I4jScript_Internal_424.eval(I4jScript_Internal_424.java:24)
	at I4jScript_Internal_424.evaluate(I4jScript_Internal_424.java:33)
	at com.install4j.runtime.installer.helper.Script.evaluate(Unknown Source)
	at com.install4j.runtime.installer.ContextImpl.runScript(Unknown Source)
	at com.install4j.runtime.installer.ContextImpl.runScript(Unknown Source)
	at com.install4j.runtime.beans.actions.control.RunScriptAction.execute(Unknown Source)
	at com.install4j.runtime.beans.actions.SystemInstallOrUninstallAction.install(Unknown Source)
	at com.install4j.runtime.installer.InstallerContextImpl.performActionInt(Unknown Source)
	at com.install4j.runtime.installer.ContextImpl.performAction(Unknown Source)
	at com.install4j.runtime.installer.controller.Controller.executeActions(Unknown Source)
	at com.install4j.runtime.installer.controller.Controller.handleCommand(Unknown Source)
	at com.install4j.runtime.installer.controller.Controller.start(Unknown Source)
	at com.install4j.runtime.installer.Installer.main(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
	at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
Unable to register filesystem for installer modification checking.
Finishing installation ..

原因

Debian does not have /opt directory by default.

ソリューション

Create the /opt directory manually at the root level and re-run the installation.

最終更新日 2016 年 7 月 15 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.