Start Ldap java error

-2
Error: (class: com/mendix/ldap/LdapModule, method: <init> signature: ()V) Incompatible argument to function Stack Trace: Request action: start Message: JVM Error! Cause: (class: com/mendix/ldap/LdapModule, method: <init> signature: ()V) Incompatible argument to function Stack trace: com.mendix.m2ee.api.AdminException: JVM Error! at com.mendix.m2ee.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:143) Caused by: java.lang.VerifyError: (class: com/mendix/ldap/LdapModule, method: <init> signature: ()V) Incompatible argument to function at ldap.actions.StartLdapJava.executeAction(StartLdapJava.java:29) at ldap.actions.StartLdapJava.executeAction(StartLdapJava.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at gY.b(SourceFile:156) at com.mendix.core.Core.execute(SourceFile:194) at lh.a(SourceFile:70) at mt.a(SourceFile:67) at ms.executeAction(SourceFile:94) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at gY.b(SourceFile:156) at com.mendix.core.Core.executeSync(SourceFile:170) at he.f(SourceFile:74) at he.a(SourceFile:35) at hb.execute(SourceFile:106) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at gY.b(SourceFile:160) at com.mendix.core.MxRuntime.y(SourceFile:261) at com.mendix.core.MxRuntime.x(SourceFile:222) at com.mendix.core.MxRuntime.a(SourceFile:204) at com.mendix.core.MxRuntime.b(SourceFile:157) at fx.execute(SourceFile:52) at com.mendix.m2ee.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:120) 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.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) 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)
asked
1 answers
1

See documentation. You need to store proper library in your userlib. There is no 3.0.0-beta compatible version yet.

answered