TACTIC Open Source
Updated TACTIC VM Image - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Announcements (http://forum.southpawtech.com/forumdisplay.php?fid=5)
+--- Thread: Updated TACTIC VM Image (/showthread.php?tid=13)



Updated TACTIC VM Image - Celton McGrath - 10-22-2019

Hi TACTICians,

We've updated the TACTIC VM image available for download on the community downloads page.

This is a Fedora 30 Image with TACTIC 4.7.0.a10. On boot of the VM, visit the network IP assigned, and you'll be able to start with
TACTIC right away.  We will be adding a quick start guide soon.

Best,

Celton


RE: Updated TACTIC VM Image - listy - 10-23-2019

It would be really great if someone made custom .sh scripts for different linux distrs.
I personally prefer CoentOs and Ubuntu.
I saw some outdated scripts in old forums, but they are gone.


RE: Updated TACTIC VM Image - listy - 10-24-2019

Errors i found:
When new empty project created - error about accessing some xml file. ([Errno 13] Permission denied: '/opt/tactic/tactic_data/config/tactic-conf.xml')
File "/opt/tactic/tactic/src/pyasm/command/command.py", line 261, in execute_cmd
ret_val = cmd.execute()
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 222, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 254, in exec_meth
results = meth(self, ticket, *new_args, **kwargs)
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 5555, in execute_cmd
Command.execute_cmd(cmd)
File "/opt/tactic/tactic/src/pyasm/command/command.py", line 261, in execute_cmd
ret_val = cmd.execute()
File "/opt/tactic/tactic/src/tactic/command/create_project_cmd.py", line 269, in execute
Config.save_config()
File "/opt/tactic/tactic/src/pyasm/common/config.py", line 335, in save_config
f = open(path, 'w')

Project>Configuration: Reported Error: "maximum recursion depth exceeded while calling a Python object".
File "/opt/tactic/tactic/src/tactic/ui/widget/button_new_wdg.py", line 1280, in get_display
return super(ActionButtonWdg,self).get_display()
File "/opt/tactic/tactic/src/pyasm/web/html_wdg.py", line 807, in get_display
super(HtmlElement,self).get_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 459, in get_display
widget.explicit_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 429, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/pyasm/web/html_wdg.py", line 1800, in get_display
return super(Table,self).get_display()
File "/opt/tactic/tactic/src/pyasm/web/html_wdg.py", line 807, in get_display
super(HtmlElement,self).get_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 459, in get_display
widget.explicit_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 429, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/pyasm/web/html_wdg.py", line 807, in get_display
super(HtmlElement,self).get_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 459, in get_display
widget.explicit_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 429, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/pyasm/web/html_wdg.py", line 807, in get_display
super(HtmlElement,self).get_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 459, in get_display
widget.explicit_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 429, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/pyasm/widget/input_wdg.py", line 1758, in get_display
self.set_attr("type", "button")
File "/opt/tactic/tactic/src/pyasm/web/html_wdg.py", line 182, in set_attr
if isinstance(value, basestring):

"1" button on the keyboard do not hide sidebar.

Manage Users do not have any "+" button.

When i opening Script editor i got this alert:
Error: Module name "ace/mode/javascript" has not been loaded yet for context: _. Use require([]) http://requirejs.org/docs/errors.html#notloaded

Opening documetation also give recursion error

Trying to create sType with schema, after click finished: Node [d] does not exist on canvas.

Registering sType through manage stype creates wrong link on the sidebar.

Trying to open Widget Config:
Error: error parsing attribute name, line 62, column 38 (line 62)

File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 5304, in get_widget
html = widget.get_buffer_display()
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 480, in get_buffer_display
buffer = self.get_buffer(cls)
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 471, in get_buffer
self.explicit_display(cls)
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 429, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/tactic/ui/panel/panel_wdg.py", line 3550, in get_display
layout_table.handle_search()
File "/opt/tactic/tactic/src/tactic/ui/panel/base_table_layout_wdg.py", line 731, in handle_search
self.sobjects = search.get_sobjects()
File "/opt/tactic/tactic/src/pyasm/search/search.py", line 2034, in get_sobjects
return self.do_search(redo, statement)
File "/opt/tactic/tactic/src/pyasm/search/search.py", line 1946, in do_search
fast_data=fast_data)
File "/opt/tactic/tactic/src/pyasm/search/search.py", line 6503, in fast_create_from_class_path
object = getattr(module, class_name)(search_type, columns, result)
File "/opt/tactic/tactic/src/pyasm/search/widget_db_config.py", line 32, in __init__
self._init()
File "/opt/tactic/tactic/src/pyasm/search/widget_db_config.py", line 72, in _init
self.xml.read_string(config_xml)
File "/opt/tactic/tactic/src/pyasm/common/lxml_wrapper.py", line 146, in read_string
raise XmlException(e)


RE: Updated TACTIC VM Image - Celton McGrath - 10-25-2019

Hi Listy,

Thank you for trying out the VM! I've been able to reproduce most of these bugs and we will re-release the VM soon.

Best,

Celton


RE: Updated TACTIC VM Image - listy - 10-25-2019

(10-25-2019, 12:13 AM)Celton McGrath Wrote: Hi Listy,

Thank you for trying out the VM! I've been able to reproduce most of these bugs and we will re-release the VM soon.

Best,

Celton
Widget config bug revealed only when i saved search preset


RE: Updated TACTIC VM Image - samaya - 10-25-2019

the index file is missing in the folder /var/www/html