Created
March 22, 2009 18:47
-
-
Save agross/83256 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jetbrains.buildServer.serverSide.ExecutionException: Unable to collect changes | |
jetbrains.buildServer.serverSide.ExecutionException: Unable to collect changes | |
at jetbrains.buildServer.serverSide.impl.BuildChangesCollector.collectChanges(BuildChangesCollector.java:11) | |
at jetbrains.buildServer.serverSide.impl.BuildStarter$1.run(BuildStarter.java:24) | |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) | |
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:123) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) | |
at java.lang.Thread.run(Thread.java:595) | |
Caused by: java.util.concurrent.ExecutionException: jetbrains.buildServer.vcs.VcsException: java.lang.RuntimeException: java.text.ParseException: Unparseable date: "Sat Mar 21 16:02:42 2009 +0100" | |
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:205) | |
at java.util.concurrent.FutureTask.get(FutureTask.java:80) | |
at jetbrains.buildServer.serverSide.impl.CancelableTaskHolder.waitForTaskToComplete(CancelableTaskHolder.java:15) | |
at jetbrains.buildServer.serverSide.impl.dependency.TopBuildDependencyGraphImpl.doCollectChanges(TopBuildDependencyGraphImpl.java:79) | |
at jetbrains.buildServer.serverSide.impl.dependency.TopBuildDependencyGraphImpl.access$000(TopBuildDependencyGraphImpl.java:19) | |
at jetbrains.buildServer.serverSide.impl.dependency.TopBuildDependencyGraphImpl$3.run(TopBuildDependencyGraphImpl.java:2) | |
at jetbrains.buildServer.serverSide.impl.dependency.TopBuildDependencyGraphImpl$3.run(TopBuildDependencyGraphImpl.java:1) | |
at jetbrains.buildServer.serverSide.impl.dependency.TopBuildDependencyGraphImpl$4.run(TopBuildDependencyGraphImpl.java:1) | |
at jetbrains.buildServer.serverSide.impl.auth.SecurityContextImpl.runAs(SecurityContextImpl.java:1) | |
at jetbrains.buildServer.serverSide.impl.auth.SecurityContextImpl.runAsSystem(SecurityContextImpl.java:4) | |
at jetbrains.buildServer.serverSide.impl.dependency.TopBuildDependencyGraphImpl.runAsSystem(TopBuildDependencyGraphImpl.java:73) | |
at jetbrains.buildServer.serverSide.impl.dependency.TopBuildDependencyGraphImpl.collectChanges(TopBuildDependencyGraphImpl.java:37) | |
at jetbrains.buildServer.serverSide.impl.dependency.TopBuildDependencyGraphImpl.collectChanges(TopBuildDependencyGraphImpl.java:77) | |
at jetbrains.buildServer.serverSide.impl.BuildChangesCollector.collectChanges(BuildChangesCollector.java:20) | |
... 7 more | |
Caused by: jetbrains.buildServer.vcs.VcsException: java.lang.RuntimeException: java.text.ParseException: Unparseable date: "Sat Mar 21 16:02:42 2009 +0100" | |
at jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.loadChanges(VcsChangesLoader.java:152) | |
at jetbrains.buildServer.vcs.impl.VcsManagerImpl.loadChanges(VcsManagerImpl.java:182) | |
at jetbrains.buildServer.serverSide.impl.auth.SecuredVcsManager.loadChanges(SecuredVcsManager.java:44) | |
at jetbrains.buildServer.vcs.impl.VcsChangesCollectorImpl$3.call(VcsChangesCollectorImpl.java) | |
at jetbrains.buildServer.vcs.impl.VcsChangesCollectorImpl$3.call(VcsChangesCollectorImpl.java:1) | |
... 5 more | |
Caused by: java.lang.RuntimeException: java.text.ParseException: Unparseable date: "Sat Mar 21 16:02:42 2009 +0100" | |
at org.hivedb.teamcity.plugin.commands.LogOutput.parse(LogOutput.java:63) | |
at org.hivedb.teamcity.plugin.commands.LogCommand.getSingle(LogCommand.java:47) | |
at org.hivedb.teamcity.plugin.commands.LogCommand.head(LogCommand.java:38) | |
at org.hivedb.teamcity.plugin.GitVcs.getCurrentVersion(GitVcs.java:41) | |
at jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.updateCurrentVersionWhenLastDetectedIsNull(VcsChangesLoader.java:113) | |
at jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.loadChanges(VcsChangesLoader.java:40) | |
... 9 more | |
Caused by: java.text.ParseException: Unparseable date: "Sat Mar 21 16:02:42 2009 +0100" | |
at java.text.DateFormat.parse(DateFormat.java:335) | |
at org.hivedb.teamcity.plugin.commands.LogOutput.parse(LogOutput.java:41) | |
... 14 more |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit d97a225cc1eaaf367e018d54b3cad252f9ab0ab0 | |
Author: Alexander Gross <[email protected]> | |
Date: Sat Mar 21 16:02:42 2009 +0100 | |
Fixed a bug in the console runner run listener that caused the context's first specification to be placed directly n | |
ext to the context name | |
commit bd186f96b8104922f81bf256db2cb7cf28514c1e | |
Author: Alexander Gross <[email protected]> | |
Date: Sat Mar 21 14:19:12 2009 +0100 | |
Specs are inspected if they are initialized. If they are considered uninitialized (== not implemented), they are dis | |
played grayed out in the unit test session window | |
commit a376de3379dddea96ebd10bcca132352771d5ba3 | |
Author: Alexander Gross <[email protected]> | |
Date: Sat Mar 21 14:16:08 2009 +0100 | |
Renaming FakeException to SpecException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment