Server Management - Systems Insight Manager
1845948 Members
2101 Online
110250 Solutions
New Discussion

Re: Problem with Links within SIM

 
Dietmar Krause_1
New Member

Problem with Links within SIM

Hi,

we are running HP SIM 4.1 (SP1 with SP26191 on DL360G3 with W2K) for a couple of months now but recently the device links (for example: when you open the list of servers with minor problems and click the name of the server to get to the page with the detailed infos on this server) do not work anymore. When you click on it, the browser obviously does something (mouse pointer changes, the progress bar moves) but you stay on the page. Same on event list, but on this page you can view the event by clicking on the link but not the server.

I do not think this is an issue with the browser and / or java version on the client because the problem is on different client machines, with IE and Firefox and even directly on the SIM server.

The only thing done on the server was the installation of the current patches from Microsoft, but I am unable to find a connection to this problem by looking at the patch descriptions.

Can somebody help ?
1 REPLY 1
Dietmar Krause_1
New Member

Re: Problem with Links within SIM

Resolved this one by myself - nasty one

Finally took a look in the logs folder of SIM. Found the entries below in one of the files.

Hmm, something wrong with the database ? Lets look at the devices table. Strange, their is an entry with an empty name. Changed this to DUMMY, restartet SIM, works fine again ... :-)

com.hp.mx.core.nodemanager.MxInvalidNodeNameException: The specified node name was too short. The node name must be at least characters long.
at com.hp.mx.core.nodemanager.MxNodeName.validate(Unknown Source)
at com.hp.mx.core.nodemanager.MxNodeName.(Unknown Source)
at com.hp.mx.core.nodemanager.Device.loadData(Unknown Source)
at com.hp.mx.core.nodemanager.AddressableDevice.loadData(Unknown Source)
at com.hp.mx.core.nodemanager.Device.loadDevice(Unknown Source)
at com.hp.mx.core.nodemanager.Device.initializeCache(Unknown Source)
at com.hp.mx.core.nodemanager.Device.getDefaultDeviceManager(Unknown Source)
at com.hp.mx.startup.InsightXE.startUp(Unknown Source)
at com.hp.mx.core.daemon.MxSecureRMIImpl.main(Unknown Source)
java.lang.NullPointerException
at com.hp.mx.core.objectmodel.MxObjectManager.modifyInLocalCache(Unknown Source)
at com.hp.mx.core.nodemanager.MxNodeManager.processEvent(Unknown Source)
at com.hp.mx.core.event.MxEventSupport.notifyLocalEventListeners(Unknown Source)
at com.hp.mx.core.event.MxEventSupport.notifyListeners(Unknown Source)
at com.hp.mx.core.event.MxEventSupport.dispatchEvent(Unknown Source)
at com.hp.mx.core.nodemanager.Device.processEvent(Unknown Source)
at com.hp.mx.core.nodemanager.Device.update(Unknown Source)
at com.hp.mx.core.nodemanager.AddressableDevice.update(Unknown Source)
at com.hp.mx.core.tools.polling.SnmpPollingProtocol.startPolling(Unknown Source)
at com.hp.mx.core.tools.polling.HardwareStatusPolling.run(Unknown Source)
at com.hp.mx.core.utilities.CachedThread.run(Unknown Source)
java.lang.NullPointerException
at com.hp.mx.core.authorizationmanager.MxAuthInfoQueryEngine.updateHashtables(Unknown Source)
at com.hp.mx.core.authorizationmanager.MxAuthInfoQueryEngine.listNodeNames(Unknown Source)
at com.hp.mx.core.authorizationmanager.MxAuthorizationManager.listNodeNamesForUser(Unknown Source)
at com.hp.mx.core.controllers.MxAuthController.getNodeNamesForUser(Unknown Source)
at com.hp.mx.core.controllers.MxToolController.getToolsForNonPrivilegedUser(Unknown Source)
at com.hp.mx.core.controllers.MxToolController.getAuthorizedToolsForUser(Unknown Source)
at com.hp.mx.core.controllers.MxToolController.getToolsForSessionUser(Unknown Source)
at com.hp.mx.core.client.MxToolClientLocalImpl.getToolsForSessionUser(Unknown Source)
at com.hp.mx.portal.settings.HomePageBean.isUserAuthorziedForTool(Unknown Source)
at org.apache.jsp.intro_jsp._jspService(intro_jsp.java:428)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)
at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:553)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:400)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
at java.lang.Thread.run(Thread.java:534)
java.lang.NullPointerException
at com.hp.mx.core.objectmodel.MxObjectManager.modifyInLocalCache(Unknown Source)
at com.hp.mx.core.nodemanager.MxNodeManager.processEvent(Unknown Source)
at com.hp.mx.core.event.MxEventSupport.notifyLocalEventListeners(Unknown Source)
at com.hp.mx.core.event.MxEventSupport.notifyListeners(Unknown Source)
at com.hp.mx.core.event.MxEventSupport.dispatchEvent(Unknown Source)
at com.hp.mx.core.nodemanager.Device.processEvent(Unknown Source)
at com.hp.mx.core.nodemanager.Device.markDeviceInfoAsChanged(Unknown Source)
at com.hp.mx.core.nodemanager.Device.updateDeviceInfoExInformation(Unknown Source)
at com.hp.mx.core.nodemanager.Device.update(Unknown Source)
at com.hp.mx.core.nodemanager.AddressableDevice.update(Unknown Source)
at com.hp.mx.core.tools.polling.SnmpPollingProtocol.startPolling(Unknown Source)
at com.hp.mx.core.tools.polling.HardwareStatusPolling.run(Unknown Source)
at com.hp.mx.core.utilities.CachedThread.run(Unknown Source)