Показать сообщение отдельно
Непрочитано 30.11.2015, 18:23   #14
Пользователь

По умолчанию Re: Что за ошибка?

Вот что пишут:
Цитата:
The "Multiply prepared statement!" message suggests that perhaps you have multiple Threads sharing at the Connection level. It means that from the same Connection, the same PreparedStatement has been requested twice, which you could conceivably do on purpose in a single thread, but probably means you are unadvisedly sharing the Connection between multiple threads who are using the same code to prepare the same Statement.
http://sourceforge.net/p/c3p0/bugs/7/

Как я понял система вас уведомляет что для одного соединения с БД подготовлено несколько идентичных prepared statement что есть лишней растратой ресурсов.
flopix вне форума Ответить с цитированием