Re: [Resin-interest] admin log already exists after server restart

2008-04-01 Thread Sam
The first time I start the server, everything works fine. But If I restart it, I get an error: C:\resin-pro-3.1\conf\resin.conf:21: java.sql.SQLException: Table 'log_' already exists. CREATE can not override an existing table. I have added a bug report here:

[Resin-interest] admin log already exists after server restart

2008-03-31 Thread wesley
Hi Scott, These lines in resin.conf will cause thie problem: management path=${resin.root}/admin user name=admin password=password disable=true/ resin:if test=${resin.professional} deploy-service enable=true/ jmx-service enable=true/ log-service enable=true/