Heim > Datenbank > MySQL-Tutorial > 报数据库配置正在进行异常

报数据库配置正在进行异常

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Freigeben: 2016-06-07 15:42:18
Original
1390 Leute haben es durchsucht

系统环境: 操作系统:Window Server 2003 SP2 中间件:WebSphere Platform 6.1 数据库:Oracle 10.2.0.1.0 Maximo版本号:V7110-890 问题现象: 执行完数据库配置后,重启Maximo应用程序,打开登录页面报异常: Error 500: system#notboundexception 错误日

系统环境:
操作系统:Window Server 2003 SP2
中间件:WebSphere Platform 6.1
数据库:Oracle 10.2.0.1.0
Maximo版本号:V7110-890

问题现象:
执行完数据库配置后,重启Maximo应用程序,打开登录页面报异常:
Error 500: system#notboundexception

错误日志:
查看后台异常信息:ctgAppSrv01/logs/MXServer/SystemOut.log
[10-7-26 21:52:53:937 CST] 00000065 SystemOut     O 26 七月 2010 21:52:53:937 [INFO] Server connecting to database version :V7110-890
[10-7-26 21:52:53:937 CST] 00000065 SystemOut     O 26 七月 2010 21:52:53:937 [FATAL] ---- MAXIMO failed to start ----
java.lang.Exception: Database Configuration is in process.  ConfigDB and RestoreFromBackup must complete before MXServer can be booted.
 at psdi.server.MXServer.boot(MXServer.java:941)
 at psdi.server.MXServer.start(MXServer.java:2464)
 at psdi.servlet.MAXIMOStartupServlet.init(MAXIMOStartupServlet.java:61)
 at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:218)
 at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:319)
 at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1250)
 at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:152)
 at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:99)
 at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:882)
 at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:804)
 at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:522)
 at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:359)
 at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
 at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
 at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
 at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:666)
 at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:619)
 at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
 at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
 at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1303)
 at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1138)
 at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
 at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:817)
 at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:949)
 at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1486)
 at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:4076)
 at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:4173)
 at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:245)
 at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1491)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:618)
 at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:618)
 at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
 at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1092)
 at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:973)
 at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
 at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
 at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
 at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
 at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1082)
 at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
 at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:975)
 at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:139)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:618)
 at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:351)
 at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:205)
 at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
 at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:680)
 at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)

解决方案:
select VARVALUE from MAXVARS where varname='CONFIGURING' for update
上面查询值为1,修改VARVALUE字段的值为0,重启应用程序就可以了。

Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage