Kallithea issues archive

Issue #263: Error while Re-Scanning with Kallithea 0.3.2

Reported by: Louis-David Coulombe
State: resolved
Created on: 2017-01-09 23:44
Updated on: 2017-01-12 15:08

Description

Hi, I freshly installed Kallithea 0.3.2 using pip.

While setting up the database: paster setup-db production.ini

I gave a non-empty folder as destination, which is supposed to add the already present repository after a Re-scan (should be written somewhere btw, had to ask on IRC).

Re-scan works sucessfully has he finds all Group repositories on top level. However, If I try to enter them, I get an internal error 500 with nothing much to debug it in the log.

I attached the last 100 lines of log file at debug level.

Attachments

log.txt

Production.ini

Comments

Comment by Mads Kiilerich, on 2017-01-10 01:18

How do you run the Kallithea wsgi process?

How did you capture log.txt?

If running paster serve, there must be a stack trace on the console.

Comment by Louis-David Coulombe, on 2017-01-10 14:06

Comment by Louis-David Coulombe, on 2017-01-10 14:07

I run the thing as a deamon, not sure where the console output is going to be honnest.

Comment by domruf, on 2017-01-12 14:50

can you set debug = true (line 461) and try it again

hopefully we'll get some information then

Comment by Louis-David Coulombe, on 2017-01-12 14:55

Well that was my error, one of the folder did not had the right permission, preventing Kallithea to access it.

We can close this issue.

Comment by Louis-David Coulombe, on 2017-01-12 14:55

Invalid, user error.

Comment by Mads Kiilerich, on 2017-01-12 15:08

It would still be nice if the error was handled in a helpful way ...