My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions

Issue 460 attachment: gerrit_log.txt (14.8 KB)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
mail:review_site gerrit$ cat logs/error_log
[2010-02-19 07:38:12,033] INFO org.apache.sshd.common.keyprovider.FileKeyPairProvider : Unable to read key /Users/gerrit/review_site/etc/ssh_host_rsa_key: java.io.FileNotFoundException: /Users/gerrit/review_site/etc/ssh_host_rsa_key (Too many open files)
[2010-02-19 07:38:12,036] INFO org.apache.sshd.common.keyprovider.FileKeyPairProvider : Unable to read key /Users/gerrit/review_site/etc/ssh_host_dsa_key: java.io.FileNotFoundException: /Users/gerrit/review_site/etc/ssh_host_dsa_key (Too many open files)
[2010-02-19 07:38:12,038] WARN org.apache.sshd.server.session.ServerSession : Exception caught
java.lang.IllegalStateException: Unable to negociate key exchange for item 1
at org.apache.sshd.common.session.AbstractSession.negociate(AbstractSession.java:881)
at org.apache.sshd.server.session.ServerSession.handleMessage(ServerSession.java:147)
at org.apache.sshd.common.session.AbstractSession.decode(AbstractSession.java:522)
at org.apache.sshd.common.session.AbstractSession.messageReceived(AbstractSession.java:225)
at org.apache.sshd.common.AbstractSessionIoHandler.messageReceived(AbstractSessionIoHandler.java:58)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.messageReceived(DefaultIoFilterChain.java:713)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:793)
at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAdapter.java:119)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageReceived(DefaultIoFilterChain.java:426)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:638)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:598)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:587)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$400(AbstractPollingIoProcessor.java:61)
at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:969)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
[2010-02-19 08:15:43,004] ERROR com.google.gerrit.server.cache.SelfPopulatingCache : Cannot lookup com.google.gerrit.server.patch.PatchListKey@3171c4d8 in "diff"
net.sf.ehcache.CacheException: Could not fetch object for cache entry with key "com.google.gerrit.server.patch.PatchListKey@3171c4d8".
at net.sf.ehcache.constructs.blocking.SelfPopulatingCache.get(SelfPopulatingCache.java:88)
at com.google.gerrit.server.cache.SelfPopulatingCache.get(SelfPopulatingCache.java:107)
at com.google.gerrit.server.patch.PatchListCacheImpl.get(PatchListCacheImpl.java:85)
at com.google.gerrit.server.patch.PatchListCacheImpl.get(PatchListCacheImpl.java:97)
at com.google.gerrit.server.patch.PatchListCacheImpl.get(PatchListCacheImpl.java:89)
at com.google.gerrit.server.mail.OutgoingEmail.getPatchList(OutgoingEmail.java:445)
at com.google.gerrit.server.mail.OutgoingEmail.formatChangeDetail(OutgoingEmail.java:435)
at com.google.gerrit.server.mail.NewChangeSender.format(NewChangeSender.java:64)
at com.google.gerrit.server.mail.OutgoingEmail.send(OutgoingEmail.java:156)
at com.google.gerrit.sshd.commands.Receive.createChange(Receive.java:874)
at com.google.gerrit.sshd.commands.Receive.createNewChanges(Receive.java:770)
at com.google.gerrit.sshd.commands.Receive.access$200(Receive.java:102)
at com.google.gerrit.sshd.commands.Receive$1.onPreReceive(Receive.java:213)
at org.eclipse.jgit.transport.ReceivePack.executeCommands(ReceivePack.java:748)
at org.eclipse.jgit.transport.ReceivePack.service(ReceivePack.java:503)
at org.eclipse.jgit.transport.ReceivePack.receive(ReceivePack.java:452)
at com.google.gerrit.sshd.commands.Receive.runImpl(Receive.java:247)
at com.google.gerrit.sshd.commands.AbstractGitCommand.service(AbstractGitCommand.java:62)
at com.google.gerrit.sshd.commands.AbstractGitCommand.access$100(AbstractGitCommand.java:30)
at com.google.gerrit.sshd.commands.AbstractGitCommand$1.run(AbstractGitCommand.java:46)
at com.google.gerrit.sshd.BaseCommand$TaskThunk.run(BaseCommand.java:405)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
at com.google.gerrit.server.git.WorkQueue$Task.run(WorkQueue.java:310)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.io.IOException: Cannot run program "git" (in directory "/Users/gerrit/review_site/git/..."): error=24, Too many open files
at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
at java.lang.Runtime.exec(Runtime.java:593)
at com.google.gerrit.server.patch.PatchListCacheImpl.exec(PatchListCacheImpl.java:194)
at com.google.gerrit.server.patch.PatchListCacheImpl.readPatchList(PatchListCacheImpl.java:145)
at com.google.gerrit.server.patch.PatchListCacheImpl.compute(PatchListCacheImpl.java:104)
at com.google.gerrit.server.patch.PatchListCacheImpl.access$000(PatchListCacheImpl.java:50)
at com.google.gerrit.server.patch.PatchListCacheImpl$2.createEntry(PatchListCacheImpl.java:79)
at com.google.gerrit.server.patch.PatchListCacheImpl$2.createEntry(PatchListCacheImpl.java:76)
at com.google.gerrit.server.cache.SelfPopulatingCache$1.createEntry(SelfPopulatingCache.java:60)
at net.sf.ehcache.constructs.blocking.SelfPopulatingCache.get(SelfPopulatingCache.java:72)
... 29 more
Caused by: java.io.IOException: error=24, Too many open files
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
at java.lang.ProcessImpl.start(ProcessImpl.java:91)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 38 more
[2010-02-19 08:15:43,006] ERROR com.google.gerrit.sshd.BaseCommand : Internal server error (user jarvela account 1000002) during git receive-pack --reviewer=real.email@example.com '....'
java.lang.NullPointerException
at com.google.gerrit.server.mail.OutgoingEmail.formatChangeDetail(OutgoingEmail.java:435)
at com.google.gerrit.server.mail.NewChangeSender.format(NewChangeSender.java:64)
at com.google.gerrit.server.mail.OutgoingEmail.send(OutgoingEmail.java:156)
at com.google.gerrit.sshd.commands.Receive.createChange(Receive.java:874)
at com.google.gerrit.sshd.commands.Receive.createNewChanges(Receive.java:770)
at com.google.gerrit.sshd.commands.Receive.access$200(Receive.java:102)
at com.google.gerrit.sshd.commands.Receive$1.onPreReceive(Receive.java:213)
at org.eclipse.jgit.transport.ReceivePack.executeCommands(ReceivePack.java:748)
at org.eclipse.jgit.transport.ReceivePack.service(ReceivePack.java:503)
at org.eclipse.jgit.transport.ReceivePack.receive(ReceivePack.java:452)
at com.google.gerrit.sshd.commands.Receive.runImpl(Receive.java:247)
at com.google.gerrit.sshd.commands.AbstractGitCommand.service(AbstractGitCommand.java:62)
at com.google.gerrit.sshd.commands.AbstractGitCommand.access$100(AbstractGitCommand.java:30)
at com.google.gerrit.sshd.commands.AbstractGitCommand$1.run(AbstractGitCommand.java:46)
at com.google.gerrit.sshd.BaseCommand$TaskThunk.run(BaseCommand.java:405)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
at com.google.gerrit.server.git.WorkQueue$Task.run(WorkQueue.java:310)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
[2010-02-19 08:16:46,644] ERROR com.google.gerrit.server.cache.SelfPopulatingCache : Cannot lookup com.google.gerrit.server.patch.PatchListKey@faed9094 in "diff"
net.sf.ehcache.CacheException: Could not fetch object for cache entry with key "com.google.gerrit.server.patch.PatchListKey@faed9094".
at net.sf.ehcache.constructs.blocking.SelfPopulatingCache.get(SelfPopulatingCache.java:88)
at com.google.gerrit.server.cache.SelfPopulatingCache.get(SelfPopulatingCache.java:107)
at com.google.gerrit.server.patch.PatchListCacheImpl.get(PatchListCacheImpl.java:85)
at com.google.gerrit.server.patch.PatchListCacheImpl.get(PatchListCacheImpl.java:97)
at com.google.gerrit.server.patch.PatchListCacheImpl.get(PatchListCacheImpl.java:89)
at com.google.gerrit.server.mail.OutgoingEmail.getPatchList(OutgoingEmail.java:445)
at com.google.gerrit.server.mail.OutgoingEmail.formatChangeDetail(OutgoingEmail.java:435)
at com.google.gerrit.server.mail.NewChangeSender.format(NewChangeSender.java:64)
at com.google.gerrit.server.mail.OutgoingEmail.send(OutgoingEmail.java:156)
at com.google.gerrit.sshd.commands.Receive.createChange(Receive.java:874)
at com.google.gerrit.sshd.commands.Receive.createNewChanges(Receive.java:770)
at com.google.gerrit.sshd.commands.Receive.access$200(Receive.java:102)
at com.google.gerrit.sshd.commands.Receive$1.onPreReceive(Receive.java:213)
at org.eclipse.jgit.transport.ReceivePack.executeCommands(ReceivePack.java:748)
at org.eclipse.jgit.transport.ReceivePack.service(ReceivePack.java:503)
at org.eclipse.jgit.transport.ReceivePack.receive(ReceivePack.java:452)
at com.google.gerrit.sshd.commands.Receive.runImpl(Receive.java:247)
at com.google.gerrit.sshd.commands.AbstractGitCommand.service(AbstractGitCommand.java:62)
at com.google.gerrit.sshd.commands.AbstractGitCommand.access$100(AbstractGitCommand.java:30)
at com.google.gerrit.sshd.commands.AbstractGitCommand$1.run(AbstractGitCommand.java:46)
at com.google.gerrit.sshd.BaseCommand$TaskThunk.run(BaseCommand.java:405)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
at com.google.gerrit.server.git.WorkQueue$Task.run(WorkQueue.java:310)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.io.IOException: Cannot run program "git" (in directory "/Users/gerrit/review_site/git/..."): error=24, Too many open files
at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
at java.lang.Runtime.exec(Runtime.java:593)
at com.google.gerrit.server.patch.PatchListCacheImpl.exec(PatchListCacheImpl.java:194)
at com.google.gerrit.server.patch.PatchListCacheImpl.readPatchList(PatchListCacheImpl.java:145)
at com.google.gerrit.server.patch.PatchListCacheImpl.compute(PatchListCacheImpl.java:104)
at com.google.gerrit.server.patch.PatchListCacheImpl.access$000(PatchListCacheImpl.java:50)
at com.google.gerrit.server.patch.PatchListCacheImpl$2.createEntry(PatchListCacheImpl.java:79)
at com.google.gerrit.server.patch.PatchListCacheImpl$2.createEntry(PatchListCacheImpl.java:76)
at com.google.gerrit.server.cache.SelfPopulatingCache$1.createEntry(SelfPopulatingCache.java:60)
at net.sf.ehcache.constructs.blocking.SelfPopulatingCache.get(SelfPopulatingCache.java:72)
... 29 more
Caused by: java.io.IOException: error=24, Too many open files
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
at java.lang.ProcessImpl.start(ProcessImpl.java:91)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 38 more
[2010-02-19 08:16:46,648] ERROR com.google.gerrit.sshd.BaseCommand : Internal server error (user jarvela account 1000002) during git receive-pack --reviewer=real.email@example.com '...'
java.lang.NullPointerException
at com.google.gerrit.server.mail.OutgoingEmail.formatChangeDetail(OutgoingEmail.java:435)
at com.google.gerrit.server.mail.NewChangeSender.format(NewChangeSender.java:64)
at com.google.gerrit.server.mail.OutgoingEmail.send(OutgoingEmail.java:156)
at com.google.gerrit.sshd.commands.Receive.createChange(Receive.java:874)
at com.google.gerrit.sshd.commands.Receive.createNewChanges(Receive.java:770)
at com.google.gerrit.sshd.commands.Receive.access$200(Receive.java:102)
at com.google.gerrit.sshd.commands.Receive$1.onPreReceive(Receive.java:213)
at org.eclipse.jgit.transport.ReceivePack.executeCommands(ReceivePack.java:748)
at org.eclipse.jgit.transport.ReceivePack.service(ReceivePack.java:503)
at org.eclipse.jgit.transport.ReceivePack.receive(ReceivePack.java:452)
at com.google.gerrit.sshd.commands.Receive.runImpl(Receive.java:247)
at com.google.gerrit.sshd.commands.AbstractGitCommand.service(AbstractGitCommand.java:62)
at com.google.gerrit.sshd.commands.AbstractGitCommand.access$100(AbstractGitCommand.java:30)
at com.google.gerrit.sshd.commands.AbstractGitCommand$1.run(AbstractGitCommand.java:46)
at com.google.gerrit.sshd.BaseCommand$TaskThunk.run(BaseCommand.java:405)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
at com.google.gerrit.server.git.WorkQueue$Task.run(WorkQueue.java:310)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)

Powered by Google Project Hosting