Database connection error

1
I am getting an error in log while starting XAS instance in production environment, Connection written in application.conf as below DatabaseType = Oracle DatabaseHost = IP:1521 DatabaseName = TESTDB DatabaseUserName = TESTUSER DatabasePassword = TESTUSER Error as below:- INFO | jvm 1 | 2010/03/24 12:20:05 | 2010-03-24 12:20:04.976 ERROR - CONNECTIONBUS: Opening JDBC connection failed with SQLState: null Message: Locale not recognized, giving up...(3/3) INFO | jvm 1 | 2010/03/24 12:20:05 | 2010-03-24 12:20:04.976 ERROR - CORE: An exception occurred during XAS initialization INFO | jvm 1 | 2010/03/24 12:20:05 | 2010-03-24 12:20:04.976 ERROR - CORE: com.mendix.connectionbus.ConnectionBusException: Error on initializing database connection.
asked
1 answers
3

This error seems not to be a specific Mendix error. Maybe the Oracle database or Java does not recognize the locale of the server. It can be the same issue as described at the following locations:

Hope the information on these websites helps you further.

answered