Hi;
I am using orientETL to migrate data from mysql to orientDB. Etl process 
finishes sucessfully but  when I open the orient studio there no record at 
db. 
ETL process ends like this.

[4377:vertex] DEBUG Transformer output: v(Member)[#12:4342]

[4379:vertex] DEBUG Transformer input: 
{member_id:12703030,death:N,name:fatih 
,lname:savaş,adres:,sehir:0,tel:,postakodu:null,semt:,ceptel:530-4261261,add_date:2015-03-30
 
16:22:37.0,fax:null,dog_tar:null,cinsiyet:null,gelir_duz:null,sektor:null,gorev:null,ilgialani:null,egit:null,medenihal:null,nereden:null,amac:null,kategori:null,duy:null,dontask:0000000000000000,gsmOperator:0,birthdate_day_month:null,birthdate_year:null}

[4379:vertex] DEBUG Transformer output: v(Member)[#12:4343]

END ETL PROCESSOR

+ extracted 4,381 records (4,394 records/sec) - 4,381 records -> loaded 
2,190 vertices (2,197 vertices/sec) Total time: 1815ms [0 warnings, 0 
errors]

My config file is


{

    "config": {

        "log": "debug"

    },

    "extractor": {

        "jdbc": {

            "driver": "com.mysql.jdbc.Driver",

            "url": 
"jdbc:mysql://ap-elk-mysql2.pool.gittigidiyor.net:3306/gg",

            "userName": "elek_read",

            "userPassword": "SPvhrIiU1sNeP",

            "query": "select * from `gg`.`member` where member_id > 
12700834"

        }

    },

    "transformers": [

        {

            "vertex": {

                "class": "Member"

            }

        }

    ],

    "loader": {

        "orientdb": {

            "dbURL": 
"plocal:/Users/ykurtulus/orientdb-community-2.0.5/databases/ElekMigrationTest8",

"dbUser": "root",

"dbPassword": "Kaos8619",

"dbAutoCreate": true,

"tx": true,

"batchCommit": 1000,

"wal" : false,

"dbType": "graph",

"classes": [

        {"name": "Member", "extends": "V"}    

      ]

        }

    }

}


and when I use the console I get an error  : 
java.lang.ArrayIndexOutOfBoundsException: 0 [ONetworkProtocolHttpDb]

Can you help about what I am doing wrong.

Best Regards.





-- 

--- 
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.

Reply via email to