View Issue Details

IDProjectCategoryView StatusLast Update
0004862SymmetricDSBugpublic2021-03-30 19:46
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.6 
Target Version3.12.8Fixed in Version3.12.8 
Summary0004862: Create WAR gets instance.uuid does not exist
DescriptionIf the server has not been started before, there is no instance.uuid file to put in the WAR file. Only include the file if it exists. The file should be optional and the server should operate without it.

C:\SymmetricDS-Pro-3.12.7\bin>symadmin create-war C:\Share\SymmetricDS-Pro-3.12.7\SymmetricdsPro.war
Log output will be written to C:\Share\SymmetricDS-Pro-3.12.7/logs/symmetric.log
-------------------------------------------------------------------------------
An exception occurred. Please see the following for details:
-------------------------------------------------------------------------------
java.io.IOException: The source C:\Share\SymmetricDS-Pro-3.12.7\conf\instance.uuid does not exist
        at org.apache.commons.io.FileUtils.copyToDirectory(FileUtils.java:1031)
        at org.jumpmind.symmetric.SymmetricAdmin.generateWar(SymmetricAdmin.java:686)
        at org.jumpmind.symmetric.SymmetricAdmin.executeWithOptions(SymmetricAdmin.java:351)
        at org.jumpmind.symmetric.AbstractCommandLauncher.execute(AbstractCommandLauncher.java:184)
        at org.jumpmind.symmetric.SymmetricAdmin.main(SymmetricAdmin.java:176)
-------------------------------------------------------------------------------
Tagsinstall

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 64ccf389

2021-03-01 19:04:17

admin

Details Diff
0004862: Create WAR gets instance.uuid does not exist Affected Issues
0004862
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/SymmetricAdmin.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/ClusterService.java Diff File

Issue History

Date Modified Username Field Change
2021-03-01 19:03 elong New Issue
2021-03-01 19:03 elong Status new => assigned
2021-03-01 19:03 elong Assigned To => elong
2021-03-01 19:03 elong Tag Attached: install
2021-03-01 19:04 elong Status assigned => resolved
2021-03-01 19:04 elong Resolution open => fixed
2021-03-01 19:04 elong Fixed in Version => 3.12.8
2021-03-01 20:00 admin Changeset attached => SymmetricDS 3.12 64ccf389
2021-03-30 19:46 admin Status resolved => closed