I see constantly repeating error messages in ./var.opt/server/logs/error.log
25595:2018-01-11_16:46:55 INFO [ db_interface: ../src/DbInstance.cc: # 97 ] 0 fopen /var/opt/sun/xvm/dbpw.properties OK
25595:2018-01-11_16:46:55 INFO [ db_interface: ../src/DbInstance.cc: # 119 ] 0 Try to get database password from dbpw.properties
25595:2018-01-11_16:46:55 INFO [ db_interface: ../src/DbInstance.cc: # 120 ] 0 Command is /usr/jdk/jdk1.8.0_141/bin/java -classpath /opt/sun/n1gc/lib/domainmodel.jar:/opt/sun/n1gc/lib/svccommon.jar com.sun.xvm.services.common.impl.CipherCLI Decrypt-Password Properties-Filename=/var/opt/sun/xvm/dbpw.properties
25595:2018-01-11_16:46:56 DEBUG [ db_interface: ../src/DbInstance.cc: # 175 ] 0 DB params.
25595:2018-01-11_16:46:56 DEBUG [ db_interface: ../src/DbInstance.cc: # 176 ] 0 dbuser: OPSCSCHEMA
25595:2018-01-11_16:46:56 DEBUG [
25595:2018-01-11_16:46:55 INFO [ db_interface: ../src/DbInstance.cc: # 97 ] 0 fopen /var/opt/sun/xvm/dbpw.properties OK
25595:2018-01-11_16:46:55 INFO [ db_interface: ../src/DbInstance.cc: # 119 ] 0 Try to get database password from dbpw.properties
25595:2018-01-11_16:46:55 INFO [ db_interface: ../src/DbInstance.cc: # 120 ] 0 Command is /usr/jdk/jdk1.8.0_141/bin/java -classpath /opt/sun/n1gc/lib/domainmodel.jar:/opt/sun/n1gc/lib/svccommon.jar com.sun.xvm.services.common.impl.CipherCLI Decrypt-Password Properties-Filename=/var/opt/sun/xvm/dbpw.properties
25595:2018-01-11_16:46:56 DEBUG [ db_interface: ../src/DbInstance.cc: # 175 ] 0 DB params.
25595:2018-01-11_16:46:56 DEBUG [ db_interface: ../src/DbInstance.cc: # 176 ] 0 dbuser: OPSCSCHEMA
25595:2018-01-11_16:46:56 DEBUG [ db_interface: ../src/DbInstance.cc: # 179 ] 0 dbname: localhost:1521/TEST
25595:2018-01-11_16:46:56 DEBUG [ db_interface: ../src/DbInstance.cc: # 180 ] 0 dbhost: 127.0.0.1
25595:2018-01-11_16:46:57 INFO [ db_interface: ../src/OciInterface.cc: # 542 ] 0 status = OCI_ERROR
25595:2018-01-11_16:46:57 INFO [ db_interface: ../src/OciInterface.cc: # 544 ] 0 Error code = 1017 message = ORA-01017: Benutzername/Kennwort ungultig; Anmeldung abgelehnt
25595:2018-01-11_16:46:57 ERROR [ db_interface: ../src/OciInterface.cc: # 84 ] 0 FAILED: OCISessionBegin(), RC = 1
25595:2018-01-11_16:46:57 DEBUG [ db_interface: ../src/DbInstance.cc: # 198 ] 0 DbInstance Creation failed 1
25595:2018-01-11_16:46:57 ERROR [ db_interface: ../src/OciInterface.cc: # 608 ] 0 Freeing up the Database Connection
25595:2018-01-11_16:46:57 SEVERE [ db_interface: ../src/DbInstance.cc: # 57 ] 0 Cannot connect to database - exiting.
But the returning password and all other login parameter are correct. Why do the uce_server log this problem?