org.eclipse.jgit.errors.RepositoryNotFoundException: repository not found: Cannot open repository x86-km-src
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Cyril Jaquier, 1 year ago
via Google Groups by devops, 6 months ago
via Google Groups by devops, 6 months ago
via Google Groups by funeeldy, 2 years ago
via Google Groups by James Mills, 2 years ago
via Google Groups by Nasser Grainawi, 2 years ago
org.eclipse.jgit.errors.RepositoryNotFoundException: repository not found: /var/lib/git/repositories/esw_gitrepos/x86-km-src
at org.eclipse.jgit.lib.RepositoryCache$FileKey.open(RepositoryCache.java:453)
at org.eclipse.jgit.lib.RepositoryCache.openRepository(RepositoryCache.java:274)
at org.eclipse.jgit.lib.RepositoryCache.open(RepositoryCache.java:117)
at org.eclipse.jgit.lib.RepositoryCache.open(RepositoryCache.java:92)
at com.google.gerrit.server.git.LocalDiskRepositoryManager.openRepository(LocalDiskRepositoryManager.java:199)
at com.google.gerrit.server.git.LocalDiskRepositoryManager.openRepository(LocalDiskRepositoryManager.java:164)
at com.google.gerrit.server.index.change.AllChangesIndexer.indexAll(AllChangesIndexer.java:145)
at com.google.gerrit.server.index.change.AllChangesIndexer.indexAll(AllChangesIndexer.java:83)
at com.google.gerrit.server.index.OnlineReindexer.reindex(OnlineReindexer.java:81)
at com.google.gerrit.server.index.OnlineReindexer.access$000(OnlineReindexer.java:28)
at com.google.gerrit.server.index.OnlineReindexer$1.run(OnlineReindexer.java:52)