Friday, December 28, 2007

RUBY ON RAILS APPLICATION NOT WORKING ON SERVAGE HOSTING

Dec 28 - 02:45 GMT
Customer

Application error
Rails application failed to start properly

We were able to create the database but still get this application error.

It seems to be a TCP ERROR - which means that an address is already in use - could you please check.

Please check also the .htaccess configuration as it seems that the one you promote in your FAQ isn't the right one

----------------------
Here the dispatch.fcgi
----------------------
usr/bin/ruby
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of requests to process before running garbage collection.
#
# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log
# and the GC period is nil (turned off). A reasonable number of requests
# could range from 10-100 depending on the memory footprint of your app.
#
# Example:
# # Default log path, normal GC behavior.
# RailsFCGIHandler.process!
#
# # Default log path, 50 requests between GC.
# RailsFCGIHandler.process! nil, 50
#
# # Custom log path, normal GC behavior.
# RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log'
#
require File.dirname(__FILE__) + "/../config/environment"
require 'fcgi_handler'

RailsFCGIHandler.process!
-----------------------------------

And Here the .htaccess in public:
-----------------------------------
# General Apache options

AddHandler fastcgi-script .fcgi


AddHandler fcgid-script .fcgi


AddHandler cgi-script .cgi

Options +FollowSymLinks +ExecCGI

# If you don't want Rails to look in certain directories,
# use the following rewrite rules so that Apache won't rewrite certain requests
#
# Example:
# RewriteCond %{REQUEST_URI} ^/notrails.*
# RewriteRule .* - [L]

# Redirect all requests not available on the filesystem to Rails
# By default the cgi dispatcher is used which is very slow
#
# For better performance replace the dispatcher with the fastcgi one
#
# Example:
# RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
RewriteEngine On

# If your Rails application is accessed via an Alias directive,
# then you MUST also set the RewriteBase in this htaccess file.
#
# Example:
# Alias /myrailsapp /path/to/myrailsapp/public
# RewriteBase /public

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]


RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]


RewriteRule ^(.*)$ dispatch.cgi [QSA,L]


# In case Rails experiences terminal errors
# Instead of displaying this message you can supply a file here which will be rendered instead
#
# Example:
# ErrorDocument 500 /500.html

ErrorDocument 500 "

Application error

Rails application failed to start properly"

---------------------------------------------
Problem URL:
http://www.t3log.info

---------------------------------------------
Problem URL:
http://www.t3log,info
---------------------------------------------

Dec 28 - 03:13 GMT
Servage - Peter

Hello Andreas,

Thank you for submitting the ticket.

I suggest you to please once again go through the following installation path.

You are able to find more information about Ruby on Rails (ROR) at this url:
http://wiki.rubyonrails.org/rails

Here is the path you will need when installing Ruby on Rails script:
/usr/bin/ruby


Secondly the installation path for ror:-

Virtual host path to mount your root is yourapp/public.

permissions:

chmod 755 to the all folders/files in your application

change ownership of: yourapp/log/ yourapp/tmp/ (recusive, to 'webserver')

Paths:

change the path in yourapp/public/dispatch.cgi|fcgi|rb

to #!/usr/bin/ruby, from your local path.

.htaccess corrections: (to enable fast cgi)
This will enable your application, to use fcgi, with is about x10 faster then normal cgi

# General Apache options
AddHandler fcgid-script .fcgi
#AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI

# If you don't want Rails to look in certain directories,
# use the following rewrite rules so that Apache won't rewrite certain requests
#
# Example:
# RewriteCond %{REQUEST_URI} ^/notrails.*
# RewriteRule .* - [L]

# Redirect all requests not available on the filesystem to Rails
# By default the cgi dispatcher is used which is very slow
#
# For better performance replace the dispatcher with the fastcgi one
#
# Example:
#RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
RewriteEngine On

