Opened 9 years ago
Closed 9 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 , 9 years ago
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Duplicate for ticket http://rasdaman.org/ticket/1074
Note:
See TracTickets
for help on using tickets.
Actually I'm not sure if this has any relation to rasnet. Probably it shouldn't because it's directql.