Hey guys,

So what *are* the requirements for building trunk? Our build box is 
running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux.  Am I 
doing something wrong, or is hsql just being flakey?

Thanks,
Cory.

trunk/modules/plugin/geotiff

-------------------------------------------------------------------------------
Test set: org.geotools.gce.geotiff.GeoTiffReaderTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.85 sec 
<<< FAILURE!
testReader(org.geotools.gce.geotiff.GeoTiffReaderTest)  Time elapsed: 
4.796 sec  <<< ERROR!
org.geotools.data.DataSourceException: GEOTIFF Module Error Report
Database failure while creating a 'Datum' object for code "EPSG:6269".
ModelPixelScaleTag: [42.666666666666664,42.666666666666664,0.0]
ModelTiePointTag: (1 tie points)
TP #0: [0.0,0.0,0.0] -> [-368113.6666666667,92083.66666666667,0.0]
ModelTransformationTag: NOT AVAILABLE
GeoKey #1: Key = 1, Value = null
GeoKey #2: Key = 1024, Value = 1
GeoKey #3: Key = 1025, Value = 1
GeoKey #4: Key = 2048, Value = 32767
GeoKey #5: Key = 2049, Value = unnamed
GeoKey #6: Key = 2049, Value = unnamed
GeoKey #7: Key = 2049, Value = unnamed
GeoKey #8: Key = 2050, Value = 6269
GeoKey #9: Key = 2051, Value = 8901
GeoKey #10: Key = 2053, Value = 1.0
GeoKey #11: Key = 2054, Value = 32767
GeoKey #12: Key = 2055, Value = 0.017453292519943295
GeoKey #13: Key = 3072, Value = 32767
GeoKey #14: Key = 3073, Value = Lambert Conformal Conic; North American 
1983; GRS80
GeoKey #15: Key = 3073, Value = Lambert Conformal Conic; North American 
1983; GRS80
GeoKey #16: Key = 3073, Value = Lambert Conformal Conic; North American 
1983; GRS80
GeoKey #17: Key = 3074, Value = 32767
GeoKey #18: Key = 3075, Value = 8
GeoKey #19: Key = 3076, Value = 9001
GeoKey #20: Key = 3076, Value = 9001
GeoKey #21: Key = 3077, Value = 1.0
GeoKey #22: Key = 3078, Value = 37.0
GeoKey #23: Key = 3079, Value = 39.5
GeoKey #24: Key = 3080, Value = -79.5
GeoKey #25: Key = 3081, Value = 36.0
GeoKey #26: Key = 3082, Value = 0.0
org.opengis.referencing.FactoryException: Database failure while 
creating a 'Datum' object for code "EPSG:6269".
        at 
org.geotools.referencing.factory.epsg.FactoryUsingSQL.databaseFailure(FactoryUsingSQL.java:2784)
        at 
org.geotools.referencing.factory.epsg.FactoryUsingSQL.createDatum(FactoryUsingSQL.java:1520)
        at 
org.geotools.referencing.factory.BufferedAuthorityFactory.createDatum(BufferedAuthorityFactory.java:344)
        at 
org.geotools.referencing.factory.AuthorityFactoryAdapter.createDatum(AuthorityFactoryAdapter.java:398)
        at 
org.geotools.referencing.factory.BufferedAuthorityFactory.createDatum(BufferedAuthorityFactory.java:344)
        at 
org.geotools.referencing.factory.AuthorityFactoryAdapter.createDatum(AuthorityFactoryAdapter.java:398)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createGeodeticDatum(GeoTiffMetadata2CRSAdapter.java:890)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createUserDefinedGCS(GeoTiffMetadata2CRSAdapter.java:1026)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createGeographicCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:394)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createUserDefinedPCS(GeoTiffMetadata2CRSAdapter.java:680)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createProjectedCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:303)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:240)
        at 
org.geotools.gce.geotiff.GeoTiffReader.getHRInfo(GeoTiffReader.java:271)
        at org.geotools.gce.geotiff.GeoTiffReader.<init>(GeoTiffReader.java:198)
        at 
