Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error message after calling fitsload() #3656

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

error message after calling fitsload() #3656

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working normal SQL

Comments

@monetdb-team
Copy link

Date: 2015-01-27 08:30:17 +0100
From: @bartscheers
To: SQL devs <>
Version: 11.19.7 (Oct2014-SP1)
CC: @njnes

Last updated: 2015-05-07 12:37:51 +0200

Comment 20581

Date: 2015-01-27 08:30:17 +0100
From: @bartscheers

User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Build Identifier:

When one executes the fitsload() function, the server returns with an (error) message:

invalid/unknown response from server, ignoring output

following 5 lines of comments about loaded columns and finishes with:

(remaining output omitted, use \fraw to examine in detail).

However, the loading was successful (and very fast!), and the loaded table can be queried etc.

Reproducible: Always

Steps to Reproduce:

  1. Use example fits file: call fitsattach('/myfits/r564532_cat.fits');
  2. call fitsload('r564532_cat_3');

Actual Results:

invalid/unknown response from server, ignoring output
? Loading 1864 rows in table apm-binarytable
? Column number loaded for 1 ms Total 1 ms
? Column isophotal_flux loaded for 0 ms Total 0 ms
? Column total_flux loaded for 0 ms Total 0 ms
? Column core_flux loaded for 1 ms Total 1 ms
(remaining output omitted, use \fraw to examine in detail)

Expected Results:

Maybe the number of loaded records.

Relation with bug #3654.
https://www.monetdb.org/bugzilla/show_bug.cgi?id=3654

Comment 20582

Date: 2015-01-27 08:40:16 +0100
From: @bartscheers

Using this from within a python call, it breaks the program:

File "lib/python2.7/site-packages/monetdb/mapi.py", line 196, in cmd
raise ProgrammingError("unknown state: %s" % response)
monetdb.exceptions.ProgrammingError: unknown state: Loading 1864 rows in table apm-binarytable
Column number loaded for 0 ms Total 0 ms
Column isophotal_flux loaded for 0 ms Total 0 ms
Column total_flux loaded for 1 ms Total 1 ms

etc.

Comment 20644

Date: 2015-02-09 10:31:31 +0100
From: MonetDB Mercurial Repository <>

Changeset 5bd33e3ec650 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=5bd33e3ec650

Changeset description:

Don't send debugging output to client.
This should fix bug #3656.

Comment 20649

Date: 2015-02-11 16:33:46 +0100
From: @njnes

Bart could you verify the fix works for you.

Comment 20650

Date: 2015-02-11 17:37:54 +0100
From: @bartscheers

Yes, this works !

@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants