This document will show you how to install weblogic 12cR2 on linux 6.7
The link for the document here
Cheers
osama
For the people who think differently Welcome aboard
This section related to Oracle Fusion middleware
This document will show you how to install weblogic 12cR2 on linux 6.7
The link for the document here
Cheers
osama
to solve this issue just follow the screen :-
1- Access to OBIEE Link http://ip-hostname:9704/analytics
2- Choose Administration from the upper right corner.
3- Turn Maintenance mode to off by press the link.
Good Luck.
Cheers
Osama
The logs indicate to the below error :-
[2015-05-01T07:00:28+03:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: MOAPRDOID1] [pid: 5244] [tid: 0] Guardian: Connecting to database, connect string is oiddb
[2015-05-01T07:00:28+03:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: MOAPRDOID1] [pid: 5244] [tid: 0] Guardian: [gsdsiConnect] ORA-12514, ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
from the above error the OID is unable to connect to database server i checked database and listener everything is up without any issue and all the other application working without any issues.
after investigation I checked the sqlnet.ora and add the following :-
SQLNET.AUTHENTICATION_SERVICES= (NONE)
NAMES.DIRECTORY_PATH= (TNSNAMES)
Restart the services and everything is working.
maybe this solution will not lead or help in so many cases i am working to know why this will effect on OID since it’s was working without any issues for 1 year
Thanks
Osama
Connection test failed with the following exception: weblogic.common.resourcepool.ResourceDisabledException: Pool EDNLocalTxDataSource is Suspended, cannot allocate resources to applications..
This Error Appeared on Weblogic Depend on Managed Server, Tuning Connection Pool By Increasing Maximum Capacity parameter in Datasource.
My Case Datasource EDNLOCALTXDatasource as the above error.
Solution :-
But What happened the this tablespace was getting full, increase it 20GB is not enough which mean it’s strange case and not acceptable.
after investigation Table Called “REFERENCE_INSTANCE” include information about Running Composite in SOA ans instances. the size for this table 18GB.
Select * from Reference_instance;
Check the data in the above query, just in case you can use export data-bump utility for this table, however after this Truncate the table and from full tablespace toonly 2% usage.
Thank you
Osama Mustafa
java.sql.SQLException: JDBC LLR, table verify failed for table ‘NP_SOAINFRA.WL_LLR_ADMINSERVER’, row ‘JDBC LLR Domain//Server’ record had unexpected value
The above error appeared when trying to start Adminserver nothing changed on the Domain
Solution :-
wlsbjmsrpDataSource
AdminServer,osb_server1
jdbc/wlsbjmsrpDataSource-jdbc.xml
Thank you
Osama Mustafa
Resource temporarily unavailable in tsStartJavaThread (lifecycle.c:1096).
Java heap 3G reserved, 3G committed
Paged memory=3145728/36425712K.
Your Java heap size might be set too high.
Try to reduce the Java heap size using -Xmx: (e.g. “-
java.lang.OutOfMemoryError: Resource temporarily unavailable in tsStartJavaThread (lifecycle.c:1096).
Java heap 6G reserved, 6G committed
Paged memory=3145728/36425712K.
Your Java heap size might be set too high.
Try to reduce the Java heap size using -Xmx:
The Above error appeared on OEDQ when trying to run the process this error related to Java Heap Size the OS control the Heap Size to solve this issue add the below parameters depend on your enviroment :-
kernel.shmmni = 4096
kernel.sem = 256 32000 100 142
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 4194304
net.core.rmem_max = 4194304
net.core.wmem_default = 4194304
net.core.wmem_max = 4194304
fs.file-max = 134283264
fs.aio-max-nr = 1048576
vm.min_free_kbytes = 512000
oracle soft nproc 16384
oracle hard nproc 63536
oracle soft nofile 16384
oracle hard nofile 63536
session required /lib/security/pam_limits.so
Thank you
Osama Mustafa
java.lang.securityexception access denied. required roles admin
To solve the above error, Follow the below steps :-
From the Navigation Tree –> Security Realms :-
Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 603 seconds BEA1-3FB6FB464035C13E3227 at
From the above error, transaction timeout should be increased regarding to heavy transaction on soa server.
to do this follow the following steps :-
access weblogic console –> Deployment –> and search for Soa_infra. ( expand it)