Keith Turner created ACCUMULO-639:
-------------------------------------
Summary: tablet server fails to start because it looks for walogs
in wrong place
Key: ACCUMULO-639
URL: https://issues.apache.org/jira/browse/ACCUMULO-639
Project: Accumulo
Issue Type: Bug
Components: tserver
Reporter: Keith Turner
Assignee: Keith Turner
Priority: Critical
Fix For: 1.5.0
Seeing the following when trying to start tserver
{noformat}
Uncaught exception in TabletServer.main, exiting
java.lang.NullPointerException
at
org.apache.accumulo.server.tabletserver.TabletServer.recoverLocalWriteAheadLogs(TabletServer.java:3141)
at
org.apache.accumulo.server.tabletserver.TabletServer.main(TabletServer.java:3122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.accumulo.start.Main$1.run(Main.java:87)
at java.lang.Thread.run(Thread.java:662)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira