Problem with Genome Viewer unable to fetch the data from the host

Asked By 70 points N/A Posted on -
qa-featured

Hi there,

While working with Genome Viewer when I try to fetch the data from the host I ended up with a problem. The error message pops up and it stopped fetching data. I do not understand anything from the error message. I tried to trap the error, but I cannot. Help please. Thanks in advance. Your help is great.

 

Genome Viewer

The page at http://localhost says:

Error fetching data!

readyState: 4

status: 500

headers: Date: Thu, 06 Aug 2009  13:54:11 GMT

OpenSSL/0.9.71 DAV/2

Content-Length: 535

Connection: Close

Content-Type: text/html; charset = iso-8859-1

Error: undefined

SHARE
Answered By 0 points N/A #188693

Problem with Genome Viewer unable to fetch the data from the host

qa-featured

This "error fetching data!" connection error you're receiving in your "Genome Viewer" when you try to edit a start site is due to a certain perl module, "JSON", not being installed on your system. You can install JSON by using the following commands:

[SHELL]$sudo perl -MCPAN -e 'install JSON'

[SHELL]$sudo perl -MCPAN -e 'install JSON::Any' 

Related Questions