Don't like ads? PRO users don't see any ads ;-)
Guest

thread locking

By: a guest on Jun 27th, 2012  |  syntax: Java  |  size: 3.71 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pool-17-thread-3" - Thread t@296
  2.   java.lang.Thread.State: RUNNABLE
  3.         at java.net.SocketInputStream.socketRead0(Native Method)
  4.         at java.net.SocketInputStream.read(SocketInputStream.java:129)
  5.         at com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:114)
  6.         at com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:161)
  7.         at com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:189)
  8.         - locked <22526fb> (a com.mysql.jdbc.util.ReadAheadInputStream)
  9.         at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2537)
  10.         at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2990)
  11.         at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  12.         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3520)
  13.         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1990)
  14.         at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2151)
  15.         at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2625)
  16.         - locked <552229d6> (a com.mysql.jdbc.JDBC4Connection)
  17.         at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2119)
  18.         - locked <f57195> (a com.mysql.jdbc.JDBC4PreparedStatement)
  19.         at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2281)
  20.         - locked <552229d6> (a com.mysql.jdbc.JDBC4Connection)
  21.         - locked <f57195> (a com.mysql.jdbc.JDBC4PreparedStatement)
  22.         at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
  23.         at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
  24.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  25.         at java.lang.reflect.Method.invoke(Method.java:597)
  26.         at com.jamonapi.proxy.MonProxy.invoke(MonProxy.java:110)
  27.         at com.jamonapi.proxy.JDBCMonProxy.invoke(JDBCMonProxy.java:98)
  28.         at $Proxy57.executeQuery(Unknown Source)
  29.         at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:643)
  30.         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:586)
  31.         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:636)
  32.         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:661)
  33.         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:681)
  34.         at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.query(NamedParameterJdbcTemplate.java:154)
  35.         at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.query(NamedParameterJdbcTemplate.java:160)
  36.         at gb.app.beans.CustomReport.ReportWriter.CustomReportWriter.getResultsFromDB(CustomReportWriter.java:121)
  37.         at gb.app.beans.CustomReport.ReportWriter.PlainWriter.getResultForQuery(PlainWriter.java:48)
  38.         at gb.app.beans.CustomReport.ReportWriter.PlainWriter.writeResultSetToCSV(PlainWriter.java:37)
  39.         at gb.app.beans.CustomReport.ReportWriter.CustomReportWriter.writeOutPutToTargetSource(CustomReportWriter.java:179)
  40.         at gb.app.beans.CustomReport.ReportWriter.CustomReportWriter.writeCompressedResultsToFile(CustomReportWriter.java:76)
  41.         at gb.app.beans.CustomReport.ReportInProgressBean.createReport(ReportInProgressBean.java:177)
  42.         at gb.app.beans.CustomReport.ReportInProgressBean.createAndDeliverReport(ReportInProgressBean.java:128)
  43.         at gb.app.beans.CustomReport.ScheduledReportInProgressBean.processReport(ScheduledReportInProgressBean.java:83)
  44.         at ims.app.queue.CustomReportProcessing.CustomReportProcessor$1.run(CustomReportProcessor.java:29)
  45.         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  46.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  47.         at java.lang.Thread.run(Thread.java:662)
  48.  
  49.   Locked ownable synchronizers:
  50.         - locked <35e8cc44> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)