None of these symptoms sound right or ring any bells. It may be a bug
such that when triggered messes up a running session and that a
restart will clear it up until the bug is triggered again. Or it may
be that the installation is damaged in some way. For starters I would
suggest reinstalling the JHS addon.

On Mon, May 5, 2014 at 3:55 AM, Raul Miller <[email protected]> wrote:
> I have been playing with jhs, and sometimes when I save a temp file
> and then run it, I get a 409 error from the attempt to run it.
>
> So I reload the jijx window, and that succeeds, but the browser
> immediately follows that with a request for favicon.ico, which looks
> like this:
>
> GET http://127.0.0.1:65001/favicon.ico HTTP/1.1
> Host: 127.0.0.1:65001
> Connection: keep-alive
> Accept: */*
> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36
> Accept-Encoding: gzip,deflate,sdch
> Accept-Language: en-US,en;q=0.8
>
> And so JHS responds with:
>
> HTTP/1.1 409 Conflict
> Content-Type: text/html; charset=utf-8
> Connection: close
>
>
> get/post request failed&lt;br&gt;
> response code 409&lt;br&gt;
> application did not produce result&lt;br&gt;
> try browsing to url again&lt;br&gt;
> additional info in jijx
>
> Which basically means I have to shut down jhs and restart it, because
> once a 409 error has been sent, further requests like this:
>
> POST http://127.0.0.1:65001/jijx HTTP/1.1
> Host: 127.0.0.1:65001
> Connection: keep-alive
> Content-Length: 56
> Origin: http://127.0.0.1:65001
> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36
> Content-Type: text/plain;charset=UTF-8
> Accept: */*
> Referer: http://127.0.0.1:65001/jijx
> Accept-Encoding: gzip,deflate,sdch
> Accept-Language: en-US,en;q=0.8
>
> jdo=%20%20%20i.2&amp;jtype=enter&amp;jmid=log&amp;jsid=&amp;jdata=&amp;jwid=
>
> get a response which looks like this:
>
> HTTP/1.1 200 OK
> Content-Type: text/html; charset=utf-8
> Cache-Control: no-cache
> Content-Length: 207
>
> &lt;div 
> class=&quot;file&quot;&gt;***&amp;nbsp;response&amp;nbsp;not&amp;nbsp;sent&amp;nbsp;for&amp;nbsp;favicon.ico&lt;/div&gt;&lt;div
> class=&quot;file&quot;&gt;***&amp;nbsp;html409&amp;nbsp;Conflict&lt;/div&gt;&lt;div
> class=&quot;log&quot;&gt;i.2&lt;/div&gt;&lt;div id=&quot;prompt&quot;
> class=&quot;log&quot;&gt;&lt;/div&gt;
>
> Has anyone seen anything like this before? If so, what did you do to resolve 
> it?
>
> Or do I need to debug this myself?
>
> The relevant code looks to be in addons/ide/jhs/core.ijs, specifically:
>
> if. _1~:SKSERVER do. try. ".'urlresponse_',URL,'_ y' catch. end. end. NB. jijx
> if. _1~:SKSERVER do. jbad'' end.
>
> But I do not have enough of an understanding of the ideal here, to
> know what changes would be advisable.
>
> Thanks,
>
> --
> Raul
> ----------------------------------------------------------------------
> 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