@contribute
2016-04-10T09:05:28.000000Z
字数 712
阅读 1402
框架学习
D:\titan-1.0.0-hadoop1>bin\gremlin.batError opening zip file or JAR manifest missing : ..\lib\jamm-0.3.0.jarError occurred during initialization of VM agent library failed to init: instrument
gremlin.bat启动不了1
gremlin.bat启动不了2
出现日志弹出的情况!
在${titan-1.0.0-hadoop1_dir}目录下,如D:\titan-1.0.0-hadoop1下新建如下logback.xml文件
<configuration><appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"><!-- encoders are assigned the typech.qos.logback.classic.encoder.PatternLayoutEncoder by default --><encoder><pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern></encoder></appender><root level="info"><appender-ref ref="STDOUT" /></root></configuration>
