You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2016/02/01 15:33:39 UTC

[jira] [Commented] (ACCUMULO-4117) NPE running test under MRIT

    [ https://issues.apache.org/jira/browse/ACCUMULO-4117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126300#comment-15126300 ] 

Eric Newton commented on ACCUMULO-4117:
---------------------------------------

Well, the 1.7.0 - 1.7 bisect was a waste of time. They all run fine.

So, I restarted on master, and went back a few months.

The change that hangs up SslIT is 3af75fc.  Which is the upgrade to thrift 0.9.3.


> NPE running test under MRIT
> ---------------------------
>
>                 Key: ACCUMULO-4117
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4117
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>         Environment: Running integration tests under map reduce on a small baremetal cluster
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>
> Test: SslWithClientAuthIT_binary
> {noformat}
> 2016-01-27 16:04:44,883 [tserver.TabletServer] ERROR: Uncaught exception in TabletServer.main, exiting
> java.lang.NullPointerException
>         at org.apache.thrift.transport.TSSLTransportFactory$TSSLTransportParameters.<init>(TSSLTransportFactory.java:312)
>         at org.apache.thrift.transport.TSSLTransportFactory$TSSLTransportParameters.<init>(TSSLTransportFactory.java:297)
>         at org.apache.accumulo.core.rpc.SslConnectionParams.getTTransportParams(SslConnectionParams.java:217)
>         at org.apache.accumulo.server.rpc.TServerUtils.getSslServerSocket(TServerUtils.java:327)
>         at org.apache.accumulo.server.rpc.TServerUtils.createSslThreadPoolServer(TServerUtils.java:370)
>         at org.apache.accumulo.server.rpc.TServerUtils.startTServer(TServerUtils.java:499)
>         at org.apache.accumulo.server.rpc.TServerUtils.startTServer(TServerUtils.java:478)
>         at org.apache.accumulo.server.rpc.TServerUtils.startServer(TServerUtils.java:154)
>         at org.apache.accumulo.tserver.TabletServer.startServer(TabletServer.java:2257)
>         at org.apache.accumulo.tserver.TabletServer.startTabletClientService(TabletServer.java:2306)
>         at org.apache.accumulo.tserver.TabletServer.run(TabletServer.java:2442)
>         at org.apache.accumulo.tserver.TabletServer.main(TabletServer.java:2972)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:497)
>         at org.apache.accumulo.start.Main$2.run(Main.java:130)
>         at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)