Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » DSE SQL execution causes "Method can be called only once" error
DSE SQL execution causes "Method can be called only once" error [message #226785] Thu, 15 January 2009 21:40 Go to next message
Michael Giroux is currently offline Michael GirouxFriend
Messages: 81
Registered: July 2009
Location: Phoenix, AZ
Member
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.
...
Re: DSE SQL execution causes "Method can be called only once" error [message #226791 is a reply to message #226785] Thu, 15 January 2009 21:41 Go to previous message
Michael Giroux is currently offline Michael GirouxFriend
Messages: 81
Registered: July 2009
Location: Phoenix, AZ
Member
Sorry, I should mention that I running the Ganymede 3.4.1 Java EE version.
Previous Topic:Eclipse and Glassfish
Next Topic:Web Services Explorer for UDDI v3
Goto Forum:
  


Current Time: Fri Jan 17 22:42:28 GMT 2025

Powered by FUDForum. Page generated in 0.03005 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top