Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geowave-dev] Running GeoServerIT test in local installation through eclipse

Hi,

I am trying to run the GeoServerIT test in my local installation through
eclipse. Currently, I am getting a warning that the test is not able to
find the table 'mil_nga_giat_geowave_test_GEOWAVE_METADATA' even though
in my accumulo shell, I see that the table exists. Following is the part
of the log file.

29 Jul 20:59:12 INFO [catalog.rest] - POST workspace geowave_test
29 Jul 20:59:12 INFO [org.geoserver] - Loaded store
'mil_nga_giat_geowave_test', enabled
29 Jul 20:59:12 INFO [catalog.rest] - POST data store
mil_nga_giat_geowave_test
29 Jul 20:59:13 INFO [org.geoserver] - Loaded feature type 'geostuff',
disabled
29 Jul 20:59:13 WARN [catalog.impl] - Failed to load actual store for
FeatureTypeInfoImpl[geostuff]
29 Jul 20:59:13 WARN [metadata.AbstractAccumuloPersistence] - Unable to
find objects, table 'GEOWAVE_METADATA' does not exist
org.apache.accumulo.core.client.TableNotFoundException: Table
mil_nga_giat_geowave_test_GEOWAVE_METADATA does not exist
	at org.apache.accumulo.core.client.impl.Tables._getTableId(Tables.java:184)
	at org.apache.accumulo.core.client.impl.Tables.getTableId(Tables.java:169)
	at
org.apache.accumulo.core.client.impl.ConnectorImpl.getTableId(ConnectorImpl.java:80)
	at
org.apache.accumulo.core.client.impl.ConnectorImpl.createBatchScanner(ConnectorImpl.java:94)
	at
mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations.createBatchScanner(BasicAccumuloOperations.java:544)
	at
mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence.getScanner(AbstractAccumuloPersistence.java:368)
	at
mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence.getFullScanner(AbstractAccumuloPersistence.java:357)
	at
mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence.getObjects(AbstractAccumuloPersistence.java:326)

This is just thrown as warning but after this, I also get the following
error:

29 Jul 20:59:15 ERROR [geoserver.rest] -
org.geoserver.rest.RestletException: java.lang.RuntimeException:
java.lang.OutOfMemoryError: PermGen space
	at
org.geoserver.rest.ReflectiveResource.handleException(ReflectiveResource.java:326)
	at
org.geoserver.rest.ReflectiveResource.handlePost(ReflectiveResource.java:124)
	at org.restlet.Finder.handle(Finder.java:296)



Earlier I was getting an error about
org.apache.batik.svggen.SVGGraphics2D classnotfoundexception which I
fixed by adding the batik-* jars in the project classpath in eclipse.
Can someone please suggest how I can fix the TableNotFoundException and
the PermGen Space issue?

Regards,

Vignesh Prabhu


Back to the top