Anonymous | Login | Signup for a new account | 12-17-2024 11:03 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002065 | [Resin] | major | always | 10-12-07 15:21 | 10-24-07 10:47 | ||||
Reporter | westrupp | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | high | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.4 | Product Version | 3.1.3 | ||||
Product Build | |||||||||
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 | |||||||||
Attached Files | |||||||||
|
Notes | |
(0002343) ferg 10-15-07 12:42 |
Check the permissions on the cache file. Resin should automatically delete the file when it starts up. |
(0002383) ferg 10-24-07 10:47 |
server/2h03 |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 27 unique queries executed. |