If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Unable to get response from firebird

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-24-10, 02:12
ram_zoho ram_zoho is offline
Registered User
 
Join Date: Nov 2010
Posts: 2
Unable to get response from firebird

Hi all,

I have problem while updating the data into database through java. Thread got frozen, but throws no exception. Here i have pasted thread dump.


Please tell me what is the reason for this issue.

"WorkerThread-spm -0 : eces1103" daemon prio=6 tid=0x05791800 nid=0xa48 runnable [0x08e9f000..0x08e9fc18]
java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.firebirdsql.gds.impl.wire.XdrInputStream.read( XdrInputStream.java:253)
at org.firebirdsql.gds.impl.wire.XdrInputStream.readI nt(XdrInputStream.java:187)
at org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl. nextOperation(AbstractJavaGDSImpl.java:2144)
at org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl. iscDsqlExecute2(AbstractJavaGDSImpl.java:1173)
- locked <0x25d50c28> (a org.firebirdsql.gds.impl.wire.isc_db_handle_impl)
at org.firebirdsql.gds.impl.GDSHelper.executeStatemen t(GDSHelper.java:226)
at org.firebirdsql.jdbc.AbstractPreparedStatement.int ernalExecute(AbstractPreparedStatement.java:726)
- locked <0x25efb748> (a org.firebirdsql.jdbc.FBPreparedStatement)
at org.firebirdsql.jdbc.AbstractPreparedStatement.exe cuteBatch(AbstractPreparedStatement.java:886)
- locked <0x25efb748> (a org.firebirdsql.jdbc.FBPreparedStatement)
at org.jboss.resource.adapter.jdbc.WrappedStatement.e xecuteBatch(WrappedStatement.java:750)


Thanks
Nathan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On