You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ambari.apache.org by "ILOGLU, EMINE" <ei...@att.com> on 2014/04/24 21:01:40 UTC

ambari 1.5.1

Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image001.png@01CF5FCE.1624DCD0]

RE: ambari 1.5.1

Posted by Erin Boyd <eb...@redhat.com>.
Well I am glad it's working now :-)

  



-----Original Message-----
From: ILOGLU, EMINE [ei947t@att.com]
Received: Friday, 25 Apr 2014, 1:22PM
To: user@ambari.apache.org [user@ambari.apache.org]
Subject: RE: ambari 1.5.1

I don’t know what exactly happened but I reinstalled server and it was fixed.

-----Original Message-----
From: Erin Boyd [mailto:eboyd@redhat.com] 
Sent: Friday, April 25, 2014 10:57 AM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you go to the next screen after the services populate and then go back, and see if they appear?
Erin


----- Original Message -----
From: "EMINE ILOGLU" <ei...@att.com>
To: user@ambari.apache.org
Sent: Thursday, April 24, 2014 7:11:28 PM
Subject: RE: ambari 1.5.1



From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by Erin Boyd <eb...@redhat.com>.
Well I am glad it's working now :-)

  



-----Original Message-----
From: ILOGLU, EMINE [ei947t@att.com]
Received: Friday, 25 Apr 2014, 1:22PM
To: user@ambari.apache.org [user@ambari.apache.org]
Subject: RE: ambari 1.5.1

I don’t know what exactly happened but I reinstalled server and it was fixed.

-----Original Message-----
From: Erin Boyd [mailto:eboyd@redhat.com] 
Sent: Friday, April 25, 2014 10:57 AM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you go to the next screen after the services populate and then go back, and see if they appear?
Erin


----- Original Message -----
From: "EMINE ILOGLU" <ei...@att.com>
To: user@ambari.apache.org
Sent: Thursday, April 24, 2014 7:11:28 PM
Subject: RE: ambari 1.5.1



From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by Erin Boyd <eb...@redhat.com>.
Well I am glad it's working now :-)

  



-----Original Message-----
From: ILOGLU, EMINE [ei947t@att.com]
Received: Friday, 25 Apr 2014, 1:22PM
To: user@ambari.apache.org [user@ambari.apache.org]
Subject: RE: ambari 1.5.1

I don’t know what exactly happened but I reinstalled server and it was fixed.

-----Original Message-----
From: Erin Boyd [mailto:eboyd@redhat.com] 
Sent: Friday, April 25, 2014 10:57 AM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you go to the next screen after the services populate and then go back, and see if they appear?
Erin


----- Original Message -----
From: "EMINE ILOGLU" <ei...@att.com>
To: user@ambari.apache.org
Sent: Thursday, April 24, 2014 7:11:28 PM
Subject: RE: ambari 1.5.1



From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by Erin Boyd <eb...@redhat.com>.
Well I am glad it's working now :-)

  



-----Original Message-----
From: ILOGLU, EMINE [ei947t@att.com]
Received: Friday, 25 Apr 2014, 1:22PM
To: user@ambari.apache.org [user@ambari.apache.org]
Subject: RE: ambari 1.5.1

I don’t know what exactly happened but I reinstalled server and it was fixed.

-----Original Message-----
From: Erin Boyd [mailto:eboyd@redhat.com] 
Sent: Friday, April 25, 2014 10:57 AM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you go to the next screen after the services populate and then go back, and see if they appear?
Erin


----- Original Message -----
From: "EMINE ILOGLU" <ei...@att.com>
To: user@ambari.apache.org
Sent: Thursday, April 24, 2014 7:11:28 PM
Subject: RE: ambari 1.5.1



From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by Erin Boyd <eb...@redhat.com>.
Well I am glad it's working now :-)

  



