Skip to content

Instantly share code, notes, and snippets.

View careerscale's full-sized avatar

Harinath Mallepally careerscale

View GitHub Profile
@careerscale
careerscale / exportCommandExceptions.txt
Created November 7, 2017 22:26
OrientDb export command exceptions
at com.orientechnologies.common.console.OConsoleApplication.executeCommands(OConsoleApplication.java:256)
at com.orientechnologies.common.console.OConsoleApplication.run(OConsoleApplication.java:124)
at com.orientechnologies.orient.console.OConsoleDatabaseApp.main(OConsoleDatabaseApp.java:135)
2017-11-07 14:24:50:302 WARNI Error deserializing record to get field-names, send this data for debugging: EFBvc2l0aW9uJhRwbGFuUGVyaW9kDbQDLBZjcmVhdGVkRGF0ZQaMtcP/8lcEaWQDmAIQY2xpZW50SUQHBjEwOBxidXNpbmVzc0xlYWRlcgAADHRpdGxlcwwEAjEB
java.lang.IllegalArgumentException: Change type is incorrect
at com.orientechnologies.orient.core.db.record.ridbag.sbtree.ChangeSerializationHelper.createChangeInstance(ChangeSerializationHelper.java:26)
at com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerNetworkV37.readRidBag(ORecordSerializerNetworkV37.java:406)
at com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializ
Error while retrieving logged in user information {}
org.apache.shiro.UnavailableSecurityManagerException: No SecurityManager accessible to the calling code, either bound to the org.apache.shiro.util.ThreadContext or as a vm static singleton. This is an invalid application configuration.
at org.apache.shiro.SecurityUtils.getSecurityManager(SecurityUtils.java:123)
at org.apache.shiro.subject.Subject$Builder.<init>(Subject.java:627)
at org.apache.shiro.SecurityUtils.getSubject(SecurityUtils.java:56)
at com.abc.sdn.connector.RpcProvider.logCurrentUser(RpcProvider.java:86)
at com.abc.sdn.connector.RpcProvider.updateConnector(RpcProvider.java:149)
at org.opendaylight.yangtools.yang.binding.util.RpcMethodInvokerWithInput.invokeOn(RpcMethodInvokerWithInput.java:30)
at org.opendaylight.yangtools.yang.binding.util.AbstractMappedRpcInvoker.invokeRpc(AbstractMappedRpcInvoker.java:52)
at org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcImplemen