Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2650 | minor | always | 05-06-08 16:39 | 09-18-11 15:21 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 3.1.6 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0002650: Quercus: open-x fails | ||||
Description: |
(rep by Carl Whalley) Sorry to raise a bug report without a resin stack trace, the fact is the resin log thinks all is well but it clearly isn't. Just after you enter the db details on the openx setup page you get "PEAR Error MDB2 Error: Array " and then "failed to create database_action audit table" and "failed to create upgrade_action audit table". When you inspect the db, it seems most of it has been created. Exact steps to reproduce: - Download openx 2.4.5 (http://www.openx.org/download) [^] - Add a suitable web app host to resin. Unzip openx to its root. - Use this WEB-INF\resin-web.xml : <web-app xmlns="http://caucho.com/ns/resin"> [^] <database jndi-name='jdbc/example'> <driver type="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"> <url>jdbc:mysql://localhost/example</url> [^] <user>root</user> <password></password> </driver> </database> <servlet-mapping url-pattern="*.php" servlet-class="com.caucho.quercus.servlet.QuercusServlet"> <init> <compile>true</compile> <database>java:comp/env/jdbc/example</database> <script-encoding>iso-8859-1</script-encoding> </init> </servlet-mapping> </web-app> - Create an empty database "example" - Go through the setup at http://localhost:8080/example [^] and observe after entering the db details the mentioned error messages - Notice most of the database has been created and resin didn't show any errors. It seems most of the error messages come from PEAR. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|