0
1

I've followed the official guide for installing OSQA on Ubuntu 10.04 LTS (VPS) properly, but after completing all steps when I restart apache - it says [fail] (instead of [ok]).. and I don't see anything on my website. Any help will be appreciated.
When I checked out the log files - here is something that might be relevant to the problem :
/var/log/apache2/error.log
.....................................................
[Wed Aug 24 21:50:35 2011] [error] Exception KeyError: KeyError(140099614975808,) in <module 'threading'="" from="" '="" usr="" lib="" python2.6="" threading.pyc'=""> ignored
[Wed Aug 24 21:50:35 2011] [error] Exception KeyError: KeyError(140099614975808,) in <module 'threading'="" from="" '="" usr="" lib="" python2.6="" threading.pyc'=""> ignored
[Wed Aug 24 21:50:35 2011] [error] Exception KeyError: KeyError(140099614975808,) in <module 'threading'="" from="" '="" usr="" lib="" python2.6="" threading.pyc'=""> ignored
[Wed Aug 24 21:50:35 2011] [error] Exception KeyError: KeyError(140099614975808,) in <module 'threading'="" from="" '="" usr="" lib="" python2.6="" threading.pyc'=""> ignored
[Wed Aug 24 21:50:35 2011] [notice] caught SIGTERM, shutting down
....................................................

asked 25 Aug '11, 02:35

rkjha's gravatar image

rkjha
41123
accept rate: 100%

edited 25 Aug '11, 05:47

@rkjha, this posting is more a problem report than a question. OSQA bugs should be reported at jira.osqa.net, and OSQA support issues should go to support@osqa.net.

Additionally, all meta.osqa.net postings are required to have a clear, specific question in their title field. Please correct the title of this posting right away. Thanks.

(25 Aug '11, 05:14) rickross ♦♦

@rickross, I've updated the title && reported it as a bug on jira.osqa.net.. Thanks for the quick response..

(25 Aug '11, 06:09) rkjha

I got my problem solved after few experiments ..such as
(1) removed two lines from virtual host configuration file (I think this was creating some kind of problem) :
# CustomLog ${APACHE_LOG_DIR}/osqa.access.log common
# ErrorLog ${APACHE_LOG_DIR}/osqa.error.log

(2) installed mod_wsgi from source(because somewhere I read on WEB that 'the error might be due to a bug in wsg') instead of installing it from apt-get
Having Fun! :)

link

answered 25 Aug '11, 08:46

rkjha's gravatar image

rkjha
41123
accept rate: 100%

great stuff - congratulations on fixing it, and thanks for sharing how you did it

(25 Aug '11, 13:22) Andrew_S ♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×156
×29
×23
×9

Asked: 25 Aug '11, 02:35

Seen: 1,009 times

Last updated: 25 Aug '11, 13:22

powered by OSQA