Errors in seafile-monitor.log & seahub_email_sender.log

JUST FOR INFO

several errors in seafile-monitor.log like this:

Blockquote
/seafile/seafile-server-11.0.3/pro/python/seafevents/statistics/counter.py:289: SAWarning: SELECT statement has a cartesian product between FROM element(s) “UserTraffic” and FROM element “SysTraffic”. Apply join condition(s) between each element to resolve.
self.edb_session.execute(stmt)
/seafile/seafile-server-11.0.3/pro/python/seafevents/statistics/counter.py:289: SAWarning: UPDATE statement has a cartesian product between FROM element(s) “UserTraffic” and FROM element “SysTraffic”. Apply join condition(s) between each element to resolve.
self.edb_session.execute(stmt)

and several errors in seahub_email_sender.log like this:

Blockquote
WARNINGS:
?: (staticfiles.W004) The directory ‘/seafile/seafile-server-11.0.3/seahub/seahub/…/frontend/build’ in the STATICFILES_DIRS setting does not exist.
System check identified some issues:

1 Like

I too have this issue. Did you ever get an answer? New install as well.

Hello @Black-Roses you can change the seahub_settings.py an set the STATICFILES_DIRS to empty array.
Ex:
STATICFILES_DIRS =

Still spamming the logs in 11.0.8 CE for every single mail sent.

Is setting STATICFILES_DIRS = () a valid long term solution or is this a bug?
@daniel.pan

This bug has been fixed in pro edition 11.0.11. It will be fixed in community edition too soon.

1 Like