1) Error injecting constructor, com.complexible.stardog.security.PersistenceManagerException: com.complexible.stardog.plan.eval.ExecutionException: com.complexible.common.io.impl.PageNotFoundException: Page not found: 99
at com.complexible.stardog.security.index.IndexBackedUserPersistenceManager.<init>(IndexBackedUserPersistenceManager.java:68)
while locating com.complexible.stardog.security.UserPersistenceManager<org.openrdf.model.URI> annotated with interface com.google.inject.assistedinject.Assisted
at com.complexible.stardog.security.impl.IndexBackedConsistentSystemSecurityManager.<init>(IndexBackedConsistentSystemSecurityManager.java:63)
while locating com.complexible.stardog.security.impl.IndexBackedConsistentSystemSecurityManager
at com.complexible.stardog.security.index.SecurityModule.configure(SecurityModule.java:88)
while locating com.complexible.stardog.security.SystemSecurityManager<org.openrdf.model.URI>
for parameter 1 at com.complexible.stardog.security.shiro.StardogRealmURI.<init>(StardogRealmURI.java:94)
at com.complexible.stardog.security.shiro.StardogRealmURI.class(StardogRealmURI.java:94)
while locating com.complexible.stardog.security.shiro.StardogRealmURI
at com.complexible.stardog.security.index.SecurityModule.configure(SecurityModule.java:91)
while locating org.apache.shiro.realm.Realm
for parameter 1 at com.complexible.stardog.StardogKernel.<init>(StardogKernel.java:218)
at com.complexible.stardog.StardogKernel.class(StardogKernel.java:218)
while locating com.complexible.stardog.StardogKernel
Caused by: com.complexible.stardog.security.PersistenceManagerException: com.complexible.stardog.plan.eval.ExecutionException: com.complexible.common.io.impl.PageNotFoundException: Page not found: 99
at com.complexible.stardog.security.impl.ExistingSecurityResourcesLoaderImpl.usersMap(ExistingSecurityResourcesLoaderImpl.java:194)
at com.complexible.stardog.security.impl.ExistingSecurityResourcesLoaderImpl.load(ExistingSecurityResourcesLoaderImpl.java:95)
at com.complexible.stardog.security.impl.ExistingSecurityResourcesLoaderImpl.existingUsers(ExistingSecurityResourcesLoaderImpl.java:121)
at com.complexible.stardog.security.index.IndexBackedUserPersistenceManager.loadResources(IndexBackedUserPersistenceManager.java:247)
at com.complexible.stardog.security.index.AbstractIndexBackedPersistenceManager.<init>(AbstractIndexBackedPersistenceManager.java:74)
at com.complexible.stardog.security.index.AbstractIndexBackedNamedResourcePersistenceManager.<init>(AbstractIndexBackedNamedResourcePersistenceManager.java:30)
at com.complexible.stardog.security.index.IndexBackedUserPersistenceManager.<init>(IndexBackedUserPersistenceManager.java:68)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
...........................................
2. When I use the stardog-admin or stardog on the command line, I see the following error -
could not find or load main class "com.complexible.stardog.cli.CIL".