-----Original Message-----
From: ILOGLU, EMINE [ei947t@att.com]
Received: Friday, 25 Apr 2014, 1:22PM
To: user@ambari.apache.org [user@ambari.apache.org]
Subject: RE: ambari 1.5.1

I don’t know what exactly happened but I reinstalled server and it was fixed.

-----Original Message-----
From: Erin Boyd [mailto:eboyd@redhat.com] 
Sent: Friday, April 25, 2014 10:57 AM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you go to the next screen after the services populate and then go back, and see if they appear?
Erin


----- Original Message -----
From: "EMINE ILOGLU" <ei...@att.com>
To: user@ambari.apache.org
Sent: Thursday, April 24, 2014 7:11:28 PM
Subject: RE: ambari 1.5.1



From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by Erin Boyd <eb...@redhat.com>.
Well I am glad it's working now :-)

  



-----Original Message-----
From: ILOGLU, EMINE [ei947t@att.com]
Received: Friday, 25 Apr 2014, 1:22PM
To: user@ambari.apache.org [user@ambari.apache.org]
Subject: RE: ambari 1.5.1

I don’t know what exactly happened but I reinstalled server and it was fixed.

-----Original Message-----
From: Erin Boyd [mailto:eboyd@redhat.com] 
Sent: Friday, April 25, 2014 10:57 AM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you go to the next screen after the services populate and then go back, and see if they appear?
Erin


----- Original Message -----
From: "EMINE ILOGLU" <ei...@att.com>
To: user@ambari.apache.org
Sent: Thursday, April 24, 2014 7:11:28 PM
Subject: RE: ambari 1.5.1



From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by "ILOGLU, EMINE" <ei...@att.com>.
I don’t know what exactly happened but I reinstalled server and it was fixed.

-----Original Message-----
From: Erin Boyd [mailto:eboyd@redhat.com] 
Sent: Friday, April 25, 2014 10:57 AM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you go to the next screen after the services populate and then go back, and see if they appear?
Erin


----- Original Message -----
From: "EMINE ILOGLU" <ei...@att.com>
To: user@ambari.apache.org
Sent: Thursday, April 24, 2014 7:11:28 PM
Subject: RE: ambari 1.5.1



From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

Re: ambari 1.5.1

Posted by Erin Boyd <eb...@redhat.com>.
Can you go to the next screen after the services populate and then go back, and see if they appear?
Erin


----- Original Message -----
From: "EMINE ILOGLU" <ei...@att.com>
To: user@ambari.apache.org
Sent: Thursday, April 24, 2014 7:11:28 PM
Subject: RE: ambari 1.5.1



From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by "ILOGLU, EMINE" <ei...@att.com>.
[cid:image002.png@01CF5FEF.1E8AA960]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image004.png@01CF5FEF.1E8AA960]
[cid:image007.png@01CF5FEF.1E8AA960]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image008.png@01CF5FEF.1E8AA960]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image009.png@01CF5FEF.1E8AA960]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

Re: ambari 1.5.1

Posted by Sumit Mohanty <sm...@hortonworks.com>.
I think the tar file got blocked - possibly because of scripts inside.

I wanted to verify that the folder has all the stack definitions needed.

We do not necessarily need to look into the content - so you can choose to
share a text file with the list of files from /var/lib/ambari-server/
resources/stacks.

-Sumit


On Thu, Apr 24, 2014 at 6:11 PM, ILOGLU, EMINE <ei...@att.com> wrote:

