Ask Your Question
0

No error messages in my Sage Cell server

asked 2012-09-11 05:28:11 +0200

robert.marik gravatar image

updated 2012-09-12 16:51:36 +0200

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:

  1. compiled sage 5.2 from sources, tested and installed tickets 12719 and 13121 following the instructions in the description to these tickets

  2. changed host IP address in sagecell_config_default.py (the installation in the text only virtual machine in vmware).

  3. 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.

edit retag flag offensive close merge delete

Comments

FYI: http://aleph.sagemath.org is running version 2 of the server. http://aleph1.sagemath.org is running version 1 of the server.

Jason Grout gravatar imageJason Grout ( 2012-09-15 01:42:00 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-09-15 02:39:42 +0200

Jason Grout gravatar image

http://aleph.sagemath.org is running version 2 of the server, which has updated the error handling. http://aleph1.sagemath.org is running version 1 of the server. Indeed, it looks like aleph1 is not returning the error message either.

There isn't any development work happening on version 1 anymore (since about the beginning of summer), so this is unlikely to be fixed unless someone submits a pull request.

edit flag offensive delete link more

Comments

Thank you, I'll try version 2.

robert.marik gravatar imagerobert.marik ( 2012-09-15 08:10:29 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2012-09-11 05:28:11 +0200

Seen: 346 times

Last updated: Sep 15 '12