java.lang.IllegalArgumentException: Illegal initial capacity: -1
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 Appcelerator JIRA by Shalom Gibly, 1 year ago
via Appcelerator JIRA by Shalom Gibly, 2 years ago
via DataStax JIRA by thisvieira, 1 year ago
via DataStax JIRA by thisvieira, 1 year ago
via Google Groups by Nadav Har'El, 7 months ago
via Terracotta Project Issue Tracker by Jeffrey Samarziya, 1 year ago
java.lang.IllegalArgumentException: Illegal initial capacity: -1
at java.util.HashMap.
(HashMap.java:172) at java.util.HashMap.
(HashMap.java:199) at com.aptana.internal.index.core.DiskIndex.readCategoryTable(DiskIndex.java:1101)
at com.aptana.internal.index.core.DiskIndex.mergeCategory(DiskIndex.java:795)
at com.aptana.internal.index.core.DiskIndex.mergeCategories(DiskIndex.java:768)
at com.aptana.internal.index.core.DiskIndex.mergeWith(DiskIndex.java:929)
at com.aptana.index.core.Index.save(Index.java:698)
at com.aptana.index.core.Index.save(Index.java:671)
at com.aptana.core.internal.build.IndexBuildParticipant.buildEnding(IndexBuildParticipant.java:66)
at com.aptana.core.internal.build.LazyBuildParticipant.buildEnding(LazyBuildParticipant.java:67)
at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.runParticipants(CommonReconcilingStrategy.java:341)
at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:277)
at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:235)
at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.fullReconcile(CommonReconcilingStrategy.java:477)
at com.aptana.editor.common.text.reconciler.CompositeReconcilingStrategy.fullReconcile(CompositeReconcilingStrategy.java:125)
at com.aptana.editor.common.text.reconciler.CommonReconciler.process(CommonReconciler.java:162)
at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206)