I've done everyting as told in the instructions.
I chose 0 for my starting menu.
then went to my www.example.com/hypergraph
andit gave me this Parsin Error

I've attached the screenshot of the error message, because like that you might understand better where the problem is.

Because of this, hypergraph module version 1.2 cannot be considered as a stable release

CommentFileSizeAuthor
hypergraph_parsing-error.png22.85 KBdrupalina
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Vacilando’s picture

Assigned: Unassigned » Vacilando
Status: Active » Postponed

It's not a module bug.

The author of the visualization applet has confirmed to me that this error happens with some versions of the Java runtime users have installed on their machines. The author is looking into possibilities of a patch within HyperGraph that would bypass the Java bug. He knows it is urgent but we can't estimate when he finds the time to look into it. Let's hope it will be very soon.

If any of the readers knows Java so well s/he can fix it, please don't hesitate - the open source code is at http://hypergraph.sourceforge.net/

Cheers,

Vacilando (I am just the module author)

Vacilando’s picture

Status: Postponed » Active

I've found out that if you turn Java caching off (go to Java control panel, find settings for "Temporary Internet Files", turn them off), the problem disappears. A generic solution would be to switch off caching using an applet parameter -- if anybody knows how to do that, please contact the author. See also http://forum.java.sun.com/thread.jspa?threadID=5178873

Leeteq’s picture

Subscribing.

Vacilando’s picture

Status: Active » Fixed

After many sleepless nights I found it was a bug related to Drupal ( see my full analysis here )... nobody has been able to explain why it happened, but I was nevertheless able to make a workaround. So v1.3 fixes this issue (and adds a number of other improvements).

Cheers,

Tomáš / Vacilando

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Vacilando’s picture

Status: Closed (fixed) » Fixed

There was a bug when HG was used together with Devel (and maybe other modules).

See http://drupal.org/node/237239 for more, get v1.4 for the patched version from http://drupal.org/project/hypergraph

Let me know if this did not fix the issue for you.

Cheers,

Tomáš (vacilando)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

tignux’s picture

I have the same parsing problem with 1.4 version

I've tried to turn off the "Temporary Internet Files" in the Java control panel but the bug persist

sytru’s picture

Same problem here. This module breaks and using it will frustrate your visitors.

Vacilando’s picture

Title: Parsing Error » Error while parsing
Version: 5.x-1.2 » 6.x-1.x-dev
Assigned: Vacilando » Unassigned
Priority: Critical » Normal
Status: Closed (fixed) » Needs work
Issue tags: +error, +parsing, +HyperGraph

This error does not stem from the Drupal module, but from the Java applet itself.

I urge everybody who would like to see this fixed to go to http://hypergraph.sourceforge.net/ and
1) either contact the author of the applet kindly asking for a fix or explanation of this error
2) or try to find and fix the problem yourself in Java
(It could be as simple as escaping something illegal in the data input -- but what?)

Me, I did try to contact the applet's author (1) but never tried (2) as my Java skills are not good enough.

mos-eisley.dk’s picture

I have been looking at the module myself, and if it is a java error, why does the module work on http://vacilando.net/hg on all pc's I have tried, but not on my system at drupal.mos-eisley.dk - The java beneath should be the same...? I even tried to copy the jarfile from http://vacilando.net/ - same issue ?

If I do try the "XML" link for the applet parameters: http://drupal.mos-eisley.dk/site/modules/hypergraph/graphs/hg.php?par=0&..., I am just send to the drupal installation of my site, no XML output arrives...

The is a wget of the url:

riddick:~ bnp$ ./wget -O - "http://drupal.mos-eisley.dk/site/modules/hypergraph/graphs/hg.php?par=0&..."
--2009-11-01 16:04:22-- http://drupal.mos-eisley.dk/site/modules/hypergraph/graphs/hg.php?par=0&...
Resolving drupal.mos-eisley.dk... 217.116.232.211
Connecting to drupal.mos-eisley.dk|217.116.232.211|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://drupal.mos-eisley.dk/site/modules/hypergraph/graphs/install.php [following]
--2009-11-01 16:04:23-- http://drupal.mos-eisley.dk/site/modules/hypergraph/graphs/install.php
Reusing existing connection to drupal.mos-eisley.dk:80.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://drupal.mos-eisley.dk/site/modules/install.php [following]
--2009-11-01 16:04:23-- http://drupal.mos-eisley.dk/site/modules/install.php
Reusing existing connection to drupal.mos-eisley.dk:80.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://drupal.mos-eisley.dk/site/modules/install.php?profile=default [following]
--2009-11-01 16:04:23-- http://drupal.mos-eisley.dk/site/modules/install.php?profile=default

On http://vacilando.net/sites/all/modules/hypergraph/graphs/hg.php?par=0&ct... some form of XML seems to be out
putted..

riddick:~ bnp$ /users/bnp/wget -O - "http://vacilando.net/sites/all/modules/hypergraph/graphs/hg.php?par=0&ct..."
--2009-11-01 17:31:00-- http://vacilando.net/sites/all/modules/hypergraph/graphs/hg.php?par=0&ct...
Resolving vacilando.net... 72.32.147.161
Connecting to vacilando.net|72.32.147.161|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3251 (3.2K) [text/xml]
Saving to: `STDOUT'

0% [ ] 0 --.-K/s <?xml version="1.0"?>

vacilando.netWritingsResearchCodingHypergraphGallery of hypergraphsBrilliant GalleryGallery of galleriesTrailScoutWikitreeGalleriesQuotationsTomáš J. FülöppPortfolioStatisticsAll pagesAll pages, links, quotesBacklinksContactLog in] 3,251 --.-K/s in 0.1s

2009-11-01 17:31:03 (21.3 KB/s) - `-' saved [3251/3251]

BR,

Normann

maui1’s picture

I have the same problem... I have a pretty vanilla Drupal 6.14 install and no Devel. I have tried changing the java version locally and disabling the Java cache all to no effect.

I love Hypergaph and hope this weird bug is squashed soon.