Created
May 13, 2013 19:06
-
-
Save dwins/5570636 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
<error message="unable to create new native thread" type="java.lang.OutOfMemoryError">java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at com.sleepycat.je.utilint.DaemonThread.runOrPause(DaemonThread.java:100) | |
at com.sleepycat.je.dbi.EnvironmentImpl.runOrPauseDaemons(EnvironmentImpl.java:980) | |
at com.sleepycat.je.dbi.EnvironmentImpl.finishInit(EnvironmentImpl.java:697) | |
at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:210) | |
at com.sleepycat.je.Environment.makeEnvironmentImpl(Environment.java:246) | |
at com.sleepycat.je.Environment.<init>(Environment.java:227) | |
at com.sleepycat.je.Environment.<init>(Environment.java:170) | |
at org.geogit.storage.bdbje.EnvironmentBuilder.get(EnvironmentBuilder.java:113) | |
at org.geogit.storage.bdbje.JEStagingDatabase.open(JEStagingDatabase.java:107) | |
at org.geogit.repository.Repository.open(Repository.java:83) | |
at org.geogit.api.porcelain.InitOp.call(InitOp.java:111) | |
at org.geogit.di.ConflictInterceptor.invoke(ConflictInterceptor.java:28) | |
at org.geogit.cli.porcelain.Init.runInternal(Init.java:80) | |
at org.geogit.cli.AbstractCommand.run(AbstractCommand.java:32) | |
at org.geogit.cli.GeogitCLI.execute(GeogitCLI.java:329) | |
at org.geogit.cli.GeogitCLI.processCommand(GeogitCLI.java:263) | |
at org.geogit.cli.test.functional.AbstractGeogitFunctionalTest.runCommand(AbstractGeogitFunctionalTest.java:158) | |
at org.geogit.cli.test.functional.AbstractGeogitFunctionalTest.runAndParseCommand(AbstractGeogitFunctionalTest.java:145) | |
at org.geogit.cli.test.functional.InitSteps.I_have_an_unconfigured_repository(InitSteps.java:170) | |
at org.geogit.cli.test.functional.InitSteps.I_have_a_repository(InitSteps.java:256) | |
at ✽.Given I have a repository(org/geogit/cli/test/functional/RevList.feature:44) | |
</error> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment