Puzzling. Something is really messed up.

   'd0' gpd0 term_png                  NB. create png file
error:
set term png tiny size 400,200 xffffff
         ^

Seems to indicate gnuplot binary isn't working correctly.

   'd0' gpd0 term_canvas               NB. create html file
~temp/gnuplot/gnu

But this indicates J code is broken. The result should never be a file
called gnu, but should be a file called d0.html. The fact that d0.html
wasn't created explains the hang when trying to display it.

Your other reports are variations on these two.

My guess is that the problems are unrelated to the gnuplot binary or IE9
and are do to problems in the JHS addon code.

The first thing to do is to be sure you have the latest JHS update
installed. JHS JAL doesn't have a reinstall option that will overwrite a
damaged install so you will have to do the reinstall manually.

In your jijx session do:

   'reinstall' jpkg 'ide/jhs'

This should report the removal and reinstall.

Then try gpdemo again and let me know what happens.

Thanks for your patience on this.

On Fri, Dec 2, 2011 at 5:24 AM, David Mitchell <davidmitch...@att.net>wrote:

> I updated ide/jhs and the gnuplot demo would no longer work with my
> existing
> gnuplot install and IE9.
>
> I installed gnuplot from www.gnuplot.info and got the same results.
>
>    load'~addons/ide/jhs/gnuplot.ijs'
>    gpdemo''
> ...
>    'd0' gpd0 term_png                  NB. create png file
> error:
> set term png tiny size 400,200 xffffff
>          ^
> "c:/users/me/j64-701-user/temp/gnuplot/gnu.plt", line 1: unknown or
> ambiguous
> terminal type; type just 'set terminal' for a list
>
> |assertion failure: gpplot_jgnuplot_
> |   0
>    'd0' gpd0 term_canvas               NB. create html file
> ~temp/gnuplot/gnu
>
>    jhspng  'd0' gpd0 term_png          NB. display in session
> error:
> set term png tiny size 400,200 xffffff
>          ^
> "c:/users/me/j64-701-user/temp/gnuplot/gnu.plt", line 1: unknown or
> ambiguous
> terminal type; type just 'set terminal' for a list
>
> |assertion failure: gpplot_jgnuplot_
> |   0
>    jhslink 'd1' gpd1 term_canvas       NB. link to file
> ~temp/gnuplot/gnu
>
> When I clicked on the link, I got a new tab with the title bar:
>
> HTTP 408/409 Server Busy
>
> and the content:
>
> The website is too busy to show the webpage
> --
>
> On 12/1/2011 13:20, Eric Iverson wrote:
> > The latest JHS JAL update has significant improvements to gnuplot
> support.
> >
> > Use JHS JAL to update to the latest version of ide/jhs. Shutdown and
> > restart JHS server and see link|jhelp|gnuplot section for info on
> > installing and using gnuplot.
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to