You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Vrushali C (JIRA)" <ji...@apache.org> on 2017/08/21 16:20:00 UTC

[jira] [Created] (YARN-7063) branch2 for tsv2 has NoClassDefFound exception for AuthenticationWithProxyUserFilter

Vrushali C created YARN-7063:
--------------------------------

             Summary: branch2 for tsv2 has NoClassDefFound exception for AuthenticationWithProxyUserFilter
                 Key: YARN-7063
                 URL: https://issues.apache.org/jira/browse/YARN-7063
             Project: Hadoop YARN
          Issue Type: Bug
          Components: timelineserver
            Reporter: Vrushali C



Seeing NoClassDefFound on the branch2 at runtime

Stack trace 

{code}

java.lang.NoClassDefFoundError: org/apache/hadoop/security/AuthenticationWithProxyUserFilter
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.apache.hadoop.yarn.server.timelineservice.reader.security.TimelineReaderAuthenticationFilterInitializer.initFilter(TimelineReaderAuthenticationFilterInitializer.java:49)
	at org.apache.hadoop.http.HttpServer2.initializeWebServer(HttpServer2.java:393)
	at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:344)
	at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:104)
	at org.apache.hadoop.http.HttpServer2$Builder.build(HttpServer2.java:292)
	at org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderServer.startTimelineReaderWebApp(TimelineReaderServer.java:181)
	at org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderServer.serviceStart(TimelineReaderServer.java:124)
	at org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
	at org.apache.hadoop.yarn.server.timelineservice.reader.AbstractTimelineReaderHBaseTestBase.initialize(AbstractTimelineReaderHBaseTestBase.java:91)
	at org.apache.hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage.setupBeforeClass(TestTimelineReaderWebServicesHBaseStorage.java:79)

{code}





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org