On 07/09/2012 01:05 PM, Michael Cronenworth wrote:
I upgraded a F16 64-bit box from Koji 1.6.0 to 1.7.0 today. I used the 1.7.0 conf files as a template and replaced the default URLs with my server's URLs (so I am using WSGI).
Just to be clear.. the hub itself is working fine, right? All the cli commands working? Build daemons running fine?
When I attempt to use the web interface I am having issues with "Internal Server Error" messages popping up. Example: -Browse to foo.example.com/koji. Web page displays fine.
Is there no trailing slash? There should be (and the server should redirect you if it is missing).
-Click on "Packages" link on the top header and "Internal Server Error" is displayed. -Click Back button. Click on "Builds" link and it displays fine. -Click on "Packages" from "Builds" page and it displays fine. -Click on "Summary" from "Packages" page and "Internal Server Error" is displayed.
It sounds like the relative urls are misaligning. Pay close attention to the exact urls that are failing. I suspect the failing "Packages" link is "foo.example.com/packages" instead of the correct "foo.example.com/koji/packages."
What is your /koji alias set to in your http conf? You might want to check all possible http conf files to make sure it isn't redefined elsewhere.
This same behavior occurs (in different steps) with the other links at the top of the koji web interface. My apache logs show python is failing to connect to some service when the "Internal Server Error" occurs: [snip Python traceback]
That snipped traceback may well be important. -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
