View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003242 | SymmetricDS | Bug | public | 2017-08-30 17:46 | 2019-06-25 18:06 |
Reporter | kpatierno | Assigned To | |||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.28 | ||||
Target Version | 3.10.3 | Fixed in Version | 3.10.3 | ||
Summary | 0003242: Running DS as a Windows Service in a folder path that contains whitespace causes error | ||||
Description | Starting SymmetricDS in a directory that contains whitespace (i.e. 'sym ds', 'install here'...) causes error when trying to start wrapper service > bin/sym_service start | ||||
Tags | sym/sym_service | ||||
|
confirmed |
|
if you install symmetric-pro-<version-number>-setup.jar in a directory with a space the server cannot be started. The control center is initially started after installation but there is an error when you click start server. But the control center won't even open anytime after this. Everything works after you rename the directory without a space. |
|
I was only able to test this on Windows 10 |
|
the uninstaller works fine |
|
I am able to open the control center after installation if I run "symcc.bat" as an administrator, but it still gives me this error every time |
2019-05-13 14:41
|
|
|
I realized the problem with this is contained in SymmetricDS, not the Pro version |
|
error |
|
ProcessBuilder does not want quotes in string arguments even with directories with spaces in name on Windows. If there are spaces in the folder path there is an error because right now quotes are included in the folder path to the symmetric jar file. These quotes are now removed appropriately. Also, getting the location of the symmetric-wrapper.jar file would add in %20 in for any spaces on Windows and other special characters were not decoded in folder names, so these are now fixed. |
SymmetricDS: 3.10 54631b82 2019-05-13 17:34:27 Jared Frees_Home Details Diff |
0003242: Running DS as a Windows Service in a folder path that contains whitespace causes error |
Affected Issues 0003242 |
|
mod - symmetric-wrapper/src/main/java/org/jumpmind/symmetric/wrapper/WindowsService.java | Diff File | ||
mod - symmetric-wrapper/src/main/java/org/jumpmind/symmetric/wrapper/Wrapper.java | Diff File | ||
mod - symmetric-wrapper/src/main/java/org/jumpmind/symmetric/wrapper/WrapperService.java | Diff File | ||
SymmetricDS: 3.10 9646deb7 2019-05-14 12:36:02 Details Diff |
0003242: Running DS as a Windows Service in a folder path that contains whitespace causes error Remove unused import from testing fix |
Affected Issues 0003242 |
|
mod - symmetric-wrapper/src/main/java/org/jumpmind/symmetric/wrapper/Wrapper.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-08-30 17:46 | kpatierno | New Issue | |
2017-08-30 17:46 | kpatierno | Product Version | 3.9.0 => 3.8.28 |
2019-05-09 17:35 | elong | Assigned To | => user606 |
2019-05-09 17:35 | elong | Status | new => assigned |
2019-05-09 17:53 |
|
File Added: space_error.JPG | |
2019-05-09 17:53 |
|
Note Added: 0001456 | |
2019-05-09 18:02 |
|
Status | assigned => confirmed |
2019-05-09 18:02 |
|
Note Added: 0001457 | |
2019-05-09 20:13 |
|
Note Added: 0001459 | |
2019-05-13 14:03 |
|
Note Added: 0001464 | |
2019-05-13 14:17 |
|
File Added: error2.JPG | |
2019-05-13 14:17 |
|
Note Added: 0001465 | |
2019-05-13 14:41 |
|
File Added: test2.JPG | |
2019-05-13 14:41 |
|
File Added: test3.JPG | |
2019-05-13 14:41 |
|
File Added: test4.JPG | |
2019-05-13 19:30 |
|
Note Added: 0001471 | |
2019-05-13 19:53 |
|
Project | SymmetricDS Pro => SymmetricDS |
2019-05-13 20:10 |
|
Summary | Installing DS in a file path that contains whitespace stops symcc from running => Running DS as a Windows Service in a folder path that contains whitespace causes error |
2019-05-13 20:10 |
|
Description Updated | View Revisions |
2019-05-13 20:11 |
|
Note Edited: 0001471 | View Revisions |
2019-05-13 20:11 |
|
File Added: 1.JPG | |
2019-05-13 20:11 |
|
Note Added: 0001475 | |
2019-05-13 21:34 |
|
Status | confirmed => resolved |
2019-05-13 21:34 |
|
Resolution | open => fixed |
2019-05-13 21:34 |
|
Fixed in Version | => 3.10.3 |
2019-05-13 21:34 |
|
Note Added: 0001477 | |
2019-05-14 13:02 |
|
Tag Attached: sym/sym_service | |
2019-05-14 15:00 | Changeset attached | => SymmetricDS 3.10 54631b82 | |
2019-05-14 17:00 | jfrees | Changeset attached | => SymmetricDS 3.10 9646deb7 |
2019-05-14 19:47 | elong | Target Version | => 3.10.3 |
2019-06-25 18:06 | admin | Status | resolved => closed |