| 
     
      
      
      From: Michael D. <mdu...@gm...> - 2015-08-21 11:47:14
      
     
   | 
Thx for the quick response. Again, apologies for the rant. We have an existing project that does not use Maven so we should be able to integrate the GeoTools jar files into that project. We just want to create some shape files. I suspect that others who are new to GeoTools do what I did as a test: Create a new project, add the GeoTools jars to the Java Build Path (eliminating those in the Quick Start Guide) and then creating a Java class with a main method that includes code from your Feature Tutorial. This process takes about fifteen minutes (I have done it three times) . I suspect there is some sort of error caused by identical resource names. The stack trace is not that clear: Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.hsqldb.lib.FrameworkLogger at org.hsqldb.persist.Logger.getEventLogger(Unknown Source) at org.hsqldb.persist.Logger.logInfoEvent(Unknown Source) at org.hsqldb.persist.Logger.closePersistence(Unknown Source) at org.hsqldb.Database.reopen(Unknown Source) at org.hsqldb.Database.open(Unknown Source) at org.hsqldb.DatabaseManager.getDatabase(Unknown Source) at org.hsqldb.DatabaseManager.newSession(Unknown Source) at org.hsqldb.jdbc.JDBCConnection.<init>(Unknown Source) at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.geotools.referencing.factory.epsg.DirectEpsgFactory.getConnection(DirectEpsgFactory.java:3196) at org.geotools.referencing.factory.epsg.ThreadedEpsgFactory.createBackingStore(ThreadedEpsgFactory.java:436) at org.geotools.referencing.factory.DeferredAuthorityFactory.getBackingStore(DeferredAuthorityFactory.java:133) at org.geotools.referencing.factory.BufferedAuthorityFactory.isAvailable(BufferedAuthorityFactory.java:235) at org.geotools.referencing.factory.DeferredAuthorityFactory.isAvailable(DeferredAuthorityFactory.java:119) at org.geotools.factory.FactoryRegistry.isAvailable(FactoryRegistry.java:667) at org.geotools.factory.FactoryRegistry.isAcceptable(FactoryRegistry.java:501) at org.geotools.factory.FactoryRegistry$1.filter(FactoryRegistry.java:192) at javax.imageio.spi.FilterIterator.advance(Unknown Source) at javax.imageio.spi.FilterIterator.<init>(Unknown Source) at javax.imageio.spi.ServiceRegistry.getServiceProviders(Unknown Source) at org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:197) at org.geotools.referencing.ReferencingFactoryFinder.getFactories(ReferencingFactoryFinder.java:180) at org.geotools.referencing.ReferencingFactoryFinder.getCRSAuthorityFactories(ReferencingFactoryFinder.java:455) at org.geotools.referencing.DefaultAuthorityFactory.getBackingFactory(DefaultAuthorityFactory.java:88) at org.geotools.referencing.DefaultAuthorityFactory.<init>(DefaultAuthorityFactory.java:69) at org.geotools.referencing.CRS.getAuthorityFactory(CRS.java:263) at org.geotools.referencing.CRS.decode(CRS.java:520) at org.geotools.referencing.CRS.decode(CRS.java:448) at org.geotools.data.DataUtilities.createAttribute(DataUtilities.java:2697) at org.geotools.data.DataUtilities.createType(DataUtilities.java:1964) at org.geotools.data.DataUtilities.createType(DataUtilities.java:1937) at EsriTest.main(EsriTest.java:36) On Fri, Aug 21, 2015 at 6:24 AM, Andrea Aime <and...@ge...> wrote: > On Fri, Aug 21, 2015 at 6:26 AM, Michael Duffy <mdu...@gm...> > wrote: > >> Could you please do a usability check on your documentation and see if >> you can create a new project in Eclipse, follow the steps in your >> documentation and get the tutorial to run? >> > > The guide is contributed in spare time by people that care about the > project, that probably have a life > and can't keep it up to date all the time, and that really don't deserve > this attitude. > > As a project PSC member (with no time to work on the guide) I humbly > propose we take the quickstart down, > and this apparently will make the project better, one cannot complain > about what's not there. > Those that do not know about Maven can read one of the many available > guides in the internet. > > I also suggest Michael to read this presentation, people complaining will > not give us more spare > time to use on the project, only new contributors will: > http://www.ianturton.com/talks/foss4ge#/ > > Cheers > Andrea > > -- > == > GeoServer Professional Services from the experts! Visit > http://goo.gl/it488V for more information. > == > > Ing. Andrea Aime > @geowolf > Technical Lead > > GeoSolutions S.A.S. > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > phone: +39 0584 962313 > fax: +39 0584 1660272 > mob: +39 339 8844549 > > http://www.geo-solutions.it > http://twitter.com/geosolutions_it > > *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003* > > Le informazioni contenute in questo messaggio di posta elettronica e/o > nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il > loro utilizzo è consentito esclusivamente al destinatario del messaggio, > per le finalità indicate nel messaggio stesso. Qualora riceviate questo > messaggio senza esserne il destinatario, Vi preghiamo cortesemente di > darcene notizia via e-mail e di procedere alla distruzione del messaggio > stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, > divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od > utilizzarlo per finalità diverse, costituisce comportamento contrario ai > principi dettati dal D.Lgs. 196/2003. > > > > The information in this message and/or attachments, is intended solely for > the attention and use of the named addressee(s) and may be confidential or > proprietary in nature or covered by the provisions of privacy act > (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection > Code).Any use not in accord with its purpose, any disclosure, reproduction, > copying, distribution, or either dissemination, either whole or partial, is > strictly forbidden except previous formal approval of the named > addressee(s). If you are not the intended recipient, please contact > immediately the sender by telephone, fax or e-mail and delete the > information in this message that has been received in error. The sender > does not give any warranty or accept liability as the content, accuracy or > completeness of sent messages and accepts no responsibility for changes > made after they were sent or for other risks which arise as a result of > e-mail transmission, viruses, etc. > > ------------------------------------------------------- >  |