Bonjour à tous,
je travaille sur une application basé sur hyperjaxb pour générer un fichier XML depuis une base AS400.
Sur un environnement, ça ne fonctionne pas et je tombe sur le plantage suivant :
Est-ce que quelqu'un a déjà rencontré ce problème et trouvé une solution?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 [STDOUT]2009-01-22 13:56:20,416 WARN [com.mchange.v2.c3p0.impl.NewPooledConnection] - <[c3p0] A PooledConnection that has already siignalled a Connection error is still in use!> [STDOUT]2009-01-22 13:56:20,417 WARN [com.mchange.v2.c3p0.impl.NewPooledConnection] - <[c3p0] Another error has occurred [ java.sql.SQLException: The connection does not exist. ] which will not be reported to listeners!> java.sql.SQLException: The connection does not exist. at java.lang.Throwable.<init>(Throwable.java:195) at java.lang.Exception.<init>(Exception.java:41) at java.sql.SQLException.<init>(SQLException.java:40) at com.ibm.as400.access.JDError.throwSQLException(JDError.java:389) at com.ibm.as400.access.AS400JDBCConnection.checkOpen(AS400JDBCConnection.java:397) at com.ibm.as400.access.AS400JDBCStatement.checkOpen(AS400JDBCStatement.java:320) at com.ibm.as400.access.AS400JDBCStatement.getMaxRows(AS400JDBCStatement.java:2361) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.getMaxRows(NewProxyPreparedStatement.java:1200) at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:225)
D'avance merci.
Cdt.
Partager