Unable to connect to the server

0
Hi I'm trying to connect to the server so that I can see what I have done on the system but I get an error: Request action: start Message: Initializing the ConnectionBus failed. Cause: Error on initializing database connection. Stack trace: com.mendix.m2ee.api.AdminException: Initializing the ConnectionBus failed. at com.mendix.core.MxRuntime.D(SourceFile:454) Caused by: f: Error on initializing database connection. at bs.b(SourceFile:226) Caused by: java.sql.SQLException: java.lang.IndexOutOfBoundsException at org.hsqldb.jdbc.Util.sqlException(Unknown Source) at org.hsqldb.jdbc.Util.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCConnection.<init>(Unknown Source) at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.apache.commons.dbcp.DataSourceConnectionFactory.createConnection(DataSourceConnectionFactory.java:43) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1158) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at u$1.a(SourceFile:49) at u$1.run(SourceFile:46) at java.security.AccessController.doPrivileged(Native Method) at u.a(SourceFile:45) at w.f(SourceFile:1364) at bs.b(SourceFile:201) at bs.a(SourceFile:56) at br.b(SourceFile:101) at bk.a(SourceFile:39) at a.a(SourceFile:152) at a.a(SourceFile:129) at com.mendix.core.MxRuntime.D(SourceFile:449) at com.mendix.core.MxRuntime.a(SourceFile:211) at com.mendix.core.MxRuntime.b(SourceFile:170) at fH.a(SourceFile:49) at fG.execute(SourceFile:26) at com.mendix.m2ee.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:121) 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) Caused by: org.hsqldb.HsqlException: java.lang.IndexOutOfBoundsException at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.Database.reopen(Unknown Source) at org.hsqldb.Database.open(Unknown Source) at org.hsqldb.DatabaseManager.getDatabase(Unknown Source) at org.hsqldb.DatabaseManager.newSession(Unknown Source) at org.hsqldb.jdbc.JDBCConnection.<init>(Unknown Source) at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.apache.commons.dbcp.DataSourceConnectionFactory.createConnection(DataSourceConnectionFactory.java:43) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1158) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at u$1.a(SourceFile:49) at u$1.run(SourceFile:46) at java.security.AccessController.doPrivileged(Native Method) at u.a(SourceFile:45) at w.f(SourceFile:1364) at bs.b(SourceFile:201) at bs.a(SourceFile:56) at br.b(SourceFile:101) at bk.a(SourceFile:39) at a.a(SourceFile:152) at a.a(SourceFile:129) at com.mendix.core.MxRuntime.D(SourceFile:449) at com.mendix.core.MxRuntime.a(SourceFile:211) at com.mendix.core.MxRuntime.b(SourceFile:170) at fH.a(SourceFile:49) at fG.execute(SourceFile:26) at com.mendix.m2ee.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:121) 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) Caused by: java.lang.IndexOutOfBoundsException at org.hsqldb.lib.HashMappedList.checkRange(Unknown Source) at org.hsqldb.lib.HashMappedList.get(Unknown Source) at org.hsqldb.Table.getColumn(Unknown Source) at org.hsqldb.NumberSequence.getRestartSQL(Unknown Source) at org.hsqldb.Table.getSQL(Unknown Source) at org.hsqldb.SchemaObjectSet.addAllSQL(Unknown Source) at org.hsqldb.SchemaObjectSet.getSQL(Unknown Source) at org.hsqldb.Schema.getSQLArray(Unknown Source) at org.hsqldb.SchemaManager.getSQLArray(Unknown Source) at org.hsqldb.Database.getScript(Unknown Source) at org.hsqldb.scriptio.ScriptWriterBase.writeDDL(Unknown Source) at org.hsqldb.scriptio.ScriptWriterBase.writeAll(Unknown Source) at org.hsqldb.persist.Log.writeScript(Unknown Source) at org.hsqldb.persist.Log.checkpointClose(Unknown Source) at org.hsqldb.persist.Log.checkpoint(Unknown Source) at org.hsqldb.persist.Log.open(Unknown Source) at org.hsqldb.persist.Logger.openPersistence(Unknown Source) at org.hsqldb.Database.reopen(Unknown Source) at org.hsqldb.Database.open(Unknown Source) at org.hsqldb.DatabaseManager.getDatabase(Unknown Source) at org.hsqldb.DatabaseManager.newSession(Unknown Source) at org.hsqldb.jdbc.JDBCConnection.<init>(Unknown Source) at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.apache.commons.dbcp.DataSourceConnectionFactory.createConnection(DataSourceConnectionFactory.java:43) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1158) at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) at u$1.a(SourceFile:49) at u$1.run(SourceFile:46) at java.security.AccessController.doPrivileged(Native Method) at u.a(SourceFile:45) at w.f(SourceFile:1364) at bs.b(SourceFile:201) at bs.a(SourceFile:56) at br.b(SourceFile:101) at bk.a(SourceFile:39) at a.a(SourceFile:152) at a.a(SourceFile:129) at com.mendix.core.MxRuntime.D(SourceFile:449) at com.mendix.core.MxRuntime.a(SourceFile:211) at com.mendix.core.MxRuntime.b(SourceFile:170) at fH.a(SourceFile:49) at fG.execute(SourceFile:26) at com.mendix.m2ee.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:121) 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
0 answers