archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
39 stars 39 forks source link

System upgrade error #113

Closed HongYi-Shern closed 3 years ago

HongYi-Shern commented 3 years ago

hello @slacmshankar When I use deployRelease.sh to upgrade my installation to a new release of the EPICS archiver appliance,The following error occurred, the release is folder to store war files,What caused this?

cp: cannot stat ‘release//engine.war’: No such file or directory java.io.FileNotFoundException: ../engine.war (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at sun.tools.jar.Main.run(Main.java:307) at sun.tools.jar.Main.main(Main.java:1288)

In fact, these files already exist in the release folder, Otherwise there will be an error :

"You need to call deployRelease.sh with the folder containing the mgmt and other war files. The folder ${WARSRC_DIR} does not seem to have a mgmt.war.

Old version: archappl_v0.0.1_SNAPSHOT_22-June-2017T14-44-56 New version: archappl_v0.0.1_SNAPSHOT_13-November-2019T15-45-42