Quantcast
Browsing all 65 articles
Browse latest View live

Sendmail connects to localhost only

In a new Solaris build, we go this problem about sendmail. It was connecting on sendmail port 25 only if hostname was localhost or 127.0.0.1. It was not listening on all the other IPs plumbed on the...

View Article


GRC An error occurred during the login process

On a freshly installed Oracle EGRC(Enterprise Governance Risk and Compliance) 8.6.3 on OEL 5.6, I got this error in front end:An error occurred during the login process.On checking...

View Article


[HTTP:101216]Servlet: "action" failed to preload on startup in Web...

While deploying ccg in a freshly installed Weblogic 10.3.5, this error was coming:[HTTP:101216]Servlet: "action" failed to preload on startup in Web application: "ccg.war"....

View Article

Weblogic hangs at BEA-002014 IIOP subsystem enabled

After a server reboot, OTM Weblogic would not start up. It was forever waiting after showing these lines in weblogic.log:####Sep 15, 2011 5:22:38 PM EDT Info IIOP weblogic.justanexample.com...

View Article

UX: useradd: ERROR: Inconsistent password files

While using useradd command to add my user, I got this error:UX: /usr/sbin/useradd: ERROR: Inconsistent password files. See pwconv(1M).Logged in as root, I checked the no. of lines in /etc/passwd and...

View Article


Use Opera to access edelivery.oracle.com

After Oracle SSO enabled edelivery.oracle.com, we were unable to access the site through Opera browser. Whenever we clicked on Sign On/Register button a screen with Oracle Access Manager would come up...

View Article

IGW_BUDGET_CATEGORY_V invalid in R12

If you are getting this in 11i then you can apply this patch as per article Patch 6629280: APPSST11G:11510CU2: IGW: INVALID GROUP BY EXPRESSION IN VIEW DUE TO CBO IFX Originally we got 70 invalids...

View Article

Where is OA_HTML defined in R12

OA_HTML is defined in $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/config/oc4j.properties

View Article


passwordless ssh doesn't work

On both source and target servers ensure these permissions exist:$ chmod go-w ~/$ chmod 700 ~/.ssh$ chmod 600 ~/.ssh/authorized_keys$ chmod 600 ~/.ssh/id_rsa$ chmod 644 ~/.ssh/id_rsa.pub$ chmod 644...

View Article


A connection to the server could not be established: null (user=DBA.ADMIN)

This morning I got a call from various people complaining about OTM not allowing them to login. Anyone who tried logging in got this error:A connection to the server could not be established: null...

View Article

java.lang.NegativeArraySizeException

On starting weblogic on Solaris 10, I got this errorCould not load the performance pack that can take advantage of /dev/(e)poll device due to: java.lang.NegativeArraySizeException. I checked...

View Article

BEA-141281 unable to get file lock

./startManagedWebLogic.sh soa_server1SOA Managed Server wouldn't start with this error:BEA-141281 unable to get file lock, will retrycd...

View Article

inspection.wsil shows incorrect hostname

In SOA Suite the inspection.wsil URL is:http://soahostname:soaport/inspection.wsilHowever this was showing the physical hostname of the server on which SOA Suite was installed. We had configured SOA to...

View Article


What languages and currencies are enabled in EBS

Raghava asked me about the languages and currencies being used in a new instance which has gone live. For languages we have this query:select language_codefrom fnd_languageswhere installed_flag='I'For...

View Article

File too large zip error: Output file write failure

Recently while zipping a few directories for a clone, I got this error when the file size became greater than 2 GB.File too largezip error: Output file write failure (write error on zip file)I tested...

View Article


No application machine is available to service any funcationality in DBA domain

After a recent clone of OTM loosely based on method described in http://otm62.blogspot.com, when we brought up the services, the following message appeared on accessing the OTM URL:Error found handling...

View Article

Query for CPU patches

Here's my updated query to identify the CPU patches (April 2011 - October 2012) applied on your 11i or R12 instance:column BUG format a8;column PATCH format a60;set linesize 100;set pagesize 200;select...

View Article


java.lang.IllegalArgumentException: Illegal argument for colorScheme applet...

Today Jayabharath Velugoti pinged me, about forms not launching in an 11i instance. When I tried reproducing the issue, I go this in my laptop java console:  Following Exception occured:...

View Article

ORA-06512: at "APPS.FND_CORE_LOG", line 318

Shoaib pinged me today. He was getting this error duing AutoConfig on DB node:begin*ERROR at line 1:ORA-06502: PL/SQL: numeric or value error: character string buffer too smallORA-06512: at...

View Article

Workflow Mailer Notification not sending out mails

Today Amanda pinged me about an issue with Workflow Notification Mailer in an R12.1.3 instance.  Mails were not going out.  I checked the SMTP with commandline:telnet justanexample.com 25mail...

View Article
Browsing all 65 articles
Browse latest View live