Hi Damian, Since the fix won't be in place until the end of the week I decided to try and figure out what the problem was with the 1.6.3 release. With a little digging it turned out that the problem is that it was built using Java 1.7, so a quick fetch of the source from https://github.com/orientechnologies/orientdb and about 20 seconds of building with my 1.6 java environment got me a 1.6.3 release that runs properly :) No source changes etc needed, just a recompile. This should get us by until the end of the week, and hopefully will work for you too...
Cheers, Stian On Monday, January 13, 2014 10:58:28 AM UTC+1, Damian Bronecki wrote: > > We even tried to migrate to OrientDB 1.6.3 but we can't do ANYTHING in > console! > This is exception > > Exception in thread "main" java.lang.NoSuchMethodError: java.nio. > CharBuffer.subSequence(II)Ljava/nio/CharBuffer; > at com.orientechnologies.common.console.ODFACommandStream.nextCommand( > ODFACommandStream.java:112) > at com.orientechnologies.common.console.OConsoleApplication. > executeCommands(OConsoleApplication.java:129) > at com.orientechnologies.common.console.OConsoleApplication.run( > OConsoleApplication.java:94) > at com.orientechnologies.orient.graph.console.OGremlinConsole.main( > OGremlinConsole.java:53) > > > -- --- 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/groups/opt_out.
