|
|
|
Unfortunately I didn't find anything useful in the confluence log file (I have now added log4j.logger.org.swift.confluence.sql=DEBUG).
DBMS is MS Sql Server 2000 Please find below one of the sql statements that cause the crash. Thanks {sql:dataSource=TrackerDS|output=wiki}SELECT '['+components.name+']' AS Component, components.description AS Description, CASE WHEN ................. THEN ................. WHEN ................. THEN ................. FROM ................. LEFT JOIN ................. ON ................. WHERE .... AND .... ORDER BY ..... {sql} Result: It happened again:
sql: java.sql.SQLException: Could not find prepared statement with handle 1. No other info logged. |
|||||||||||||||||||||||||||||||||||||||||||||||
What database? Can you include the log information for this error? Can you include the sql statement - so i can tell whether you are using substitution variables? Thanks.