Hmm, ok, makes sense... but my issue is that I can't see any HSQLDB file in the unzipped v2.3.2 version? As such I downloaded the suggested version from your link (although I also found matching copies in the old installation directory) and since I couldn't find the newer version to replace, I simply dropped the driver into the ./lib/ directory, as it is included when loading. So I have this: root@server:/usr/local/jtrac/jtrac-2.1.0# find ./ -iname '*hsqldb*' -type f -printf '"%p"\n' "./work/Jetty_0_0_0_0_80_jtrac.war__jtrac__qk44r3/webapp/WEB-INF/lib/hsqldb-1.8.0.1.jar"...
Hmm, ok, makes sense... but my issue is that I can't see any HSQLDB file in the unzipped v2.3.2 version? As such I downloaded the suggested version from your link (although I also found matching copies in the old installation directory) and since I couldn't find the newer version to replace, I simply dropped the driver into the ./lib/ directory, as it is included when loading. So I have this: root@server:/usr/local/jtrac/jtrac-2.1.0# find ./ -iname '*hsqldb*' -type f -printf '"%p"\n' "./work/Jetty_0_0_0_0_80_jtrac.war__jtrac__qk44r3/webapp/WEB-INF/lib/hsqldb-1.8.0.1.jar"...
Hmm, ok, makes sense... but my issue is that I can't see any HSQLDB file in the unzipped v2.3.2 version? As such I downloaded the suggested version from your link (although I also found matching copies in the old installation directory) and since I couldn't find the newer version to replace, I simply dropped the driver into the ./lib/ directory, as it is included when loading. So I have this: root@server:/usr/local/jtrac/jtrac-2.1.0# find ./ -iname '*hsqldb*' -type f -printf '"%p"\n' "./work/Jetty_0_0_0_0_80_jtrac.war__jtrac__qk44r3/webapp/WEB-INF/lib/hsqldb-1.8.0.1.jar"...
Greetings @udittmer... it's so funny, but I am trying once again to update JTrac from the very obsolete V2.1.0, so this post is bang on topic for me! I am running on Ubuntu 18.04.6 LTS, and I have a /usr/local/ directory that contains the different versions of JTrac. I have unzipped the latest v2.3.2, and copied over the data directory from the old install, except for the json.properties file, which I edited (I run on port 54545, not 8888). I also modified the start.ini file to reflect the port change....