Search found 4 matches
- Wed Jun 25, 2008 7:06 am
- Forum: Using OpenEMM
- Topic: OpenEMM not sending mails
- Replies: 2
- Views: 4025
16026 ERROR/scan: Unable to get database cursor
I had the same message. In my case, the problem was the use of non default MySQL port and unix socket. I had to edit agn.py and add information about my port and unix socket. Now it works perfectly.
- Tue Jun 10, 2008 4:46 pm
- Forum: Installation & Upgrades
- Topic: Mails are not sent to our domain
- Replies: 0
- Views: 2653
Mails are not sent to our domain
Hi,
OpenEMM sends out mails no problem. The only exception are mails sent to my own domain. (which is zen-innovations.com)
I can send a mail to
hans.muster@gmail.com
but not
hans.muster@zen-innovations.com
Anybody any idea ? Here's an extract of the semu.log file:
[10.06.2008 17:01:19] 876 DEBUG ...
OpenEMM sends out mails no problem. The only exception are mails sent to my own domain. (which is zen-innovations.com)
I can send a mail to
hans.muster@gmail.com
but not
hans.muster@zen-innovations.com
Anybody any idea ? Here's an extract of the semu.log file:
[10.06.2008 17:01:19] 876 DEBUG ...
- Wed May 21, 2008 3:43 pm
- Forum: Installation & Upgrades
- Topic: Use a different MySQL port than the default 3306
- Replies: 1
- Views: 3352
Solution found ...
Dig harder ..... I found the property file:
./webapps/core/WEB-INF/classes/emm.properties
Thats what I changed:
jdbc.url=jdbc:mysql://localhost:6606/openemm
And it works.
./webapps/core/WEB-INF/classes/emm.properties
Thats what I changed:
jdbc.url=jdbc:mysql://localhost:6606/openemm
And it works.
- Wed May 21, 2008 3:24 pm
- Forum: Installation & Upgrades
- Topic: Use a different MySQL port than the default 3306
- Replies: 1
- Views: 3352
Use a different MySQL port than the default 3306
I just installed OpenEMM on a very busy server. The database is listening on port 6606 rather than 3303. Is there a property file which allows me to change this value ? I assume I got to do this because I run into the following:
Cause: javax.servlet.ServletException: org.springframework.jdbc ...
Cause: javax.servlet.ServletException: org.springframework.jdbc ...
