error: cannot find symbol

0
Hi All, I recently migrated my app from version 9 to version 10 and downloaded the AWS Authentication module and when running the app locally. I get this error.   C:\Users\z0046zae\Mendix\Automation of Controls-test_release_3.0\javasource\awsauthentication\impl\AbstractRequestHelper.java:207: error: cannot find symbol      clientBuilder.tcpKeepAlive(tcpKeepAlive);                   ^  symbol:   method tcpKeepAlive(Boolean)  location: variable clientBuilder of type BuilderNote: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.Note: Some input files use unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.1 error   FAILURE: Build failed with an exception.   * What went wrong:Execution failed for task ':compile'.> Compilation failed; see the compiler error output for details.   * Try:> Run with --scan to get full insights.   BUILD FAILED in 25s   I have already checked the code. It seems to be Okay. I updated the Jar files related to AWS authentication from a fresh created project from version 10 as well.   I am still getting this error. Any idea how I can resolve this? Thanks in advance!
asked
1 answers
0

Hello Abhishek,

 

Check for the runtime properties are set correctly or not.

image.png

answered