Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version 3.1.3
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>
Additional Information
Attached Files

- Relationships

- 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
 

- Issue History
Date Modified Username Field Change
10-12-07 15:21 westrupp New Issue
10-15-07 12:42 ferg Note Added: 0002343
10-24-07 10:47 ferg Note Added: 0002383
10-24-07 10:47 ferg Assigned To  => ferg
10-24-07 10:47 ferg Status new => closed
10-24-07 10:47 ferg Resolution open => fixed
10-24-07 10:47 ferg Fixed in Version  => 3.1.4
10-24-07 10:47 ferg Description Updated


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker