Here is the content of /etc/httpd/logs/error_log
[Wed Oct 23 11:00:54.847259 2019] [core:notice] [pid 14980] SELinux policy
enabled; httpd running as context system_u:system_r:httpd_t:s0
[Wed Oct 23 11:00:54.849360 2019] [suexec:notice] [pid 14980] AH01232:
suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
AH00558: httpd: Could not reliably determine the server's fully qualified
domain name, using 10.0.2.15. Set the 'ServerName' directive globally to
suppress this message
[Wed Oct 23 11:00:54.863206 2019] [lbmethod_heartbeat:notice] [pid 14980]
AH02282: No slotmem from mod_heartmonitor
[Wed Oct 23 11:00:54.866252 2019] [mpm_prefork:notice] [pid 14980] AH00163:
Apache/2.4.6 (CentOS) mod_wsgi/3.4 Python/2.7.5 configured -- resuming
normal operations
[Wed Oct 23 11:00:54.866291 2019] [core:notice] [pid 14980] AH00094:
Command line: '/usr/sbin/httpd -D FOREGROUND'
[Wed Oct 23 11:01:44.786925 2019] [:error] [pid 14985] [client
10.0.1.46:60922] mod_wsgi (pid=14985): Target WSGI script
'/var/www/reviews.example.com/htdocs/reviewboard.wsgi' cannot be loaded as
Python module.
[Wed Oct 23 11:01:44.786965 2019] [:error] [pid 14985] [client
10.0.1.46:60922] mod_wsgi (pid=14985): Exception occurred processing WSGI
script '/var/www/reviews.example.com/htdocs/reviewboard.wsgi'.
[Wed Oct 23 11:01:44.786992 2019] [:error] [pid 14985] [client
10.0.1.46:60922] Traceback (most recent call last):
[Wed Oct 23 11:01:44.787011 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/var/www/reviews.example.com/htdocs/reviewboard.wsgi", line 3, in <module>
[Wed Oct 23 11:01:44.787092 2019] [:error] [pid 14985] [client
10.0.1.46:60922] import pkg_resources
[Wed Oct 23 11:01:44.787101 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 3007, in <module>
[Wed Oct 23 11:01:44.788979 2019] [:error] [pid 14985] [client
10.0.1.46:60922] working_set.require(__requires__)
[Wed Oct 23 11:01:44.789018 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 728, in require
[Wed Oct 23 11:01:44.789052 2019] [:error] [pid 14985] [client
10.0.1.46:60922] needed = self.resolve(parse_requirements(requirements))
[Wed Oct 23 11:01:44.789059 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 631, in resolve
[Wed Oct 23 11:01:44.789070 2019] [:error] [pid 14985] [client
10.0.1.46:60922] requirements.extend(dist.requires(req.extras)[::-1])
[Wed Oct 23 11:01:44.789080 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2489, in requires
[Wed Oct 23 11:01:44.789089 2019] [:error] [pid 14985] [client
10.0.1.46:60922] dm = self._dep_map
[Wed Oct 23 11:01:44.789095 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2700, in _dep_map
[Wed Oct 23 11:01:44.789104 2019] [:error] [pid 14985] [client
10.0.1.46:60922] self.__dep_map = self._compute_dependencies()
[Wed Oct 23 11:01:44.789109 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2733, in
_compute_dependencies
[Wed Oct 23 11:01:44.789117 2019] [:error] [pid 14985] [client
10.0.1.46:60922] common = frozenset(reqs_for_extra(None))
[Wed Oct 23 11:01:44.789122 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2730, in
reqs_for_extra
[Wed Oct 23 11:01:44.789130 2019] [:error] [pid 14985] [client
10.0.1.46:60922] if req.marker_fn(override={'extra':extra}):
[Wed Oct 23 11:01:44.789136 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File
"/usr/lib/python2.7/site-packages/_markerlib/markers.py", line 113, in
marker_fn
[Wed Oct 23 11:01:44.790117 2019] [:error] [pid 14985] [client
10.0.1.46:60922] return eval(compiled_marker, environment)
[Wed Oct 23 11:01:44.790145 2019] [:error] [pid 14985] [client
10.0.1.46:60922] File "<environment marker>", line 1, in <module>
[Wed Oct 23 11:01:44.790178 2019] [:error] [pid 14985] [client
10.0.1.46:60922] NameError: name 'platform_system' is not defined
On Wednesday, October 23, 2019 at 2:07:03 AM UTC-4, Christian Hammond wrote:
>
> Hi Mark,
>
> Can you provide the full trace for that platform_system error? I'm not
> seeing a reference to that in any of our codebases.
>
> Christian
>
> On Mon, Oct 21, 2019 at 8:46 AM Mark Fullerton <[email protected]
> <javascript:>> wrote:
>
>> Hi Christian
>> Not upgrading pip gets around the asana issue this is pip version
>> 8.1.2 vs. 19.3.1. Now after configuring the website I have an issue with
>> Target WSGI script '/var/www/reviews.example.com/htdocs/reviewboard.wsgi'
>> cannot be loaded as Python module at the end of the errors it indicated
>> "NameError:
>> name 'platform_system' is not defined."
>>
>>
>>
>> On Tuesday, October 15, 2019 at 12:04:03 PM UTC-4, Mark Fullerton wrote:
>>>
>>> Hi
>>> I ran into this issue not finding any loggers for
>>> : "djblets.extensions.manager"
>>> I installed the latest review board and am running into this error that
>>> was previously fixed. I followed the documentation at:
>>> https://www.reviewboard.org/docs/manual/3.0/admin/installation/linux/
>>>
>>> I ran into a version compatibility issue with
>>>
>>> ERROR: asana 0.9.1 has requirement six==1.*,>=1.10, but you'll have six
>>> 1.9.0 which is incompatible. and was able to fix it with:
>>>
>>> pip install -U asana
>>>
>>> Installing collected packages: six
>>>
>>> Found existing installation: six 1.9.0
>>>
>>> Uninstalling six-1.9.0:
>>>
>>> Successfully uninstalled six-1.9.0
>>>
>>> Successfully installed six-1.12.0
>>>
>>>
>>> Any ideas what I might have done wrong? Should I not upgrade asana?
>>>
>>>
>>> Thanks
>>>
>>>
>>> markf
>>>
>>>
>>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Review Board Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/reviewboard/df8e0a49-0b4f-47a2-b5d4-08fb616b2a13%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/reviewboard/df8e0a49-0b4f-47a2-b5d4-08fb616b2a13%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> --
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
--
Supercharge your Review Board with Power Pack:
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons:
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/reviewboard/240f7f51-018c-4b4c-881a-f39de6f30799%40googlegroups.com.