From p.j.a.cock@googlemail.com Wed Oct 2 12:37:46 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: [galaxy-dev] Tabular data not displaying in main panel Date: Wed, 02 Oct 2013 17:37:08 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8620407867416919548==" --===============8620407867416919548== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, Multiple users of our internal Galaxy server have reported with multiple browsers that tabular data is not displayed in the main central panel. The preview in the history works, but clicking on the "eye" icon gives a blank page. I can confirm this in Firefox 24.0 and Safari 6.0.5, the HTML for the central frame looks blank but is actually a script when viewed via the frame source. The tabular file data is there in the script's first_data_chunk entry - but does not get shown. An except is shown below. Has anyone else noticed this problem? I believe it began when I last updated this Galaxy instance, but was not noticed immediately. Thanks, Peter ----------------------- I believe we are running the current stable release, or at least the latest commit on the default branch from galaxy-dist $ hg pull warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting) real URL is https://bitbucket.org/galaxy/galaxy-dist pulling from http://bitbucket.org/galaxy/galaxy-dist searching for changes no changes found $ hg update 0 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg branch default [galaxy(a)ppserver galaxy-dist]$ hg log -b default | head changeset: 10411:c42567f43aa7 user: greg date: Mon Aug 19 13:19:56 2013 -0400 summary: Filter invalid objects when generating the list of repository_dependencies objects that are associated with a tool shed repository installed into Galaxy. changeset: 10410:e9ee9c5d30ae user: Dave Bouvier date: Mon Aug 19 13:08:45 2013 -0400 summary: Remove duplicate method from the install and test's functional_tests.py. ... ----------------------- Dataset Display -- --===============8620407867416919548==--