ClearCase: problem that stops functioning of all configurations
I found the next problem: if I launch the build with no changes it never finishes (All the time it shows "Getting project sources"). I can stop it manually but after this if I launch any configuration I have the same infinite build (All the time it shows "Checking for changes"). I can restore normal server functioning only but restarting it.
I have the following log for the first unsuccessfull build:
INFO - jetbrains.buildServer.VCS - Requesting patch for root view-path=D:\Views\TeamCity\Project\TC_Project_Dev_Snap\Cmp_Project\. cleanPatch = falseprevVersion=06-April-2007.11:01:10newVersion=06-April-2007.11:01:10
INFO - jetbrains.buildServer.VCS - ClearCase executing com.intellij.execution.configurations.GeneralCommandLine@2a0c2f
INFO - jetbrains.buildServer.VCS - ClearCase executing com.intellij.execution.configurations.GeneralCommandLine@1a6d923
INFO - jetbrains.buildServer.VCS - ClearCase executing com.intellij.execution.configurations.GeneralCommandLine@1e546fd
INFO - jetbrains.buildServer.VCS - ClearCase executing com.intellij.execution.configurations.GeneralCommandLine@108d69f
INFO - jetbrains.buildServer.VCS - ClearCase executing com.intellij.execution.configurations.GeneralCommandLine@14298a5
It seems that system behaves incorrectly if there is no changes. Is it real deffect or I do something wrong?
Please sign in to leave a comment.
Hello Yaroslav,
It has to be fixed in the next build (if it is the problem I guess). Could
you attach thread dump gotten at the moment when process is hanging?
Thanks!
--
Olesya Smirnova
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Yaroslav" <2007temporary@rambler.ru> wrote in message
news:15206391.1175852232850.JavaMail.itn@is.intellij.net...
>I found the next problem: if I launch the build with no changes it never
>finishes (All the time it shows "Getting project sources"). I can stop it
>manually but after this if I launch any configuration I have the same
>infinite build (All the time it shows "Checking for changes"). I can
>restore normal server functioning only but restarting it.
>
>
>
Good day, Olesya.
Sorry, I donn't understand where can I get "thread dump gotten at the moment when process is hanging". Could you explain it?
I found such log in stdout.log
ERROR - verSide.impl.XmlRpcBasedServer - Trouble logging BuildMessage1 Text * But it contains only two values to choose: “Pending“ or “Approved“ DefaultMessage
org.springframework.jdbc.UncategorizedSQLException: ConnectionCallback; uncategorized SQLException for SQL []; SQL state ; error code ; Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1; nested exception is java.sql.SQLException: Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1
java.sql.SQLException: Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1169)
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:693)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:794)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:168)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:168)
at jetbrains.buildServer.serverSide.impl.query.Query.execute(Query.java:33)
at jetbrains.buildServer.serverSide.impl.query.Query$3.run(Query.java)
at jetbrains.buildServer.serverSide.impl.DBFacade$13.doInConnection(DBFacade.java)
at jetbrains.buildServer.serverSide.impl.DBFacade$15.doInConnection(DBFacade.java)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:230)
at jetbrains.buildServer.serverSide.impl.DBFacade._runSql(DBFacade.java:129)
at jetbrains.buildServer.serverSide.impl.DBFacade.runSql(DBFacade.java:45)
at jetbrains.buildServer.serverSide.impl.DBFacade.runSql(DBFacade.java:202)
at jetbrains.buildServer.serverSide.impl.query.Query.execute(Query.java:7)
at jetbrains.buildServer.serverSide.impl.query.InsertCompilerOutputQuery.exec(InsertCompilerOutputQuery.java:2)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.processCompilerOutputMessage(AntMessagesProcessor.java:101)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.processText(AntMessagesProcessor.java:66)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.access$1500(AntMessagesProcessor.java:35)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor$8.processMessage(AntMessagesProcessor.java)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.doProcessMessage(AntMessagesProcessor.java:103)
at jetbrains.buildServer.serverSide.stat.StatisticsMessageProcessor.processMessage(StatisticsMessageProcessor.java:0)
at jetbrains.buildServer.serverSide.impl.RunningBuildImpl.addBuildMessage(RunningBuildImpl.java:156)
at jetbrains.buildServer.serverSide.impl.ServerRunningBuildImpl.addBuildMessage(ServerRunningBuildImpl.java:48)
at jetbrains.buildServer.serverSide.impl.XmlRpcBasedServer$1.doInTransactionWithoutResult(XmlRpcBasedServer.java:3)
at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:114)
at jetbrains.buildServer.serverSide.impl.XmlRpcBasedServer.log(XmlRpcBasedServer.java:73)
at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jetbrains.buildServer.xmlrpc.ExceptionCollectorWrapper.execute(ExceptionCollectorWrapper.java:45)
at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(XmlRpcWorker.java:84)
at org.apache.xmlrpc.XmlRpcWorker.execute(XmlRpcWorker.java:146)
at jetbrains.buildServer.controllers.XmlRpcController$1$1.execute(XmlRpcController.java)
at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:139)
at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:114)
at jetbrains.buildServer.controllers.XmlRpcController.handleRequest(XmlRpcController.java:19)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)
ERROR - verSide.impl.XmlRpcBasedServer - Trouble logging BuildMessage1 Text * But it contains only two values to choose: “Pending“ or “Approved“ DefaultMessage
org.springframework.jdbc.UncategorizedSQLException: ConnectionCallback; uncategorized SQLException for SQL []; SQL state ; error code ; Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1; nested exception is java.sql.SQLException: Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1
java.sql.SQLException: Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1169)
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:693)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:794)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:168)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:168)
at jetbrains.buildServer.serverSide.impl.query.Query.execute(Query.java:33)
at jetbrains.buildServer.serverSide.impl.query.Query$3.run(Query.java)
at jetbrains.buildServer.serverSide.impl.DBFacade$13.doInConnection(DBFacade.java)
at jetbrains.buildServer.serverSide.impl.DBFacade$15.doInConnection(DBFacade.java)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:230)
at jetbrains.buildServer.serverSide.impl.DBFacade._runSql(DBFacade.java:129)
at jetbrains.buildServer.serverSide.impl.DBFacade.runSql(DBFacade.java:45)
at jetbrains.buildServer.serverSide.impl.DBFacade.runSql(DBFacade.java:202)
at jetbrains.buildServer.serverSide.impl.query.Query.execute(Query.java:7)
at jetbrains.buildServer.serverSide.impl.query.InsertCompilerOutputQuery.exec(InsertCompilerOutputQuery.java:2)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.processCompilerOutputMessage(AntMessagesProcessor.java:101)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.processText(AntMessagesProcessor.java:66)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.access$1500(AntMessagesProcessor.java:35)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor$8.processMessage(AntMessagesProcessor.java)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.doProcessMessage(AntMessagesProcessor.java:103)
at jetbrains.buildServer.serverSide.stat.StatisticsMessageProcessor.processMessage(StatisticsMessageProcessor.java:0)
at jetbrains.buildServer.serverSide.impl.RunningBuildImpl.addBuildMessage(RunningBuildImpl.java:156)
at jetbrains.buildServer.serverSide.impl.ServerRunningBuildImpl.addBuildMessage(ServerRunningBuildImpl.java:48)
at jetbrains.buildServer.serverSide.impl.XmlRpcBasedServer$1.doInTransactionWithoutResult(XmlRpcBasedServer.java:3)
at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:114)
at jetbrains.buildServer.serverSide.impl.XmlRpcBasedServer.log(XmlRpcBasedServer.java:73)
at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jetbrains.buildServer.xmlrpc.ExceptionCollectorWrapper.execute(ExceptionCollectorWrapper.java:45)
at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(XmlRpcWorker.java:84)
at org.apache.xmlrpc.XmlRpcWorker.execute(XmlRpcWorker.java:146)
at jetbrains.buildServer.controllers.XmlRpcController$1$1.execute(XmlRpcController.java)
at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:139)
at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:114)
at jetbrains.buildServer.controllers.XmlRpcController.handleRequest(XmlRpcController.java:19)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)
ERROR - verSide.impl.XmlRpcBasedServer - Trouble logging BuildMessage1 Text * But it contains only two values to choose: “Pending“ or “Approved“ DefaultMessage
org.springframework.jdbc.UncategorizedSQLException: ConnectionCallback; uncategorized SQLException for SQL []; SQL state ; error code ; Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1; nested exception is java.sql.SQLException: Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1
java.sql.SQLException: Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1169)
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:693)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:794)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:168)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:168)
at jetbrains.buildServer.serverSide.impl.query.Query.execute(Query.java:33)
at jetbrains.buildServer.serverSide.impl.query.Query$3.run(Query.java)
at jetbrains.buildServer.serverSide.impl.DBFacade$13.doInConnection(DBFacade.java)
at jetbrains.buildServer.serverSide.impl.DBFacade$15.doInConnection(DBFacade.java)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:230)
at jetbrains.buildServer.serverSide.impl.DBFacade._runSql(DBFacade.java:129)
at jetbrains.buildServer.serverSide.impl.DBFacade.runSql(DBFacade.java:45)
at jetbrains.buildServer.serverSide.impl.DBFacade.runSql(DBFacade.java:202)
at jetbrains.buildServer.serverSide.impl.query.Query.execute(Query.java:7)
at jetbrains.buildServer.serverSide.impl.query.InsertCompilerOutputQuery.exec(InsertCompilerOutputQuery.java:2)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.processCompilerOutputMessage(AntMessagesProcessor.java:101)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.processText(AntMessagesProcessor.java:66)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.access$1500(AntMessagesProcessor.java:35)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor$8.processMessage(AntMessagesProcessor.java)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.doProcessMessage(AntMessagesProcessor.java:103)
at jetbrains.buildServer.serverSide.stat.StatisticsMessageProcessor.processMessage(StatisticsMessageProcessor.java:0)
at jetbrains.buildServer.serverSide.impl.RunningBuildImpl.addBuildMessage(RunningBuildImpl.java:156)
at jetbrains.buildServer.serverSide.impl.ServerRunningBuildImpl.addBuildMessage(ServerRunningBuildImpl.java:48)
at jetbrains.buildServer.serverSide.impl.XmlRpcBasedServer$1.doInTransactionWithoutResult(XmlRpcBasedServer.java:3)
at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:114)
at jetbrains.buildServer.serverSide.impl.XmlRpcBasedServer.log(XmlRpcBasedServer.java:73)
at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jetbrains.buildServer.xmlrpc.ExceptionCollectorWrapper.execute(ExceptionCollectorWrapper.java:45)
at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(XmlRpcWorker.java:84)
at org.apache.xmlrpc.XmlRpcWorker.execute(XmlRpcWorker.java:146)
at jetbrains.buildServer.controllers.XmlRpcController$1$1.execute(XmlRpcController.java)
at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:139)
at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:114)
at jetbrains.buildServer.controllers.XmlRpcController.handleRequest(XmlRpcController.java:19)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)
ERROR - verSide.impl.XmlRpcBasedServer - Trouble logging BuildMessage1 Text * But it contains only two values to choose: “Pending“ or “Approved“ DefaultMessage
org.springframework.jdbc.UncategorizedSQLException: ConnectionCallback; uncategorized SQLException for SQL []; SQL state ; error code ; Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1; nested exception is java.sql.SQLException: Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1
java.sql.SQLException: Incorrect string value: '\xE2\x80\x9CPen...' for column 'MESSAGE' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1169)
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:693)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:794)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:168)
at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:168)
at jetbrains.buildServer.serverSide.impl.query.Query.execute(Query.java:33)
at jetbrains.buildServer.serverSide.impl.query.Query$3.run(Query.java)
at jetbrains.buildServer.serverSide.impl.DBFacade$13.doInConnection(DBFacade.java)
at jetbrains.buildServer.serverSide.impl.DBFacade$15.doInConnection(DBFacade.java)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:230)
at jetbrains.buildServer.serverSide.impl.DBFacade._runSql(DBFacade.java:129)
at jetbrains.buildServer.serverSide.impl.DBFacade.runSql(DBFacade.java:45)
at jetbrains.buildServer.serverSide.impl.DBFacade.runSql(DBFacade.java:202)
at jetbrains.buildServer.serverSide.impl.query.Query.execute(Query.java:7)
at jetbrains.buildServer.serverSide.impl.query.InsertCompilerOutputQuery.exec(InsertCompilerOutputQuery.java:2)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.processCompilerOutputMessage(AntMessagesProcessor.java:101)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.processText(AntMessagesProcessor.java:66)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.access$1500(AntMessagesProcessor.java:35)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor$8.processMessage(AntMessagesProcessor.java)
at jetbrains.buildServer.serverSide.stat.AntMessagesProcessor.doProcessMessage(AntMessagesProcessor.java:103)
at jetbrains.buildServer.serverSide.stat.StatisticsMessageProcessor.processMessage(StatisticsMessageProcessor.java:0)
at jetbrains.buildServer.serverSide.impl.RunningBuildImpl.addBuildMessage(RunningBuildImpl.java:156)
at jetbrains.buildServer.serverSide.impl.ServerRunningBuildImpl.addBuildMessage(ServerRunningBuildImpl.java:48)
at jetbrains.buildServer.serverSide.impl.XmlRpcBasedServer$1.doInTransactionWithoutResult(XmlRpcBasedServer.java:3)
at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:114)
at jetbrains.buildServer.serverSide.impl.XmlRpcBasedServer.log(XmlRpcBasedServer.java:73)
at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jetbrains.buildServer.xmlrpc.ExceptionCollectorWrapper.execute(ExceptionCollectorWrapper.java:45)
at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(XmlRpcWorker.java:84)
at org.apache.xmlrpc.XmlRpcWorker.execute(XmlRpcWorker.java:146)
at jetbrains.buildServer.controllers.XmlRpcController$1$1.execute(XmlRpcController.java)
at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:139)
at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:114)
at jetbrains.buildServer.controllers.XmlRpcController.handleRequest(XmlRpcController.java:19)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)
WARN - verSide.impl.XmlRpcBasedServer - Attempt to register unknown runner type: Duplicator
WARN - verSide.impl.XmlRpcBasedServer - Attempt to register unknown runner type: Duplicator
WARN - verSide.impl.XmlRpcBasedServer - Attempt to register unknown runner type: Duplicator
WARN - verSide.impl.XmlRpcBasedServer - Attempt to register unknown runner type: Duplicator
WARN - verSide.impl.XmlRpcBasedServer - Attempt to register unknown runner type: Duplicator
WARN - verSide.impl.XmlRpcBasedServer - Attempt to register unknown runner type: Duplicator
Time of these exceptions is before time of
but may be it will be useful for you.
Do you run your server with console?
If you do you can invoke ctrl-brk in the console and attach it.
Otherwise you can see "Hangs and thread dumps" section on
http://www.jetbrains.net/confluence/display/TW/HowtoDebug+problems.
Thanks!
--
Olesya Smirnova
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Yaroslav" <2007temporary@rambler.ru> wrote in message
news:28658883.1175853998660.JavaMail.itn@is.intellij.net...
>
>
>
>
>
>
>
>
>
>> INFO - jetbrains.buildServer.VCS -
>> Requesting patch for root
>> view-path=D:\Views\TeamCity\Project\TC_Project_Dev_Snap\Cmp_Project\.
>> cleanPatch =
>> falseprevVersion=06-April-2007.11:01:10newVersion=06-April-2007.11:01:10
>
One more detail.
I wrote that restart of server fixes this problem but this is not the only condition. If I restart server and start some build immediately then I still have the problem. Only if I restart the server and wait until server reads from VCS (ClearCase) .ipr and correspondent *.iml files of Ipr project problem is fixed. May be this means that there are some problems with multi-threading while using "cleartool"?
Yes, it is cleartool concurrency problem. And I'd like to know what
invocation produces that hanging. I guess it is 'cleartool update' (which
should be fixed), but it might be some other problem. Thread dump has to
show it.
--
Olesya Smirnova
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Yaroslav" <2007temporary@rambler.ru> wrote in message
news:31589836.1175858897802.JavaMail.itn@is.intellij.net...
>