Project

General

Profile

report_server.log

report-server logfile - Marc Braun, 11/22/2018 12:34 PM

Download (11.8 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:/Progress/OEProject/boxbuch/p2j/build/lib/slf4j-jdk14-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
4
SLF4J: Found binding in [jar:file:/C:/Progress/OEProject/boxbuch/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
Nov 22, 2018 6:14:38 PM org.eclipse.jetty.util.log.Log initialized
8
INFO: Logging initialized @913ms
9
Nov 22, 2018 6:14:39 PM org.eclipse.jetty.server.Server doStart
10
INFO: jetty-9.3.z-SNAPSHOT
11
Nov 22, 2018 6:14:39 PM org.eclipse.jetty.server.handler.ContextHandler doStart
12
INFO: Started o.e.j.s.h.ContextHandler@3d1cfad4{/,jar:file:/C:/Progress/OEProject/boxbuch/p2j/build/lib/p2j.jar!/com/goldencode/p2j/report/web/res,AVAILABLE}
13
Nov 22, 2018 6:14:40 PM org.eclipse.jetty.server.AbstractConnector doStart
14
INFO: Started ServerConnector@5757d638{SSL,[ssl, http/1.1]}{0.0.0.0:8443}
15
Nov 22, 2018 6:14:40 PM org.eclipse.jetty.server.Server doStart
16
INFO: Started @2846ms
17
Nov 22, 2018 6:14:40 PM GenericWebServer.startup 
18
INFO: {main} Server URL: https://192.168.122.81:8443/
19
Nov 22, 2018 6:15:04 PM org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration getOrGenerateUniqueInstanceId
20
INFO: Generated unique-instance-id=c0a87a51936-mb-develop1
21
Nov 22, 2018 6:15:04 PM org.janusgraph.diskstorage.Backend getIndexes
22
INFO: Configuring index [search]
23
Nov 22, 2018 6:15:05 PM org.janusgraph.diskstorage.Backend <init>
24
INFO: Initiated backend operations thread pool of size 2
25
Nov 22, 2018 6:15:05 PM org.janusgraph.diskstorage.Backend initialize
26
INFO: Configuring total store cache size: 148317103
27
Nov 22, 2018 6:15:05 PM org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller initializeTimepoint
28
INFO: Loaded unidentified ReadMarker start time 2018-11-22T17:15:05.661Z into org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller@5115d79d
29
Nov 22, 2018 6:15:09 PM org.eclipse.jetty.websocket.common.events.AbstractEventDriver unhandled
30
WARNING: Unhandled Error (closing connection)
31
java.lang.RuntimeException: Cannot call method public void com.goldencode.p2j.report.server.ReportProtocol#onConnect(org.eclipse.jetty.websocket.api.Session) with args: [org.eclipse.jetty.websocket.common.WebSocketSession]
32
	at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.unwrapRuntimeException(CallableMethod.java:94)
33
	at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:76)
34
	at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onConnect(JettyAnnotatedEventDriver.java:148)
35
	at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.openSession(AbstractEventDriver.java:229)
36
	at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:489)
37
	at org.eclipse.jetty.websocket.common.WebSocketSession.onOpened(WebSocketSession.java:423)
38
	at org.eclipse.jetty.io.AbstractConnection.onOpen(AbstractConnection.java:198)
39
	at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onOpen(AbstractWebSocketConnection.java:562)
40
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:201)
41
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:369)
42
	at org.eclipse.jetty.server.HttpChannel.onCompleted(HttpChannel.java:611)
43
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:442)
44
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
45
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
46
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
47
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
48
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
49
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
50
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
51
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
52
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
53
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
54
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
55
	at java.lang.Thread.run(Unknown Source)
56
Caused by: java.lang.ExceptionInInitializerError
57
	at com.goldencode.p2j.report.server.SourceListingApi.<clinit>(SourceListingApi.java:86)
58
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
59
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
60
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
61
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
62
	at java.lang.Class.newInstance(Unknown Source)
63
	at com.goldencode.p2j.report.server.ReportProtocol.onConnect(ReportProtocol.java:199)
64
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
65
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
66
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
67
	at java.lang.reflect.Method.invoke(Unknown Source)
68
	at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:71)
69
	... 22 more
70
Caused by: java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Table "FILE" not found; SQL statement:
71
create global temporary table active_file (fid bigint, sid bigint, constraint fk_actfile_fid foreign key(fid) references file(id)) [42102-197]
72
	at com.goldencode.p2j.report.server.DatabaseService.initialize(DatabaseService.java:209)
73
	at com.goldencode.p2j.report.server.DatabaseService.<clinit>(DatabaseService.java:92)
