DSE SQL execution causes "Method can be called only once" error [message #226785] |
Thu, 15 January 2009 16:40  |
Eclipse User |
|
|
|
I submit a rather simple query (see below) that generates one row of
output. After the result row is displayed, my eclipse platform goes into
a loop generating the message "Method can be called only once." until I
kill the query.
I've checked the Error log and there are no entries with further
information regarding this problem.
This message loop occurs regardless of the SQL. In all cases, the SQL
executes normally, and the result row(s) displayed followed by this
message.
Any suggestions will be welcomed.
query:
select prop_id, sum(los) from stay where prop_id = 1 group by prop_id;
result:
prop_id (sum)
------- -----
1 1857
Method can be called only once.
Method can be called only once.
...
|
|
|
|
Powered by
FUDForum. Page generated in 0.44667 seconds