cannot start Mendix after domain model changes

2
The startup procedure of my project is being aborted because of an exception. please advise. I've added the error below Benjamin van Gein Request action: start Message: runtime.start() should not throw anything other than AdminException! Cause: Invalid column type: 93 Stack trace: com.mendix.m2ee.api.AdminException: runtime.start() should not throw anything other than AdminException! at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:65) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Invalid column type: 93 at com.mendix.bK.a(SourceFile:90) at com.mendix.bJ.a(SourceFile:262) at com.mendix.bJ.b(SourceFile:123) at com.mendix.bJ.a(SourceFile:59) at com.mendix.aT.a(SourceFile:43) at com.mendix.a.a(SourceFile:132) at com.mendix.core.component.LocalComponentImpl.validateDataStore(SourceFile:79) at com.mendix.core.impl.MxRuntimeImpl.validateDatabase(SourceFile:360) at com.mendix.core.impl.MxRuntimeImpl.start(SourceFile:280) at com.mendix.core.impl.MxRuntimeImpl.start(SourceFile:224) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:56) at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:34) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:135) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:368) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:647) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Thread.java:744)
asked
1 answers
1

This is a bug that is fixed in Mendix 5.4.0, I suggest upgrading to the latest (5.5.0 at the time)

answered