Migrate 6 to 7.1 java compile errors JDBCConector

1
After migrating we're getting java compile errors.  Anyone run into this or know where to go from here? compile:     [javac] Compiling 437 source files to C:\Users\SEDJ494\Documents\Mendix\CMFG Consumer Claims-main\deployment\run\bin     [javac] C:\Users\SEDJ494\Documents\Mendix\CMFG Consumer Claims-main\javasource\apmagent\actions\ExecuteJDBCQueryToMetricList.java:61: error: method executeJDBCQueryToMetricList in class JDBCConnector cannot be applied to given types;     [javac]         return nl.mansystems.query.JDBCConnector.executeJDBCQueryToMetricList(connection, globalSettings, context, StatementPar, multipleRows, QueryMaxRows, JDBCQueryTimeOut);     [javac]                                                 ^     [javac]   required: GlobalSettings,IContext,String,boolean,String,String,String,Long,Long     [javac]   found: Connection,GlobalSettings,IContext,String,boolean,Long,Long     [javac]   reason: actual and formal argument lists differ in length     [javac] C:\Users\SEDJ494\Documents\Mendix\CMFG Consumer Claims-main\javasource\apmagent\actions\ExecuteJDBCQueryToString.java:66: error: method executeJDBCStatementsToString in class JDBCConnector cannot be applied to given types;     [javac]         return
asked
3 answers
1

Version 1.10.1 from the Appstore should be Mx7 compatible. Can you check your userlib folder, to see what apm jars you have there? You should have only apm_mx7_1.10.1_obfuscated.jar, delete anything else starting with apm_.

answered
0

Brian

Looks like the error is coming from Application Performance Monitor.  Have you upgraded that module to the 7 compatible version?

Mike

answered
0

Did you already fix your issue? On this page you will find the upgrade steps for APM https://docs.mendix.com/addons/APM/upgrade-steps

answered