无法确定数据库崩溃的原因

时间:2017-11-23 10:03:33

标签: orientdb

我在azure VM上托管了一个OreintDB实例。一段时间后,此实例会自行崩溃或停止。我无法找到原因。

找到我启用日志的原因。但无济于事。打印的日志不足以指出任何问题。接下来是orient-server-log.properties

    # Specify the handlers to create in the root logger
    # (all loggers are children of the root logger)
    # The following creates two handlers
    handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler

    # Set the default logging level for the root logger
    .level = INFO
    com.orientechnologies.level = INFO
    com.orientechnologies.orient.server.distributed.level = INFO

    # Set the default logging level for new ConsoleHandler instances
    java.util.logging.ConsoleHandler.level = INFO
    # Set the default formatter for new ConsoleHandler instances
    java.util.logging.ConsoleHandler.formatter = com.orientechnologies.common.log.OAnsiLogFormatter

    # Set the default logging level for new FileHandler instances
    java.util.logging.FileHandler.level = INFO
    # Naming style for the output file
    java.util.logging.FileHandler.pattern=../log/orient-server.log
    # Set the default formatter for new FileHandler instances
    java.util.logging.FileHandler.formatter = com.orientechnologies.common.log.OLogFormatter
    # Limiting size of output file in bytes:
    java.util.logging.FileHandler.limit=10000000
    # Number of output files to cycle through, by appending an
    # integer to the base file name:
    java.util.logging.FileHandler.count=10

以下是生成的一个名为 orient-server.log.0 的日志文件的内容:

XXXX-XX-XX 05:10:06:517 INFO  Loading configuration from: /opt/orientdb/config/orientdb-server-config.xml... [OServerConfigurationLoaderXml]
XXXX-XX-XX 05:10:06:917 INFO  OrientDB Server v2.2.13 (build 2.2.x@r90d7caa1e4af3fad86594e592c64dc1202558ab1; 2016-11-15 12:04:05+0000) is starting up... [OServer]
XXXX-XX-XX 05:10:06:921 INFO  Databases directory: /opt/orientdb/databases [OServer]
XXXX-XX-XX 05:10:07:010 INFO  OrientDB auto-config DISKCACHE=4,428MB (heap=491MB direct=524,288MB os=6,967MB) [orientechnologies]
XXXX-XX-XX 05:10:07:719 INFO  Listening binary connections on 0.0.0.0:2424 (protocol v.36, socket=default) [OServerNetworkListener]
XXXX-XX-XX 05:10:07:730 INFO  Listening http connections on 0.0.0.0:2480 (protocol v.10, socket=default) [OServerNetworkListener]
XXXX-XX-XX 05:10:07:761 INFO  Installing dynamic plugin 'studio-2.2.zip'... [OServerPluginManager]
XXXX-XX-XX 05:10:07:765 INFO  ODefaultPasswordAuthenticator is active [ODefaultPasswordAuthenticator]
XXXX-XX-XX 05:10:07:766 INFO  OServerConfigAuthenticator is active [OServerConfigAuthenticator]
XXXX-XX-XX 05:10:07:766 INFO  OSystemUserAuthenticator is active [OSystemUserAuthenticator]
XXXX-XX-XX 05:10:07:805 INFO  Installed GREMLIN language v.2.6.0 - graph.pool.max=50 [OGraphServerHandler]
XXXX-XX-XX 05:10:07:805 INFO  [OVariableParser.resolveVariables] Error on resolving property: distributed [orientechnologies]
XXXX-XX-XX 05:10:07:808 WARNI Authenticated clients can execute any kind of code into the server by using the following allowed languages: [sql] [OServerSideScriptInterpreter]
XXXX-XX-XX 05:10:07:810 INFO  OrientDB Studio available at http://XXX.XXX.XXX.XXX:2480/studio/index.html [OServer]
XXXX-XX-XX 05:10:07:810 INFO  OrientDB Server is active v2.2.13 (build 2.2.x@r90d7caa1e4af3fad86594e592c64dc1202558ab1; 2016-11-15 12:04:05+0000). 

其他日志文件的内容相似。

我想要一些可能是问题或其他调试方法的指针。崩溃报告,数据库连接报告等可以帮助我确定潜在的问题。

我正在使用OrientDB v2.2.13

0 个答案:

没有答案