something went wrong

D

Dev Tri

hi any one cn solve this problem


We're sorry, but something went wrong.

We've been notified about this issue and we'll take a look at it
shortly.
 
K

Kevin Solorio

[Note: parts of this message were removed to make it a legal post.]

Is this for a Rails App?
 
A

Aldric Giacomoni

Dev said:
hi any one cn solve this problem


We're sorry, but something went wrong.

We've been notified about this issue and we'll take a look at it
shortly.

We're on it.
 
B

Brian Candler

Dev said:
We're sorry, but something went wrong.

We've been notified about this issue and we'll take a look at it
shortly.

Look in log/production.log for the error. If you want to be notified by
E-mail about such issues, install and configure the
exception_notification plugin.

But this is a Ruby list, not the Rails list. Please follow the links
from www.rubyonrails.com to find the Rails list.
 
D

Dev Tri

Brian said:
Look in log/production.log for the error. If you want to be notified by
E-mail about such issues, install and configure the
exception_notification plugin.

But this is a Ruby list, not the Rails list. Please follow the links
from www.rubyonrails.com to find the Rails list.

thanx for ur suggesiton ...........but cn u just tell me wt is

acutically problem ????????????????

and how i cn soleve it............
 
T

Thiago Massa

[Note: parts of this message were removed to make it a legal post.]

This error is by your own fault, ruby on rails have some strange errors and
it has nothing to do with the "rails website" or something, get used to it
or go to java lol.
 
B

Ben Bleything

thanx for ur suggesiton ...........but cn u just tell me wt is
acutically problem ????????????????

No, nobody can... because you haven't given us any information whatsoever.
and how i cn soleve it............

Look at the logs, figure out where the error is, and then ask the good
people of the Rails list for help.

Ben
 
K

Kevin Solorio

[Note: parts of this message were removed to make it a legal post.]

Make sure all your gems are up to date, including the rails gem. If you are
using sqlite for you db, check that gem as well. You may then need to do a
clean up to get rid of old gem versions using the "gem cleanup" command.
After all that, try restarting your server.
 
D

Dev Tri

Kevin said:
Make sure all your gems are up to date, including the rails gem. If you
are
using sqlite for you db, check that gem as well. You may then need to
do a
clean up to get rid of old gem versions using the "gem cleanup" command.
After all that, try restarting your server.

=================
i m not using Sqlite db.....and gems are updated..........any other
suggesition?????????????????????/
 
B

Brian Candler

Dev said:
i m not using Sqlite db.....and gems are updated..........any other
suggesition?????????????????????/

Yes: it's called "debugging".

Rails displays that page when an uncaught exception has been raised in
your code. So your program has an error. You have to find and fix your
error.

Look in the log file (or on the screen if you're using script/server to
start Rails) and you'll see a detailed description of the error with a
full backtrace. This will show you the line with the error in it, a
description of the error, and the method call chain which ended up at
this point in the program. Correct the error, and try again.

If you run rails in development rather than production mode, the
exception will be displayed in the browser too.

If you want help with debugging on this (or any other) mailing list, at
the very minimum you'll have to post the exception you get, and the
relevant lines of your program which the exception refers to.
 
D

Dev Tri

Brian said:
Yes: it's called "debugging".

Rails displays that page when an uncaught exception has been raised in
your code. So your program has an error. You have to find and fix your
error.

Look in the log file (or on the screen if you're using script/server to
start Rails) and you'll see a detailed description of the error with a
full backtrace. This will show you the line with the error in it, a
description of the error, and the method call chain which ended up at
this point in the program. Correct the error, and try again.

If you run rails in development rather than production mode, the
exception will be displayed in the browser too.

If you want help with debugging on this (or any other) mailing list, at
the very minimum you'll have to post the exception you get, and the
relevant lines of your program which the exception refers to.


ok..............

this problem occour when i run with ......ruby scrit/server


wy this problem come ...give me ur idea!!!!!!!!!!!!!!!!!!!

