Unidata / awips2

Weather forecasting display and analysis package developed by NWS/Raytheon, released as open source software by Unidata.
http://unidata.github.io/awips2/
Other
172 stars 67 forks source link

Error processing hibernate objects for plugin com.raytheon.uf.common.dataplugin.grid #16

Closed mjames-upc closed 8 years ago

mjames-upc commented 9 years ago

INFO 2015-09-06 15:57:47,372 [EDEXMain] SchemaManager: Exporting DDL for com.raytheon.uf.common.dataplugin.grid plugin... ERROR 2015-09-06 15:57:47,455 [EDEXMain] SchemaManager: Error processing hibernate objects for plugin com.raytheon.uf.common.dataplugin.grid com.raytheon.uf.common.dataplugin.PluginException: Error occurred exporting schema, sql [create table GridCoverage (DTYPE varchar(31) not null, id int4 not null, crs varchar(2047), dx float8, dy float8, firstGridPointCorner varchar(255), the_geom GEOMETRY, la1 float8, lo1 float8, name varchar(255), nx int4, ny int4, spacingUnit varchar(255), latin1 float8, latin2 float8, lov float8, majorAxis float8, minorAxis float8, la2 float8, latin float8, lo2 float8, lad float8, primary key (id))] at com.raytheon.uf.edex.database.schema.SchemaManager.exportSchema(SchemaManager.java:491) ~[com.raytheon.uf.edex.database.jar:na] at com.raytheon.uf.edex.database.schema.SchemaManager.pluginAdded(SchemaManager.java:280) ~[com.raytheon.uf.edex.database.jar:na] at com.raytheon.uf.edex.database.DatabasePluginRegistry.register(DatabasePluginRegistry.java:90) [com.raytheon.uf.edex.database.jar:na] at com.raytheon.uf.edex.database.DatabasePluginRegistry.pluginAdded(DatabasePluginRegistry.java:119) [com.raytheon.uf.edex.database.jar:na] at com.raytheon.uf.edex.core.dataplugin.PluginRegistry.register(PluginRegistry.java:76) [com.raytheon.uf.edex.core.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_65] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_65] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_65] at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_65]

mjames-upc commented 9 years ago

Only appears to happen on initial startup after install. Can ignore for now.