Page 1 of 1

500 Internal Server Error

PostPosted: Mon Dec 03, 2012 3:01 pm
by ramindia
Hi

I have installed fresh server 6.3 with install script. i did not see any errors while installing, it went well

after that

when i try to http://ipaddress:8008 i get following error

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

I have browsed the forums, and i see most of them are correct but not able to see the web page



here is the following things i have done..



http://pastebin.com/4XHR5kmH



let me know anything iam missing here.



Ram

Re: 500 Internal Server Error

PostPosted: Mon Dec 03, 2012 3:12 pm
by ramindia
Hi

i found some solution in Google groups ( not from this forum)

try this from shell :
$ workon newfies-dialer
$ pip install nose
$ pip install django-nose

then restart apache


now iam able to login to the web gui i get this error in the main page

Alert : Your settings are not configured properly, Please contact the administrator. To send notification to administrator Click here

and my logs show /err-apache-newfies.log

[Mon Dec 03 20:35:12 2012] [error] Exception KeyError: KeyError(-1216178352,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Mon Dec 03 20:35:17 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed;
use STATIC_URL instead.
[Mon Dec 03 20:35:17 2012] [error] "use STATIC_URL instead.", DeprecationWarning)
[Mon Dec 03 20:35:17 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directo
ry aren't supported anymore. Use the LOCALE_PATHS setting instead.
[Mon Dec 03 20:35:17 2012] [error] DeprecationWarning)
[Mon Dec 03 20:35:18 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/celery/decorators.py:34: CDeprecationWarning:
[Mon Dec 03 20:35:18 2012] [error] The `celery.decorators` module along with the magic keyword arguments,
[Mon Dec 03 20:35:18 2012] [error] are deprecated, and will be removed in version 3.0.
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error] Please use the `celery.task` module instead of `celery.decorators`,
[Mon Dec 03 20:35:18 2012] [error] and the `task.request` should be used instead of the magic keyword arguments:
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error] from celery.task import task
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error] See http://bit.ly/celery22major for more information.
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error] """))
[Mon Dec 03 20:35:20 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/tastypie/resources.py:343: UserWarning: 'override_urls' is a deprecated method & will be removed
by v1.0.0. Please rename your method to ``prepend_urls``.
[Mon Dec 03 20:35:20 2012] [error] warnings.warn("'override_urls' is a deprecated method & will be removed by v1.0.0. Please rename your method to ``prepend_urls``.")
[Mon Dec 03 20:35:20 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/tastypie/api.py:82: UserWarning: 'override_urls' is a deprecated method & will be removed by v1.
0.0. Please use ``prepend_urls`` instead.
[Mon Dec 03 20:35:20 2012] [error] warnings.warn("'override_urls' is a deprecated method & will be removed by v1.0.0. Please use ``prepend_urls`` instead.")
-f: No such file or directory

any advice

Ram

Re: 500 Internal Server Error

PostPosted: Mon Dec 03, 2012 3:21 pm
by areski
Hi,

You should not double post on the mailing list and on the forum at the same time, choose one of them and use it.

Alert : Your settings are not configured properly, Please contact the administrator. To send notification to administrator Click here
That s a good sign, the rest is configuration, follow our beginner guide : www.newfies-dialer.org/documentation/beginners-guide/

Re: 500 Internal Server Error

PostPosted: Mon Dec 03, 2012 4:08 pm
by ramindia
Hi

iam sorry for the double posting. i was thinking that, the google forum is not in active.
that is the reason posted..let me check beginners guide and finish the installation.