Hi!
I thought stderr.log and stdout.log prints the same as startup_dev.py.
I executed startup_dev, and here are the stacktraces:
--------------------------------------------------
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 583, in new
cmd.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 194, in execute_cmd
cmd.execute()
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 171, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 306, in exec_meth
results = meth(self, ticket, *new_args, **kwargs)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 5592, in get_widget
widget = ExceptionWdg(e)
File "/home/apache/tactic/src/pyasm/widget/web_wdg.py", line 3527, in __init__
super(ExceptionWdg, self).__init__(self)
File "/home/apache/tactic/src/pyasm/web/widget.py", line 128, in __init__
self.init()
File "/home/apache/tactic/src/pyasm/widget/web_wdg.py", line 3593, in init
from spt.modules.workflow import Workflow
Error: No module named 'spt'
--------------------------------------------------
--------------------------------------------------
WARNING CherryPyStartup: '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
ERROR: 'ActionButtonWdg' object has no attribute 'add_event'
WARNING CherryPyStartup: '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
ERROR: 'ActionButtonWdg' object has no attribute 'add_event'
--------------------------------------------------
And one more things:
tactic.ui.table.HiddenRowElementWdg - isn't expanding in a row (TACTIC 4.8)
Projects choose menu in the right corner - the menus cascading on the top of prevous, so confuising...
Left menu sidebar, it is'n scrollable on mobile browsers.
Bug when trying to save column definition with HiddenRowElementWdg widget:
--------------------------------------------------
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 583, in new
cmd.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/command/command.py", line 267, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 274, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 304, in exec_meth
results = meth(self, ticket, *new_args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 5802, in execute_cmd
Command.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/command/command.py", line 267, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/tactic/ui/manager/element_definition_wdg.py", line 3107, in execute
self.save(self.search_type, view, self.element_name, widget_key, display_class)
File "/home/apache/tactic/src/tactic/ui/manager/element_definition_wdg.py", line 3209, in save
options = self.get_options("option")
File "/home/apache/tactic/src/tactic/ui/manager/element_definition_wdg.py", line 3349, in get_options
hidden_class = web.get_form_values("xxx_%s|display_class" % prefix)[1]
Error: list index out of range
--------------------------------------------------
When trying to open help:
Error processing document: 'str' object has no attribute 'decode'
Source: book/doc/doc_tactic-end-user/html/ar01s06.html#_creating_tasks
And REALLY serious question! How to use modern material design icons?
The CHOOSE button it the side-bar editing isn't working by the way.
When adding new separator:
--------------------------------------------------
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 583, in new
cmd.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/command/command.py", line 267, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 274, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 304, in exec_meth
results = meth(self, ticket, *new_args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 6374, in add_config_element
raise UserException('This view name [%s] is reserved for internal use.'%name)
Error: This view name [separator] is reserved for internal use.
--------------------------------------------------
I thought stderr.log and stdout.log prints the same as startup_dev.py.
I executed startup_dev, and here are the stacktraces:
--------------------------------------------------
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 583, in new
cmd.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 194, in execute_cmd
cmd.execute()
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 171, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 306, in exec_meth
results = meth(self, ticket, *new_args, **kwargs)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 5592, in get_widget
widget = ExceptionWdg(e)
File "/home/apache/tactic/src/pyasm/widget/web_wdg.py", line 3527, in __init__
super(ExceptionWdg, self).__init__(self)
File "/home/apache/tactic/src/pyasm/web/widget.py", line 128, in __init__
self.init()
File "/home/apache/tactic/src/pyasm/widget/web_wdg.py", line 3593, in init
from spt.modules.workflow import Workflow
Error: No module named 'spt'
--------------------------------------------------
--------------------------------------------------
WARNING CherryPyStartup: '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
ERROR: 'ActionButtonWdg' object has no attribute 'add_event'
WARNING CherryPyStartup: '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
ERROR: 'ActionButtonWdg' object has no attribute 'add_event'
--------------------------------------------------
And one more things:
tactic.ui.table.HiddenRowElementWdg - isn't expanding in a row (TACTIC 4.8)
Projects choose menu in the right corner - the menus cascading on the top of prevous, so confuising...
Left menu sidebar, it is'n scrollable on mobile browsers.
Bug when trying to save column definition with HiddenRowElementWdg widget:
--------------------------------------------------
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 583, in new
cmd.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/command/command.py", line 267, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 274, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 304, in exec_meth
results = meth(self, ticket, *new_args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 5802, in execute_cmd
Command.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/command/command.py", line 267, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/tactic/ui/manager/element_definition_wdg.py", line 3107, in execute
self.save(self.search_type, view, self.element_name, widget_key, display_class)
File "/home/apache/tactic/src/tactic/ui/manager/element_definition_wdg.py", line 3209, in save
options = self.get_options("option")
File "/home/apache/tactic/src/tactic/ui/manager/element_definition_wdg.py", line 3349, in get_options
hidden_class = web.get_form_values("xxx_%s|display_class" % prefix)[1]
Error: list index out of range
--------------------------------------------------
When trying to open help:
Error processing document: 'str' object has no attribute 'decode'
Source: book/doc/doc_tactic-end-user/html/ar01s06.html#_creating_tasks
And REALLY serious question! How to use modern material design icons?
The CHOOSE button it the side-bar editing isn't working by the way.
When adding new separator:
--------------------------------------------------
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 583, in new
cmd.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/command/command.py", line 267, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 274, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 304, in exec_meth
results = meth(self, ticket, *new_args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 6374, in add_config_element
raise UserException('This view name [%s] is reserved for internal use.'%name)
Error: This view name [separator] is reserved for internal use.
--------------------------------------------------