>
>
>
>
> *From:* Sumit Mohanty [mailto:smohanty@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 8:32 PM
>
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Can you tar /var/lib/ambari-server/resources/stacks and share that? I am
> unable to repro it on a fresh install or 1.5.1.
>
>
>
> Also, /etc/ambari-server/conf/ambari.properties. *Sanitize the
> ambari.properties file if it has any passwords.*
>
>
>
> thanks
>
> Sumit
>
>
>
> On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> And this is the corresponding server log:
>
> 15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime
> exception executing a query
>
> java.lang.NullPointerException
>
>         at
> org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
>
>         at
> org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
>
>         at
> org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
>
>         at
> org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
>
>         at
> org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>
>         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:288)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>
>         at
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
>
>         at
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
>
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
>
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
>
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>
>         at
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>         at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
>
>         at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
>
>         at
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
>
>         at
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
>
>         at
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
>
>         at
> org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
>
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
>
>         at
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
>
>         at
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
>
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
>
>         at
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
>
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
>
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
>
>         at
> org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
>
>         at
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
>
>         at org.eclipse.jetty.server.Server.handle(Server.java:363)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
>
>         at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
>
>         at
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
>
>         at
> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
>
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
>
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
>
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
>
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
>
>         at java.lang.Thread.run(Thread.java:744)
>
> 15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 -
> /api/v1/stacks2/HDP/versions/1.3.3/stackServices
>
> java.lang.NullPointerException
>
>         at
> org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
>
>        at
> org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
>
>         at
> org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
>
>         at
> org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
>
>         at
> org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>
>         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:288)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>
>         at
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
>
>         at
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
>
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
>
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
>
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>
>         at
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>         at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
>
>         at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
>
>         at
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
>
>         at
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
>
>         at
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
>
>         at
> org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
>
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
>
>         at
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
>
>         at
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
>
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
>
>         at
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
>
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
>
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
>
>         at
> org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
>
>         at
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
>
>         at org.eclipse.jetty.server.Server.handle(Server.java:363)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
>
>         at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
>
>         at
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
>
>         at
> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
>
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
>
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
>
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
>
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
>
>         at java.lang.Thread.run(Thread.java:744)
>
>
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 6:55 PM
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> In the first screenshot can you please replace "HDSND004" (which is your
> cluster-name) with "HDP" (which is your stack name) and try again?
>
>
>
> You should see the same call in your Network tab by going through each of
> the entries.
>
> Regards,
>
> Srimanth
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 5:55 PM
>
>
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
> Can you provide sanitized output from the below API call UI makes... you
> can find it in the Network tab of Chrome JS console.
> Please replace {stackName} and {stackVersion} with whatever selections you
> made during the initial pages of install.
>
>
> http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*
>
> It looks like we are not getting the list of services from the server, and
> need to verify.
> Regards,
> Srimanth
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> I am still having the issue, in the previous page I got these warnings. Do
> you think it might be related to that:
>
>
>
> ######################################
> # Host Checks Report
> #
> # Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
> ######################################
>
> ######################################
> # Hosts
> #
> # A space delimited list of hosts which have issues.
> # Provided so that administrators can easily copy hostnames into scripts,
> email etc.
> ######################################
> HOSTS
> zlxv2256.vci.att.com zlxv2258.vci.att.com zlxv2259.vci.att.com
> zlxv2262.vci.att.com zlxv2263.vci.att.com
>
> ######################################
> # Processes
> #
> # A comma separated list of process tuples which should not be running.
> # Provided so that administrators can easily copy paths into scripts,
> email etc.
> ######################################
> PROCESSES
> (zlxv2263.vci.att.com,aft,16615),(zlxv2256.vci.att.com,aft,19787)
>
> ######################################
> # Users
> #
> # A space delimited list of users who should not exist.
> # Provided so that administrators can easily copy paths into scripts,
> email etc.
> # Example: userdel hdfs
> ######################################
> USERS
> flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:40 PM
>
>
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> Was wondering if you have attempted refreshing the page?
>
> If that doesnt help, could you please attempt logging out and logging back
> in?
>
> Regards,
>
> Srimanth
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Failed to load resource, see below. Any idea?
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:18 PM
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> You should be able to see services in that install wizard page.
>
>
>
> Do you see any errors in the browsers's Javascript console?
>
> Please follow instructions at
> https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoloadto provide additional details about the issue.
>
> Regards,
>
> Srimanth
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Hi,
>
>
>
> How are the services populated in the below screen, I can not add a new
> service.
>
>
>
> Thanks
>
>
>
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by "ILOGLU, EMINE" <ei...@att.com>.

