No error messages in my Sage Cell server
I installed sagecell server on Sage5.2 and I have two problems: with jmol graphic and error messages
Edit: (Jmol resolved - the problem was in the browser, not in the server), the problem that I do not see some error reports persists. Any idea?
ERRORS
If the computation finishes fine, I can see the output (including plots). If the computation fails, I see empty cell (and no div with error message in Firebug). The code
1.show(
throws error message on my server, as expected. However, the code
1.show()
throws error on aleph.sagemath.org, but not on my server.
Current state
I installed the sage cell server as follows:
compiled sage 5.2 from sources, tested and installed tickets 12719 and 13121 following the instructions in the description to these tickets
changed host IP address in sagecell_config_default.py (the installation in the text only virtual machine in vmware).
allowed 'ProxyPreserveHost On' in apache configuration to keep correct url's, as described in one of the posts in sage-devel
Can you help me? Many thanks.
The machine is installed on a server and apache2.conf is used to forward ports. However, the results are the same if I run the machine in VMware player and access directly from the same machine which runs the VMware player.
FYI: http://aleph.sagemath.org is running version 2 of the server. http://aleph1.sagemath.org is running version 1 of the server.