Hi,
a fresh geoserver checkout crashes with the exception below (provided
that I am using the correct repository at
http://svn.refractions.net/geoserver/trunk ?)
GeneralParameterDescriptor is meant to be there? my maven repository's
copy of geoapi-SNAPSHOT has it, but the one in geoserver/lib does not.
Does this means the current snapshot in the svn repos is out of date or
something else?
thanks a lot,
gabriel.
[java] Exception in thread "main" java.lang.NoClassDefFoundError:
org/opengis/parameter/GeneralParameterDescriptor
[java] at java.lang.Class.forName0(Native Method)
[java] at java.lang.Class.forName(Class.java:141)
[java] at
org.geotools.factory.FactoryFinder.newInstance(FactoryFinder.java:107)
[java] at
org.geotools.factory.FactoryFinder.getFactories(FactoryFinder.java:233)
[java] at
org.geotools.factory.FactoryFinder.getFactories(FactoryFinder.java:216)
[java] at org.geotools.factory.FactoryFinder.access
$000(FactoryFinder.java:78)
[java] at org.geotools.factory.FactoryFinder
$1.next(FactoryFinder.java:433)
[java] at
org.geotools.data.DataStoreFinder.getAvailableDataStores(DataStoreFinder.java:110)
[java] at
....
It may be that, or it may be that there is another opengis library
missing. I am far from work at the moment, and cant remember. Feel free
to commit any libraries, I am not actively developing for a week or two.
Chris
On Tue, 18 Jan 2005, Gabriel Roldán wrote:
Hi,
a fresh geoserver checkout crashes with the exception below (provided
that I am using the correct repository at
http://svn.refractions.net/geoserver/trunk ?)
GeneralParameterDescriptor is meant to be there? my maven repository's
copy of geoapi-SNAPSHOT has it, but the one in geoserver/lib does not.
Does this means the current snapshot in the svn repos is out of date or
something else?
thanks a lot,
gabriel.
[java] Exception in thread "main" java.lang.NoClassDefFoundError:
org/opengis/parameter/GeneralParameterDescriptor
[java] at java.lang.Class.forName0(Native Method)
[java] at java.lang.Class.forName(Class.java:141)
[java] at
org.geotools.factory.FactoryFinder.newInstance(FactoryFinder.java:107)
[java] at
org.geotools.factory.FactoryFinder.getFactories(FactoryFinder.java:233)
[java] at
org.geotools.factory.FactoryFinder.getFactories(FactoryFinder.java:216)
[java] at org.geotools.factory.FactoryFinder.access
$000(FactoryFinder.java:78)
[java] at org.geotools.factory.FactoryFinder
$1.next(FactoryFinder.java:433)
[java] at
org.geotools.data.DataStoreFinder.getAvailableDataStores(DataStoreFinder.java:110)
[java] at
....
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
--