Hello Felipe Gutierrez,

This kind of question belongs on the user list so I am including that in
the CC list and future discussion should be there.


First, we can't possibly help you with so little information; with what
you have given us we can only guess at what is going on.

Second, you need to understand the role of geospatial 'referencing' in
GIS programs. You will learn that it's unlikely anyone can do anything
interesting that doesn't fundamentally require referencing work and
therefore the geotools referencing module. Once you understand that, you
will see that the 'referencing' module, again to do anything interesting
needs comparative parameters, for which we use EPSG. There are a bunch
of alternative implementations of EPSG in our code base and you need to
use one and only one, i.e. make sure there's one jar on your classpath
(with all the other jars). 

After you figure that out, if you need more help on the list, please
give us a specific report: what your setup is, what you are trying to
do, where in your code the error is triggered, the full error log...
Asking a good question is half the battle to getting a good answer.

cheers,
adrian


On Sun, 2008-03-30 at 16:26 -0300, felipe gutierrez wrote:
> Hi ,
> 
> I have the following problems with my program, but he executed what I
> want but prints that error and others errors :
> 
> org.geotools.referencing.factory.epsg.FactoryOnAccess isAvailable
> WARNING: Unavailable authority factory: European Petroleum Survey
> Group
> org.opengis.referencing.FactoryException: Failed to connect to the
> EPSG database.
> 
> I am not using EPSG database , and Why it appeared when I compiled? I
> did not understand.
> 
> 
> 
> 
> ______________________________________________________________________
> Notícias direto do New York Times, gols do Lance, videocassetadas e
> muitos outros vídeos no MSN Videos! Confira já!
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________ Geotools-devel mailing list 
> Geotools-devel@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/geotools-devel


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to