[JBoss-user] [JCA/JBoss] - Re: java.sql.SQLException: Io exception: Broken pipe

2005-01-11 Thread georgewinner
Adrian I have the same error in my application, 

So it's not a real error but and wrong message thrown ??


12037157 INFO  10 Jan 2005 23:04:28,401 
connectionmanager.TxConnectionManager$TxConnectionEventListener - Unregistered 
handle that was not registered! null for managedConnection: [EMAIL PROTECTED]
12037158 INFO  10 Jan 2005 23:04:28,402 
connectionmanager.TxConnectionManager$TxConnectionEventListener - Unregistered 
handle that was not registered! null for managedConnection: [EMAIL PROTECTED]
12037159 INFO  10 Jan 2005 23:04:28,403 
connectionmanager.JBossManagedConnectionPool - Exception destroying 
ManagedConnection
org.jboss.resource.JBossResourceException: SQLException; - nested throwable: 
(java.sql.SQLException: Io exception: Broken pipe)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkException(BaseWrapperManagedConnection.java:445)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedConnection.java:229)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doDestroy(InternalManagedConnectionPool.java:374)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.returnConnection(InternalManagedConnectionPool.java:250)
at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool.returnConnection(JBossManagedConnectionPool.java:648)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.returnManagedConnection(BaseConnectionManager2.java:451)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$BaseConnectionEventListener.connectionErrorOccurred(BaseConnectionManager2.java:762)
at 
org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.connectionErrorOccurred(TxConnectionManager.java:629)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.broadcastConnectionError(BaseWrapperManagedConnection.java:309)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.connectionError(BaseWrapperManagedConnection.java:294)
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.checkException(WrappedConnection.java:819)
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.createStatement(WrappedConnection.java:156)
at 
com.eurodyn.dimitra2.util.scheduling.XMLTask.getLastExecution(XMLTask.java:219)
at 
com.eurodyn.dimitra2.util.scheduling.XMLTask.needExecution(XMLTask.java:307)
at 
com.eurodyn.dimitra2.util.scheduling.XMLTask.execute(XMLTask.java:295)
at 
com.eurodyn.dimitra2.util.scheduling.ScheduledTask.run(ScheduledTask.java:53)
at java.util.TimerThread.mainLoop(Timer.java:432)
at java.util.TimerThread.run(Timer.java:382)
Caused by: java.sql.SQLException: Io exception: Broken pipe
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:333)
at oracle.jdbc.driver.OracleConnection.close(OracleConnection.java:1442)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedConnection.java:225)
... 16 more





View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3861621#3861621

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861621


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: java.sql.SQLException: Io exception: Broken pipe

2004-12-17 Thread [EMAIL PROTECTED]
Moderated: FAQ

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859065#3859065

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859065


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: java.sql.SQLException: Io exception: Broken pipe

2004-05-13 Thread lee_yuki2000
I m using jboss 3.2.1 and oracle 9.1i

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834762#3834762

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834762


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: java.sql.SQLException: Io exception: Broken pipe

2004-05-13 Thread [EMAIL PROTECTED]
Either:

1) You had a transaction timeout
2) The network broke the connection
3) Oracle closed the connection (jdbc driver or db)

None of the logging you report is an ERROR, it is just warning you that a connection
was closed unexpectedly.

3.2.1 had a bug where it would try to close the connection twice
1) When it discovered the connection was broken
2) When the wrapper connection was closed by the application after receiving the
sql exception about the oriignal error
It doesn't cause any problems, just messy logs.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834799#3834799

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834799


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user