74
	... 34 more
75
Caused by: org.h2.jdbc.JdbcSQLException: Table "FILE" not found; SQL statement:
76
create global temporary table active_file (fid bigint, sid bigint, constraint fk_actfile_fid foreign key(fid) references file(id)) [42102-197]
77
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
78
	at org.h2.message.DbException.get(DbException.java:179)
79
	at org.h2.message.DbException.get(DbException.java:155)
80
	at org.h2.command.ddl.AlterTableAddConstraint.tryUpdate(AlterTableAddConstraint.java:204)
81
	at org.h2.command.ddl.AlterTableAddConstraint.update(AlterTableAddConstraint.java:78)
82
	at org.h2.command.ddl.CommandWithColumns.createConstraints(CommandWithColumns.java:88)
83
	at org.h2.command.ddl.CreateTable.update(CreateTable.java:122)
84
	at org.h2.command.CommandContainer.update(CommandContainer.java:102)
85
	at org.h2.command.Command.executeUpdate(Command.java:261)
86
	at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:233)
87
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:205)
88
	at com.goldencode.p2j.report.server.DatabaseService.initialize(DatabaseService.java:201)
89
	... 35 more
90

    
91
Nov 22, 2018 6:15:09 PM org.eclipse.jetty.websocket.common.WebSocketSession open
92
WARNING: 
93
java.lang.RuntimeException: Cannot call method public void com.goldencode.p2j.report.server.ReportProtocol#onConnect(org.eclipse.jetty.websocket.api.Session) with args: [org.eclipse.jetty.websocket.common.WebSocketSession]
94
	at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.unwrapRuntimeException(CallableMethod.java:94)
95
	at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:76)
96
	at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onConnect(JettyAnnotatedEventDriver.java:148)
97
	at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.openSession(AbstractEventDriver.java:229)
98
	at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:489)
99
	at org.eclipse.jetty.websocket.common.WebSocketSession.onOpened(WebSocketSession.java:423)
100
	at org.eclipse.jetty.io.AbstractConnection.onOpen(AbstractConnection.java:198)
101
	at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onOpen(AbstractWebSocketConnection.java:562)
102
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:201)
103
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:369)
104
	at org.eclipse.jetty.server.HttpChannel.onCompleted(HttpChannel.java:611)
105
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:442)
106
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
107
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
108
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
109
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186)
110
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
111
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
112
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
113
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
114
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
115
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
116
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
117
	at java.lang.Thread.run(Unknown Source)
118
Caused by: java.lang.ExceptionInInitializerError
119
	at com.goldencode.p2j.report.server.SourceListingApi.<clinit>(SourceListingApi.java:86)
120
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
121
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
122
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
123
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
124
	at java.lang.Class.newInstance(Unknown Source)
125
	at com.goldencode.p2j.report.server.ReportProtocol.onConnect(ReportProtocol.java:199)
126
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
127
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
128
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
129
	at java.lang.reflect.Method.invoke(Unknown Source)
130
	at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:71)
131
	... 22 more
132
Caused by: java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Table "FILE" not found; SQL statement:
133
create global temporary table active_file (fid bigint, sid bigint, constraint fk_actfile_fid foreign key(fid) references file(id)) [42102-197]
134
	at com.goldencode.p2j.report.server.DatabaseService.initialize(DatabaseService.java:209)
135
	at com.goldencode.p2j.report.server.DatabaseService.<clinit>(DatabaseService.java:92)
136
	... 34 more
137
Caused by: org.h2.jdbc.JdbcSQLException: Table "FILE" not found; SQL statement:
138
create global temporary table active_file (fid bigint, sid bigint, constraint fk_actfile_fid foreign key(fid) references file(id)) [42102-197]
139
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
140
	at org.h2.message.DbException.get(DbException.java:179)
141
	at org.h2.message.DbException.get(DbException.java:155)
142
	at org.h2.command.ddl.AlterTableAddConstraint.tryUpdate(AlterTableAddConstraint.java:204)
143
	at org.h2.command.ddl.AlterTableAddConstraint.update(AlterTableAddConstraint.java:78)
144
	at org.h2.command.ddl.CommandWithColumns.createConstraints(CommandWithColumns.java:88)
145
	at org.h2.command.ddl.CreateTable.update(CreateTable.java:122)
146
	at org.h2.command.CommandContainer.update(CommandContainer.java:102)
147
	at org.h2.command.Command.executeUpdate(Command.java:261)
148
	at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:233)
149
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:205)
150
	at com.goldencode.p2j.report.server.DatabaseService.initialize(DatabaseService.java:201)
151
	... 35 more
152