본문 바로가기

atlassian_confluence_jira

com.install4j.runtime.beans.actions.files.CreateZipFileAction failed

320x100

jira 업데이트 작업 할때

 ./atlassian-jira-software-8.5.4-x64.bin 
Unpacking JRE ... 
Starting Installer ... 
You do not have administrator rights to this machine and as such, some installation options will not be available. Are you sure you want to continue? 
Yes [y, Enter], No [n] 


This will install JIRA Software 8.5.4 on your computer. 
OK [o, Enter], Cancel [c] 

Click Next to continue, or Cancel to exit Setup. 

Choose the appropriate installation or upgrade option. 
Please choose one of the following: 
Express Install (use default settings) [1], Custom Install (recommended for advanced users) [2], Upgrade an existing JIRA installation [3, Enter] 
3 
Existing installation directory: 
[/data/jira/atlassian-jira-5.0.3-standalone] 


Back up JIRA home directory 
The upgrade process will automatically back up your JIRA installation 
directory. You can also choose to back up your existing JIRA home directory. 
Both directories are backed up as zip archive files in their respective 
parent directory locations. 

We strongly recommend choosing this option in the unlikely event that you 
experience problems with the upgrade and may require these backups to 
restore your existing JIRA installation. 

If you have many attachments in your JIRA home directory, the zip archive of 
this directory may consume a significant amount of disk space. 
Back up JIRA home directory? 
Yes [y], No [n, Enter] 


Checking for local modifications. 
Unable to check for modifications. 

Checking if your instance of JIRA Software is running 

Upgrade checklist 
Complete these steps to have a smooth upgrade experience. If you need more 
details, see 
https://docs.atlassian.com/jira/jadm-docs-085/Preparing+for+the+upgrade. 

1. Run a Jira health check 
Run a Jira health check to verify that you're ready to upgrade. Make sure 
that checks related to the license and database have passed, but you can 
also fix other detected problems. 

2. Check app compatibility 
Make sure your apps are compatible with the Jira version you're upgrading 
to. Disable all incompatible apps, so they don't affect your upgrade. 

3. Back up the database 
Back up the Jira database using your database's native backup tools. 

Have you completed all these steps? 
Yes [y], No [n, Enter] 
y 
Your existing JIRA installation is about to be upgraded! Do you want to proceed? 
Upgrade [u, Enter], Exit [e] 


Your instance of JIRA is currently being upgraded. 
Checking if JIRA has been shutdown... 
Backing up the JIRA installation directory 
com.install4j.runtime.beans.actions.files.CreateZipFileAction failed 

Ignore [i, Enter], Quit [q] 
i 
Deleting the previous JIRA installation directory... 
Error while attempting to remove the previous installation directory. Some files may be in use. Please close all related programs and try again. 
Ignore [i, Enter], Retry [r], Quit [q] 
i 

Extracting files ... 


Please wait a few moments while JIRA Software is configured. 

Installation of JIRA Software 8.5.4 is complete 
Start JIRA Software 8.5.4 now? 
Yes [y, Enter], No [n] 


Please wait a few moments while JIRA Software starts up. 
Launching JIRA Software ... 

Installation of JIRA Software 8.5.4 is complete 
Your installation of JIRA Software 8.5.4 is now ready and can be accessed 
via your browser. 
JIRA Software 8.5.4 can be accessed at http://localhost:8080 

JIRA Software may take several minutes to load on first start up. 
Finishing installation ... 

com.install4j.runtime.beans.actions.files.CreateZipFileAction failed

라고 메세지 뜬다면 폴더 권한 문제이다.

chown -R jira:jira /data 권한을 주자.

 

320x100