I ran more of the jd tutorials on J807-beta-e and found two more issues:

1.   jdrt 'bus_lic'

Step csvrd will load csv file into Jd table buslic

causes J to exit on Windows7-64.

On Centos 7, it got this:

./jhs: line 2: 17030 Segmentation fault (core dumped) "`dirname "$0"`/jconsole" ~addons/ide/jhs/core.ijs -js " init_jhs_'' "

I then ran this demo on J806 and this step worked fine.

2. jdrt 'server_jhs'

Step create a new server at port 65011 got this error:

  initserver'default'
localhost:65011
+---------+------------------------------------------+
|[w]      |c:/users/me/j64-807-user/temp/jd/northwind|
+---------+------------------------------------------+
|northwind|~temp/jd/northwind                        |
+---------+------------------------------------------+
|northwind|u/p                                       |
+---------+------------------------------------------+
|northwind|*                                         |
+---------+------------------------------------------+
OKURL jjd

J HTTP Server - init failed

Port 65001 already in use by JHS or another service.

If JHS is serving the port, close this task and use the running server.

If JHS server is not working, close it, close this task, and restart.

See file "~addons/ide/jhs/config/jhs.cfg" on using another PORT.

|JHS init failed: assert
|   'JHS init failed'    assert 0

The other tutorials and demos worked fine.

David Mitchell

On 5/23/2018 17:21, Eric Iverson wrote:
Thanks for the bug reports. They will be fixed.

On Tue, May 22, 2018 at 10:38 AM, David Mitchell <[email protected]>
wrote:

Hi Eric,

I loaded the new jd and, once the key issue was fixed and jd updated, it
worked for me on Win10-64.

I did find two minor issues with the tutorials:

1.  jdrt 'reads_clauses' says this:

     WHERE is a predicate for the rows to satisfy
     ...
     see user.html for complete info

user.html does not seem to exist in the current jd release.

2.   jdrt 'stock_data' gets this error:

quandl_get'pg'
...
ERROR: Certificate verification error for www.quandl.com: unable to get
local issuer certificate
ERROR: certificate common name `ssl378095.cloudflaressl.com' doesn't
match requested host name `www.quandl.com'.
To connect to www.quandl.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
Connection failed:

I made this change

HTTPCMD_jpacman_  =: HTTPCMD_jpacman_,' --no-check-certificate'

and the rest of the tutorial worked.

I plan to try a conversion from sqlite to jd for one of my personal
utilities.

Thanks,
David Mitchell



On 5/15/2018 14:56, Eric Iverson wrote:

Jd (Jdatabase) new release available.

This release automatically installs a free non-commercial key if it is run
without a key.

The non-commercial key enables all of Jd and the only limitation is that
it
is licensed only for non-commercial use.

We strongly encourage all J users to take a serious look at Jd.

It should be of particular interest to anyone who works with csv files.
----------------------------------------------------------------------
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

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to