It also gives the same error stack if i give wrong database information.. I tried to rebuild the package using ant resolve ant all
but the build failed.. saying one or more junit tests failed.. couple of failed tests are - org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlTest - org.openstreetmap.osmosis.extract.apidb.v0_6.DatabaseTimeLoader There might be some db driver issue java version is 1.6.0_07-b02 On Wed, Apr 21, 2010 at 1:25 PM, Brett Henderson <[email protected]> wrote: > On Wed, Apr 21, 2010 at 5:03 PM, M Naveed Akram <[email protected]> wrote: > >> I can connect to my database explicitly, i think there is some problem >> with jdbc connection > > > Sorry to ask, but did you run: > > mysql -h 127.0.0.1 -u root -p rose* > * > Or did you run: > * > *mysql -h 127.0.0.1 -u root -p rose *openstreetmap* > > The error seems to indicate that a successful connection is being made to > the database server, but that that database schema doesn't exist. Can you > verify that you can run a query against this schema? For example: > *SELECT * from nodes;* > > I'm confused because I've never before seen a case where a successful > connection is made to the server, but the schema can't be found. > > Brett > > -- Regards M Naveed Akram http://www.google.com/profiles/cmnajs
_______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
