[
https://issues.apache.org/jira/browse/AMBARI-15045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157374#comment-15157374
]
Hudson commented on AMBARI-15045:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #4368 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4368/])
AMBARI-15045. NPE in ambari server log related tez view. (dipayanb)
(dipayan.bhowmick:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1dbf7d4ef5d41837f36c961d333506057751a855])
*
contrib/views/tez/src/main/java/org/apache/ambari/view/tez/utils/ProxyHelper.java
> 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)