Java.sql.SQLException

Alguém tem alguma idéia do que seja esta exception?

java.sql.SQLException: JZ006 Caught IOException: java.io.IOException: JZ0PA: The query has been cancelled and the response discarded. The cancel was probably issued by another statement on the connection.

Isso acontece quando uso o método executeQuery() de um objeto Statement.

Alguém manja?

vlews

Para que possamos tentar resolver o seu erro me mande o código.

Olha, o que ele faz é executar uma query dessa forma:

String query = “blablablabladequery”;
stmt.executeQuery(query) ;

… e retorna a exception… stmt é um objeto do tipo Statement.

Vc não esta tentando usar o mesmo Statement para duas querys?