From: Sumit Mohanty [mailto:smohanty@hortonworks.com]
Sent: Thursday, April 24, 2014 8:32 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Can you tar /var/lib/ambari-server/resources/stacks and share that? I am unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. Sanitize the ambari.properties file if it has any passwords.

thanks
Sumit

On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF6001.A5F2CBA0]
[cid:image002.png@01CF6001.A5F2CBA0]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF6001.A5F2CBA0]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF6001.A5F2CBA0]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

Re: ambari 1.5.1

Posted by Sumit Mohanty <sm...@hortonworks.com>.
Can you tar /var/lib/ambari-server/resources/stacks and share that? I am
unable to repro it on a fresh install or 1.5.1.

Also, /etc/ambari-server/conf/ambari.properties. *Sanitize the
ambari.properties file if it has any passwords.*

thanks
Sumit


On Thu, Apr 24, 2014 at 4:02 PM, ILOGLU, EMINE <ei...@att.com> wrote:

>  And this is the corresponding server log:
>
> 15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime
> exception executing a query
>
> java.lang.NullPointerException
>
>         at
> org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
>
>         at
> org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
>
>         at
> org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
>
>         at
> org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
>
>         at
> org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>
>         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:288)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>
>         at
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
>
>         at
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
>
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
>
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
>
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>
>         at
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>         at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
>
>         at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
>
>         at
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
>
>         at
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
>
>         at
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
>
>         at
> org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
>
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
>
>         at
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
>
>         at
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
>
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
>
>         at
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
>
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
>
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
>
>         at
> org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
>
>         at
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
>
>         at org.eclipse.jetty.server.Server.handle(Server.java:363)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
>
>         at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
>
>         at
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
>
>         at
> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
>
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
>
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
>
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
>
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
>
>         at java.lang.Thread.run(Thread.java:744)
>
> 15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 -
> /api/v1/stacks2/HDP/versions/1.3.3/stackServices
>
> java.lang.NullPointerException
>
>         at
> org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
>
>         at
> org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
>
>        at
> org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
>
>         at
> org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
>
>         at
> org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
>
>         at
> org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>
>         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:288)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>
>         at
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>
>         at
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
>
>         at
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
>
>         at
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
>
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
>
>         at
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
>
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>
>         at
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
>         at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
>
>         at
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
>
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>         at
> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
>
>         at
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
>
>         at
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
>
>         at
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
>
>         at
> org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
>
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
>
>         at
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
>
>         at
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
>
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
>
>         at
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
>
>         at
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
>
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
>
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
>
>         at
> org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
>
>         at
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
>
>         at org.eclipse.jetty.server.Server.handle(Server.java:363)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
>
>         at
> org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
>
>         at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
>
>         at
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
>
>         at
> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
>
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
>
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
>
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
>
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
>
>         at java.lang.Thread.run(Thread.java:744)
>
>
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 6:55 PM
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> In the first screenshot can you please replace "HDSND004" (which is your
> cluster-name) with "HDP" (which is your stack name) and try again?
>
>
>
> You should see the same call in your Network tab by going through each of
> the entries.
>
> Regards,
>
> Srimanth
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 5:55 PM
>
>
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
> Can you provide sanitized output from the below API call UI makes... you
> can find it in the Network tab of Chrome JS console.
> Please replace {stackName} and {stackVersion} with whatever selections you
> made during the initial pages of install.
>
>
> http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*
>
> It looks like we are not getting the list of services from the server, and
> need to verify.
> Regards,
> Srimanth
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> I am still having the issue, in the previous page I got these warnings. Do
> you think it might be related to that:
>
>
>
> ######################################
> # Host Checks Report
> #
> # Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
> ######################################
>
> ######################################
> # Hosts
> #
> # A space delimited list of hosts which have issues.
> # Provided so that administrators can easily copy hostnames into scripts,
> email etc.
> ######################################
> HOSTS
> zlxv2256.vci.att.com zlxv2258.vci.att.com zlxv2259.vci.att.com
> zlxv2262.vci.att.com zlxv2263.vci.att.com
>
> ######################################
> # Processes
> #
> # A comma separated list of process tuples which should not be running.
> # Provided so that administrators can easily copy paths into scripts,
> email etc.
> ######################################
> PROCESSES
> (zlxv2263.vci.att.com,aft,16615),(zlxv2256.vci.att.com,aft,19787)
>
> ######################################
> # Users
> #
> # A space delimited list of users who should not exist.
> # Provided so that administrators can easily copy paths into scripts,
> email etc.
> # Example: userdel hdfs
> ######################################
> USERS
> flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:40 PM
>
>
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> Was wondering if you have attempted refreshing the page?
>
> If that doesnt help, could you please attempt logging out and logging back
> in?
>
> Regards,
>
> Srimanth
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Failed to load resource, see below. Any idea?
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:18 PM
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> You should be able to see services in that install wizard page.
>
>
>
> Do you see any errors in the browsers's Javascript console?
>
> Please follow instructions at
> https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoloadto provide additional details about the issue.
>
> Regards,
>
> Srimanth
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Hi,
>
>
>
> How are the services populated in the below screen, I can not add a new
> service.
>
>
>
> Thanks
>
>
>
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by "ILOGLU, EMINE" <ei...@att.com>.
And this is the corresponding server log:
15:56:47,082 ERROR [qtp310673034-19] ReadHandler:90 - Caught a runtime exception executing a query
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
        at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
15:56:47,088  WARN [qtp310673034-19] ServletHandler:514 - /api/v1/stacks2/HDP/versions/1.3.3/stackServices
java.lang.NullPointerException
        at org.apache.ambari.server.controller.internal.ClusterControllerImpl.populateResources(ClusterControllerImpl.java:127)
        at org.apache.ambari.server.api.query.QueryImpl.queryForSubResources(QueryImpl.java:375)
        at org.apache.ambari.server.api.query.QueryImpl.queryForResources(QueryImpl.java:337)
        at org.apache.ambari.server.api.query.QueryImpl.execute(QueryImpl.java:184)
       at org.apache.ambari.server.api.handlers.ReadHandler.handleRequest(ReadHandler.java:67)
        at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:116)
        at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:80)
        at org.apache.ambari.server.api.services.Stacks2Service.getStackServices(Stacks2Service.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        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:288)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
        at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.internal.InternalTokenAuthenticationFilter.doFilter(InternalTokenAuthenticationFilter.java:53)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:363)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:920)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com]
Sent: Thursday, April 24, 2014 6:55 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Hello,
In the first screenshot can you please replace "HDSND004" (which is your cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of the entries.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
[cid:image001.png@01CF5FEF.A8D29830]
[cid:image002.png@01CF5FEF.A8D29830]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 5:55 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image003.png@01CF5FEF.A8D29830]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image004.png@01CF5FEF.A8D29830]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

Re: ambari 1.5.1

Posted by Srimanth Gunturi <sr...@hortonworks.com>.
Hello,
In the first screenshot can you please replace "HDSND004" (which is your
cluster-name) with "HDP" (which is your stack name) and try again?

You should see the same call in your Network tab by going through each of
the entries.
Regards,
Srimanth




On Thu, Apr 24, 2014 at 3:14 PM, ILOGLU, EMINE <ei...@att.com> wrote:

