Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Unable to get past login screen. On login maximo stops responding altogether

From: rob_syd85 (2012-08-27 13:35)

Hi everyone,
I'm hoping someone has seen this before.
I'm using:
Maximo 6.2.7
Weblogic 8.1
MS SQL 2005
I've run into an issue where on start up we get this error:
[DEBUG] MAXMESSAGECACHE was not found in maximo cache
[DEBUG] Generated exception
psdi.util.MXApplicationException: system#invalidnumber
at psdi.util.MXFormat.stringToInt(MXFormat.java:109)
at psdi.util.MXFormat.stringToInt(MXFormat.java:77)
at psdi.mbo.SqlFormat.getFieldValue(SqlFormat.java:812)
at psdi.mbo.SqlFormat.replaceFieldText(SqlFormat.java:678)
at psdi.mbo.SqlFormat.format(SqlFormat.java:583)
at psdi.mbo.SqlFormat.format(SqlFormat.java:493)
at psdi.mbo.MaximoDD.loadESigOptions(MaximoDD.java:2618)
at psdi.mbo.MaximoDD.loadDataDictionary(MaximoDD.java:433)
at psdi.mbo.MaximoDD.init(MaximoDD.java:222)
I thought nothing of it but when maximo has finished loading up and is ready to be used and you try to log in the error logs fill up with this (below) after you click 'Sign in' and then Maximo stops responding altogether.
This is a dev/test environment. The exact same database works in the production environment (its been backed up and restored to test many times and has worked in the past). I had a couple test environments working but they all seem to be share the same issue now.
[DEBUG] MAXMESSAGECACHE successfully fetched from maximo cache
[DEBUG] MAXMESSAGECACHE successfully fetched from maximo cache
psdi.util.MXAccessException: Field Id is read-only.
at psdi.mbo.MboValue.checkFieldAccess(MboValue.java:2012)
at psdi.mbo.MboValue.isReadOnly(MboValue.java:1608)
at psdi.mbo.MboValueData.<init>(MboValueData.java:75)
at psdi.mbo.MboValue.getMboValueData(MboValue.java:376)
at psdi.mbo.Mbo.getMboValueData(Mbo.java:815)
at psdi.mbo.Mbo.getMboValueData(Mbo.java:873)
at psdi.webclient.system.controller.LabelCacheMgr.loadAppLabels(LabelCacheMgr.java:187)
at psdi.webclient.system.controller.LabelCacheMgr.getAppLabelCache(LabelCacheMgr.java:100)
at psdi.webclient.system.controller.RequestHandler.handleEvent(RequestHandler.java:527)
at psdi.webclient.system.controller.RequestHandler.handleRequest(RequestHandler.java:300)
at psdi.webclient.servlet.WebClientServlet.handleRequest(WebClientServlet.java:114)
at psdi.webclient.servlet.WebClientServlet.doPost(WebClientServlet.java:44)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
Any help is appreciated!
Thanks,
Rob