org.geotools.gce.geotiff.GeoTiffReaderTest.testReader(GeoTiffReaderTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Caused by: java.sql.SQLException: Wrong data type: 
java.lang.NumberFormatException: For input string: "EPSG:6269"
        at org.hsqldb.jdbc.Util.throwError(Unknown Source)
        at org.hsqldb.jdbc.jdbcPreparedStatement.setParameter(Unknown Source)
        at org.hsqldb.jdbc.jdbcPreparedStatement.setString(Unknown Source)
        at 
org.geotools.referencing.factory.epsg.FactoryUsingSQL.createBursaWolfParameters(FactoryUsingSQL.java:1341)
        at 
org.geotools.referencing.factory.epsg.FactoryUsingSQL.createDatum(FactoryUsingSQL.java:1496)
        ... 39 more
        at org.geotools.gce.geotiff.GeoTiffReader.<init>(GeoTiffReader.java:219)
        at 
org.geotools.gce.geotiff.GeoTiffReaderTest.testReader(GeoTiffReaderTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Caused by: org.geotools.gce.geotiff.GeoTiffException: GEOTIFF Module 
Error Report
Database failure while creating a 'Datum' object for code "EPSG:6269".
ModelPixelScaleTag: [42.666666666666664,42.666666666666664,0.0]
ModelTiePointTag: (1 tie points)
TP #0: [0.0,0.0,0.0] -> [-368113.6666666667,92083.66666666667,0.0]
ModelTransformationTag: NOT AVAILABLE
GeoKey #1: Key = 1, Value = null
GeoKey #2: Key = 1024, Value = 1
GeoKey #3: Key = 1025, Value = 1
GeoKey #4: Key = 2048, Value = 32767
GeoKey #5: Key = 2049, Value = unnamed
GeoKey #6: Key = 2049, Value = unnamed
GeoKey #7: Key = 2049, Value = unnamed
GeoKey #8: Key = 2050, Value = 6269
GeoKey #9: Key = 2051, Value = 8901
GeoKey #10: Key = 2053, Value = 1.0
GeoKey #11: Key = 2054, Value = 32767
GeoKey #12: Key = 2055, Value = 0.017453292519943295
GeoKey #13: Key = 3072, Value = 32767
GeoKey #14: Key = 3073, Value = Lambert Conformal Conic; North American 
1983; GRS80
GeoKey #15: Key = 3073, Value = Lambert Conformal Conic; North American 
1983; GRS80
GeoKey #16: Key = 3073, Value = Lambert Conformal Conic; North American 
1983; GRS80
GeoKey #17: Key = 3074, Value = 32767
GeoKey #18: Key = 3075, Value = 8
GeoKey #19: Key = 3076, Value = 9001
GeoKey #20: Key = 3076, Value = 9001
GeoKey #21: Key = 3077, Value = 1.0
GeoKey #22: Key = 3078, Value = 37.0
GeoKey #23: Key = 3079, Value = 39.5
GeoKey #24: Key = 3080, Value = -79.5
GeoKey #25: Key = 3081, Value = 36.0
GeoKey #26: Key = 3082, Value = 0.0
org.opengis.referencing.FactoryException: Database failure while 
creating a 'Datum' object for code "EPSG:6269".
        at 
org.geotools.referencing.factory.epsg.FactoryUsingSQL.databaseFailure(FactoryUsingSQL.java:2784)
        at 
org.geotools.referencing.factory.epsg.FactoryUsingSQL.createDatum(FactoryUsingSQL.java:1520)
        at 
org.geotools.referencing.factory.BufferedAuthorityFactory.createDatum(BufferedAuthorityFactory.java:344)
        at 
org.geotools.referencing.factory.AuthorityFactoryAdapter.createDatum(AuthorityFactoryAdapter.java:398)
        at 
org.geotools.referencing.factory.BufferedAuthorityFactory.createDatum(BufferedAuthorityFactory.java:344)
        at 
org.geotools.referencing.factory.AuthorityFactoryAdapter.createDatum(AuthorityFactoryAdapter.java:398)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createGeodeticDatum(GeoTiffMetadata2CRSAdapter.java:890)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createUserDefinedGCS(GeoTiffMetadata2CRSAdapter.java:1026)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createGeographicCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:394)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createUserDefinedPCS(GeoTiffMetadata2CRSAdapter.java:680)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createProjectedCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:303)
        at 
org.geotools.gce.geotiff.crs_adapters.GeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:240)
        at 
org.geotools.gce.geotiff.GeoTiffReader.getHRInfo(GeoTiffReader.java:271)
        at org.geotools.gce.geotiff.GeoTiffReader.<init>(GeoTiffReader.java:198)
        at 
org.geotools.gce.geotiff.GeoTiffReaderTest.testReader(GeoTiffReaderTest.java:105)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to