(10-10-2019, 03:21 PM)remkonoteboom Wrote: The data type jsonb is only supported on Postgres 9.4 and newer. We are using the jsonb data type more and more and 4.7 is likely depenedent on it.
thanks, upgrading the postgresql to 9.6 solved for the database but now im facing other issue when im trying to execute the service in dev mode, the page just stais in loading and qhen i check my console this is what i see.
Code:
[root@localhost TACTIC-4.7-Python3]# su apache -s /bin/bash -c "python /home/apache/tactic/src/bin/startup_dev.py"
Data Directory [/home/apache/tactic_data]
Asset Directory [/home/apache/assets]
Temp Directory [/home/apache/tactic_temp]
Config path [/home/apache/tactic_data/config/tactic-conf.xml]
Registering project ... admin
Registering project ... default
Initializing Workflow Engine
Starting Scheduler ....
Starting TACTIC v4.7.0.a07 ...
WARNING: Ticket [*********************************] is not valid
('WARNING: ', AttributeError("'Index' object has no attribute 'plugins'",))
WARNING:
(' status: ', '404 Not Found')
(' message: ', "The path '/tactic/plugins/pdfjs/web/viewer.js' was not found.")
(' site: ', '')
(' project_code: ', 'plugins')
('WARNING: ', AttributeError("'Index' object has no attribute 'plugins'",))
WARNING:
(' status: ', '404 Not Found')
(' message: ', "The path '/tactic/plugins/pdfjs/build/pdf.js' was not found.")
(' site: ', '')
(' project_code: ', 'plugins')
('WARNING: ', AttributeError("'Index' object has no attribute 'plugins'",))
WARNING:
(' status: ', '404 Not Found')
(' message: ', "The path '/tactic/plugins/pdfjs/build/pdf.js' was not found.")
(' site: ', '')
(' project_code: ', 'plugins')
('WARNING: ', AttributeError("'Index' object has no attribute 'plugins'",))
WARNING:
(' status: ', '404 Not Found')
(' message: ', "The path '/tactic/plugins/pdfjs/web/viewer.js' was not found.")
(' site: ', '')
(' project_code: ', 'plugins')
I though that was a permission issue so I set the permissions on all the files to 777 just to test but no luck