|
本帖最后由 杨洪立 于 2020-8-2 01:15 编辑
cc在网页不能登录,
在查看oms时候出现错误,想停止oms,但是./emctl stop oms 卡住了
错误代码如下:
- [oracle@littledot bin]$ ./emctl status oms
- Oracle Enterprise Manager Cloud Control 12c Release 5
- Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
- WebTier is Up
- Oracle Management Server is not functioning because of the following reason:
- Failed to connect to repository database. OMS will be automatically restarted once it identifies that database and listener are up.
- Check EM Server log file for details: /u01/app/oracle/product/12.1.0/gc_inst/user_projects/domains/GCDomain/servers/EMGC_OMS1/logs/EMGC_OMS1.out
复制代码 EMGC_OMS1.out 中的内容大致如下:这个该怎么处理呢?
- [EL Severe]: 2020-08-02 01:06:02.192--ServerSession(25759288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
- Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-01034: ORACLE not available
- ORA-27102: out of memory
- Linux-x86_64 Error: 12: Cannot allocate memory
- Additional information: 2663
- Additional information: 19333122
- Additional information: 1627389952
- Error Code: 0
- <Aug 2, 2020 1:06:02 AM CST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "sysman-opss-ds": ORA-01034: ORACLE not available
- ORA-27102: out of memory
- Linux-x86_64 Error: 12: Cannot allocate memory
- Additional information: 2663
- Additional information: 19333122
- Additional information: 1627389952
- .>
- [EL Severe]: 2020-08-02 01:06:03.207--ServerSession(25759288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
- Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-01034: ORACLE not available
- ORA-27102: out of memory
- Linux-x86_64 Error: 12: Cannot allocate memory
- Additional information: 2663
- Additional information: 19333122
- Additional information: 1627389952
- Error Code: 0
- <Aug 2, 2020 1:06:05 AM CST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "sysman-opss-ds": ORA-01034: ORACLE not available
- ORA-27102: out of memory
- Linux-x86_64 Error: 12: Cannot allocate memory
- Additional information: 2663
- Additional information: 19333122
- Additional information: 1627389952
- .>
- [EL Severe]: 2020-08-02 01:06:06.205--ServerSession(25759288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
- Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-01034: ORACLE not available
- ORA-27102: out of memory
- Linux-x86_64 Error: 12: Cannot allocate memory
- Additional information: 2663
- Additional information: 19333122
- Additional information: 1627389952
- Error Code: 0
- INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
- <Aug 2, 2020 1:06:21 AM CST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "sysman-opss-ds": ORA-01034: ORACLE not available
- ORA-27102: out of memory
- Linux-x86_64 Error: 12: Cannot allocate memory
- Additional information: 2663
- Additional information: 19333122
- Additional information: 1627389952
- .>
复制代码
|
|