[
https://issues.apache.org/jira/browse/AMBARI-15045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15147326#comment-15147326
]
Hadoop QA commented on AMBARI-15045:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12787906/AMBARI-15045.branch-2.2.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
contrib/views/tez.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/5372//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/5372//console
This message is automatically generated.
> NPE in ambari server log related tez view
> -----------------------------------------
>
> Key: AMBARI-15045
> URL: https://issues.apache.org/jira/browse/AMBARI-15045
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 2.2.1
> Reporter: DIPAYAN BHOWMICK
> Assignee: DIPAYAN BHOWMICK
> Fix For: 2.2.2
>
> Attachments: AMBARI-15045.branch-2.2.patch
>
>
> Seeing the following exception in ambari server logs
> {code}
> 10 Feb 2016 23:16:08,564 WARN [qtp-ambari-client-382] ServletHandler:563 -
> /api/v1/views/TEZ/versions/0.7.0.2.3.4.0-148/instances/TEZ_CLUSTER_INSTANCE/resources/rmproxy/proxy/application_1454976775789_11819/ws/v2/tez/verticesInfo
> java.lang.NullPointerException
> at java.io.Reader.<init>(Reader.java:78)
> at java.io.InputStreamReader.<init>(InputStreamReader.java:113)
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1906)
> at org.apache.commons.io.IOUtils.toString(IOUtils.java:778)
> at org.apache.commons.io.IOUtils.toString(IOUtils.java:759)
> at
> org.apache.ambari.view.tez.utils.ProxyHelper.getResponse(ProxyHelper.java:60)
> at
> org.apache.ambari.view.tez.rest.BaseProxyResource.getData(BaseProxyResource.java:55)
> at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
> at
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
> at
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
> at
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
> at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at
> com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:137)
> at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at
> com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:137)
> at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at
> com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:137)
> at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)