Yah, sorry about that. Must of been using M2. Thanks! On Tuesday, November 18, 2014 3:05:16 PM UTC-7, Lvc@ wrote: > > Hi Curtis, > I think you're using old libraries to open the database created with > OrientDB 2.0-M3. Could you double check it? > > Lvc@ > > > On 18 November 2014 22:47, Curtis Stanford <[email protected] > <javascript:>> wrote: > >> I made this test a littler simpler by just loading one table of 519 >> records. Here is my etl json file. It's just loading one table from a >> postgresql database into orientdb. Still get the same error. I can actually >> connect to the database using the console but not with the Java API. >> >> { >> >> "config": { >> >> "log": "debug" >> >> }, >> >> "extractor": { >> >> "jdbc": { >> >> "driver": "org.postgresql.Driver", >> >> "url": "jdbc:postgresql://localhost:5432/wells", >> >> "query": "select distinct assoc_id as company_id, >> name1 as company_name from ihs_freehold_land" >> >> } >> >> }, >> >> "transformers": [ >> >> { "vertex": { "class": "company"} } >> >> ], >> >> "loader": { >> >> "orientdb": { >> >> "dbURL": "plocal:/Users/curtis/elgraph/wells", >> >> "dbType": "graph", >> >> "dbAutoCreate": true, >> >> "batchCommit": 1000 >> >> } >> >> } >> >> } >> >> >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
