Sorry, if I wasn't clear. I am not running JTrac as exploded war. The behavior is that jtrac starts fine & works for a few days & we see the screen(image sent before) in place of the login screen. Since the last time this happened I saw the exception happening last in the log file which made me think that it could be related to the behavior but today when this happened again, I see that in the log file the same exception happened multiple times & jtrac continued to work until we saw the screen with...
We are observing that JTrac is crashing every 5-7 days with same exception. I am attaching the log file & the screenshot of the view we see when we visit the JTrac URL after the exception happens. Please help. https://imgur.com/H23z6va Thanks, Aejaz
Thanks a lot. I also found the issue with the bundled mail jar from another source & was able to make it work after removing the jar.
Tried again on CentOS Linux release 8.4.2105 using jetty included in the JTrac 2.3.2 distribution with, OpenJDK 8 Oracle JDK 11.0.21 OpenJDK 11.0.6 But I am getting exactly same exception as mentioned above. I started jetty(i.e. start.sh) from a blank classpath & lib directory of the distribution was unchanged. The required class (javax.activation.DataSource) exists only in ROOT.war(renamed to jtrac.war)/WEB-INF/lib/jakarta.activation-1.2.1.jar Please let me know what else to look for & any additional...
Sorry for the late reply. I found that this happens only with the user which has an ADMIN role only. As soon as a DEFAULT role is assigned to this user, the exception doesn't happen.
I tried switching to JDK 8 & used the latest code (tag: r1424) to build the jtrac.war but the exception remains.
Assigning user to a newly created space causes exceptio
I am trying out the latest version 2.3.2 on Linux with the following JDK, openjdk version "11.0.6" 2020-01-14 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.6+10) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.6+10, mixed mode) & getting the following exception when JTrac tries to send password via email during new user creation, Caused by: java.lang.NoClassDefFoundError: javax/activation/DataSource at org.springframework.mail.javamail.JavaMailSenderImpl.createMimeMessage(JavaMailSenderImpl.java:325)...