You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Mike Tutkowski <mi...@solidfire.com> on 2013/10/07 21:31:16 UTC

NullPointerException trying to view cluster-level settings

Hi,

I was wondering if cluster-level settings were supposed to work at this
point in development of 4.3?

If so, I am getting a NullPointerException when trying to view settings on
my cluster via the GUI:

ERROR [c.c.a.ApiServer] (1456236198@qtp-774664918-2:ctx-9bcefb0e
ctx-f0605fd9) unhandled exception executing api command: listConfigurations
java.lang.NullPointerException
at
com.cloud.server.ConfigurationServerImpl.getConfigListByScope(ConfigurationServerImpl.java:693)
at
com.cloud.server.ManagementServerImpl.searchForConfigurations(ManagementServerImpl.java:1662)
at
org.apache.cloudstack.api.command.admin.config.ListCfgsByCmd.execute(ListCfgsByCmd.java:115)
at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:161)
at com.cloud.api.ApiServer.queueCommand(ApiServer.java:527)
at com.cloud.api.ApiServer.handleRequest(ApiServer.java:370)
at com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:322)
at com.cloud.api.ApiServlet.access$000(ApiServlet.java:52)
at com.cloud.api.ApiServlet$1.run(ApiServlet.java:114)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
at com.cloud.api.ApiServlet.processRequest(ApiServlet.java:111)
at com.cloud.api.ApiServlet.doGet(ApiServlet.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: NullPointerException trying to view cluster-level settings

Posted by Mike Tutkowski <mi...@solidfire.com>.
Ah, yes - thanks.


On Mon, Oct 7, 2013 at 1:39 PM, Darren Shepherd <darren.s.shepherd@gmail.com
> wrote:

> On Mon, Oct 7, 2013 at 12:31 PM, Mike Tutkowski
> <mi...@solidfire.com> wrote:
> > Hi,
> >
> > I was wondering if cluster-level settings were supposed to work at this
> > point in development of 4.3?
> >
> > If so, I am getting a NullPointerException when trying to view settings
> on
> > my cluster via the GUI:
> >
>
> I think thats related to what I found here:
> http://markmail.org/message/c2hq55uqilf7kjtf
>
> Darren
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: NullPointerException trying to view cluster-level settings

Posted by Darren Shepherd <da...@gmail.com>.
On Mon, Oct 7, 2013 at 12:31 PM, Mike Tutkowski
<mi...@solidfire.com> wrote:
> Hi,
>
> I was wondering if cluster-level settings were supposed to work at this
> point in development of 4.3?
>
> If so, I am getting a NullPointerException when trying to view settings on
> my cluster via the GUI:
>

I think thats related to what I found here:
http://markmail.org/message/c2hq55uqilf7kjtf

Darren