# If your Rails application is accessed via an Alias directive,
# then you MUST also set the RewriteBase in this htaccess file.
#
# Example:
# Alias /myrailsapp /path/to/myrailsapp/public
# RewriteBase /myrailsapp

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
#RewriteRule ^(.*)$ dispatch.cgi [QSA,L]

# In case Rails experiences terminal errors
# Instead of displaying this message you can supply a file here which will be rendered instead
#
# Example:
# ErrorDocument 500 /500.html

ErrorDocument 500 "

Application error

Rails application failed to start properly"

Kind regards,
Peter, Servage - Support
Servage Hosting


Dec 28 - 03:44 GMT
Customer

Hi Peter we have done this already with Julie and some others. Simply read all posts about REDMINE and RUBY on Rails or do simply a SEARCH in the INTERNET for the complete passag you have just posted. You will find lots of entries - ALL COMING FROM SERVAGE PROBLEMS WITH RUBY ON RAILS and the Support which can only paste and copy prepared answers.

So nice Peter. Put away the mousebutton to copy and paste and start using your head instead for finding a solution for this problem which gets us stock since over one WEEK now.

You can compare the parts you pasted with the Parts I pasted from our scripts. i.e. you could create to text documents containing the same parts and do a diff and you will see that they are identical.
you could also use pspad (its an editor which compares those parts and its free. http://www.pspad.com/
------------------------

So RESULT is:
Still RoR REDMINE isn't working on Sevage.
Can and are you willing to assist in finding the problem

YES ---- NO ????

Dec 28 - 04:13 GMT
Customer

Come on Peter

where is the problem, why is this Application Error showing up?
Andi

Dec 28 - 04:27 GMT
Customer

Hi Peter
You give in the same thread 2 different advices which oppose themselves. What is the right one and plaese correct your FAQ accordingly as they are wrong!!!
--------------
You are writing
--------------
Here is the path you will need when installing Ruby on Rails script:
/usr/bin/ruby

--------------
You are not writing the install path
--------------
Secondly the installation path for ror:-

==
Our REDMINE is called by http://www.t3log.info
it resides in folder /1_redmine/ on your server
Should we now write (and where please???)
"-"
or
"1_redmine"
or
"/1_redmine"
or
http://www.t3log.info
or
/1_redmine/public
or
1_redmine/public
or
1_redmine/public/
or
/1_redmine/public/
==

Virtual host path to mount your root is yourapp/public.

permissions:

chmod 755 to the all folders/files in your application

==
We have changed them to 755 - actually they are since days 755
==

change ownership of: yourapp/log/ yourapp/tmp/ (recusive, to 'webserver')

==
We have changed them to webserver recursily - actually they were like thois since days
==

Paths:

change the path in yourapp/public/dispatch.cgi|fcgi|rb

----------------------
Above you just told us it is usr/bin/ruby - why now #!/usr/bin/ruby ???
----------------------

to #!/usr/bin/ruby, from your local path.

==
What do you mean with "from your local path" can't you simply write the right path in your FAQ??? This would make things much much easier
==

------------------------
Compare the follwin .htaccess part with the one we already posted - its the same
------------------------

.htaccess corrections: (to enable fast cgi)
This will enable your application, to use fcgi, with is about x10 faster then normal cgi

# General Apache options
AddHandler fcgid-script .fcgi
#AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI

# If you don't want Rails to look in certain directories,
# use the following rewrite rules so that Apache won't rewrite certain requests
#
# Example:
# RewriteCond %{REQUEST_URI} ^/notrails.*
# RewriteRule .* - [L]

# Redirect all requests not available on the filesystem to Rails
# By default the cgi dispatcher is used which is very slow
#
# For better performance replace the dispatcher with the fastcgi one
#
# Example:
#RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
RewriteEngine On

# If your Rails application is accessed via an Alias directive,
# then you MUST also set the RewriteBase in this htaccess file.
#
# Example:
# Alias /myrailsapp /path/to/myrailsapp/public
# RewriteBase /myrailsapp

----------------------------
Do we need to rewrite the BASE ???
----------------------------

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
#RewriteRule ^(.*)$ dispatch.cgi [QSA,L]

# In case Rails experiences terminal errors
# Instead of displaying this message you can supply a file here which will be rendered instead
#
# Example:
# ErrorDocument 500 /500.html

ErrorDocument 500 "

Application error

Rails application failed to start properly"

Dec 28 - 04:35 GMT
Customer

Hi Peter

Why This

#AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi

shouldn't it be:
#AddHandler fastcgi-script .fcgi
AddHandler fastcgi-script .fcgi

Dec 28 - 04:42 GMT
Customer

After correcting from
AddHandler cgi-script .cgi
to
AddHandler fastcgi-script .fcgi

we are receiving ow the following message USING YOUR .htaccess (paste and copy :-)

Error Message:
usr/bin/ruby
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of requests to process before running garbage collection.
#
# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log
# and the GC period is nil (turned off). A reasonable number of requests
# could range from 10-100 depending on the memory footprint of your app.
#
# Example:
# # Default log path, normal GC behavior.
# RailsFCGIHandler.process!
#
# # Default log path, 50 requests between GC.
# RailsFCGIHandler.process! nil, 50
#
# # Custom log path, normal GC behavior.
# RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log'
#
require File.dirname(__FILE__) + "/../config/environment"
require 'fcgi_handler'

RailsFCGIHandler.process!

Dec 28 - 04:45 GMT
Customer

or - if we change back to #!/ it looks like this:

#!/usr/bin/ruby
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of requests to process before running garbage collection.
#
# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log
# and the GC period is nil (turned off). A reasonable number of requests
# could range from 10-100 depending on the memory footprint of your app.
#
# Example:
# # Default log path, normal GC behavior.
# RailsFCGIHandler.process!
#
# # Default log path, 50 requests between GC.
# RailsFCGIHandler.process! nil, 50
#
# # Custom log path, normal GC behavior.
# RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log'
#
require File.dirname(__FILE__) + "/../config/environment"
require 'fcgi_handler'

RailsFCGIHandler.process!

Dec 28 - 04:46 GMT
Customer

Can you please check the logfiles like mentioned we enabled them!

#!/usr/bin/ruby
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of requests to process before running garbage collection.
#
# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log
# and the GC period is nil (turned off). A reasonable number of requests
# could range from 10-100 depending on the memory footprint of your app.
#
# Example:
# # Default log path, normal GC behavior.
RailsFCGIHandler.process!
#
# # Default log path, 50 requests between GC.
RailsFCGIHandler.process! nil, 50
#
# # Custom log path, normal GC behavior.
RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log'
#
require File.dirname(__FILE__) + "/../config/environment"
require 'fcgi_handler'

RailsFCGIHandler.process!

Dec 28 - 04:50 GMT
Customer

Still no changes

Dec 28 - 04:52 GMT
Customer

Error http://www.t3log.info (message from - it won't get processed!!! 1_redmine/public/dispatch.fcgi)

usr/bin/ruby
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of requests to process before running garbage collection.
#
# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log
# and the GC period is nil (turned off). A reasonable number of requests
# could range from 10-100 depending on the memory footprint of your app.
#
# Example:
# # Default log path, normal GC behavior.
RailsFCGIHandler.process!
#
# # Default log path, 50 requests between GC.
RailsFCGIHandler.process! nil, 50
#
# # Custom log path, normal GC behavior.
RailsFCGIHandler.process! '/var/log/redmine_fcgi_crash.log'
#
require File.dirname(__FILE__) + "/../config/environment"
require 'fcgi_handler'

RailsFCGIHandler.proce

Dec 28 - 04:54 GMT
Customer

Changing back to
# General Apache options
AddHandler fcgid-script .fcgi
#AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI

in .htaccess results in
Application error
Rails application failed to start properly
-------------------------

Something seems to be wrong in the .htaccess you are providing. Can you please assist

Dec 28 - 04:57 GMT
Customer

CHanged in .htaccess:
# For better performance replace the dispatcher with the fastcgi one
#
# Example:
# RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
RewriteEngine On

to

# For better performance replace the dispatcher with the fastcgi one
#
# Example:
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
RewriteEngine On
---------------
STILL THE SAME APPLICATION ERROR MESSAGE (.HTACCESS)

Dec 28 - 05:03 GMT
Customer

Changed:

# RewriteBase /myrailsapp

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
#RewriteRule ^(.*)$ dispatch.cgi [QSA,L]

-----
TO
-----
# RewriteBase /myrailsapp

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
#RewriteRule ^(.*)$ dispatch.cgi [QSA,L]

------
ENABLE cgi instead of fcgi for testing
------
Leads to same Application Error

------
BUT
------
Additional Changing

usr/bin/ruby

to #!/usr/bin/ruby in dispatch.cgi

Gives the following Message:
Errno::ENOENT in WelcomeController#index

No such file or directory - /tmp/mysql.sock

RAILS_ROOT: /home81c/sub004/sc44977-AQJR/1_redmine/public/../config/..
Application Trace | Framework Trace | Full Trace

/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `initialize'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `real_connect'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:389:in `connect'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:152:in `initialize'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:82:in `mysql_connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:262:in `connection_without_query_cache='
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/query_cache.rb:54:in `connection='
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:230:in `retrieve_connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/base.rb:763:in `columns'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:257:in `column_for'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:116:in `calculate'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:66:in `maximum'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/app/models/setting.rb:102:in `check_cache'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/app/controllers/application.rb:31:in `user_setup'

/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `initialize'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `real_connect'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:389:in `connect'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:152:in `initialize'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:82:in `mysql_connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:262:in `connection_without_query_cache='
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/query_cache.rb:54:in `connection='
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:230:in `retrieve_connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/base.rb:763:in `columns'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:257:in `column_for'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:116:in `calculate'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:66:in `maximum'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `call'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:442:in `run'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:714:in `run_before_filters'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:694:in `call_filters'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/rescue.rb:83:in `perform_action'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/base.rb:435:in `process_without_filters'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:684:in `process_without_session_management_support'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/session_management.rb:114:in `process'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/base.rb:334:in `process'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/railties/lib/dispatcher.rb:41:in `dispatch'
/home81c/sub004/sc44977-AQJR/1_redmine/public/dispatch.cgi:10

/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `initialize'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/vendor/mysql.rb:107:in `real_connect'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:389:in `connect'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:152:in `initialize'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:82:in `mysql_connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:262:in `connection_without_query_cache='
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/query_cache.rb:54:in `connection='
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:230:in `retrieve_connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/base.rb:763:in `columns'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:257:in `column_for'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:116:in `calculate'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/activerecord/lib/active_record/calculations.rb:66:in `maximum'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/app/models/setting.rb:102:in `check_cache'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/app/controllers/application.rb:31:in `user_setup'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `call'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:442:in `run'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:714:in `run_before_filters'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:694:in `call_filters'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/rescue.rb:83:in `perform_action'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/base.rb:435:in `process_without_filters'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/filters.rb:684:in `process_without_session_management_support'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/session_management.rb:114:in `process'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/actionpack/lib/action_controller/base.rb:334:in `process'
/mounted-storage/home81c/sub004/sc44977-AQJR/1_redmine/vendor/rails/railties/lib/dispatcher.rb:41:in `dispatch'
/home81c/sub004/sc44977-AQJR/1_redmine/public/dispatch.cgi:10

Request

Parameters: None

Show session dump

---
flash: !map:ActionController::Flash::FlashHash {}


Response
Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"}

Dec 28 - 05:09 GMT
Customer

This file is there!!! but it shows

No such file or directory - /tmp/mysql.sock

can you please check

Dec 28 - 05:12 GMT
Customer

Hi Peter Where are you? Is the Servage Support still working?? YES / No?

No comments: