Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2065 | major | always | 10-12-07 15:21 | 10-24-07 10:47 | |
|
|||||
Reporter: | westrupp | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | high | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
Summary: | 0002065: 'proxy-cache' already exists after server restart | ||||
Description: |
(rep by Mike Waldman) If I add this: <resin:if test="${isResinProfessional}"> <cache path="cache" memory-size="512M"> <rewrite-vary-as-private/> </cache> </resin:if> To the resin.conf? the first time I start the server, everything works fine But If I restart it, I get an error: [16:02:15.672] Proxy Cache disk-size=1024M memory-size=512M ...\conf\resin\resin.conf:131: java.sql.SQLException: Table 'proxy-cache' already exists. CREATE can not override an existing table. 129: --> 130: <resin:if test="${isResinProfessional}"> 131: <cache path="cache" memory-size="512M"> 132: <rewrite-vary-as-private/> 133: </cache> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|