I am getting error messages with almost everything I try to do in a fresh Portofino 5.3.4 install. I wonder if it has to do with permissions. Or perhaps openjdk is not permitted.
Java Version:
openjdk 11.0.20 2023-07-18
OpenJDK Runtime Environment (build 11.0.20+8-post-Ubuntu-1ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.20+8-post-Ubuntu-1ubuntu122.04, mixed mode, sharing)
Note: I also tried tomcat:tomcat and root:root
I have tried starting tomcat under root, tomcat and my own user name.
/opt/portofino-5.3.4 and lower directories are set to drwxr-xr-x
I can log in with admin / admin and run the wizard. However, after running the wizard, I cannot login with my own username. There are two options in the wizard 1) use the user / group and usergroup tables with the requisite fields or 2) skip this. If I use these user / group tables, I cannot log in. If I skip these, I can log in with admin / admin, but if I try to change the password, I get the "Password change failed OK" error message.
Here are my postgreSQL tables:
users
=====
users character varying
password character varying
active boolean
partner_contact character varying
email character varying
id serial (auto-increment) set as primary key
groups
======
groups character varying
description character varying
level character varying
id serial (auto-increment) set as primary key
usergroup
=========
id serial (auto-increment) set as primary key
users character varying
groups character varying
For now, I am using "plain text" to see if it works. Once I get it working, I will encrypt the password. Which brings up a question. When I set my password in the database, do I enter it in plain text or first run an encryption protocol and then paste in the encrypted password? I assume the later.
If I try to set up a CRUD page, I get the "Cannot set properties of null (setting 'properties')" error message. This is odd since there is no option to set these properties. When I click on, for example, "Enabled" or any other property under "Properties," nothing happens.
If I go to Upstairs/Actions and select the settings gear icon next to any table name, I get the "Server error" message. If I try the "+" button and try to set a segment and a type (crud), I get the red "error" message with no explanation.
If I look at the logs, I see nothing that would indicate why I am getting these errors. However, if that would be useful to you, please let me know which log you want to see and how many lines I should list.
Thanks for your helpl!
Joe