Greetings
In the latest 1.7 snapshot, a call to BluePrintDatabase.connect() periodically fails. database = new BluePrintDatabase(dbStoreLocation, application); database.connect(); If I wrap the above in a loop, it will eventually connect. The error outputted is: java.lang.IllegalArgumentException: Property value can not be null at com.tinkerpop.blueprints.util.ExceptionFactory.propertyValueCanNotBeNull( ExceptionFactory.java:60) ~[blueprints-core-2.5.0.jar:na] at com.tinkerpop.blueprints.impls.orient.OrientElement.validateProperty( OrientElement.java:405) ~[orientdb-graphdb-1.7-SNAPSHOT.jar:1.7-SNAPSHOT] at com.tinkerpop.blueprints.impls.orient.OrientElement.setProperty( OrientElement.java:138) ~[orientdb-graphdb-1.7-SNAPSHOT.jar:1.7-SNAPSHOT] at com.stimulus.archiva.database.blueprints.BluePrintDatabase.updateIndexItems( BluePrintDatabase.java:229) ~[BluePrintDatabase.class:na] at com.stimulus.archiva.database.blueprints.BluePrintDatabase.connect( BluePrintDatabase.java:202) ~[BluePrintDatabase.class:na] at com.stimulus.archiva.database.DatabaseService.startup( DatabaseService.java:191) ~[DatabaseService.class:na] at com.stimulus.archiva.domain.Services$ServiceStartup.run(Services.java:128) [Services$ServiceStartup.class:na] at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1145) [na:1.7.0_45] at java.util.concurrent.ThreadPoolExecutor$Worker.run( ThreadPoolExecutor.java:615) [na:1.7.0_45] at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45] Regards Jamie -- --- 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.
