Listening for transport dt_socket at address: 9999 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/FWD/Project/p2j/build/lib/slf4j-jdk14-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/FWD/Project/p2j/build/lib/slf4j-simple-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory] okt 11, 2017 11:04:27 AM org.eclipse.jetty.util.log.Log initialized INFO: Logging initialized @440ms okt 11, 2017 11:04:28 AM org.eclipse.jetty.server.Server doStart INFO: jetty-9.3.z-SNAPSHOT okt 11, 2017 11:04:28 AM org.eclipse.jetty.server.handler.ContextHandler doStart 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} okt 11, 2017 11:04:28 AM org.eclipse.jetty.server.AbstractConnector doStart INFO: Started ServerConnector@2e1d27ba{SSL,[ssl, http/1.1]}{0.0.0.0:8443} okt 11, 2017 11:04:28 AM org.eclipse.jetty.server.Server doStart INFO: Started @1315ms okt 11, 2017 11:04:28 AM GenericWebServer.startup INFO: {main} Server URL: https://10.121.23.141:8443/ okt 11, 2017 11:05:10 AM org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration getOrGenerateUniqueInstanceId INFO: Generated unique-instance-id=0a79178d9668-PAPPHEXSRV071 okt 11, 2017 11:05:10 AM org.janusgraph.diskstorage.Backend INFO: Initiated backend operations thread pool of size 4 okt 11, 2017 11:05:11 AM org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller initializeTimepoint INFO: Loaded unidentified ReadMarker start time 2017-10-11T09:05:11.039Z into org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller@6cbb0924 applyActiveFile update count: 0 java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.goldencode.p2j.report.server.ReportProtocol.processIncoming(ReportProtocol.java:386) at com.goldencode.p2j.report.server.ReportProtocol.onMessage(ReportProtocol.java:239) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:71) at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72) at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:234) at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69) at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:66) at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:226) at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:162) at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:367) at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:220) at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220) at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:256) at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:675) at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:505) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246) at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Unknown Source) 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 at org.janusgraph.graphdb.query.QueryProcessor.iterator(QueryProcessor.java:66) at com.google.common.collect.Iterables$5.iterator(Iterables.java:614) at org.janusgraph.graphdb.tinkerpop.optimize.JanusGraphStep.lambda$new$64(JanusGraphStep.java:69) at org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep.processNextStart(GraphStep.java:136) at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:143) at org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.hasNext(DefaultTraversal.java:179) at com.goldencode.p2j.report.server.CallGraphApi.getMissingExternalTargets(CallGraphApi.java:472) ... 34 more