anyone? Beuller?
On Mar 22, 2005, at 6:25 PM, Jamie Orchard-Hays wrote:
> I upgraded from Rails 0.9.2 to 0.10.1 yesterday (looks like I should
> have waited a day!). When I start the
> server (scripts/server) I get a warning on the console that "TCPServer
> Error: Address already in use - bind(2)", even though there is no
other
> instance of webrick or any other server running on port 3000. Does
> anyone know what might be going on here? Here''s the full startup
> output:
>
>
> => Rails application started on http://0.0.0.0:3000
> [2005-03-22 09:29:29] INFO WEBrick 1.3.1
> [2005-03-22 09:29:29] INFO ruby 1.8.2 (2004-11-06)
> [powerpc-darwin7.6.0]
> [2005-03-22 09:29:29] WARN TCPServer Error: Address already in use -
> bind(2)
> [2005-03-22 09:29:29] INFO WEBrick::HTTPServer#start: pid=596
> port=3000
> 127.0.0.1 - - [22/Mar/2005:09:29:57 EST] "GET /cyclog/list/
HTTP/1.1"
> 500 5844
>
>
> Also, when I try to navigate to any page, I get an error that packets
> are out of order. I get the same error at every address I go to:
>
> ActiveRecord::StatementInvalid in Cyclog#list
>
> Packets out of order: 1<>3: SELECT COUNT(*) FROM cyclogs
> /app/helpers/pagination_helper.rb:222:in
> `count_collection_for_pagination''
> /app/helpers/pagination_helper.rb:238:in
`paginator_and_collection_for''
> /app/helpers/pagination_helper.rb:208:in
> `create_paginators_and_retrieve_collections''
> /app/helpers/pagination_helper.rb:204:in `each''
> /app/helpers/pagination_helper.rb:204:in
> `create_paginators_and_retrieve_collections''
> ./script/server:48
>
> Any help appreciated!
>
> Jamie
>
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>