Opened 8 years ago

Closed 8 years ago

#1054 closed defect (duplicate)

rasnet: running directql without specifying connection

Reported by: Dimitar Misev Owned by: George Merticariu
Priority: major Milestone: 9.1.x
Component: rasnet Version: development
Keywords: Cc:
Complexity: Medium

Description

Accidentally I run directql without specifying the database file, what's worrying are the messages on the last few lines.

$ directql -q 'select oid(c) from test2d AS c' --out string
directql: rasdaman query tool v1.0, rasdaman v9.1.0-g54a4495 -- generated on 06.11.2015 12:47:19.
opening database RASBASE at localhost:7001...06/11/2015 13:12:50.455  [INFO] Connected successfully to 'RASBASE'
 ok
Executing retrieval query...06/11/2015 13:12:50.456 [FATAL] SQL query failed: SELECT NextValue FROM RAS_COUNTERS ORDER BY CounterId
06/11/2015 13:12:50.456 [FATAL] Database error, code: 1, message: no such table: RAS_COUNTERS
Exception: Error in base DBMS, error number: 1
no such table: RAS_COUNTERS
rasdaman error 206: Serialisable exception r_Ebase_dbms: error in base DBMS.
aborting transaction...ok
directql done.
Check failed: prof_handler_token_ != NULL: SIGPROF handler is not registered
Aborted (core dumped)

Change History (3)

comment:1 by Dimitar Misev, 8 years ago

Actually I'm not sure if this has any relation to rasnet. Probably it shouldn't because it's directql.

comment:2 by Alex Toader, 8 years ago

Owner: changed from Alex Toader to George Merticariu
Status: newassigned

comment:3 by George Merticariu, 8 years ago

Resolution: duplicate
Status: assignedclosed

Duplicate for ticket http://rasdaman.org/ticket/1074

Note: See TracTickets for help on using tickets.