R12.2.2 Installation in Linux 6 (64 bit) environment. Issue: Exception in thread “main” java.lang.UnsatisfiedLinkError: /dbupgrade/ stage/StageR122/ startCD/Disk1/ rapidwiz/jre/ Linux_x64/1.6.0/ lib/i386/xawt/ libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory Solution Primarily you need to install the following two RPMs in order to resolve the issue (1) libXi-1.3-3.el6.i686.rpm (2) libXtst-1.0.99.2-3.el6.i686.rpm but […]
Read MoreI discussed about SOA suite 11gR1 installation here, in this post I am going to cover issue I encountered while deploying application on SOA 11.1.1.6 Server . Error while deploying application on SOA Server ______ Deploying on partition “default” of “/Farm_soa_domain/soa_domain/soa_server1” … Deploying on “/Farm_soa_domain/soa_domain/soa_server1” failed! There was an error deploying the composite on soa_server1: […]
Read MoreIf you are intalling Fusion Middleware components installed using runInstaller, like Oracle HTTP Server (OHS), Identity Management etc and encounter error like below _____________ Exception in thread “main” java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-09-20_08-39-36AM /jdk/ jre/ lib/ amd64/ xawt/ libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807) at […]
Read MoreIn todays’s post I am going to cover issue encountered recently on Oracle Access Manager 11g with WebGate 10g in SIMPLE mode configured with OHS 11g. First for those who are new to OAM, Oracle Access Manager (OAM) is recommended Single Sign-On (SSO) solution from Oracle, WebGate is a Agent that acts as Policy Enforcement Point […]
Read MoreI discussed about SSL basics and SSL configuration in WebLogic Server. In this post I am going to cover an issue encountered after configuring SSL in OIM/SOA deployed on WebLogic Server. Issue : After configuring SSL WebLogic Server failed to start on SSL. Error message reported in WebLogic Server Log : $DOMAIN_HOME/servers/[server_name]/logs/ _______ <07-Aug-2013 […]
Read MoreI was working on federation with IDP as custom solution and SP as fedlet. The SAML authentication request and SAML response was generated successfully. However while validating the SAML response by Fedlet, it was throwing the below error in the browser. Upon looking at libSAML2 debug file I could see 2 exceptions in the logs […]
Read MoreI recently encountered below error (weblogic.socket.MaxMessageSizeExceededException) in WebLogic Server logs for J2EE application deployed on WebLogic Server . <21-May-2013 20:04:06 o’clock UTC> <Error> <Socket> <BEA-000403> <IOException occurred on socket: Socket[addr=oimvhn1.mydomain.co.uk/192.168.1.1, port=14000,localport=37400] weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: ‘10000080’ bytes exceeds the configured maximum of: ‘10000000’ bytes for protocol: ‘t3’. weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: ‘10000080’ […]
Read MoreI am working with a partner for implementing SAML federation. IDP has in-house federation solution and SP has fedlet. metadata is exchanged between both parties. While testing the SP initiated SSO URL, we are getting 400 error in browser as shown below. Upon looking into the logs, it throws the below exception: ERROR: Error sending […]
Read MoreHi All, Two days back i have faced some funny issue in my project. Issue was, suddenly hostname and url prefix got disappear from oracle policy manager. I couldn’t able to see hostname/url prefix under resource tab which we have already configured. I’m wondered how it happened suddenly. Here i would like tell you how I […]
Read MoreHi All, Today I ‘m very happy to share some information regarding a show stopper issue which I faced few days back in production box. The issue was when the load gets increased in the server , OAM server gets shut down Automatically. For more information, Please go through below : Problem Description: We are […]
Read More