Skip to main content



      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 16:40 Go to next message
Eclipse UserFriend
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 16:41 Go to previous message
Eclipse UserFriend
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: Sat Jul 05 08:53:30 EDT 2025

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

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

Back to the top