Displaying 20 results from an estimated 10000 matches similar to: "dashboard permission issue"
2011 May 11
2
rack problems
I''m having some issues running rake commands for puppet dashboard.
Here is one of the symptoms (see below). I''m a little new to setting
up rails/rack applications, so I may be making a common mistake. It
looks like gems are already packaged with dashboard, specifically
rack-1.01. Should that gem just work out of the box?
Command:
rake RAILS_ENV=production reports:prune upto=1
2012 Oct 11
3
Puppet Dashboard won't install MySQL schema
I have been working on this issue for almost 5 days
and can not get
past this error.
Puppet Dashboard is installed via RPM from puppetlabs.
I have tried versions
1.2.12, 1.2.9 and am currently on 1.2.1.
Regardless of the version, I get the same exact error
every time I run rake RAILS_ENV=production db:migrate.
(in /usr/share/puppet-dashboard)
rake aborted!
no such file to load --
2009 Jul 17
1
Mongrel Server error - newbie question.
Dear All,
I am very new to RoR. I have got the following error after Chnaging
mysql database.yml and restart the Server.
-
rails employee
rails -d mysql employee
and insert Username & Password in the database.yml
and I restart the server.
-
=> Booting Mongrel
=> Rails 2.3.2 application starting on http://0.0.0.0:3000
/usr/local/lib/ruby/1.8/yaml.rb:133:in `load'': syntax
2012 Aug 15
9
Installing puppet-dashboard on ubuntu precise
Hi,
I''m trying to install dashboard on precise and I get the below error.
I''m using the latest version that is available in the puppet apt
repository. The package rdoc is installed (it''s just a virtual package
pointing to ruby)
Are there some other missing dependencies that the package doesn''t specify?
I don''t know ruby that well so finding it hard
2012 Sep 15
1
puppet-dashboard on Ubuntu 12.04
hi All,
I''m trying to install puppet-dashboard. When I start it:
# /etc/init.d/puppet-dashboard start
* Starting Puppet Dashboard NOTE: Gem.source_index is deprecated, use
Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from
/usr/share/puppet-dashboard/script/../config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21.
NOTE:
2006 Jun 08
2
Am i missing a library?
[xxxxx@fedora test]$ script/generate model contact
/usr/lib/ruby/1.8/yaml.rb:133:in `load'': syntax error on line 17, col 2:
` host: localhost'' (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:133:in `load''
from
/usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/initializer.rb:459:in
`database_configuration''
from
2009 Aug 14
1
starting up server
I am working on an existing application and the first time I try and
start up the server I get this message. I have not gotten this
message before when I start the server on other apps. ruby script/
server. There must be things I need to change in the config.
There is a load statement in yaml.rb but not sure of the context as it
relates to argument. Is the error related to the current
2006 Apr 05
3
Rails 1.1 and webrick/mysql problems
i just upgraded to rails 1.1 yesterday and since then i could?nt make it
work with mysql, for example i have my database "todo" and one table
"todos", i create the app and generate the model but when i try to
generate the scaffold with "ruby script/generate scaffold Todo Todo" i
get this error " error Before updating scaffolding from new DB schema,
try
2006 Jan 08
5
parse error in database.yml
Since upgrading to rails 1.0 I keep getting a parse error in database.yml.
I have tried multiple configurations of both mysql and postgres and
continue getting this error message when trying to generate a model or
scaffold.
-Andrew
2006 Jan 29
6
Depot example problem on Slackware
Hello.
I''m new to RoR. I run RoR on my Slackware. I follow the depot example
and have a problem when run the script:
root@localhost:~/work/depot# ruby script/generate scaffold Admin Product
/usr/lib/ruby/1.8/yaml.rb:133:in `load'': syntax error on line 5, col 2:
` socket:/var/run/mysql/mysql.sock'' (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:133:in
2009 Mar 14
5
The 2.3 branch and Rails Edge failing
I found Brandon''s 2.3 branch for Facebooker and thought I''d give that
a try to get around the problems I ran into starting script/server
with Rails Edge. Unfortunately, no go.
The error I get on start up is:
> /Users/user/Sites/iwr2/vendor/rails/activesupport/lib/active_support/
> dependencies.rb:440:in `load_missing_constant'': uninitialized
> constant
2012 Oct 16
5
`method_missing_without_paginate': undefined method `class_attribute' for ActiveRecord::Base:Class
hi
i am using radiant 0.8.2 , rails 2.3.4, ruby 1.8.7 and rubygems 1.4.2. and
i can''t able to run my existing application.
error occurred :
run command for server "script/server -e production -p 3001"
error:
=> Booting WEBrick
=> Rails 2.3.4 application starting on http://0.0.0.0:3001
config.gem: Unpacked gem rack-rewrite-1.2.1 in vendor/gems has no
specification
2009 Sep 18
13
Rails 2.2.3-1 Problem
After installing the rails I faced this problem. If anyone aware of this
problem, kindly give solution for this.
vellingiri@WebDevel:~/public_html/Isync$ ./script/server
=> Booting WEBrick...
/usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate'': can''t
activate activeresource (= 2.3.4, runtime), already activated
activeresource-2.1.0 (Gem::Exception)
from
2008 Mar 28
1
undefined method ''alias_method_chain''
Running Rails 2.0.2, I get this error:
./script/../config/../vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb:29:
undefined method `alias_method_chain'' for
ActionController::UrlRewriter:Class (NoMethodError)
from /usr/local/rubygems/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require''
from
2013 Feb 22
1
upgraded to puppet 1.2.22 from 1.2.21 and get error
[ pid=1870 thr=69908823898540 file=utils.rb:176 time=2013-02-22
16:39:47.170 ]: *** Exception RuntimeError in
PhusionPassenger::Rack::ApplicationSpawner (can''t activate rack (~> 1.1.0,
runtime) for [], already activated rack-1.5.2 for []) (process 1870, thread
#<Thread:0x7f29d53af358>):
from ./config/../vendor/rails/railties/lib/initializer.rb:271:in
2007 Nov 09
26
RSpec on Rails 2.0
I have a project on edge rails that I''m trying to convert from Test:Unit
to rspec. I have the rspec gem version 2338, the rspec and
rsepc_on_rails version 2831 in vendor/plugins, and rails version 8117 in
vendor/rails.
I''ve been able to get a few specs passing, have gotten the specs running
from autotest, and am able to do "rake spec:doc" and get the basic
command
2007 Jun 01
1
LoadError on ''initializer'' when starting Mongrel
Hi all...
When I start Mongrel I get a LoadError. I use the command
> sudo mongrel_rails cluster::start -C /path/to/mongrel_cluster.yml
and it says
> Starting 2 Mongrel servers...
but in the log I see this error:
** Starting Rails with production environment...
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load --
2006 Jan 25
38
Rails app won''t run on Dreamhost - "incomplet headers" error
Can anyone provide some expert debugging help here? What''s the first
step to take to see what the issue is here?
I have no errors in the rails app''s log files. The only errors I have
are those provided by apache and they are:
''FastCGI: Incomplete headers (0) bytes received from server''
I''ve tried editing the shebang line, removing line feeds, but
2013 Jun 05
3
dashboard/passenger not connecting on port 8140
I have setup passenger w/ apache, but my dashboard is not connecting
properly. I am getting the following errors
em::Specification#installation_path called from
/etc/puppet/puppet-dashboard/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It
will be removed on or after 2011-10-01.
2010 Sep 29
3
Foreman barfs on startup.
All,
First attempt at running foreman.
[pax] prov01 /usr/share/foreman/script:# ./server -e production
=> Booting WEBrick
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
/usr/share/foreman/vendor/rails/activesupport/lib/active_support/dependencies.rb:443:in
`old_load_missing_constant'': uninitialized constant Puppet::Rails
(NameError)
from