Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
212 | minor | always | 05-24-05 00:00 | 11-30-05 14:44 | |
|
|||||
Reporter: | user196 | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.13 | ||
Product Build: | 3.0.13 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.14 | ||
|
|||||
Summary: | 0000212: JMS with MySql Error | ||||
Description: |
RSN-231 [09:58:12.173] creating JMS subscriber table resin_jms_consumer [09:58:12.183] com.caucho.config.LineConfigException: C:\Java\resin-3.0.13\conf/resin.conf:281: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'read BIGINT, ack BIGINT)' at line 1 Here's the JMS configuration in resin.conf file. <resource jndi-name="jms/QFactory/Email" type="com.caucho.jms.ConnectionFactoryImpl"> <init> <data-source>jdbc/MySQL/Email</data-source> </init> </resource> <resource jndi-name="jms/Q/Email" type="com.caucho.jms.jdbc.JdbcQueue"> <init> <queue-name>LessonEmailQ</queue-name> <data-source>jdbc/MySQL/Email</data-source> </init> </resource> |
||||
Steps To Reproduce: | |||||
Additional Information: | resin-3.0.13, JDK 1.5_03, WindowsXP, MySQL v4.1.12-nt, mysql-connector-java-3.1.8-bin.jar | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|