/!\ FAILSAFE /!\ Wed Nov 18 10:07:21 +0530 2009
Status: 500 Internal Server Error
no such file to load -- sqlite3
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:156:in
`require'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:521:in
`new_constants_in'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:156:in
`require'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/kernel/requires.rb:7:in
`require_library_or_gem'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/kernel/reporting.rb:11:in
`silence_warnings'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/kernel/requires.rb:5:in
`require_library_or_gem'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/sqlite3_adapter.rb:10:in
`sqlite3_connection'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in
`send'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in
`new_connection'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:245:in
`checkout_new_connection'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:188:in
`checkout'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in
`loop'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in
`checkout'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:183:in
`checkout'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:98:in
`connection'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:326:in
`retrieve_connection'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_specification.rb:123:in
`retrieve_connection'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_specification.rb:115:in
`connection'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:9:in
`cache'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:28:in
`call'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/head.rb:9:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:in
`call'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/params_parser.rb:15:in
`call'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/session/cookie_store.rb:93:in
`call'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/failsafe.rb:26:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`synchronize'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in
`call'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:114:in
`call'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/reloader.rb:34:in
`run'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:108:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/static.rb:31:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:46:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:40:in
`each'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:40:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/log_tailer.rb:17:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/content_length.rb:13:in
`call'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/webrick.rb:50:in
`service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/webrick.rb:14:in
`run'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.4/lib/commands/server.rb:111
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
script/server:3
 
S

Seebs

this problem occour when i run with ......ruby scrit/server
wy this problem come ...give me ur idea!!!!!!!!!!!!!!!!!!!

Okay.

Ideas:
1. Using multiple exclamation points is, at best, going to make people
think you're an idiot. Especially combined with horrible misspellings
like "wy" and "ur".
2. But thinking you're an idiot is probably preferable to them thinking
you're an arrogant jerk with an entitlement complex who feels authorized
to demand that they devote time to solving your problem.
3. You need to read this:
http://catb.org/~esr/faqs/smart-questions.html

Basically, when you do a poor job of asking questions, you lead us to suspect
that time spent answering you will be wasted. If you do clever things like
misspell the name of the command you ran (hint: you did this), that makes
it seem like it will be useless to debug your code. Why bother? Your problem
is probably going to turn out to be that you typed something incorrectly
because you're not bothering to pay attention. Even if it's not, the lack
of care and attention still comes across as some combination of "arrogant"
and "lazy" -- and there is no good combination of these.
Status: 500 Internal Server Error
no such file to load -- sqlite3
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'

Maybe you don't have sqlite3 installed.

Since you're so friendly, and I'm bored, I'll explain how I figured this
out:

1. I read the VERY FIRST MESSAGE.
2. Using my advanced knowledge of third grade English, I understood the
words in that message.

"no such file to load -- sqlite3".

Well, gee. That sounds like it could not find a file "sqlite3" which it
tried to load. Maybe that file is missing, hmm?

If you can't be bothered to do even that much thinking, it is probably
a waste of for us to try to "help" you.

-s
 
W

Walton Hoops

-----Original Message-----
From: (e-mail address removed) [mailto:[email protected]]

Brian said:
Yes: it's called "debugging".

Rails displays that page when an uncaught exception has been raised in
your code. So your program has an error. You have to find and fix your
error.

Look in the log file (or on the screen if you're using script/server to
start Rails) and you'll see a detailed description of the error with a
full backtrace. This will show you the line with the error in it, a
description of the error, and the method call chain which ended up at
this point in the program. Correct the error, and try again.

If you run rails in development rather than production mode, the
exception will be displayed in the browser too.

If you want help with debugging on this (or any other) mailing list, at
the very minimum you'll have to post the exception you get, and the
relevant lines of your program which the exception refers to.


ok..............

this problem occour when i run with ......ruby scrit/server


wy this problem come ...give me ur idea!!!!!!!!!!!!!!!!!!!

/!\ FAILSAFE /!\ Wed Nov 18 10:07:21 +0530 2009
Status: 500 Internal Server Error
no such file to load -- sqlite3


It's all in that line right there ^^^^^
 
A

Aldric Giacomoni

Dev said:
this problem occour when i run with ......ruby scrit/server Use this : ruby script/server


wy this problem come ...give me ur idea!!!!!!!!!!!!!!!!!!!
Maybe you meant 'wx' which is for graphical widgets. Here's my idea :
what is essential is invisible to the eyes. It is only with the heart
that one can see rightly.
/!\ FAILSAFE /!\ Wed Nov 18 10:07:21 +0530 2009
Status: 500 Internal Server Error
no such file to load -- sqlite3

Why are you bothering people in the Ruby on Rails forum AND this forum?
Your behavior is obnoxious, especially since the people in the RoR forum
are helping you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top