Project

General

Profile

report_server.log

Atul Dalvi, 10/11/2017 05:13 AM

Download (5.7 KB)

 
1
Listening for transport dt_socket at address: 9999
2
SLF4J: Class path contains multiple SLF4J bindings.
3
SLF4J: Found binding in [jar:file:/C:/FWD/Project/p2j/build/lib/slf4j-jdk14-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
4
SLF4J: Found binding in [jar:file:/C:/FWD/Project/p2j/build/lib/slf4j-simple-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
5
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
6
SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory]
7
okt 11, 2017 11:04:27 AM org.eclipse.jetty.util.log.Log initialized
8
INFO: Logging initialized @440ms
9
okt 11, 2017 11:04:28 AM org.eclipse.jetty.server.Server doStart
10
INFO: jetty-9.3.z-SNAPSHOT
11
okt 11, 2017 11:04:28 AM org.eclipse.jetty.server.handler.ContextHandler doStart
12
INFO: Started o.e.j.s.h.ContextHandler@65e98b1c{/,jar:file:/C:/FWD/Project/p2j/build/lib/p2j.jar!/com/goldencode/p2j/report/web/res,AVAILABLE}
13
okt 11, 2017 11:04:28 AM org.eclipse.jetty.server.AbstractConnector doStart
14
INFO: Started ServerConnector@2e1d27ba{SSL,[ssl, http/1.1]}{0.0.0.0:8443}
15
okt 11, 2017 11:04:28 AM org.eclipse.jetty.server.Server doStart
16
INFO: Started @1315ms
17
okt 11, 2017 11:04:28 AM GenericWebServer.startup 
18
INFO: {main} Server URL: https://10.121.23.141:8443/
19
okt 11, 2017 11:05:10 AM org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration getOrGenerateUniqueInstanceId
20
INFO: Generated unique-instance-id=0a79178d9668-PAPPHEXSRV071
21
okt 11, 2017 11:05:10 AM org.janusgraph.diskstorage.Backend <init>
22
INFO: Initiated backend operations thread pool of size 4
23
okt 11, 2017 11:05:11 AM org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller initializeTimepoint
24
INFO: Loaded unidentified ReadMarker start time 2017-10-11T09:05:11.039Z into org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller@6cbb0924
25
applyActiveFile update count: 0
26
java.lang.reflect.InvocationTargetException
27
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
28
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
29
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
30
	at java.lang.reflect.Method.invoke(Unknown Source)
31
	at com.goldencode.p2j.report.server.ReportProtocol.processIncoming(ReportProtocol.java:386)
32
	at com.goldencode.p2j.report.server.ReportProtocol.onMessage(ReportProtocol.java:239)
33
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
34
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
35
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
36
	at java.lang.reflect.Method.invoke(Unknown Source)
37
	at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:71)
38
	at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72)
39
	at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:234)
40
	at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
41
	at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:66)
42
	at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:226)
43
	at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:162)
44
	at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:367)
45
	at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:220)
46
	at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)
47
	at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:256)
48
	at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:675)
49
	at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:505)
50
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
51
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
52
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
53
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
54
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
55
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
56
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
57
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
58
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
59
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
60
	at java.lang.Thread.run(Unknown Source)
61
Caused by: java.lang.IllegalAccessError: tried to access method com.google.common.collect.Iterators.emptyIterator()Lcom/google/common/collect/UnmodifiableIterator; from class org.janusgraph.graphdb.query.QueryProcessor
62
	at org.janusgraph.graphdb.query.QueryProcessor.iterator(QueryProcessor.java:66)
63
	at com.google.common.collect.Iterables$5.iterator(Iterables.java:614)
64
	at org.janusgraph.graphdb.tinkerpop.optimize.JanusGraphStep.lambda$new$64(JanusGraphStep.java:69)
65
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep.processNextStart(GraphStep.java:136)
66
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:143)
67
	at org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.hasNext(DefaultTraversal.java:179)
68
	at com.goldencode.p2j.report.server.CallGraphApi.getMissingExternalTargets(CallGraphApi.java:472)
69
	... 34 more