From: Alexander Yereschenko <ave@zetetika.com.ua> To: ALT Linux Community <community@lists.altlinux.org> Subject: [Comm] tomcat, mysql, alfresco Date: Tue, 12 Feb 2008 14:43:21 +0200 Message-ID: <200802121443.21669.ave@zetetika.com.ua> (raw) Доброе! Итак, бьюсь с alfresco... она живет в tomcat5/webapps/alfresco и должна лезть к базе в mysql через mysql-connector-jdbc Вот здесь и есть проблемы... из лога томкэта: === org.hibernate.exception.GenericJDBCException: Cannot open connection at .... ..... Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Communications link failure Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure === ... и все такое в этом духе... В логах mysql (log=/log/queries) нет никакого упоминания о попытках соединения... (если ручками с консоли через mysql лезу к базе - все нормально протоколируется) Вопросы: 1) Как mysql-connector-jdbc лезет к mysql - через сокет или tcp ? Если умеет и так и так, то как узнать, как именно в данном случае? В настройках alfresco в repository.properties указано было: db.url=jdbc:mysql:///${db.name} менял на db.url=jdbc:mysql://127.0.0.1/${db.name} - ситуация не изменялась 2) Для mysql в my.cnf прописываю port=3306, в логе пишется, что он его "слушает": Tcp port: 3306 Unix socket: /mysql.sock Но netlist не показывает открытого порта 3306 Это специальный секьюрный патч mysql или я все-таки что-то не то делаю, чтобы дотянуться до mysql через tcp? -- Alexander
next reply other threads:[~2008-02-12 12:43 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-02-12 12:43 Alexander Yereschenko [this message] 2008-02-12 15:16 ` Eugene Prokopiev 2008-02-12 19:52 ` Alexander Yereschenko
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200802121443.21669.ave@zetetika.com.ua \ --to=ave@zetetika.com.ua \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git