Caused By: oracle.security.jps.JpsRuntimeException: Cannot read from policy store. Reason is PolicyStore Error, java.io.FileNotFoundException: /tmp/jazn-data1491643977xml.lck (Permission denied) This generally happens when
Continue readingORA-00257: Archiver error. Connect AS SYSDBA only until resolved
We were unable to test connection from the weblogic console. Below error was observed. This error means that the archive
Continue readingDomain wide secret mismatch or clock skew between servers
Admin Server was not able to push configuration changes to the managed servers. The managed server logs had the below
Continue readingCommunication Issues between WebLogic Admin and Managed Servers
<BEA-101215><Malformed request “Can not parse URI from http request”. Request parsing failed, Code: -1> Go to WLS console->Environment->Servers->->Protocols->HTTP and uncheck
Continue readingWebLogic Clustering Issues
<BEA-000802><ExecuteRequest failedjava.lang.RuntimeException: MaxThreads constraint ‘weblogic.unicast.ForwardingWorkManager’ queue for workManager ‘weblogic.unicast.ForwardingWorkManager’ exceeded maximum capacity of ‘8192’ elements. Max threads constraint count is
Continue readingHow to view messages from Persistent Store
Publish a persistent message on the Queue Set the environment source setDomainEnv.sh Go to the folder where the JMS Store
Continue readingJMX Code to print peak Native Memory Usage and Code Cache
The below code can be used to monitor the non heap usage of the JVM. You can use this code
Continue readingHigh CPU Usage due to C2 CompilerThread
In our live environment we observed very HIGH CPU utilisation on the boxes. Weblogic JAVA process was hogging the CPU.
Continue readingUpdated deployment descriptors of WebLogic Server
weblogic.xml.process.XMLProcessingException: Error: For EJB modules, deployment plan overrides are not supported with DTD based deployment descriptors. The EJB module prbeans.jar
Continue readingCreate and configure Extended Logger for Weblogic
Create an extended logger by compiling the code below and creating a jar ( el.jar in this example) import weblogic.servlet.logging.CustomELFLogger;import
Continue reading