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/01/27 22:35:39 UTC

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

Eric Newton created ACCUMULO-4117:
-------------------------------------

             Summary: 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)