>
>
>
>
>
>
>
>
>
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 5:55 PM
>
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
> Can you provide sanitized output from the below API call UI makes... you
> can find it in the Network tab of Chrome JS console.
> Please replace {stackName} and {stackVersion} with whatever selections you
> made during the initial pages of install.
>
>
> http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*
>
> It looks like we are not getting the list of services from the server, and
> need to verify.
> Regards,
> Srimanth
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> I am still having the issue, in the previous page I got these warnings. Do
> you think it might be related to that:
>
>
>
> ######################################
> # Host Checks Report
> #
> # Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
> ######################################
>
> ######################################
> # Hosts
> #
> # A space delimited list of hosts which have issues.
> # Provided so that administrators can easily copy hostnames into scripts,
> email etc.
> ######################################
> HOSTS
> zlxv2256.vci.att.com zlxv2258.vci.att.com zlxv2259.vci.att.com
> zlxv2262.vci.att.com zlxv2263.vci.att.com
>
> ######################################
> # Processes
> #
> # A comma separated list of process tuples which should not be running.
> # Provided so that administrators can easily copy paths into scripts,
> email etc.
> ######################################
> PROCESSES
> (zlxv2263.vci.att.com,aft,16615),(zlxv2256.vci.att.com,aft,19787)
>
> ######################################
> # Users
> #
> # A space delimited list of users who should not exist.
> # Provided so that administrators can easily copy paths into scripts,
> email etc.
> # Example: userdel hdfs
> ######################################
> USERS
> flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:40 PM
>
>
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> Was wondering if you have attempted refreshing the page?
>
> If that doesnt help, could you please attempt logging out and logging back
> in?
>
> Regards,
>
> Srimanth
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Failed to load resource, see below. Any idea?
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:18 PM
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> You should be able to see services in that install wizard page.
>
>
>
> Do you see any errors in the browsers's Javascript console?
>
> Please follow instructions at
> https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoloadto provide additional details about the issue.
>
> Regards,
>
> Srimanth
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Hi,
>
>
>
> How are the services populated in the below screen, I can not add a new
> service.
>
>
>
> Thanks
>
>
>
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by "ILOGLU, EMINE" <ei...@att.com>.
[cid:image001.png@01CF5FE9.0EE12AD0]
[cid:image003.png@01CF5FE8.6D03CA10]






From: Srimanth Gunturi [mailto:srimanth@hortonworks.com]
Sent: Thursday, April 24, 2014 5:55 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Hello,
Can you provide sanitized output from the below API call UI makes... you can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*<http://ambari-server:8080/api/v1/stacks2/%7bstackName%7d/versions/%7bstackVersion%7d/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*>

It looks like we are not getting the list of services from the server, and need to verify.
Regards,
Srimanth





On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com<http://zlxv2256.vci.att.com> zlxv2258.vci.att.com<http://zlxv2258.vci.att.com> zlxv2259.vci.att.com<http://zlxv2259.vci.att.com> zlxv2262.vci.att.com<http://zlxv2262.vci.att.com> zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com<http://zlxv2263.vci.att.com>,aft,16615),(zlxv2256.vci.att.com<http://zlxv2256.vci.att.com>,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:40 PM

To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image005.png@01CF5FE8.6D03CA10]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image006.png@01CF5FE8.6D03CA10]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

Re: ambari 1.5.1

Posted by Srimanth Gunturi <sr...@hortonworks.com>.
Hello,
Can you provide sanitized output from the below API call UI makes... you
can find it in the Network tab of Chrome JS console.
Please replace {stackName} and {stackVersion} with whatever selections you
made during the initial pages of install.

http://ambari-server:8080/api/v1/stacks2/{stackName}/versions/{stackVersion}/stackServices?fields=StackServices/comments,StackServices/service_version,serviceComponents/*

It looks like we are not getting the list of services from the server, and
need to verify.
Regards,
Srimanth






On Thu, Apr 24, 2014 at 12:47 PM, ILOGLU, EMINE <ei...@att.com> wrote:

>  I am still having the issue, in the previous page I got these warnings.
> Do you think it might be related to that:
>
>
>
> ######################################
> # Host Checks Report
> #
> # Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
> ######################################
>
> ######################################
> # Hosts
> #
> # A space delimited list of hosts which have issues.
> # Provided so that administrators can easily copy hostnames into scripts,
> email etc.
> ######################################
> HOSTS
> zlxv2256.vci.att.com zlxv2258.vci.att.com zlxv2259.vci.att.com
> zlxv2262.vci.att.com zlxv2263.vci.att.com
>
> ######################################
> # Processes
> #
> # A comma separated list of process tuples which should not be running.
> # Provided so that administrators can easily copy paths into scripts,
> email etc.
> ######################################
> PROCESSES
> (zlxv2263.vci.att.com,aft,16615),(zlxv2256.vci.att.com,aft,19787)
>
> ######################################
> # Users
> #
> # A space delimited list of users who should not exist.
> # Provided so that administrators can easily copy paths into scripts,
> email etc.
> # Example: userdel hdfs
> ######################################
> USERS
> flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:40 PM
>
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> Was wondering if you have attempted refreshing the page?
>
> If that doesnt help, could you please attempt logging out and logging back
> in?
>
> Regards,
>
> Srimanth
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Failed to load resource, see below. Any idea?
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:18 PM
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> You should be able to see services in that install wizard page.
>
>
>
> Do you see any errors in the browsers's Javascript console?
>
> Please follow instructions at
> https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoloadto provide additional details about the issue.
>
> Regards,
>
> Srimanth
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Hi,
>
>
>
> How are the services populated in the below screen, I can not add a new
> service.
>
>
>
> Thanks
>
>
>
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by "ILOGLU, EMINE" <ei...@att.com>.
I am still having the issue, in the previous page I got these warnings. Do you think it might be related to that:

######################################
# Host Checks Report
#
# Generated: Thu Apr 24 2014 15:46:06 GMT-0400 (Eastern Daylight Time)
######################################

######################################
# Hosts
#
# A space delimited list of hosts which have issues.
# Provided so that administrators can easily copy hostnames into scripts, email etc.
######################################
HOSTS
zlxv2256.vci.att.com zlxv2258.vci.att.com zlxv2259.vci.att.com zlxv2262.vci.att.com zlxv2263.vci.att.com

######################################
# Processes
#
# A comma separated list of process tuples which should not be running.
# Provided so that administrators can easily copy paths into scripts, email etc.
######################################
PROCESSES
(zlxv2263.vci.att.com,aft,16615),(zlxv2256.vci.att.com,aft,19787)

######################################
# Users
#
# A space delimited list of users who should not exist.
# Provided so that administrators can easily copy paths into scripts, email etc.
# Example: userdel hdfs
######################################
USERS
flume sqoop hdfs mapred hbase hcat hive oozie nagios rrdcached zookeeper

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com]
Sent: Thursday, April 24, 2014 3:40 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back in?
Regards,
Srimanth


On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Failed to load resource, see below. Any idea?
[cid:image001.png@01CF5FD4.6AD6C800]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com<ma...@hortonworks.com>]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org<ma...@ambari.apache.org>
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image002.png@01CF5FD4.6AD6C800]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

Re: ambari 1.5.1

Posted by Srimanth Gunturi <sr...@hortonworks.com>.
Hello,
Was wondering if you have attempted refreshing the page?
If that doesnt help, could you please attempt logging out and logging back
in?
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:26 PM, ILOGLU, EMINE <ei...@att.com> wrote:

