cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345893991
 
 
   @keith-turner 
   Sorry I forgot about that. There is a lot more to it but this is the gist of 
it from what I can tell
   ```
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.library.path=:/Users/*OMIT*/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.io.tmpdir=/var/folders/0d/bgnqjj8d503f19qzqwpcrg5m0000gn/T/
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:java.compiler=<NA>
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.name=Mac OS X
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.arch=x86_64
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:os.version=10.1*.*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.name=*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.home=/Users/*OMIT*
   2017-11-20 20:42:09,304 [server.ZooKeeperServer] INFO : Server 
environment:user.dir=/Users/*OMIT*/Desktop/Apache_Workspace/fluo
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : tickTime set to 2000
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : minSessionTimeout 
set to -1
   2017-11-20 20:42:09,312 [server.ZooKeeperServer] INFO : maxSessionTimeout 
set to -1
   2017-11-20 20:42:09,343 [server.NIOServerCnxnFactory] INFO : binding to port 
/127.0.0.1:60463
   2017-11-20 20:42:09,416 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60467
   2017-11-20 20:42:09,471 [server.NIOServerCnxn] INFO : Processing ruok 
command from /127.0.0.1:60467
   2017-11-20 20:42:09,474 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:60467 (no session established for client)
   2017-11-20 20:42:10,876 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:60468
   2017-11-20 20:42:10,887 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:60468
   2017-11-20 20:42:10,890 [persistence.FileTxnLog] INFO : Creating new log 
file: log.1
   2017-11-20 20:42:10,899 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30000 with negotiated timeout 30000 for client /127.0.0.1:60468
   2017-11-20 20:42:10,962 [server.ZooKeeperServer] INFO : got auth packet 
/127.0.0.1:60468
   2017-11-20 20:42:10,975 [server.ZooKeeperServer] INFO : auth success 
/127.0.0.1:60468
   ```
   
   ```
   2017-11-20 20:44:08,947 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61050
   2017-11-20 20:44:08,948 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad3008f with negotiated timeout 30000 for client /127.0.0.1:61050
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad3008f type:create 
cxid:0x3 zxid:0x7da txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,951 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,952 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61050 which had sessionid 0x15fdc3d5ad3008f
   2017-11-20 20:44:08,955 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61051
   2017-11-20 20:44:08,955 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30090 with negotiated timeout 30000 for client /127.0.0.1:61051
   2017-11-20 20:44:08,957 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30090 type:create 
cxid:0x3 zxid:0x7dd txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:08,958 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad30090
   2017-11-20 20:44:08,958 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61051 which had sessionid 0x15fdc3d5ad30090
   2017-11-20 20:44:10,083 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61055
   2017-11-20 20:44:10,083 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61055
   2017-11-20 20:44:10,088 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30091 with negotiated timeout 30000 for client /127.0.0.1:61055
   2017-11-20 20:44:10,090 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30091 type:create 
cxid:0x3 zxid:0x7e0 txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:10,091 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad30091
   2017-11-20 20:44:10,091 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61055 which had sessionid 0x15fdc3d5ad30091
   2017-11-20 20:44:10,094 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61056
   2017-11-20 20:44:10,094 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61056
   2017-11-20 20:44:10,095 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30092 with negotiated timeout 30000 for client /127.0.0.1:61056
   2017-11-20 20:44:10,097 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30092 type:create 
cxid:0x3 zxid:0x7e3 txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:10,097 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad30092
   2017-11-20 20:44:10,098 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61056 which had sessionid 0x15fdc3d5ad30092
   2017-11-20 20:44:11,215 [server.NIOServerCnxnFactory] INFO : Accepted socket 
connection from /127.0.0.1:61060
   2017-11-20 20:44:11,215 [server.ZooKeeperServer] INFO : Client attempting to 
establish new session at /127.0.0.1:61060
   2017-11-20 20:44:11,220 [server.ZooKeeperServer] INFO : Established session 
0x15fdc3d5ad30093 with negotiated timeout 30000 for client /127.0.0.1:61060
   2017-11-20 20:44:11,222 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30093 type:create 
cxid:0x3 zxid:0x7e6 txntype:-1 reqpath:n/a Error Path:null 
Error:KeeperErrorCode = NoAuth
   2017-11-20 20:44:11,223 [server.PrepRequestProcessor] INFO : Processed 
session termination for sessionid: 0x15fdc3d5ad30093
   2017-11-20 20:44:11,223 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:61060 which had sessionid 0x15fdc3d5ad30093
   2017-11-20 20:44:11,235 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x203d zxid:0x7eb txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/fate/tx_2e0d317f89e23af0 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/fate/tx_2e0d317f89e23af0
   2017-11-20 20:44:11,238 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x2049 zxid:0x7ed txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/table_locks/+default 
Error:KeeperErrorCode = NoNode for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/table_locks/+default
   2017-11-20 20:44:11,240 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x204f zxid:0x7f0 txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/tables 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/tables
   2017-11-20 20:44:11,244 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x2061 zxid:0x7f4 txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3
   2017-11-20 20:44:11,245 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x2065 zxid:0x7f6 txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3
   2017-11-20 20:44:11,247 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x2069 zxid:0x7f8 txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3
   2017-11-20 20:44:11,248 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x206d zxid:0x7fa txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3
   2017-11-20 20:44:11,249 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x2071 zxid:0x7fc txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/users/root/Tables/3
   2017-11-20 20:44:11,253 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x207f zxid:0x7ff txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/table_locks/3 
Error:KeeperErrorCode = NoNode for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/table_locks/3
   2017-11-20 20:44:11,283 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x20df zxid:0x80f txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/tables/3/state 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/tables/3/state
   2017-11-20 20:44:11,288 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x20f4 zxid:0x816 txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/fate/tx_2e0d317f89e23af0 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/fate/tx_2e0d317f89e23af0
   2017-11-20 20:44:13,006 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x21b5 zxid:0x827 txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/fate/tx_66c3fbf983b05712 
Error:KeeperErrorCode = NodeExists for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/fate/tx_66c3fbf983b05712
   2017-11-20 20:44:13,010 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x21c1 zxid:0x829 txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/table_locks/+accumulo 
Error:KeeperErrorCode = NoNode for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/table_locks/+accumulo
   2017-11-20 20:44:13,013 [server.PrepRequestProcessor] INFO : Got user-level 
KeeperException when processing sessionid:0x15fdc3d5ad30007 type:create 
cxid:0x21c8 zxid:0x82c txntype:-1 reqpath:n/a Error 
Path:/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/table_locks/!0 
Error:KeeperErrorCode = NoNode for 
/accumulo/23a9d688-7362-4fa0-8d6f-fd1c8f2c548d/table_locks/!0
   ```
   
   I can email them to you if you want to see the rest. Not sure if anything of 
these logs could be sensitive information. 
   
   Edit more goodies
   ```
   2017-11-20 20:44:23,319 [server.NIOServerCnxn] WARN : caught end of stream 
exception
   EndOfStreamException: Unable to read additional data from client sessionid 
0x15fdc3d5ad30006, likely client has closed socket
        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:230)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
        at java.lang.Thread.run(Thread.java:745)
   2017-11-20 20:44:23,319 [server.NIOServerCnxn] INFO : Closed socket 
connection for client /127.0.0.1:60480 which had sessionid 0x15fdc3d5ad30006
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to