|
|
I am trying to install and run Opencms under the plugins directory. I have already created a component and placed the unzipped opencms.war file under the component webapp directory. I have modified the appropriate ofbiz-component.xml file to add opencms. When I rebuild ofbiz and navigate to the opencms webapp the initial pages asking for the database credentials and test of required components are fine. When I go to install I get the following:
OpenCms WEB-INF path: "/opt/apache-ofbiz-17.12.06/plugins/rsapplications/webapp/rscms/WEB-INF/".
OpenCms property file: "/opt/apache-ofbiz-17.12.06/plugins/rsapplications/webapp/rscms/WEB-INF/config/opencms.properties".
org.opencms.db.CmsDbEntryNotFoundException: Error reading the user "Guest".
at org.opencms.db.CmsDbEntryNotFoundException.createException(CmsDbEntryNotFoundException.java:66)
at org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:335)
at org.opencms.db.CmsDbContext.report(CmsDbContext.java:287)
at org.opencms.db.CmsSecurityManager.readUser(CmsSecurityManager.java:5503)
at org.opencms.main.OpenCmsCore.initCmsObject(OpenCmsCore.java:1478)
at org.opencms.main.OpenCmsCore.initCmsObject(OpenCmsCore.java:1578)
at org.opencms.main.OpenCmsCore.initCmsObject(OpenCmsCore.java:1929)
at org.opencms.main.CmsShell.<init>(CmsShell.java:567)
at org.opencms.setup.CmsVaadinSetupWorkplaceImportThread.run(CmsVaadinSetupWorkplaceImportThread.java:89)
Caused by: org.opencms.db.CmsDbEntryNotFoundException: User "Guest" was not found.
at org.opencms.db.generic.CmsUserDriver.readUser(CmsUserDriver.java:1433)
at org.opencms.db.CmsDriverManager.readUser(CmsDriverManager.java:8133)
at org.opencms.db.CmsSecurityManager.readUser(CmsSecurityManager.java:5501)
... 5 more
When I look at the logs, there is the following error :
2021-04-22 13:08:35,374 |27.0.0.1-8010-exec-4 |RequestHandler |E| Request setLocaleFromBrowser caused an error with the following message: User authorization is required for this service: setLocaleFromBrowser
This leads me to believe it has something to do with the setLocaleFromBrowser setting. Is this correct? If so, what do I need to do to work around this issue?
Thank you for your help.
Ivan
|