>  Failed to load resource, see below. Any idea?
>
>
>
> *From:* Srimanth Gunturi [mailto:srimanth@hortonworks.com]
> *Sent:* Thursday, April 24, 2014 3:18 PM
> *To:* user@ambari.apache.org
> *Subject:* Re: ambari 1.5.1
>
>
>
> Hello,
>
> You should be able to see services in that install wizard page.
>
>
>
> Do you see any errors in the browsers's Javascript console?
>
> Please follow instructions at
> https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoloadto provide additional details about the issue.
>
> Regards,
>
> Srimanth
>
>
>
>
>
>
>
> On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com> wrote:
>
> Hi,
>
>
>
> How are the services populated in the below screen, I can not add a new
> service.
>
>
>
> Thanks
>
>
>
>
>
>
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by "ILOGLU, EMINE" <ei...@att.com>.
Failed to load resource, see below. Any idea?
[cid:image002.png@01CF5FD1.82511830]

From: Srimanth Gunturi [mailto:srimanth@hortonworks.com]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image003.png@01CF5FD1.82511830]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

RE: ambari 1.5.1

Posted by "ILOGLU, EMINE" <ei...@att.com>.
This is the output of javascript:

Service not found - HDFS wizard.js:506
Service not found - GLUSTERFS wizard.js:506
Service not found - MAPREDUCE wizard.js:506
Service not found - MAPREDUCE2 wizard.js:506
Service not found - YARN wizard.js:506
Service not found - TEZ wizard.js:506
Service not found - NAGIOS wizard.js:506
Service not found - GANGLIA wizard.js:506
Service not found - HIVE wizard.js:506
Service not found - HCATALOG wizard.js:506
Service not found - WEBHCAT wizard.js:506
Service not found - HBASE wizard.js:506
Service not found - PIG wizard.js:506
Service not found - SQOOP wizard.js:506
Service not found - OOZIE wizard.js:506
Service not found - ZOOKEEPER wizard.js:506
Service not found - HUE wizard.js:506
Service not found - FALCON wizard.js:506
Service not found - STORM wizard.js:506
TRACE: service components: [] wizard.js:511
Status code 200: Success. statusCodes.js:22
TRACE: Entering db:setservice;value:
Array[0]
db.js:113
STATEMANAGER: Entering root.installer.step4 ember-latest.js:15906
Trace: Entering db:getLoginName function db.js:522
Trace: Entering db:getWizardCurrentStep function for installer db.js:581
getWizardCurrentStep: loginName=admin, currentStep=3 router.js:80
returning currentStep=3 router.js:84
TRACE: Entering db:setWizardCurrentStep function db.js:332
Trace: Entering db:getLoginName function db.js:522
Trace: Entering db:getWizardCurrentStep function for installer db.js:581
getWizardCurrentStep: loginName=admin, currentStep=4 router.js:80
returning currentStep=4 router.js:84
TRACE: Entering db:getservice db.js:107
Failed to load Services installer.js:109
TRACE: Entering db:gethosts db.js:107
Trace: Entering db:getAuthenticated function


From: Srimanth Gunturi [mailto:srimanth@hortonworks.com]
Sent: Thursday, April 24, 2014 3:18 PM
To: user@ambari.apache.org
Subject: Re: ambari 1.5.1

Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoload to provide additional details about the issue.
Regards,
Srimanth



On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com>> wrote:
Hi,

How are the services populated in the below screen, I can not add a new service.

Thanks

[cid:image001.png@01CF5FD1.041E4550]


CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.

Re: ambari 1.5.1

Posted by Srimanth Gunturi <sr...@hortonworks.com>.
Hello,
You should be able to see services in that install wizard page.

Do you see any errors in the browsers's Javascript console?
Please follow instructions at
https://cwiki.apache.org/confluence/display/AMBARI/Troubleshoot+Ambari+UI+issues#TroubleshootAmbariUIissues-AmbariUIfailstoloadto
provide additional details about the issue.
Regards,
Srimanth




On Thu, Apr 24, 2014 at 12:01 PM, ILOGLU, EMINE <ei...@att.com> wrote:

>  Hi,
>
>
>
> How are the services populated in the below screen, I can not add a new
> service.
>
>
>
> Thanks
>
>
>
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.