Well somehow that happens when you search for '' (nothing). So before querying check if there is something to search for. Now it does happen anymore. But I don't know why it's even possible to search for nothing. Should be fixed by deafault IMHO.
Am Montag, 8. September 2014 20:45:39 UTC+2 schrieb Curtis Mosters: > > I search with Lucene via a function that uses the Lucene SQL command. And > when I send too many requests I get this here: > > -> com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect. > assignTarget( > OCommandExecutorSQLSelect.java:407) > -> com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect. > executeSearch > (OCommandExecutorSQLSelect.java:391) > -> com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect.execute > (OComm > andExecutorSQLSelect.java:358) > -> com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate. > execute(OCo > mmandExecutorSQLDelegate.java:60) > -> com.orientechnologies.orient.core.storage.OStorageEmbedded. > executeCommand(OSt > orageEmbedded.java:94) > -> com.orientechnologies.orient.core.storage.OStorageEmbedded.command( > OStorageEm > bedded.java:83) > -> com.orientechnologies.orient.core.command.OCommandRequestTextAbstract. > execute > (OCommandRequestTextAbstract.java:59) > -> com.tinkerpop.blueprints.impls.orient.OrientGraphCommand.execute( > OrientGraphC > ommand.java:28) > -> com.orientechnologies.orient.graph.script.OScriptGraphWrapper.command( > OScript > GraphWrapper.java:65) > -> sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) > -> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > -> java.lang.reflect.Method.invoke(Unknown Source) > -> sun.org.mozilla.javascript.internal.MemberBox.invoke(Unknown Source) > -> sun.org.mozilla.javascript.internal.NativeJavaMethod.call(Unknown > Source) > -> sun.org.mozilla.javascript.internal.optimizer.OptRuntime.callN(Unknown > Source > ) > -> sun.org.mozilla.javascript.internal.gen._Unknown_source__242. > _c_getTitles_1(< > Unknown source>:3) > -> sun.org.mozilla.javascript.internal.gen._Unknown_source__242.call(< > Unknown so > urce>) > -> sun.org.mozilla.javascript.internal.ContextFactory.doTopCall(Unknown > Source) > -> com.sun.script.javascript.RhinoScriptEngine$1.superDoTopCall(Unknown > Source) > -> com.sun.script.javascript.RhinoScriptEngine$1.doTopCall(Unknown Source) > -> sun.org.mozilla.javascript.internal.ScriptRuntime.doTopCall(Unknown > Source) > -> sun.org.mozilla.javascript.internal.gen._Unknown_source__242.call(< > Unknown so > urce>) > -> com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source) > -> com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown > Source) > -> com.orientechnologies.orient.core.command.script. > OCommandExecutorFunction.exe > cuteInContext(OCommandExecutorFunction.java:99) > -> com.orientechnologies.orient.core.metadata.function.OFunction. > executeInContex > t(OFunction.java:149) > -> com.orientechnologies.orient.server.network.protocol.http.command.all. > OServer > CommandAbstractLogic.execute(OServerCommandAbstractLogic.java:67) > -> com.orientechnologies.orient.server.network.protocol.http. > ONetworkProtocolHtt > pAbstract.service(ONetworkProtocolHttpAbstract.java:176) > -> com.orientechnologies<span style=" > ... -- --- 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.
