Hi Matías, For your second error (the import failure), it appears as if you're trying to import into an empty schema. "Caused by: org.postgresql.util.PSQLException: ERROR: no existe la relación «schema_info»"
Have you created the schema using the pgsql_simple_schema_*.sql scripts? Most of the test failures are usually caused by one or more of the test databases not being available. The database connection information is stored in the test/data/template/v0_6/*-authfile.txt files. pgsql-authfile.txt is for all of the pgsql task tests (ie. Osmosis "simple" schema), and apidb-authfile.txt is for all of the apidb task tests (OSM API schema). If you don't have databases configured then failures are expected. If you do have databases available then something has gone wrong. However, I see you also have tests like "NodeWriterTest" failing which is an XML test. This should never fail. Something more serious appears to be wrong there. Details of all test failures are under the report/test directory. Check those for more information on the reasons for failures. Brett 2010/2/28 Matías Iturburu <[email protected]> > A partner of mine informs me that the build error seems to be common and > non blocker. However when I try to import a osm flle it throws the following > error, failing to import: http://dpaste.com/hold/165645/ > > 2010/2/27 Matías Iturburu <[email protected]> > > Hello list \n >> >> First of all I want to say hello to you all, this being my first post >> here. >> >> I wanted to ask you about this error I've getting running ant all on a >> clean osmosis trunk checkout. Adding some little context, I can say that >> this is a clean ubuntu karmic install with sun java jdk 6 >> This is the traceback I'm getting http://dpaste.com/hold/165417/ >> >> >> -- >> Matías Iturburu >> http://www.linkedin.com/in/miturburu >> > > > > -- > Matías Iturburu > http://www.linkedin.com/in/miturburu > > _______________________________________________ > osmosis-dev mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/osmosis-dev > >
_______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
