Hello,
I have a project on my local PC where runs smoothly. However on TestOps where I setup my agent on Linux Debian machine, when I run my project my only issue is that is Groovy:unable to resolve class of the following classes.
Groovy:unable to resolve class javax.mail.Authenticator
Groovy:unable to resolve class javax.mail.internet.InternetAddress
Groovy:unable to resolve class javax.mail.internet.MimeMessage
Groovy:unable to resolve class javax.mail.Multipart
Groovy:unable to resolve class javax.mail.internet.MimeMultipart
Groovy:unable to resolve class javax.mail.Provider
Groovy:unable to resolve class javax.mail.Message
Groovy:unable to resolve class javax.mail.Session
Groovy:unable to resolve class javax.mail.PasswordAuthentication
Groovy:unable to resolve class javax.mail.internet.MimeBodyPart
Groovy:unable to resolve class javax.mail.Transport
Groovy:unable to resolve class javax.mail.MessagingException
Groovy:unable to resolve class javax.mail.Authenticator
Groovy:Catch statement parameter type is not a subclass of Throwable.
I check my drivers folder I had the javax jar file, I tried to replace it with javaee.jar and still no luck on the linux machine. I checked my machine I have java runtime and sdk.
Anyone had this issue before and solve it?
P.S. I have other methods where I call for example java.io.FileInputStream and works fine.