M2EE - Runtime Error: java.lang.StringIndexOutOfBoundsException

0
Hi everyone,   When I try to run the project locally, I get an error that I have not encountered before. I couldn't find anything about the solution in the forum.  I wonder if anyone has come across a similar problem and found a solution? Thank you for your support in advance.   com.mendix.m2ee.api.AdminException: An error occurred while initializing the Runtime: java.lang.StringIndexOutOfBoundsException: begin 135, end 149, length 148    at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:267) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: java.lang.StringIndexOutOfBoundsException: begin 135, end 149, length 148    at com.mendix.connectionbus.connections.jdbc.ConnectionManager.attemptToConnect$1(ConnectionManager.scala:39)
asked
1 answers
0

The most relevant part of the Error Message is:

com.mendix.connectionbus.connections.jdbc.ConnectionManager.attemptToConnect$1(ConnectionManager.scala:39

 

If i guess right there is somethin missing in your configuration regarding database conectivity

( an empty connection string most likely)

answered