Joe Tyson | 25 May 18:59

lighttpd deployment problems

Hello,

I'm trying to deploy typo with fastcgi + lighttpd but I'm running into  
a nifty little 500 internal error. I checked the development log and  
this is what I get:

Rendering /home/modestbox/blog/vendor/rails/actionpack/lib/ 
action_controller/templates/rescues/layout.erb (internal_server_error)
/!\ FAILSAFE /!\  Sun May 25 09:56:33 -0700 2008
   Status: 500 Internal Server Error
   SQLite3::SQLException: SQL logic error or missing database: INSERT  
INTO sessions ("updated_at", "sessid", "created_at", "data")  
VALUES('2008-05-25 09:56:33', '19e639f9aaa611cbe63fbbc29ba66aa7',  
'2008-05-25 09:56:33',  
'BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
SGFzaHsABjoKQHVzZWR7AA==
')

If I use the webrick server or mongrel I have no problems. I've poked  
around and can't seem to figure out exactly why it's only giving me  
crap on this.

Thanks,
Joe

Re: lighttpd deployment problems


Le 25 mai 08 à 19:03, Joe Tyson a écrit :

> Hello,
>
> I'm trying to deploy typo with fastcgi + lighttpd but I'm running  
> into a nifty little 500 internal error. I checked the development  
> log and this is what I get:
>
> Rendering /home/modestbox/blog/vendor/rails/actionpack/lib/ 
> action_controller/templates/rescues/layout.erb (internal_server_error)
> /!\ FAILSAFE /!\  Sun May 25 09:56:33 -0700 2008
>  Status: 500 Internal Server Error
>  SQLite3::SQLException: SQL logic error or missing database: INSERT  
> INTO sessions ("updated_at", "sessid", "created_at", "data")  
> VALUES('2008-05-25 09:56:33', '19e639f9aaa611cbe63fbbc29ba66aa7',  
> '2008-05-25 09:56:33',  
> 'BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
> SGFzaHsABjoKQHVzZWR7AA==
> ')
>
>
> If I use the webrick server or mongrel I have no problems. I've  
> poked around and can't seem to figure out exactly why it's only  
> giving me crap on this.
>
> Thanks,
> Joe

Hi,
(Continue reading)

Joe Tyson | 26 May 00:36

Re: lighttpd deployment problems

lighty is starting in development, and I checked and the database  
exists..

On May 25, 2008, at 1:51 PM, Frédéric de Villamil wrote:

>
> Le 25 mai 08 à 19:03, Joe Tyson a écrit :
>
>> Hello,
>>
>> I'm trying to deploy typo with fastcgi + lighttpd but I'm running  
>> into a nifty little 500 internal error. I checked the development  
>> log and this is what I get:
>>
>> Rendering /home/modestbox/blog/vendor/rails/actionpack/lib/ 
>> action_controller/templates/rescues/layout.erb  
>> (internal_server_error)
>> /!\ FAILSAFE /!\  Sun May 25 09:56:33 -0700 2008
>> Status: 500 Internal Server Error
>> SQLite3::SQLException: SQL logic error or missing database: INSERT  
>> INTO sessions ("updated_at", "sessid", "created_at", "data")  
>> VALUES('2008-05-25 09:56:33', '19e639f9aaa611cbe63fbbc29ba66aa7',  
>> '2008-05-25 09:56:33',  
>> 'BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
>> SGFzaHsABjoKQHVzZWR7AA==
>> ')
>>
>>
>> If I use the webrick server or mongrel I have no problems. I've  
>> poked around and can't seem to figure out exactly why it's only  
(Continue reading)


Gmane