Skip to content

Instantly share code, notes, and snippets.

@lust4life
Last active May 8, 2018 08:17
Show Gist options
  • Save lust4life/3479034527189614a5ad98b7107bd618 to your computer and use it in GitHub Desktop.
Save lust4life/3479034527189614a5ad98b7107bd618 to your computer and use it in GitHub Desktop.
Can't load a service for category "GridFormatFactorySpi". Cause is "NoClassDefFoundError: org/geotools/coverage/grid/io/GridFormatFactorySpi"
08 May 16:15:57 INFO [client.HBaseAdmin] - Disabled ns_someraster_SPATIAL_IDX
08 May 16:15:57 WARN [operations.HBaseOperations] - Unable to infer coprocessor library
java.io.FileNotFoundException: File /tmp/hbase-hduser/hbase/lib does not exist
at org.apache.hadoop.fs.RawLocalFileSystem.listStatus(RawLocalFileSystem.java:431)
at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1517)
at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1557)
at org.apache.hadoop.fs.ChecksumFileSystem.listStatus(ChecksumFileSystem.java:674)
at mil.nga.giat.geowave.datastore.hbase.operations.HBaseOperations.getGeoWaveJarOnPath(HBaseOperations.java:728)
at mil.nga.giat.geowave.datastore.hbase.operations.HBaseOperations.verifyCoprocessor(HBaseOperations.java:648)
at mil.nga.giat.geowave.datastore.hbase.operations.HBaseOperations.ensureServerSideOperationsObserverAttached(HBaseOper
ations.java:851)
at mil.nga.giat.geowave.datastore.hbase.HBaseDataStore.initOnIndexWriterCreate(HBaseDataStore.java:91)
at mil.nga.giat.geowave.core.store.base.BaseDataStore.createWriter(BaseDataStore.java:154)
at mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData$IndexWriterFactory.create(LocalIngestRunData.java:134)
at mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData$IndexWriterFactory.create(LocalIngestRunData.java:126)
at org.apache.commons.pool2.BaseKeyedPooledObjectFactory.makeObject(BaseKeyedPooledObjectFactory.java:62)
at org.apache.commons.pool2.impl.GenericKeyedObjectPool.create(GenericKeyedObjectPool.java:1041)
at org.apache.commons.pool2.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:357)
at org.apache.commons.pool2.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:279)
at mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData.getIndexWriter(LocalIngestRunData.java:96)
at mil.nga.giat.geowave.core.ingest.local.LocalFileIngestDriver.ingestData(LocalFileIngestDriver.java:362)
at mil.nga.giat.geowave.core.ingest.local.LocalFileIngestDriver.processFileSingleThreaded(LocalFileIngestDriver.java:27
2)
at mil.nga.giat.geowave.core.ingest.local.LocalFileIngestDriver.processFile(LocalFileIngestDriver.java:214)
at mil.nga.giat.geowave.core.ingest.local.LocalFileIngestDriver.processFile(LocalFileIngestDriver.java:49)
at mil.nga.giat.geowave.core.ingest.local.LocalPluginFileVisitor.visitFile(LocalPluginFileVisitor.java:152)
at mil.nga.giat.geowave.core.ingest.local.LocalPluginFileVisitor.visitFile(LocalPluginFileVisitor.java:43)
at java.nio.file.Files.walkFileTree(Files.java:2670)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at mil.nga.giat.geowave.core.ingest.local.AbstractLocalFileDriver.processInput(AbstractLocalFileDriver.java:213)
at mil.nga.giat.geowave.core.ingest.local.LocalFileIngestDriver.runOperation(LocalFileIngestDriver.java:107)
at mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand.computeResults(LocalToGeowaveCommand.java:210)
at mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand.execute(LocalToGeowaveCommand.java:83)
at mil.nga.giat.geowave.core.cli.GeoWaveMain.run(GeoWaveMain.java:87)
at mil.nga.giat.geowave.core.cli.GeoWaveMain.main(GeoWaveMain.java:53)
08 May 16:15:57 ERROR [operations.HBaseOperations] - Error verifying/adding coprocessor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment