Hi Jonathan do you use remote connection or local for the import?
2014-10-23 22:08 GMT+02:00 Jonathan Rosen <[email protected]>: > Same result with lucene plugin under libs directory. Are there any > workarounds for this? > > Generally speaking I have found backup reliability in orientdb to be > atrocious, and it makes me scared to run any kind of production environment > around it. You never know if your db migration will succeed or fail... > > com.orientechnologies.orient.core.index.OIndexException: Index type: > SPATIAL is not supported. Types are > [UNIQUE,FULLTEXT,FULLTEXT_HASH_INDEX,DICTIONARY_HASH_INDEX,DICTIONARY,UNIQUE_HASH_INDEX,NOTUNIQUE_HASH_INDEX,SPATIAL,NOTUNIQUE] > at > com.orientechnologies.orient.core.index.OIndexes.createIndex(OIndexes.java:153) > at > com.orientechnologies.orient.core.index.OIndexManagerShared.createIndex(OIndexManagerShared.java:143) > at > com.orientechnologies.orient.core.index.OIndexManagerProxy.createIndex(OIndexManagerProxy.java:75) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLCreateIndex.execute(OCommandExecutorSQLCreateIndex.java:255) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate.execute(OCommandExecutorSQLDelegate.java:60) > at > com.orientechnologies.orient.core.storage.OStorageEmbedded.executeCommand(OStorageEmbedded.java:94) > at > com.orientechnologies.orient.core.storage.OStorageEmbedded.command(OStorageEmbedded.java:83) > at > com.orientechnologies.orient.core.command.OCommandRequestTextAbstract.execute(OCommandRequestTextAbstract.java:59) > at > com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.command(ONetworkProtocolBinary.java:1181) > at > com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.executeRequest(ONetworkProtocolBinary.java:340) > at > com.orientechnologies.orient.server.network.protocol.binary.OBinaryNetworkProtocolAbstract.execute(OBinaryNetworkProtocolAbstract.java:169) > at > com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:45) > > Error: com.orientechnologies.orient.core.db.tool.ODatabaseExportException: > Error on importing database 'ipdb' from file: > /Users/xxx/Sites/releases/releases/orientdb-community-1.7.9/backups/174again.export.gz > > Error: com.orientechnologies.orient.core.index.OIndexException: Index > type: SPATIAL is not supported. Types are > [UNIQUE,FULLTEXT,FULLTEXT_HASH_INDEX,DICTIONARY_HASH_INDEX,DICTIONARY,UNIQUE_HASH_INDEX,NOTUNIQUE_HASH_INDEX,SPATIAL,NOTUNIQUE] > > On Wednesday, October 22, 2014 6:07:59 AM UTC-4, Enrico Risa wrote: >> >> Hi Jonathan >> >> are you importing from the console right? >> >> Seems that from there you have no access to the Lucene Plugin >> Se the rebuild of the index fail. >> >> Can you try to put the lucene plugin under you libs directory of OrientDB >> >> Enrico >> >> >> >> 2014-10-22 4:20 GMT+02:00 Jonathan Rosen <[email protected]>: >> >>> Here is an error that is thrown when I try to import the 1.7.4 db that >>> has a spatial index to 1.7.9: >>> >>> - Index 'stores.latlong'...Error on database import happened just before >>> line 0, column 1582755 >>> com.orientechnologies.orient.core.index.OIndexException: Index type: >>> SPATIAL is not supported. Types are [UNIQUE,FULLTEXT,FULLTEXT_ >>> HASH_INDEX,DICTIONARY_HASH_INDEX,DICTIONARY,UNIQUE_HASH_ >>> INDEX,NOTUNIQUE_HASH_INDEX,SPATIAL,NOTUNIQUE] >>> >>> This is a weird error, since it says that Spatial is not supported, bu >>> then lists Spatial as an available index option. Any thoughts on how to fix >>> this? >>> >>> -- >>> >>> --- >>> 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. >>> >> >> -- > > --- > 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. > -- --- 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.
