Project

General

Profile

Actions

Defect #8583

closed

Proxy Error The proxy server received an invalid response from an upstream server.

Added by Maksim Hacker almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-06-10
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Hi, I try to install redmine on Win 7. Do everesing like in instruction http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache
Only appache, mysql ane etc I installed in some other path. And I had some warnings when I installed rake.
So, now i have an error:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /redmine.
Reason: Error reading from remote server

I add mongrel.log to this issue.
Could somebody tell me what is wrong and how can I fix this?


Files

mongrel.rar (43.9 KB) mongrel.rar mongrel Maksim Hacker, 2011-06-10 10:38
Actions #2

Updated by Etienne Massip almost 14 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Not a Redmine bug. This tracker is for bugs and feature requests only, please post in forum.

Actions #3

Updated by Etienne Massip almost 14 years ago

Looking at your log, you forgot to set your db password in your config/database.yml file or your MySQL database settings are incorrect.

Access denied for user 'redmineUser'@'localhost' (using password: NO) (Mysql::Error)
Actions #4

Updated by Maksim Hacker almost 14 years ago

Thanks, this is it. Thank you wery mutch. It's works fine.
But now I have some warging:
Mysql::Error: Table 'redmine.settings' doesn't exist: SHOW FIELDS FROM `settings`
So, which of the steps in instruction should create this table?
What shold I do to create it?

Actions #5

Updated by Etienne Massip almost 14 years ago

It's described in step 5 "Create the database structure..." of installation procedure.

Actions #6

Updated by Maksim Hacker almost 14 years ago

I try to install rake, doing like in instruction:
cd C:\webserver\Redmine
set RAILS_ENV=production
rake generate_session_store
rake db:migrate

The line - "rake generate_session_store" give me some warning:
'task :t, arg, :needs => [deps]' is deprecated. Please use 'taks :t, [args] => [deps]' insted.

The line - "rake db:migrate" give me the same warning, and then crashing, with next message:
*/redmine/lib/ruby/1.8/yaml.rb:133: [BUG] Segmentation fault ruby 1.8.7...

So, this is some memory problem, but I can't have no problem with memory, it's my Home PC, and I have 2000MB and at list 600mb free RAM space right now.
What should I do, to fix this problem?

Actions

Also available in: Atom PDF