LDAP functionality throws unhandled error after upgrading to 2.5.5.1

-1
After upgrading from 2.5.4.1 to 2.5.5.1 trying to use the "Read LDAP" function of the LDAP Synchronization v1.2.2 widget throws an: "An unhandled error occurred in the MxRuntime." with the following stacktrace: java.lang.NoSuchMethodError: com.mendix.core.Core.addListener(Lib;)V at com.mendix.ldap.LdapModule.<init>(LdapModule.java:47) at com.mendix.ldap.LdapModule.getInstance(LdapModule.java:34) at ldap.actions.ReadLdap.executeAction(ReadLdap.java:38) at ldap.actions.ReadLdap.executeAction(ReadLdap.java:20) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at it.b(SourceFile:155) at com.mendix.core.Core.execute(SourceFile:191) at hi.a(SourceFile:70) at kM.a(SourceFile:67) at eR.executeAction(SourceFile:96) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at it.b(SourceFile:155) at com.mendix.core.Core.execute(SourceFile:191) at dB.execute(SourceFile:183) at ju.a(SourceFile:299) at ju.a(SourceFile:230) at ju.processRequest(SourceFile:174) at fF.a(SourceFile:71) at com.mendix.core.MxRuntime.processRequest(SourceFile:938) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:42) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:662) I presume it has something to do with my current library files, I currently have these files in my userlib directory: 19-05-2011 09:47 19.355 commons-math-2.2-LICENSE.txt 19-05-2011 09:47 988.514 commons-math-2.2.jar 19-05-2011 09:47 *** 25.781 mxldap.jar 12-05-2011 10:37 *** 25.746 mxldap1.2_2.5.4.1.jar 19-05-2011 09:47 10.905 mxwinsso.jar 19-05-2011 09:47 80.310 replication.jar 19-05-2011 09:47 117.157 replication_1.0.2.jar 19-05-2011 09:47 *** 194.972 spring-ldap-1.2.1.jar 19-05-2011 09:47 11.568 spring-ldap-1.2.1_license.txt 19-05-2011 09:47 2.918.231 spring.jar 19-05-2011 09:47 11.558 spring_license.txt
asked
2 answers
0

Are you sure you need replication.jar and replication_1.02.jar ?

answered
0

Your post:

12-05-2011 10:37 25.746 mxldap1.2_2.5.4.1.jar

Your post:

After upgrading from 2.5.4.1 to 2.5.5.1 trying to use the "Read LDAP" function of the LDAP

Appstore documentation (in red)

Note, you need to add the proper mxldap1.2_xxxx.jar to your userlib directory! (not doing so will either result in ClassNotFound or JVMError! exceptions). Currently available jars can be found in the resources/ldapjars directory in this module. If there is no build matching your mendix framework version, please request one at community@mendix.com

Please read the documentation first in the future. Give us the feeling that we don't write that stuff for nobody :)

Please remove both mxldap**.jar files. I'll send you the new one

answered