View Issue Details

IDProjectCategoryView StatusLast Update
0006589SymmetricDS ProBugpublic2024-09-18 13:00
Reporterelong Assigned Toelong  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.15.0 
Target Version3.15.9Fixed in Version3.15.9 
Summary0006589: Restart needed after setup wizard downloads of driver
DescriptionThe setup wizard will download a driver for the database selected by the user, but it fails to add it to the classpath, so a restart is required to use the new driver. When Java 17 was required for 3.15, the technique for adding to the classpath stopped working. Switch to using a technique of setting a Java Agent that the JDK bootstraps with instrumentation before the application is started, giving access to the system classpath later. The following command line option to Java will be added:

-javaagent:lib/symmetric-wrapper.jar
Tagsinstall

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.15 590243e0

2024-09-18 12:31:27

admin

Details Diff
0006589: Restart needed after setup wizard downloads of driver Affected Issues
0006589
mod - symmetric-wrapper/build.gradle Diff File
add - symmetric-wrapper/src/main/java/org/jumpmind/symmetric/wrapper/JavaAgent.java Diff File

Issue History

Date Modified Username Field Change
2024-09-18 12:29 elong New Issue
2024-09-18 12:29 elong Status new => assigned
2024-09-18 12:29 elong Assigned To => elong
2024-09-18 12:29 elong Tag Attached: install
2024-09-18 12:32 elong Status assigned => resolved
2024-09-18 12:32 elong Resolution open => fixed
2024-09-18 12:32 elong Fixed in Version => 3.15.9
2024-09-18 13:00 admin Changeset attached => SymmetricDS 3.15 590243e0