Content
OpenProject not showing up
Added by Nico Berg over 6 years ago
Hi there,
Nethserver 7.5.1804 (final) OpenProject 8.
I used the openproject configure option to set thing up after yum install. Now at https://openproject.mydomain.org/ nothing shows up.
There where a few lines in the config output that worry me:
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/rewrite_mod.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/ssl_mod.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/ssl.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/ssl_ca.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/compression.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/expiration.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/sys.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/assets.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/00_prefix_redirect.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/proxy_mod.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/proxy_http_mod.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/headers_mod.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/expires_mod.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/deflate_mod.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/filter_mod.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/httpd/conf.d/openproject.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/repoman_svn_wrapper.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/server/20_repoman_svn_vhost.conf’
chcon: can't apply partial context to unlabeled file ‘/etc/openproject/addons/apache2/includes/vhost/svn_dav.conf’
chcon: can't apply partial context to unlabeled file ‘/var/db/openproject/svn’
chcon: can't apply partial context to unlabeled file ‘/var/db/openproject/svn’
Is this the reason nothing show up?
Thx in advance, Pit
Replies (1)
I run in a similiar issue today, maybe is the same problem, but idk. I can't confirm those lines you presented above.
Well, to sumarize, my site was all empty, all blank, for my clients. I was running it normally until I did a refresh + force to clean cache. Then it becomes all empty, all blank for me as well. I looked at firebug's console and saw a lot of javascript errors being presented, such as "$ var undefined", or "jQuery cannot be found) (something like that, I don't remember exactly what were the messages).
Anyway, to solve, I just run
openproject reconfigure.
Try it!