You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Mujadid khalid (JIRA)" <ji...@apache.org> on 2015/11/30 14:40:10 UTC

[jira] [Updated] (RANGER-752) Name node not starting due StackOverFlowError exception

     [ https://issues.apache.org/jira/browse/RANGER-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mujadid khalid updated RANGER-752:
----------------------------------
    Attachment: install.properties

> Name node not starting due StackOverFlowError exception 
> --------------------------------------------------------
>
>                 Key: RANGER-752
>                 URL: https://issues.apache.org/jira/browse/RANGER-752
>             Project: Ranger
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Mujadid khalid
>             Fix For: 0.6.0
>
>         Attachments: install.properties
>
>
> When We enable hdfs plugin, and then restart hadoop, namenode does not start with following exception 
> 2015-11-30 18:24:30,572 INFO org.apache.hadoop.util.GSet: Computing capacity for map NameNodeRetryCache
> 2015-11-30 18:24:30,572 INFO org.apache.hadoop.util.GSet: VM type       = 64-bit
> 2015-11-30 18:24:30,573 INFO org.apache.hadoop.util.GSet: 0.029999999329447746% max memory 889 MB = 273.1 KB
> 2015-11-30 18:24:30,573 INFO org.apache.hadoop.util.GSet: capacity      = 2^15 = 32768 entries
> 2015-11-30 18:24:30,860 ERROR org.apache.hadoop.hdfs.server.namenode.FSNamesystem: FSNamesystem initialization failed.
> java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> 	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:134)
> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.<init>(FSNamesystem.java:843)
> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.loadFromDisk(FSNamesystem.java:673)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.loadNamesystem(NameNode.java:584)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:644)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:811)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:795)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1488)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:1554)
> Caused by: java.lang.reflect.InvocationTargetException
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> 	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:132)
> 	... 8 more
> Caused by: java.lang.StackOverflowError
> 	at java.lang.Exception.<init>(Exception.java:102)
> 	at java.lang.ReflectiveOperationException.<init>(ReflectiveOperationException.java:89)
> 	at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:72)
> 	at sun.reflect.GeneratedConstructorAccessor7.newInstance(Unknown Source)
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> 	at java.lang.Class.newInstance(Class.java:383)
> 	at org.apache.ranger.authorization.hadoop.RangerHdfsAuthorizer.init(RangerHdfsAuthorizer.java:65)
> 	at org.apache.ranger.authorization.hadoop.RangerHdfsAuthorizer.<init>(RangerHdfsAuthorizer.java:44)
> 	at sun.reflect.GeneratedConstructorAccessor7.newInstance(Unknown Source)
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)



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