ORA-12514 on R12 EBS Apps server when 1 DB RAC node crashed/down

Just now Production 11.2.0.2 RAC DB on windows 2008 server Node1 crashed. While on Node 2 all services are up and running including database. But from EBS R12.1.2 application server when connecting as username/password from sql*plus is throwing ORA-12514 error.
While It is connecting if I give username/password@TNSNAME but not without @TNSNAME. Due to this none of the application services are starting.
Please help/advise. Thank you.
Following is the tnsnames.ora,
# This file is automatically generated by AutoConfig.  It will be read and
# overwritten.  If you were instructed to edit this file, or if you are not
# able to use the settings created by AutoConfig, refer to Metalink Note
# 387859.1 for assistance.
#$Header: NetServiceHandler.java 120.19.12010000.6 2010/03/09 08:11:36 jmajumde ship $
ORCL=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldbscan)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
                (INSTANCE_NAME=ORCL1)
ORCL1=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldbscan)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
                (INSTANCE_NAME=ORCL1)
ORCL1_FO=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldbscan)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
                (INSTANCE_NAME=ORCL1)
ORCL_FO=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldbscan)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
                (INSTANCE_NAME=ORCL1)
ORCL1=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldbscan)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
                (INSTANCE_NAME=ORCL1)
ORCL1_FO=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldbscan)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
                (INSTANCE_NAME=ORCL1)
ORCL2=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldb2-vip.sa.company.net)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
                (INSTANCE_NAME=ORCL2)
ORCL2_FO=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldb2-vip.sa.company.net)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
                (INSTANCE_NAME=ORCL2)
ORCL_BALANCE=
        (DESCRIPTION=
            (ADDRESS_LIST=
                (LOAD_BALANCE=YES)
                (FAILOVER=YES)
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldb1-vip.sa.company.net)(PORT=1521))
                (ADDRESS=(PROTOCOL=tcp)(HOST=orcldb2-vip.sa.company.net)(PORT=1521))
            (CONNECT_DATA=
                (SERVICE_NAME=ORCL)
FNDFS_orclAPPL=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orclAPPL.sa.company.net)(PORT=1626))
            (CONNECT_DATA=
                (SID=FNDFS)
FNDFS_orclAPPL.sa.company.net=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orclAPPL.sa.company.net)(PORT=1626))
            (CONNECT_DATA=
                (SID=FNDFS)
FNDFS_ORCL_orclAPPL=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orclAPPL.sa.company.net)(PORT=1626))
            (CONNECT_DATA=
                (SID=FNDFS)
FNDFS_ORCL_orclAPPL.sa.company.net=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orclAPPL.sa.company.net)(PORT=1626))
            (CONNECT_DATA=
                (SID=FNDFS)
FNDSM_orclAPPL_ORCL=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orclAPPL.sa.company.net)(PORT=1626))
            (CONNECT_DATA=
                (SID=FNDSM)
FNDSM_orclAPPL.sa.company.net_ORCL=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orclAPPL.sa.company.net)(PORT=1626))
            (CONNECT_DATA=
                (SID=FNDSM)
FNDFS_APPLTOP_orclappl=
        (DESCRIPTION=
            (ADDRESS_LIST=
                (ADDRESS=(PROTOCOL=tcp)(HOST=orclAPPL.sa.company.net)(PORT=1626))
            (CONNECT_DATA=
                (SID=FNDFS)
IFILE=E:\ORACLE\ORCL\INST\APPS\ORCL_orclappl\ora\10.1.2\network\admin\ORCL_orclappl_ifile.ora

A database/OS crash shouldn't have such impact on your configuration. Please review the following docs and verify your setup.
Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 (Doc ID 823587.1)
Configuring and Managing E-Business Application Tier for RAC (Doc ID 1311528.1)
Thanks,
Hussein

Similar Messages

  • ORA-12514 error while connecting to server

    I am using instantclient to connect to Oracle 9i server.
    The connection string is given using this format
    //host:[port][service name].
    In our development environment we can successfully connect to the server. But the connection fails in the production environment giving ORA-12514 error. This occurs even when we copy the instant client dll's onto separate folder and set the library loading path to this folder.
    Can u please help me in resolving this problem.

    Vinay,
    Since you are using Windows, are you setting PATH (the lib loading path of Windows)?

  • Applet does not load on app server when Free Design Layout

    Hi,
    I have to embed a an applet in a webpage of an web application. Before I go on to anything.. let me first tell you, I am using Netbeans 6.0
    As shown in the tuorial:
    [http://www.netbeans.org/kb/articles/tutorial-applets-40.html]
    1. I first made the "Applet" source say HelloApplet. java. After compiling and running it I get the HelloApplet.jar.
    2. I created a WebApplication and then from the properties -> packaging -> I "Add Project" HelloApplet.jar.
    3. Then I a webpage I "embeded" the applet.
    4. I run the web app and the applet gets loaded and everything is just fine.
    But before I go on I must tell you that the applet was designed in Null Layout. Now I edited the applet source once again and changed the layout to Free Design Layout*. ( this is available from Netbeans..on the HelloApplet.java .. go to the design view.. right click on the form and from the context menu you can change the layout to FreeDesign or whatever you might want).
    When I expand the "Libraries" node I see the that the library Swing Layout Extensions - swing-layout-1.0.3.jar has been added.
    When I "run" the "HelloApplet.java" file, the applet is shown in the appletviewer. No problems with that.
    But!
    When I try to Clean & Build and Run the WebApplication, the applet does not get loaded. On inspecting the java console I see the following error:
    java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: org.jdesktop.layout.GroupLayout$Group
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 10 moreIt clearly shows that the Free Design Layout has something to do with the GroupLayout which can be found by expanding the "Swing Layout Extensions - swing-layout-1.0.3.jar". Now when the HelloApplet.jar is created only the HelloApplet.class file gets included together with some other data but NOT the swing extensions. Hence when I run the web app the class file looks for the GroupLayout.class definition but can find it in the jar as its not included when the HelloApplet.jar is created.
    But with null layout there isint a problem because null layout takes the definitions from the JRE on the machine.. and so it runs without a hitch.
    My Question is : How can I run the applet with Free Design Layout? or is it possible to package the swing layout extensions in the HelloApplet.jar?<</u>
    Thanks for all your replies.
    Cheers.
    Edited by: arijit_datta on May 15, 2008 4:07 PM

    Solved.
    Here is the solution:
    [http://www.nabble.com/Applet-does-not-load-on-app-server-when-Free-Design-Layout-to17259115.html|http://www.nabble.com/Applet-does-not-load-on-app-server-when-Free-Design-Layout-to17259115.html]
    Cheers..
    Edited by: arijit_datta on May 16, 2008 7:41 AM

  • I can't run all the apps.. when i run it, it crashed out immediately

    i can't run all the apps.. when i run it, it crashed out immediately

    Try:
    - Resetting the iPOd. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Downloading/installing a new app
    - Restorng from bavkup
    - Restoring to factory defaults/new iPod.

  • Startup / Shutdown Oracle R12 EBS Linux Server How To?

    Hi All,
    I finally have a linux box (x86) running with the R12 EBS.
    Now, I wanted to get some input if I shut down this box when not in use, what is the best way to do that?
    And when I restart, what is the best way to kick it up so its up and running again.
    Basically - need some input on what measures to take and which commands to run.
    Thanks!

    This is the results from:
    /d01/oracle/VIS/db/tech_st/11..1.0/lib
    [oravis@oracle lib]$ ls -lrt
    total 550872
    -rw-r--r-- 1 oravis dba 56899 Sep 25 2000 jdev-rt.zip
    -rw-r--r-- 1 oravis dba 280984 Oct 23 2001 mail.jar
    -rw-r--r-- 1 oravis dba 45386 Oct 23 2001 activation.jar
    -rw-r--r-- 1 oravis dba 139516 Jun 5 2003 xmldemo.jar
    -rw-r--r-- 1 oravis dba 232488 May 23 2005 http_client.jar
    -rw-r--r-- 1 oravis dba 142 Oct 17 2005 credentials.reg
    -rw-r--r-- 1 oravis dba 103 Oct 17 2005 clusters.reg
    -rw-r--r-- 1 oravis dba 37948 Jun 9 2006 jcr-1.0.jar
    -rw-r--r-- 1 oravis dba 2702 Sep 19 2006 fetchlets.reg
    -rw-r--r-- 1 oravis dba 7370 Jan 17 2007 asmcmd_disk_header_format
    -rw-r--r-- 1 oravis dba 11701 Jun 4 2007 asmcmdglobal.pm
    -rwxr-xr-x 1 oravis dba 253559 Jul 10 2007 libexpat.so.0.5.0
    -rwxr-xr-x 1 oravis dba 253559 Jul 10 2007 libexpat.so.0
    -rwxr-xr-x 1 oravis dba 253559 Jul 10 2007 libexpat.so
    -rwxr-xr-x 1 oravis dba 743 Jul 10 2007 libexpat.la
    -rwxr-xr-x 1 oravis dba 442746 Jul 10 2007 libexpat.a
    -rw-r--r-- 1 oravis dba 388 Aug 3 2007 recvlets.reg
    -rw-r--r-- 1 oravis dba 179758 Sep 5 2007 libocijdbc11.so
    -rw-r--r-- 1 oravis dba 15505 Sep 5 2007 libheteroxa11.so
    -rw-r--r-- 1 oravis dba 423502 Sep 8 2007 libirc.a
    -rw-r--r-- 1 oravis dba 26086 Sep 8 2007 libipgo.a
    -rw-r--r-- 1 oravis dba 4351658 Sep 8 2007 libimf.a
    -rw-r--r-- 1 oravis dba 3848 Sep 8 2007 libcxaguard.so.5
    -rw-r--r-- 1 oravis dba 394232 Sep 9 2007 ojcr.jar
    -rw-r--r-- 1 oravis dba 83020 Sep 21 2007 asmcmdshare.pm
    -rw-r--r-- 1 oravis dba 13159 Oct 4 2007 libskgxn2.so
    -rw-r--r-- 1 oravis dba 0 Oct 14 2007 libclntst11.a
    -rw-r--r-- 1 oravis dba 3098 Nov 16 2007 facility.lis
    -rw-r--r-- 1 oravis dba 24240 Dec 7 2007 libslax11.a
    -rw-r--r-- 1 oravis dba 71767 Feb 6 2008 asmcmddisk.pm
    -rw-r--r-- 1 oravis dba 167306 Mar 28 2008 asmcmdbase.pm
    -rw-r--r-- 1 oravis dba 38 Jul 31 2008 sysliblist
    -rw-r--r-- 1 oravis dba 330384 Aug 6 2008 libwwg.a
    -rw-r--r-- 1 oravis dba 56782 Aug 18 2008 asmcmdambr.pm
    -rw-r--r-- 1 oravis dba 12514 Aug 26 2008 libOsUtils.so
    -rw-r--r-- 1 oravis dba 1440458 Aug 27 2008 libldapclnt11.a
    -rw-r--r-- 1 oravis dba 39208 Aug 27 2008 libldapjclnt11.a
    -rw-r--r-- 1 oravis dba 74594 Aug 27 2008 libzt11.a
    -rw-r--r-- 1 oravis dba 2713966 Aug 27 2008 libztkg11.a
    -rw-r--r-- 1 oravis dba 11899122 Aug 27 2008 libnnz11.a
    -rw-r--r-- 1 oravis dba 8387704 Aug 27 2008 libnnz11.so
    -rw-r--r-- 1 oravis dba 188108 Aug 27 2008 libowm2.so
    -rw-r--r-- 1 oravis dba 133781 Aug 27 2008 libldapjclnt11.so
    -rw-r--r-- 1 oravis dba 808740 Aug 27 2008 libordim11.a
    -rw-r--r-- 1 oravis dba 203610 Aug 27 2008 libordimt11.a
    -rw-r--r-- 1 oravis dba 584320 Aug 27 2008 libordim11.so
    -rw-r--r-- 1 oravis dba 193150 Aug 27 2008 xsu12.jar
    -rw-r--r-- 1 oravis dba 3567 Aug 27 2008 xsqlserializers.jar
    -rw-r--r-- 1 oravis dba 131646 Aug 27 2008 xschema.jar
    -rw-r--r-- 1 oravis dba 1436312 Aug 27 2008 xmlparserv2.jar
    -rw-r--r-- 1 oravis dba 646807 Aug 27 2008 xmlmesg.jar
    -rw-r--r-- 1 oravis dba 565119 Aug 27 2008 xml.jar
    -rw-r--r-- 1 oravis dba 92141 Aug 27 2008 xmlcomp.jar
    -rw-r--r-- 1 oravis dba 11114 Aug 27 2008 xmlcomp2.jar
    -rw-r--r-- 1 oravis dba 117441 Aug 27 2008 transx.zip
    -rw-r--r-- 1 oravis dba 148664 Aug 27 2008 oraclexsql.jar
    -rw-r--r-- 1 oravis dba 36686 Aug 27 2008 classgen.jar
    -rw-r--r-- 1 oravis dba 5578314 Aug 27 2008 libordsdo11.a
    -rw-r--r-- 1 oravis dba 2050282 Aug 27 2008 libsqlplus.a
    -rw-r--r-- 1 oravis dba 1481762 Aug 27 2008 libsqlplus.so
    -rw-r--r-- 1 oravis dba 2408 Aug 27 2008 sscoreed.o
    -rw-r--r-- 1 oravis dba 2736 Aug 27 2008 scorept.o
    -rw-r--r-- 1 oravis dba 4352 Aug 27 2008 s0main.o
    -rw-r--r-- 1 oravis dba 139966 Aug 27 2008 liboraz.a
    -rw-r--r-- 1 oravis dba 1751103 Aug 27 2008 libcorejava.so
    -rw-r--r-- 1 oravis dba 119187 Aug 27 2008 lclasses14.zip
    -rw-r--r-- 1 oravis dba 119187 Aug 27 2008 lclasses12.zip
    -rw-r--r-- 1 oravis dba 84898 Aug 27 2008 libons.so
    -rw-r--r-- 1 oravis dba 74601 Aug 27 2008 libonc.so
    -rw-r--r-- 1 oravis dba 85590 Aug 27 2008 libmgwagent.so
    -rw-r--r-- 1 oravis dba 206574 Aug 27 2008 libunls11.a
    -rw-r--r-- 1 oravis dba 283488 Aug 27 2008 libsnls11.a
    -rw-r--r-- 1 oravis dba 2332486 Aug 27 2008 libnls11.a
    -rw-r--r-- 1 oravis dba 85848 Aug 27 2008 liblxled.a
    -rw-r--r-- 1 oravis dba 215608 Aug 27 2008 libncrypt11.a
    -rw-r--r-- 1 oravis dba 4284 Aug 27 2008 nautab.o
    -rw-r--r-- 1 oravis dba 3944 Aug 27 2008 nautab_std.o.dbl
    -rw-r--r-- 1 oravis dba 27008 Aug 27 2008 libnhost11.a
    -rw-r--r-- 1 oravis dba 39564 Aug 27 2008 libntns11.a
    -rw-r--r-- 1 oravis dba 10480 Aug 27 2008 libnoname11.a
    -rw-r--r-- 1 oravis dba 339956 Aug 27 2008 libnldap11.a
    -rw-r--r-- 1 oravis dba 4696 Aug 27 2008 nigtab.o
    -rw-r--r-- 1 oravis dba 4872 Aug 27 2008 osntabst.o
    -rw-r--r-- 1 oravis dba 16912 Aug 27 2008 nigcon.o
    -rw-r--r-- 1 oravis dba 3026 Aug 27 2008 libnsslb11.a
    -rw-r--r-- 1 oravis dba 1112022 Aug 27 2008 libnl11.a
    -rw-r--r-- 1 oravis dba 213228 Aug 27 2008 libnsgr11.a
    -rw-r--r-- 1 oravis dba 159594 Aug 27 2008 libnus11.a
    -rw-r--r-- 1 oravis dba 261226 Aug 27 2008 libntcp11.a
    -rw-r--r-- 1 oravis dba 106352 Aug 27 2008 libnbeq11.a
    -rw-r--r-- 1 oravis dba 6924 Aug 27 2008 libntcps11_std.a.dbl
    -rw-r--r-- 1 oravis dba 309074 Aug 27 2008 libntcps11.a
    -rw-r--r-- 1 oravis dba 865102 Aug 27 2008 libnro11.a
    -rw-r--r-- 1 oravis dba 6758 Aug 27 2008 libnzjs11.a
    -rw-r--r-- 1 oravis dba 4669674 Aug 27 2008 libnjssl11.so
    -rw-r--r-- 1 oravis dba 11845 Aug 27 2008 libntcpaio11.so
    -rw-r--r-- 1 oravis dba 56806 Aug 27 2008 libnque11.so
    -rw-r--r-- 1 oravis dba 216420 Aug 27 2008 libnjni11.so
    -rw-r--r-- 1 oravis dba 15332 Aug 27 2008 naeet.o
    -rw-r--r-- 1 oravis dba 3996 Aug 27 2008 naedhs.o
    -rw-r--r-- 1 oravis dba 5996 Aug 27 2008 naect.o
    -rw-r--r-- 1 oravis dba 5964 Aug 27 2008 naect_std.o.dbl
    -rw-r--r-- 1 oravis dba 15300 Aug 27 2008 naeet_std.o.dbl
    -rw-r--r-- 1 oravis dba 108324 Sep 2 2008 env_emagent.mk
    -rw-r--r-- 1 oravis dba 5623 Sep 2 2008 ins_emagent.mk
    -rw-r--r-- 1 oravis dba 99460 Sep 2 2008 libnmcbuf.a
    -rw-r--r-- 1 oravis dba 45880 Sep 2 2008 libnmccol.a
    -rw-r--r-- 1 oravis dba 4856 Sep 2 2008 snmccolm.o
    -rw-r--r-- 1 oravis dba 21502 Sep 2 2008 libnmcfsga.a
    -rw-r--r-- 1 oravis dba 12250 Sep 2 2008 libnmcfhc.a
    -rw-r--r-- 1 oravis dba 4117694 Sep 4 2008 libctx11.a
    -rw-r--r-- 1 oravis dba 163388 Sep 4 2008 libctxs11.a
    -rw-r--r-- 1 oravis dba 856442 Sep 4 2008 libctxc11.a
    -rw-r--r-- 1 oravis dba 552006 Sep 4 2008 libgx11.a
    -rw-r--r-- 1 oravis dba 208718 Sep 4 2008 libzx11.a
    -rw-r--r-- 1 oravis dba 3731455 Sep 4 2008 libinlxs11.so
    -rw-r--r-- 1 oravis dba 22817190 Sep 5 2008 libjavavm11.a
    -rw-r--r-- 1 oravis dba 1472828 Sep 9 2008 liboevm.a
    -rw-r--r-- 1 oravis dba 33878 Sep 9 2008 libclsrx11.a
    -rw-r--r-- 1 oravis dba 194048 Sep 9 2008 libocrutl11.so
    -rw-r--r-- 1 oravis dba 1759806 Sep 9 2008 libocrb11.so
    -rw-r--r-- 1 oravis dba 1062133 Sep 9 2008 libocr11.so
    -rw-r--r-- 1 oravis dba 1870114 Sep 9 2008 libuini11.so
    -rw-r--r-- 1 oravis dba 2513705 Sep 9 2008 libhasgen11.so
    -rw-r--r-- 1 oravis dba 1617080 Sep 9 2008 libclsr11.a
    -rw-r--r-- 1 oravis dba 170868 Sep 9 2008 libdbcfg11.so
    -rw-r--r-- 1 oravis dba 76181 Sep 9 2008 libclsra11.so
    -rw-r--r-- 1 oravis dba 981908 Sep 11 2008 libsql11.a
    -rw-r--r-- 1 oravis dba 79280 Sep 11 2008 utility.a
    -rw-r--r-- 1 oravis dba 1042396 Sep 11 2008 sqoci.a
    -rw-r--r-- 1 oravis dba 308276 Sep 11 2008 sqora.a
    -rw-r--r-- 1 oravis dba 695666 Sep 11 2008 libskgxpr.so
    -rw-r--r-- 1 oravis dba 21674 Sep 11 2008 libskgxpd.so
    -rw-r--r-- 1 oravis dba 22926 Sep 11 2008 libnnet11.a
    -rw-r--r-- 1 oravis dba 1029197 Sep 11 2008 libsqora.so.11.1
    -rw-r--r-- 1 oravis dba 1313816 Sep 11 2008 libagent11.a
    -rw-r--r-- 1 oravis dba 201420 Sep 11 2008 libplc11.a
    -rw-r--r-- 1 oravis dba 22926 Sep 11 2008 libnnetd11.a
    -rw-r--r-- 1 oravis dba 8795474 Sep 11 2008 libclient11.a
    -rw-r--r-- 1 oravis dba 26750 Sep 11 2008 libavstub11.a
    -rw-r--r-- 1 oravis dba 11007314 Sep 11 2008 libpls11_pic.a
    -rw-r--r-- 1 oravis dba 363374 Sep 11 2008 libpsa11.a
    -rw-r--r-- 1 oravis dba 72114 Sep 11 2008 libnid.a
    -rw-r--r-- 1 oravis dba 5235610 Sep 11 2008 libplp11.a
    -rw-r--r-- 1 oravis dba 202632 Sep 11 2008 libplc11_pic.a
    -rw-r--r-- 1 oravis dba 400868 Sep 11 2008 libcell11.a
    -rw-r--r-- 1 oravis dba 5301906 Sep 11 2008 libplp11_pic.a
    -rw-r--r-- 1 oravis dba 4960 Sep 11 2008 libmm.a
    -rw-r--r-- 1 oravis dba 385350 Sep 11 2008 libhgosh11.a
    -rw-r--r-- 1 oravis dba 2239366 Sep 11 2008 libocci11.a
    -rw-r--r-- 1 oravis dba 3769470 Sep 11 2008 libcommon11.a
    -rw-r--r-- 1 oravis dba 12755 Sep 11 2008 libodmd11.so
    -rw-r--r-- 1 oravis dba 54764 Sep 11 2008 libnfsodm11.so
    -rw-r--r-- 1 oravis dba 423560 Sep 11 2008 libxdb.so
    -rwxr-xr-x 1 oravis dba 47459 Sep 11 2008 libhgotrace11.so
    -rw-r--r-- 1 oravis dba 695636 Sep 11 2008 libskgxpg.so
    -rw-r--r-- 1 oravis dba 8386 Sep 11 2008 libvsn11_std.a.dbl
    -rw-r--r-- 1 oravis dba 8446 Sep 11 2008 libvsn11.a
    -rw-r--r-- 1 oravis dba 13191 Sep 11 2008 libskgxns.so
    -rw-r--r-- 1 oravis dba 315024 Sep 11 2008 libqsmashr.so
    -rw-r--r-- 1 oravis dba 16235836 Nov 10 2008 liboraolap11.a
    -rw-r--r-- 1 oravis dba 29760784 Nov 10 2008 libolapapi11.so
    -rwxr-xr-x 1 oravis dba 42924 Jan 14 2009 libnmuc.so.0
    -rwxr-xr-x 1 oravis dba 42924 Jan 14 2009 libnmuc.so
    drwxr-xr-x 2 oravis dba 4096 Mar 26 2009 stubs
    -rwxr-xr-x 1 oravis dba 145888 Mar 26 2009 libnmefojmx.so.0
    -rwxr-xr-x 1 oravis dba 45302 Mar 26 2009 libnmefdms.so.0
    -rwxr-xr-x 1 oravis dba 37079 Mar 26 2009 libnmevsp.so.0
    -rwxr-xr-x 1 oravis dba 13508 Mar 26 2009 libnmefpfa.so.0
    -rwxr-xr-x 1 oravis dba 52372 Mar 26 2009 libnmefsqlt.so.0
    -rwxr-xr-x 1 oravis dba 27703 Mar 26 2009 libnmefsp.so.0
    -rwxr-xr-x 1 oravis dba 24892 Mar 26 2009 libnmefport.so.0
    -rwxr-xr-x 1 oravis dba 73465 Mar 26 2009 libnmcfsga.so.0
    -rwxr-xr-x 1 oravis dba 45796 Mar 26 2009 libnmcfhc.so.0
    -rwxr-xr-x 1 oravis dba 69739 Mar 26 2009 libsrvmocr11.so0
    -rwxr-xr-x 1 oravis dba 1691901 Mar 26 2009 libsrvmhas11.so0
    -rwxr-xr-x 1 oravis dba 1632963 Mar 26 2009 libocci.so.11.1
    -rw-r--r-- 1 oravis dba 7085106 Mar 26 2009 libxml11.a
    -rw-r--r-- 1 oravis dba 27150788 Mar 26 2009 libgeneric11.a
    -rw-r--r-- 1 oravis dba 11077402 Mar 26 2009 libpls11.a
    -rw-r--r-- 1 oravis dba 4278296 Mar 26 2009 libcore11.a
    -rw-r--r-- 1 oravis dba 181560214 Mar 26 2009 libserver11.a
    lrwxrwxrwx 1 oravis dba 59 Nov 5 23:52 libclntsh.so.10.1 -> /d2/R12/ab/apps/R1211XB9/db/tech_st/11.1.0/lib/libclntsh.so
    lrwxrwxrwx 1 oravis dba 12 Nov 5 23:52 libodm11.so -> libodmd11.so
    lrwxrwxrwx 1 oravis dba 15 Nov 5 23:58 libocci.so -> libocci.so.11.1
    -rw-r--r-- 1 oravis dba 111 Nov 5 23:59 ldflagsO
    -rw-r--r-- 1 oravis dba 111 Nov 5 23:59 ldflags
    -rwxr-xr-x 1 oravis dba 9904424 Nov 5 23:59 libagtsh.so.1.0
    lrwxrwxrwx 1 oravis dba 15 Nov 5 23:59 libagtsh.so -> libagtsh.so.1.0
    -rw-r--r-- 1 oravis dba 2264 Nov 5 23:59 ntcontab.o
    -rw-r--r-- 1 oravis dba 1912 Nov 5 23:59 nnfgt.o
    -rw-r--r-- 1 oravis dba 8572884 Nov 5 23:59 libn11.a
    -rwxr-xr-x 1 oravis dba 2610320 Nov 5 23:59 libnmemso.so.0
    -rwxr-xr-x 1 oravis dba 63592 Nov 6 00:00 libnmeoci.so.0
    -rwxr-xr-x 1 oravis dba 23903 Nov 6 00:00 libnmefw.so.0
    -rwxr-xr-x 1 oravis dba 47734 Nov 6 00:00 libnmefsql.so.0
    -rwxr-xr-x 1 oravis dba 50281 Nov 6 00:00 libnmefos.so.0
    -rwxr-xr-x 1 oravis dba 28830 Nov 6 00:00 libnmefud.so.0
    -rwxr-xr-x 1 oravis dba 199975 Nov 6 00:00 libnmefut.so.0
    -rwxr-xr-x 1 oravis dba 145253 Nov 6 00:00 libnmefojmx.so
    -rwxr-xr-x 1 oravis dba 44419 Nov 6 00:00 libnmefdms.so
    -rwxr-xr-x 1 oravis dba 35900 Nov 6 00:00 libnmevsp.so
    -rwxr-xr-x 1 oravis dba 107145 Nov 6 00:00 libnmevq.so.0
    -rwxr-xr-x 1 oravis dba 14368 Nov 6 00:00 libnmefvr.so.0
    -rwxr-xr-x 1 oravis dba 12801 Nov 6 00:00 libnmefpfa.so
    -rwxr-xr-x 1 oravis dba 15627 Nov 6 00:00 libnmastk.so.0
    -rwxr-xr-x 1 oravis dba 15601 Nov 6 00:00 libnmalk.so.0
    -rwxr-xr-x 1 oravis dba 33331 Nov 6 00:00 libnmadm.so.0
    -rwxr-xr-x 1 oravis dba 24751 Nov 6 00:00 libnmadbg.so.0
    -rwxr-xr-x 1 oravis dba 51665 Nov 6 00:00 libnmefsqlt.so
    -rwxr-xr-x 1 oravis dba 26204 Nov 6 00:00 libnmefsp.so
    -rwxr-xr-x 1 oravis dba 24817 Nov 6 00:00 libnmefport.so
    -rwxr-xr-x 1 oravis dba 22923 Nov 6 00:00 libnmasf.so.0
    -rwxr-xr-x 1 oravis dba 27141 Nov 6 00:00 libnmarl.so.0
    -rwxr-xr-x 1 oravis dba 73374 Nov 6 00:00 libnmcfsga.so
    -rwxr-xr-x 1 oravis dba 45457 Nov 6 00:00 libnmcfhc.so
    -rwxr-xr-x 1 oravis dba 63592 Nov 6 00:00 libnmeoci.so
    -rwxr-xr-x 1 oravis dba 2610320 Nov 6 00:00 libnmemso.so
    -rwxr-xr-x 1 oravis dba 23903 Nov 6 00:00 libnmefw.so
    -rwxr-xr-x 1 oravis dba 50281 Nov 6 00:00 libnmefos.so
    -rwxr-xr-x 1 oravis dba 14368 Nov 6 00:00 libnmefvr.so
    -rwxr-xr-x 1 oravis dba 199975 Nov 6 00:00 libnmefut.so
    -rwxr-xr-x 1 oravis dba 28830 Nov 6 00:00 libnmefud.so
    -rwxr-xr-x 1 oravis dba 47734 Nov 6 00:00 libnmefsql.so
    -rwxr-xr-x 1 oravis dba 107145 Nov 6 00:00 libnmevq.so
    -rwxr-xr-x 1 oravis dba 15601 Nov 6 00:00 libnmalk.so
    -rwxr-xr-x 1 oravis dba 33331 Nov 6 00:00 libnmadm.so
    -rwxr-xr-x 1 oravis dba 24751 Nov 6 00:00 libnmadbg.so
    -rwxr-xr-x 1 oravis dba 15627 Nov 6 00:00 libnmastk.so
    -rwxr-xr-x 1 oravis dba 22923 Nov 6 00:00 libnmasf.so
    -rwxr-xr-x 1 oravis dba 27141 Nov 6 00:00 libnmarl.so
    -rwxr-xr-x 1 oravis dba 48333396 Nov 6 00:00 libclntsh.so.11.1
    -rw-r--r-- 1 oravis dba 4739091 Nov 6 00:00 clntsh.map
    lrwxrwxrwx 1 oravis dba 17 Nov 6 00:00 libclntsh.so -> libclntsh.so.11.1
    -rwxr-xr-x 1 oravis dba 68304 Nov 6 00:00 libsrvmocr11.so
    -rwxr-xr-x 1 oravis dba 79849 Nov 6 00:00 libsrvm11.so0
    -rwxr-xr-x 1 oravis dba 1696482 Nov 6 00:00 libsrvmhas11.so
    -rwxr-xr-x 1 oravis dba 79849 Nov 6 00:00 libsrvm11.so
    -rwxr-xr-x 1 oravis dba 10353690 Nov 6 00:00 liborasdkbase.so.11.1
    lrwxrwxrwx 1 oravis dba 21 Nov 6 00:00 liborasdkbase.so -> liborasdkbase.so.11.1
    -rwxr-xr-x 1 oravis dba 39093373 Nov 6 00:00 liborasdk.so.11.1
    lrwxrwxrwx 1 oravis dba 17 Nov 6 00:00 liborasdk.so -> liborasdk.so.11.1
    -rw-r--r-- 1 oravis dba 695636 Nov 6 00:00 libskgxp11.so

  • Help with App Server when trying to deploy JDeveloper 9.0.3 JClient

    I want to deploy JClients (applets) created in JDeveloper (9.0.3). I would like to set up a web site/web page to allow access to these applets via the Internet. I assume I need Application Server for this? If so, what version will work with 9.0.3 of JDeveloper? I read the documentation in JDeveloper about deploying to Oracle App Server, but I have NO experience with ANY application servers, so it's a little confusing.
    Thanks!

    Debabrata,
    OK, I installed App Server 9.0.3, and I deployed my applet as a WAR file to 9iAS. I then created an OC4J instance in 9iAS, and deployed the WAR file to this instance. NOW, how does someone access this applet from a WEB browser. I noticed that the WAR deployment has an associated URL, but if I try to enter this URL on the browser (i.e. ../applications/MyApplet.ear), the browser says the page is not found.
    Help!

  • GC 10.2.0.2 - App Server 10.1.2.0.2 is down?

    (Environment is displayed at bottom, in case it makes a difference)
    1) In Grid Control, the App Server middle tier shows 'down' even though all components are shown as 'up'
    2) In App Server control all components show 'up' and app server shows 'up'
    3) The farm's infrastructure app server is shown up
    3) When attempting to 'add app server farm' target to grid control, it fails with
    ORA-20206 Target does not exist: server2:host
    ORA-06512 at SYSMAN.MGMT_TARGET line 572
    ORA-06512 at SYSMAN.EMD_MNTR_IAS line 629
    ORA-06512 at line 1
    I've tries several reinstalls and get this consistently.
    I need to get Grid Control reporting correctly. Any ideas?
    environment:
    All servers = 2 Dual Core 32-bit Windows 2003 SP1 with 9G memory
    server1 = grid control 10.2.0.2 with database patched to 10.1.5.0.p11
    server1 = app server 10.1.2.0.2 infrastructure at 10.4.0.2 (out of box)
    - uses HA config with virtual host aliased to 'oasinfra.xxx.ca'
    server2 = app server 10.1.2.0.2 EE w/ Portal, Disco, Forms, Reports
    Everything is a clean install, grid control first, app server infra second, app servers last.
    Message was edited by:
    Hans Forbrich
    Corrected error message information to show server2 instead of server3. I am changing the server names for posting purposes. (Apologies for the confusion.)

    One additional relevant fact ...
    server1 (the one with grid control and ias infrastructure) has 3 host names pointing to the same IP address. These are 'oasmgr' (to virtualize the OMA target); 'oasinfra' (virtualize the app server infrastructure for HA); and 'server1' (the regular address.
    OK. I think I replied before the corrections. My bad for not getting that. Apologies.
    What is the Agent version installed on Server2 ? Is
    it up and uploading corectly to OMS on Server1?
    OMR, OMS, OMA are all the 10.2.0.2 OTN download version. Same install source. OMR installed using 'create new database' and the resulting 10.1.0.4 was patched to 10.1.0.5 + patch 11.
    I have not applied grid control patch 10.2.0.3 as it requires a patch to OMR DB that has apparently not been released for WIndows yet.
    In general, most metrics seem to be collecting OK.
    The paste from the emagent.trc and emoms.trc for mnazim follow ...
    The emagent.trc from the server2 (midtier) machine is pretty consistent, I've trimmed as it seems to be repeating the following
    2007-02-08 09:35:19 Thread-4736 WARN  collector: <nmecmc.c> Error exit. Error message: 'uname' is not recognized as an internal or external command,
    operable program or batch file.
    Failed to run the uname command at E:\gridcontrol\agent10g/sysman/admin/scripts/formsinit.pl line 65.
    Compilation failed in require at E:\gridcontrol\agent10g/sysman/admin/scripts/formsload.pl line 45.
    2007-02-08 09:35:20 Thread-4736 ERROR fetchlets.oslinetok: Process stderr = 'uname' is not recognized as an internal or external command,
    operable program or batch file.
    Failed to run the uname command at E:\gridcontrol\agent10g/sysman/admin/scripts/formsinit.pl line 65.
    Compilation failed in require at E:\gridcontrol\agent10g/sysman/admin/scripts/formsjvmload.pl line 34.
    2007-02-08 09:35:20 Thread-4736 ERROR engine: [oracle_forms,midtier1.{server2}_Forms,JvmLoad] : nmeegd_GetMetricData failed : 'uname' is not recognized as an internal or external command,
    operable program or batch file.
    Failed to run the uname command at E:\gridcontrol\agent10g/sysman/admin/scripts/formsinit.pl line 65.
    Compilation failed in require at E:\gridcontrol\agent10g/sysman/admin/scripts/formsjvmload.pl line 34.
    2007-02-08 09:35:20 Thread-4736 WARN  collector: <nmecmc.c> Error exit. Error ...and emoms.trc from the OMS machine looks like:
    2007-02-07 15:40:17,610 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Client Processing Time for a Servlet during the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:40:17,626 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Single-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 15:40:17,626 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Single-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:40:17,642 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Multi-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 15:40:17,642 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Multi-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:40:19,751 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Client Processing Time for a Servlet during the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:40:19,766 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Single-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 15:40:19,766 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Single-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:40:19,766 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Multi-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 15:40:19,766 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Multi-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:40:20,563 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Client Processing Time for a Servlet during the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:40:20,563 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Single-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 15:40:20,563 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Single-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:40:20,579 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Multi-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 15:40:20,579 [EMUI_15_40_14_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Multi-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 15:41:48,090 [EMUI_15_41_48_/console/ias/farm/addFarm] WARN  ias.ias getOPMNDetails.408 - Unable to get the OPMN Port information in  handleprocessSelectedTargets() function
    java.sql.SQLException: ORA-20206: Target does not exist:  oasmgr.coe.ads:host
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 572
    ORA-06512: at "SYSMAN.EMD_MNTR_IAS", line 629
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:869)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1153)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2932)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3023)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4132)
         at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java:173)
         at oracle.sysman.util.jdbc.CallableStatementWrapper.execute(CallableStatementWrapper.java:135)
         at oracle.sysman.ias.util.OPMNDiscovery.getOPMNDetails(OPMNDiscovery.java:262)
         at oracle.sysman.ias.farm.AddFarmViewModel.getOPMNDetails(AddFarmViewModel.java:402)
         at oracle.sysman.ias.farm.AddFarmViewModel.handleprocessSelectedTargets(AddFarmViewModel.java:388)
         at oracle.sysman.ias.farm.AddFarmViewModel.doOperation(AddFarmViewModel.java:232)
         at oracle.sysman.ias.farm.AddFarmViewModel.prepareData(AddFarmViewModel.java:298)
         at oracle.sysman.ias.util.AbstractController.prepareData(AbstractController.java:550)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:590)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:781)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:337)
         at oracle.sysman.eml.app.Console.doGet(Console.java:318)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:88)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:336)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-02-07 15:41:59,791 [EMUI_15_41_59_/console/ias/farm/addFarm] WARN  ias.ias discoverFarmByOPMN.366 - SQLException was
    java.sql.SQLException: ORA-20206: Target does not exist:  oasmgr.coe.ads:host
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 572
    ORA-06512: at "SYSMAN.EMD_MNTR_IAS", line 629
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:869)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1153)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2932)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3023)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4132)
         at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java:173)
         at oracle.sysman.util.jdbc.CallableStatementWrapper.execute(CallableStatementWrapper.java:135)
         at oracle.sysman.ias.util.OPMNDiscovery.getOPMNDetails(OPMNDiscovery.java:262)
         at oracle.sysman.ias.util.OPMNDiscovery.discoverFarmByOPMN(OPMNDiscovery.java:308)
         at oracle.sysman.ias.farm.AddFarmViewModel.doOperation(AddFarmViewModel.java:214)
         at oracle.sysman.ias.farm.AddFarmViewModel.prepareData(AddFarmViewModel.java:298)
         at oracle.sysman.ias.util.AbstractController.prepareData(AbstractController.java:550)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:590)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:781)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:337)
         at oracle.sysman.eml.app.Console.doGet(Console.java:318)
         at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:88)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:336)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-02-07 15:55:40,601 [EMUI_15_55_39_/console/pref/setCredentials$targetType=host] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: Connection to {server1} as user oraexec failed.
    2007-02-07 16:02:42,215 [EMUI_16_02_42_/console/pref/setCredentials$targetType=host] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: All values must be specified for each set of credentials.
    2007-02-07 16:02:55,595 [EMUI_16_02_54_/console/pref/setCredentials$targetType=host] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: Connection to {server1} as user coe\oraexec failed.
    2007-02-07 16:03:10,600 [EMUI_16_03_09_/console/pref/setCredentials$targetType=host] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: Connection to {server1} as user coe\oraexec failed.
    2007-02-07 16:03:32,607 [EMUI_16_03_30_/console/pref/setCredentials$targetType=host] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: Connection to {server1} as user oraexec failed.
    2007-02-07 16:03:40,609 [EMUI_16_03_39_/console/pref/setCredentials$targetType=host] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: Connection to {server1} as user oraexec failed.
    2007-02-07 16:09:51,660 [EMUI_16_09_49_/console/pref/setCredentials$targetType=host] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: Connection to {server1} as user test failed.
    2007-02-07 16:11:11,475 [EMUI_16_11_11_/console/database/config] ERROR perf.sitemap validateChanges.2856 - The Monitor Password is missing for 1 selected target(s).
    2007-02-07 16:14:08,618 [EMUI_16_14_06_/console/pref/setCredentials$targetType=oracle*_database] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: Connection to {server1} as user COE\oraexec failed.
    2007-02-07 16:14:18,616 [EMUI_16_14_16_/console/pref/setCredentials$targetType=oracle*_database] ERROR creds.SetPrefCreds testCreds.1298 - SetPrefCreds.testCreds(): CredsException: Connection to {server1} as user oraexec failed.
    2007-02-07 16:16:33,638 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Client Processing Time for a Servlet during the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:16:33,638 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Single-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 16:16:33,638 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Single-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:16:33,654 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Multi-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 16:16:33,654 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Multi-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:16:40,689 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Component that will start Reports Servlet and In-process Reports Server very long. Has been truncated.
    2007-02-07 16:16:41,531 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Client Processing Time for a Servlet during the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:16:41,531 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Single-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 16:16:41,547 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Single-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:16:41,547 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Multi-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 16:16:41,547 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Multi-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:16:42,373 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Client Processing Time for a Servlet during the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:16:42,373 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Single-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 16:16:42,373 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Single-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:16:42,373 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Number Executions for a Multi-Threaded JSP During the Last Period very long. Has been truncated.
    2007-02-07 16:16:42,373 [EMUI_16_16_31_/console/ias/conf/iasDiscoverHelper$ctxType=applicationServers] WARN  emd.targets setContents.94 - Label Time Spent Executing a Multi-Threaded JSP During the Last Period (seconds) very long. Has been truncated.
    2007-02-07 16:34:41,050 [EMUI_16_34_41_/console/ias/farm/addFarm] WARN  ias.ias getOPMNDetails.408 - Unable to get the OPMN Port information in  handleprocessSelectedTargets() function
    java.sql.SQLException: ORA-20206: Target does not exist:  {server2}:host
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 572
    ORA-06512: at "SYSMAN.EMD_MNTR_IAS", line 629
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:869)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1153)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2932)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3023)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4132)
         at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java:173)
         at oracle.sysman.util.jdbc.CallableStatementWrapper.execute(CallableStatementWrapper.java:135)
         at oracle.sysman.ias.util.OPMNDiscovery.getOPMNDetails(OPMNDiscovery.java:262)
         at oracle.sysman.ias.farm.AddFarmViewModel.getOPMNDetails(AddFarmViewModel.java:402)
         at oracle.sysman.ias.farm.AddFarmViewModel.handleprocessSelectedTargets(AddFarmViewModel.java:388)
         at oracle.sysman.ias.farm.AddFarmViewModel.doOperation(AddFarmViewModel.java:232)
         at oracle.sysman.ias.farm.AddFarmViewModel.prepareData(AddFarmViewModel.java:298)
         at oracle.sysman.ias.util.AbstractController.prepareData(AbstractController.java:550)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:590)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:781)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:337)
         at oracle.sysman.eml.app.Console.doGet(Console.java:318)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:88)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:336)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-02-07 16:34:46,189 [EMUI_16_34_46_/console/ias/farm/addFarm] WARN  ias.ias discoverFarmByOPMN.366 - SQLException was
    java.sql.SQLException: ORA-20206: Target does not exist:  {server2}:host
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 572
    ORA-06512: at "SYSMAN.EMD_MNTR_IAS", line 629
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:869)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1153)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2932)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3023)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4132)
         at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java:173)
         at oracle.sysman.util.jdbc.CallableStatementWrapper.execute(CallableStatementWrapper.java:135)
         at oracle.sysman.ias.util.OPMNDiscovery.getOPMNDetails(OPMNDiscovery.java:262)
         at oracle.sysman.ias.util.OPMNDiscovery.discoverFarmByOPMN(OPMNDiscovery.java:308)
         at oracle.sysman.ias.farm.AddFarmViewModel.doOperation(AddFarmViewModel.java:214)
         at oracle.sysman.ias.farm.AddFarmViewModel.prepareData(AddFarmViewModel.java:298)
         at oracle.sysman.ias.util.AbstractController.prepareData(AbstractController.java:550)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:590)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:781)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:337)
         at oracle.sysman.eml.app.Console.doGet(Console.java:318)
         at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:88)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:336)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

  • Archive REDO When One RAC Node is Down

    I have a question about how redo log get archived when one of the instances in a two node RAC cluster is down (not open, not mounted).
    For example, let's assume instance1 was shutdown and only instance 2 is running.
    I have 6 redo logs:
    <font face="courier">
    SQL> SELECT GROUP#, THREAD#, SEQUENCE#, STATUS FROM V$LOG;
    GROUP# THREAD# SEQUENCE# STATUS
    1 1 3390 INACTIVE
    2 1 3389 INACTIVE
    3 1 3391 ACTIVE
    5 2 3886 INACTIVE
    4 2 3887 INACTIVE
    6 2 3888 CURRENT
    </font>
    If I run the following statement what will happen?
    <font face="courier">
    SQL> ALTER SYSTEM ARCHIVE LOG CURRENT;
    </font>
    The documentation says +Specify CURRENT to manually archive the current redo log file group of the specified thread, forcing a log switch. If you omit the THREAD parameter, then Oracle Database archives all redo log file groups from all enabled threads, including logs previous to current logs. You can specify CURRENT only when the database is open.+
    Would Oracle archive sequence# 3391 from thread 1 even though the instance is not open?

    When your instance are not working, it means that it doesn't have any CURRENT redo log. So when you issue switching logfile - it launches archiving only current redo log, for working instance only. That 3391 redo log is not current, it has Active status, that means that it could be needed for recovery purpose, but it had to be archived earlier.

  • One RAC node is down give the following error when starting the database!

    wHEN TRYING TO START THE DATABASE ON RAC ENVIORNMENT
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-27102: out of memory
    HPUX-ia64 Error: 12: Not enough space
    SQL> exit
    Disconnected
    When we r trying to start the database it said
    $ bdf
    Filesystem kbytes used avail %used Mounted on
    /dev/vg00/lvol3 2097152 240944 1841896 12% /
    /dev/vg00/lvol1 344064 115376 226944 34% /stand
    /dev/vg00/lvol8 10485760 9370960 1106232 89% /var
    /dev/vg00/lvol7 4866048 2557680 2290400 53% /usr
    /dev/vg00/u02 10485760 3502229 6547116 35% /u02
    /dev/vg00/u01 10485760 10476596 9164 100% /u01
    /dev/vg00/lvol4 2097152 601872 1483944 29% /tmp
    /dev/vg00/lvol6 4194304 3231000 955792 77% /opt
    /dev/vg00/lvol5 524288 311520 211136 60% /home
    WHERE /U01 WAS 100%. Now i emptied the space in /u01 to
    $ bdf
    Filesystem kbytes used avail %used Mounted on
    /dev/vg00/lvol3 2097152 240944 1841896 12% /
    /dev/vg00/lvol1 344064 115376 226944 34% /stand
    /dev/vg00/lvol8 10485760 9370960 1106232 89% /var
    /dev/vg00/lvol7 4866048 2557680 2290400 53% /usr
    /dev/vg00/u02 10485760 3502229 6547116 35% /u02
    /dev/vg00/u01 10485760 9508934 930943 91% /u01
    /dev/vg00/lvol4 2097152 601872 1483944 29% /tmp
    /dev/vg00/lvol6 4194304 3231000 955792 77% /opt
    /dev/vg00/lvol5 524288 311520 211136 60% /home
    When trying to start the db again its giving the following error...
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-27102: out of memory
    HPUX-ia64 Error: 12: Not enough space
    SQL> exit
    Disconnected
    here i changed the sga_target and now it says
    ORACLE instance started.
    Total System Global Area 436207616 bytes
    Fixed Size 1297912 bytes
    Variable Size 148648456 bytes
    Database Buffers 285212672 bytes
    Redo Buffers 1048576 bytes
    ORA-01105: mount is incompatible with mounts by other instances
    ORA-19808: recovery destination parameter mismatch
    What could be the issue..
    Ur help would be highly appreciated...

    Hello
    SQL> startup
    ORA-27102: out of memory
    HPUX-ia64 Error: 12: Not enough space
    SQL> exiterror is not related to space on your mount point. it is related to memory.
    if you are getting this error means chekc at the OS level whether something is consuming more memory due to which it is not allowing oracle to allocate sga.
    Check top/sar/glance to see who is consuming more memory
    Total System Global Area 436207616 bytes
    Fixed Size 1297912 bytes
    Variable Size 148648456 bytes
    Database Buffers 285212672 bytes
    Redo Buffers 1048576 bytes
    ORA-01105: mount is incompatible with mounts by other instances
    ORA-19808: recovery destination parameter mismatchit is not the best practice to maintain differnet parameters for each instance in RAC env. also check db_recovery_file_dest and db_recovery_file_dest_size is same on all node. it should be same i.e it should be a shared location.
    Anil Malkai

  • Weblogic app server wsdl web service call with SSL Validation error = 16

    Weblogic app server wsdl web service call with SSL Validation error = 16
    I need to make wsdl web service call in my weblogic app server. The web service is provided by a 3rd party vendor. I keep getting error
    Cannot complete the certificate chain: No trusted cert found
    Certificate chain received from ws-eq.demo.xxx.com - xx.xxx.xxx.156 was not trusted causing SSL handshake failure
    Validation error = 16
    From the SSL debug log, I can see 3 verisign hierarchy certs are correctly loaded (see 3 lines in the log message starting with “adding as trusted cert”). But somehow after first handshake, I got error “Cannot complete the certificate chain: No trusted cert found”.
    Here is how I load trustStore and keyStore in my java program:
         System.setProperty("javax.net.ssl.trustStore",”cacerts”);
         System.setProperty("javax.net.ssl.trustStorePassword", trustKeyPasswd);
         System.setProperty("javax.net.ssl.trustStoreType","JKS");
    System.setProperty("javax.net.ssl.keyStoreType","JKS");
    System.setProperty("javax.net.ssl.keyStore", keyStoreName);
         System.setProperty("javax.net.ssl.keyStorePassword",clientCertPwd);      System.setProperty("com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump","true");
    Here is how I create cacerts using verisign hierarchy certs (in this order)
    1.6.0_29/jre/bin/keytool -import -trustcacerts -keystore cacerts -storepass changeit -file VerisignClass3G5PCA3Root.txt -alias "Verisign Class3 G5P CA3 Root"
    1.6.0_29/jre/bin/keytool -import -trustcacerts -keystore cacerts -storepass changeit -file VerisignC3G5IntermediatePrimary.txt -alias "Verisign C3 G5 Intermediate Primary"
    1.6.0_29/jre/bin/keytool -import -trustcacerts -keystore cacerts -storepass changeit -file VerisignC3G5IntermediateSecondary.txt -alias "Verisign C3 G5 Intermediate Secondary"
    Because my program is a weblogic app server, when I start the program, I have java command line options set as:
    -Dweblogic.security.SSL.trustedCAKeyStore=SSLTrust.jks
    -Dweblogic.security.SSL.ignoreHostnameVerification=true
    -Dweblogic.security.SSL.enforceConstraints=strong
    That SSLTrust.jks is the trust certificate from our web server which sits on a different box. In our config.xml file, we also refer to the SSLTrust.jks file when we bring up the weblogic app server.
    In addition, we have working logic to use some other wsdl web services from the same vendor on the same SOAP server. In the working web service call flows, we use clientgen to create client stub, and use SSLContext and WLSSLAdapter to load trustStore and keyStore, and then bind the SSLContext and WLSSLAdapter objects to the webSerive client object and make the webservie call. For the new wsdl file, I am told to use wsimport to create client stub. In the client code created, I don’t see any way that I can bind SSLContext and WLSSLAdapter objects to the client object, so I have to load certs by settting system pramaters. Here I attached the the wsdl file.
    I have read many articles. It seems as long as I can install the verisign certs correctly to web logic server, I should have fixed the problem. Now the questions are:
    1.     Do I create “cacerts” the correct order with right keeltool options?
    2.     Since command line option “-Dweblogic.security.SSL.trustedCAKeyStore” is used for web server jks certificate, will that cause any problem for me?
    3.     Is it possible to use wsimport to generate client stub that I can bind SSLContext and WLSSLAdapter objects to it?
    4.     Do I need to put the “cacerts” to some specific weblogic directory?
    ---------------------------------wsdl file
    <wsdl:definitions name="TokenServices" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">
         <wsp:Policy wsu:Id="TokenServices_policy">
              <wsp:ExactlyOne>
                   <wsp:All>
                        <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
                             <wsp:Policy>
                                  <sp:TransportToken>
                                       <wsp:Policy>
                                            <sp:HttpsToken RequireClientCertificate="true"/>
                                       </wsp:Policy>
                                  </sp:TransportToken>
                                  <sp:AlgorithmSuite>
                                       <wsp:Policy>
                                            <sp:Basic256/>
                                       </wsp:Policy>
                                  </sp:AlgorithmSuite>
                                  <sp:Layout>
                                       <wsp:Policy>
                                            <sp:Strict/>
                                       </wsp:Policy>
                                  </sp:Layout>
                             </wsp:Policy>
                        </sp:TransportBinding>
                        <wsaw:UsingAddressing/>
                   </wsp:All>
              </wsp:ExactlyOne>
         </wsp:Policy>
         <wsdl:types>
              <xsd:schema targetNamespace="http://tempuri.org/Imports">
                   <xsd:import schemaLocation="xsd0.xsd" namespace="http://tempuri.org/"/>
                   <xsd:import schemaLocation="xsd1.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
              </xsd:schema>
         </wsdl:types>
         <wsdl:message name="ITokenServices_GetUserToken_InputMessage">
              <wsdl:part name="parameters" element="tns:GetUserToken"/>
         </wsdl:message>
         <wsdl:message name="ITokenServices_GetUserToken_OutputMessage">
              <wsdl:part name="parameters" element="tns:GetUserTokenResponse"/>
         </wsdl:message>
         <wsdl:message name="ITokenServices_GetSSOUserToken_InputMessage">
              <wsdl:part name="parameters" element="tns:GetSSOUserToken"/>
         </wsdl:message>
         <wsdl:message name="ITokenServices_GetSSOUserToken_OutputMessage">
              <wsdl:part name="parameters" element="tns:GetSSOUserTokenResponse"/>
         </wsdl:message>
         <wsdl:portType name="ITokenServices">
              <wsdl:operation name="GetUserToken">
                   <wsdl:input wsaw:Action="http://tempuri.org/ITokenServices/GetUserToken" message="tns:ITokenServices_GetUserToken_InputMessage"/>
                   <wsdl:output wsaw:Action="http://tempuri.org/ITokenServices/GetUserTokenResponse" message="tns:ITokenServices_GetUserToken_OutputMessage"/>
              </wsdl:operation>
              <wsdl:operation name="GetSSOUserToken">
                   <wsdl:input wsaw:Action="http://tempuri.org/ITokenServices/GetSSOUserToken" message="tns:ITokenServices_GetSSOUserToken_InputMessage"/>
                   <wsdl:output wsaw:Action="http://tempuri.org/ITokenServices/GetSSOUserTokenResponse" message="tns:ITokenServices_GetSSOUserToken_OutputMessage"/>
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="TokenServices" type="tns:ITokenServices">
              <wsp:PolicyReference URI="#TokenServices_policy"/>
              <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
              <wsdl:operation name="GetUserToken">
                   <soap12:operation soapAction="http://tempuri.org/ITokenServices/GetUserToken" style="document"/>
                   <wsdl:input>
                        <soap12:body use="literal"/>
                   </wsdl:input>
                   <wsdl:output>
                        <soap12:body use="literal"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="GetSSOUserToken">
                   <soap12:operation soapAction="http://tempuri.org/ITokenServices/GetSSOUserToken" style="document"/>
                   <wsdl:input>
                        <soap12:body use="literal"/>
                   </wsdl:input>
                   <wsdl:output>
                        <soap12:body use="literal"/>
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="TokenServices">
              <wsdl:port name="TokenServices" binding="tns:TokenServices">
                   <soap12:address location="https://ws-eq.demo.i-deal.com/PhxEquity/TokenServices.svc"/>
                   <wsa10:EndpointReference>
                        <wsa10:Address>https://ws-eq.demo.xxx.com/PhxEquity/TokenServices.svc</wsa10:Address>
                   </wsa10:EndpointReference>
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    ----------------------------------application log
    adding as trusted cert:
    Subject: CN=VeriSign Class 3 International Server CA - G3, OU=Terms of use at https://www.verisign.com/rpa (c)10, OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
    Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
    Algorithm: RSA; Serial number: 0x641be820ce020813f32d4d2d95d67e67
    Valid from Sun Feb 07 19:00:00 EST 2010 until Fri Feb 07 18:59:59 EST 2020
    adding as trusted cert:
    Subject: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    Issuer: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    Algorithm: RSA; Serial number: 0x3c9131cb1ff6d01b0e9ab8d044bf12be
    Valid from Sun Jan 28 19:00:00 EST 1996 until Wed Aug 02 19:59:59 EDT 2028
    adding as trusted cert:
    Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
    Issuer: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    Algorithm: RSA; Serial number: 0x250ce8e030612e9f2b89f7054d7cf8fd
    Valid from Tue Nov 07 19:00:00 EST 2006 until Sun Nov 07 18:59:59 EST 2021
    <Mar 7, 2013 6:59:21 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Ignoring not supported JCE Cipher: SunPKCS11-Solaris version 1.6 for algorithm DESede/CBC/NoPadding>
    <Mar 7, 2013 6:59:21 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Will use default Cipher for algorithm DESede>
    <Mar 7, 2013 6:59:21 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Using JCE Cipher: SunJCE version 1.6 for algorithm RSA/ECB/NoPadding>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLSetup: loading trusted CA certificates>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Filtering JSSE SSLSocket>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.addContext(ctx): 28395435>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLSocket will be Muxing>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <write HANDSHAKE, offset = 0, length = 115>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <isMuxerActivated: false>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <25779276 SSL3/TLS MAC>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <25779276 received HANDSHAKE>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <HANDSHAKEMESSAGE: ServerHello>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <HANDSHAKEMESSAGE: Certificate>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Cannot complete the certificate chain: No trusted cert found>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Validating certificate 0 in the chain: Serial number: 2400410601231772600606506698552332774
    Issuer:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 International Server CA - G3
    Subject:C=US, ST=New York, L=New York, O=xxx LLC, OU=GTIG, CN=ws-eq.demo.xxx.com
    Not Valid Before:Tue Dec 18 19:00:00 EST 2012
    Not Valid After:Wed Jan 07 18:59:59 EST 2015
    Signature Algorithm:SHA1withRSA
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Validating certificate 1 in the chain: Serial number: 133067699711757643302127248541276864103
    Issuer:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
    Subject:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 International Server CA - G3
    Not Valid Before:Sun Feb 07 19:00:00 EST 2010
    Not Valid After:Fri Feb 07 18:59:59 EST 2020
    Signature Algorithm:SHA1withRSA
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <validationCallback: validateErr = 16>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> < cert[0] = Serial number: 2400410601231772600606506698552332774
    Issuer:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 International Server CA - G3
    Subject:C=US, ST=New York, L=New York, O=xxx LLC, OU=GTIG, CN=ws-eq.demo.xxx.com
    Not Valid Before:Tue Dec 18 19:00:00 EST 2012
    Not Valid After:Wed Jan 07 18:59:59 EST 2015
    Signature Algorithm:SHA1withRSA
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> < cert[1] = Serial number: 133067699711757643302127248541276864103
    Issuer:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
    Subject:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 International Server CA - G3
    Not Valid Before:Sun Feb 07 19:00:00 EST 2010
    Not Valid After:Fri Feb 07 18:59:59 EST 2020
    Signature Algorithm:SHA1withRSA
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <weblogic user specified trustmanager validation status 16>
    <Mar 7, 2013 6:59:22 PM EST> <Warning> <Security> <BEA-090477> <Certificate chain received from ws-eq.demo.xxx.com - xx.xxx.xxx.156 was not trusted causing SSL handshake failure.>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Validation error = 16>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Certificate chain is untrusted>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLTrustValidator returns: 16>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Trust status (16): CERT_CHAIN_UNTRUSTED>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <NEW ALERT with Severity: FATAL, Type: 42
    java.lang.Exception: New alert stack
         at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
         at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
         at com.certicom.tls.record.handshake.ClientStateReceivedServerHello.handle(Unknown Source)
         at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)
         at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)
         at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
         at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
         at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
         at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
         at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
         at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
         at com.certicom.tls.record.WriteHandler.write(Unknown Source)
         at com.certicom.io.OutputSSLIOStreamWrapper.write(Unknown Source)
         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
         at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
         at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
         at weblogic.net.http.HttpURLConnection.writeRequests(HttpURLConnection.java:154)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:358)
         at weblogic.net.http.SOAPHttpsURLConnection.getInputStream(SOAPHttpsURLConnection.java:37)
         at weblogic.wsee.util.is.InputSourceUtil.loadURL(InputSourceUtil.java:100)
         at weblogic.wsee.util.dom.DOMParser.getWebLogicDocumentImpl(DOMParser.java:118)
         at weblogic.wsee.util.dom.DOMParser.getDocument(DOMParser.java:65)
         at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:311)
         at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:305)
         at weblogic.wsee.jaxws.spi.WLSProvider.readWSDL(WLSProvider.java:296)
         at weblogic.wsee.jaxws.spi.WLSProvider.createServiceDelegate(WLSProvider.java:77)
         at weblogic.wsee.jaxws.spi.WLSProvider.createServiceDelegate(WLSProvider.java:62)
         at javax.xml.ws.Service.<init>(Service.java:56)
         at ideal.ws2j.eqtoken.TokenServices.<init>(TokenServices.java:64)
         at com.citi.ilrouter.util.IpreoEQSSOClient.invokeRpcPortalToken(IpreoEQSSOClient.java:165)
         at com.citi.ilrouter.servlets.T3LinkServlet.doPost(T3LinkServlet.java:168)
         at com.citi.ilrouter.servlets.T3LinkServlet.doGet(T3LinkServlet.java:206)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.execute(Unknown Source)
         at weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <write ALERT, offset = 0, length = 2>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <close(): 6457753>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <close(): 6457753>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.removeContext(ctx): 22803607>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Filtering JSSE SSLSocket>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.addContext(ctx): 14640403>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLSocket will be Muxing>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <write HANDSHAKE, offset = 0, length = 115>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <isMuxerActivated: false>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <23376797 SSL3/TLS MAC>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <23376797 received HANDSHAKE>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <HANDSHAKEMESSAGE: ServerHello>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <HANDSHAKEMESSAGE: Certificate>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Cannot complete the certificate chain: No trusted cert found>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Validating certificate 0 in the chain: Serial number: 2400410601231772600606506698552332774
    Issuer:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 International Server CA - G3
    Subject:C=US, ST=New York, L=New York, O=xxx LLC, OU=GTIG, CN=ws-eq.demo.xxx.com
    Not Valid Before:Tue Dec 18 19:00:00 EST 2012
    Not Valid After:Wed Jan 07 18:59:59 EST 2015
    Signature Algorithm:SHA1withRSA
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Validating certificate 1 in the chain: Serial number: 133067699711757643302127248541276864103
    Issuer:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
    Subject:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 International Server CA - G3
    Not Valid Before:Sun Feb 07 19:00:00 EST 2010
    Not Valid After:Fri Feb 07 18:59:59 EST 2020
    Signature Algorithm:SHA1withRSA
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <validationCallback: validateErr = 16>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> < cert[0] = Serial number: 2400410601231772600606506698552332774
    Issuer:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 International Server CA - G3
    Subject:C=US, ST=New York, L=New York, O=xxx LLC, OU=GTIG, CN=ws-eq.demo.xxx.com
    Not Valid Before:Tue Dec 18 19:00:00 EST 2012
    Not Valid After:Wed Jan 07 18:59:59 EST 2015
    Signature Algorithm:SHA1withRSA
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> < cert[1] = Serial number: 133067699711757643302127248541276864103
    Issuer:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
    Subject:C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 International Server CA - G3
    Not Valid Before:Sun Feb 07 19:00:00 EST 2010
    Not Valid After:Fri Feb 07 18:59:59 EST 2020
    Signature Algorithm:SHA1withRSA
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <weblogic user specified trustmanager validation status 16>
    <Mar 7, 2013 6:59:22 PM EST> <Warning> <Security> <BEA-090477> <Certificate chain received from ws-eq.demo.xxx.com - 12.29.210.156 was not trusted causing SSL handshake failure.>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Validation error = 16>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Certificate chain is untrusted>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <SSLTrustValidator returns: 16>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <Trust status (16): CERT_CHAIN_UNTRUSTED>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <NEW ALERT with Severity: FATAL, Type: 42
    java.lang.Exception: New alert stack
         at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
         at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
         at com.certicom.tls.record.handshake.ClientStateReceivedServerHello.handle(Unknown Source)
         at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)
         at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)
         at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
         at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
         at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
         at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
         at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
         at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
         at com.certicom.tls.record.WriteHandler.write(Unknown Source)
         at com.certicom.io.OutputSSLIOStreamWrapper.write(Unknown Source)
         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
         at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
         at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
         at weblogic.net.http.HttpURLConnection.writeRequests(HttpURLConnection.java:154)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:358)
         at weblogic.net.http.SOAPHttpsURLConnection.getInputStream(SOAPHttpsURLConnection.java:37)
         at weblogic.wsee.util.is.InputSourceUtil.loadURL(InputSourceUtil.java:100)
         at weblogic.wsee.util.dom.DOMParser.getWebLogicDocumentImpl(DOMParser.java:118)
         at weblogic.wsee.util.dom.DOMParser.getDocument(DOMParser.java:65)
         at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:311)
         at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:305)
         at weblogic.wsee.jaxws.spi.WLSProvider.readWSDL(WLSProvider.java:296)
         at weblogic.wsee.jaxws.spi.WLSProvider.createServiceDelegate(WLSProvider.java:77)
         at weblogic.wsee.jaxws.spi.WLSProvider.createServiceDelegate(WLSProvider.java:62)
         at javax.xml.ws.Service.<init>(Service.java:56)
         at ideal.ws2j.eqtoken.TokenServices.<init>(TokenServices.java:64)
         at com.citi.ilrouter.util.IpreoEQSSOClient.invokeRpcPortalToken(IpreoEQSSOClient.java:165)
         at com.citi.ilrouter.servlets.T3LinkServlet.doPost(T3LinkServlet.java:168)
         at com.citi.ilrouter.servlets.T3LinkServlet.doGet(T3LinkServlet.java:206)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.execute(Unknown Source)
         at weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <write ALERT, offset = 0, length = 2>
    <Mar 7, 2013 6:59:22 PM EST> <Debug> <SecuritySSL> <BEA-000000> <close(): 16189141>

    I received a workaround by an internal message.
    The how to guide is :
    -Download the wsdl file (with bindings, not the one from ESR)
    -Correct it in order that the schema corresponds to the answer (remove minOccurs or other things like this)
    -Deploy the wsdl file on you a server (java web project for exemple). you can deploy on your local
    -Create a new logicial destination that point to the wsdl file modified
    -Change the metadata destination in your web dynpro project for the corresponding model and keep the execution desitnation as before.
    Then the received data is check by the metadata logical destination but the data is retrieved from the correct server.

  • System exception while deleting the file from app server in background job

    Hi All,
    I have a issue while the deleting the file from application server.
    I am using the statement DELETE DATASET in my program to delete the file from app server.
    I am able to delete the file from the app server when i run the program from app server.
    When i run the same report from background job i am getting the message called System exception.
    Is there any secuirity which i need to get the issue.
    Thank You,
    Taragini

    Hi All,
    I get all the authorization sto delete the file from application serever.
    Thing is i am able to run the program sucessfully in foreground but not in the background .
    It i snot giving any short dump also just JOB is cancelled with the exception 'Job cancelled after system exception ERROR_MESSAGE'.
    Can anybody please give me suggestion
    Thanks,
    Taragini

  • Error while starting Oracle App server

    I installed Oracle App Server
    when i am trying to start App server I am getting following error.
    K:\OAS\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=coeserv0:6200
    0 of 1 processes started.
    ias-instance id=ORACOESERVER.coeserv0.wipro.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=10760)
    failed to start a managed process after the maximum retry limit
    Log:
    k:\OAS\opmn\logs\HTTP_Server~1
    I tried to start Apache it is also giving following error.
    K:\OAS\Apache\Apache>apache
    [Tue May 17 17:43:08 2005] [warn] pid file k:/oas/apache/apache/logs/httpd.pid o
    verwritten -- Unclean shutdown of previous Apache run?
    ap_spawn_child: Bad file descriptor
    Couldn't fork child for piped log process
    Note the errors or messages above, and press the <ESC> key to exit. 29...
    K:\OAS\Apache\Apache>
    Amit

    Hi Cema,
    Make sure that httpd.conf file (located at /ORACLE_HOME/Apache/Apache/conf ) has not changed.
    Is your AS running on Linux? ".so" is used in case of linux only and for windows extension should be ".dll"
    Please use the same if your http server is running on windows. HTTP Server documetation may have more details related to this.
    Regards,
    Anuj

  • Cannot start Web Cache in Oracle 10g App Server

    Hi,
    Our Application runs on Oracle10g App Server,
    When it tried to start WebCache using the command
    opmnctl startproc ias-component=WebCache process-type=WebCache
    it shows the error...
    opmn id=oracle10g:6200
    no enabled components for this request
    When i tried to enable WebCache using Enable/Disable Component in Oracle 10g Enterprise manager - I can't see WebCache component it to enabe or disable it.
    When i tried opmnctl status., it shows
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 7276 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 7684 | Alive
    OC4J | rhs | N/A | Down
    OC4J | instaremit | 5880 | Alive
    OC4J | insta_test_apr_02 | 7100 | Alive
    WebCache is not running, also as the WebCache is not listed in Oracle 10g Enterprise manager, i can' enable or disable it.
    Plz Help me over this.,
    Regards.,
    Deepak.C

    Hi.,
    Thanks again !!!
    Yes, My Oracle HTTP Server is listening on port 80.
    I am not clear, may i know why should the ports be changed for the request to go through Web Cache ???
    Can i assign port 80 for Web Cache and 7778 for HTTP Server ?
    Also In Oracle Enterprise Manager, Web Cache is not available...
    home, HTTP Server, management alll these are there...
    Also for HTTP Server, it's not showing any metric info, 'Not Yet Available' is shown even though the HTTP Server is running, how can i get metric info about Oracle HTTP Server, i have also used dmstool -t ohs_server, its not working
    It's showing... FLEXMON ERROR : detected invalid table name ohs_server
    dmstool -l -t also does'nt lists ohs_server
    Hellp me over this.....
    Deepak.C

  • Integrating iPlanet Web Server 6.0 with SunOne App Server 7.0

    I am experiencing problems integrating iPlanet Web Server 6.0 with SunOne App Server 7.0
    My magnus.conf is
    #ServerRoot /usr/iplanet/servers/https-test
    ServerID https-test
    ServerName sulev016.eur.gep.ge.com
    ErrorLog /usr/iplanet/servers/https-test/logs/errors
    PidLog /usr/iplanet/servers/https-test/logs/pid
    User root
    MtaHost localhost
    DNS off
    Security off
    ClientLanguage en
    AdminLanguage en
    DefaultLanguage en
    RqThrottle 128
    StackSize 131072
    CGIWaitPid on
    TempDir /tmp/https-test-ab0d7966
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn=load-types mime-types=mime.types
    Init fn="load-modules" shlib="/usr/iplanet/servers/bin/https/lib/libNSServletPlugin.so" funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletService" shlib_flags="(global|now)"
    Init fn="NSServletEarlyInit" EarlyInit=yes
    Init fn="NSServletLateInit" LateInit=yes
    Init fn="load-modules" shlib="/usr/iplanet/servers/plugins/passthrough/bin/libpassthrough.so" funcs="init-passthrough,auth-passthrough,check-passthrough,service-passthrough" NativeThread="no"
    Init fn="init-passthrough"
    ==========================================
    my obj.conf is
    <Object name=default>
    NameTrans fn="assign-name" from="(/OMS|/OMS/*)" name="passthrough"
    NameTrans fn="NSServletNameTrans" name="servlet"
    NameTrans fn="pfx2dir" from="/servlet" dir="/usr/iplanet/servers/docs/servlet" name="ServletByExt"
    NameTrans fn=pfx2dir from=/mc-icons dir="/usr/iplanet/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/manual" dir="/usr/iplanet/servers/manual/https" name="es-internal"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn=unix-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html"
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service type="magnus-internal/jsp" fn="NSServletService"
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD) type=*~magnus-internal/* fn=send-file
    AddLog fn=flex-log name="access"
    </Object>
    <Object name=cgi>
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    <Object name="servlet">
    ObjectType fn=force-type type=text/html
    Service fn="NSServletService"
    </Object>
    <Object name="jsp092">
    ObjectType fn="type-by-extension"
    ObjectType fn="change-type" type="magnus-internal/jsp092" if-type="magnus-internal/jsp"
    Service fn="NSServletService" type="magnus-internal/jsp092"
    </Object>
    <Object name="ServletByExt">
    ObjectType fn=force-type type=magnus-internal/servlet
    Service type="magnus-internal/servlet" fn="NSServletService"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="passthrough">
    ObjectType fn="force-type" type="magnus-internal/passthrough" Service type="magnus-internal/passthrough" fn="service-passthrough" servers="http://3.224.68.131:81"
    Error reason="Bad Gateway" fn="send-error" uri="$docroot/badgateway.html"
    </Object>
    The requests are not passing through to the app server when i try to access it through port 80.
    Presently I am testing my appln over port 81 on the app server.
    Thanks and Regards
    Vineet Guliani

    Each ObjectType and Service directive should begin on a new line. You appear to have placed two directives on a single line.

  • ORA-12514 Error when connection from OEM

    I have RAC database. I can access Cluster from https://rs1pre91dvdba01.pre.ccosvc.com:5500/em
    but when clicking on database tab -> Performance -> Afer giving username / password I get
    Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor The Connection descriptor used by the client was: (description=(address_list=(address=(host=rs1pre91cl)(protocol=tcp)(port=1521))(address=(host=rs1pre91cl)(protocol=tcp)(port=1521))(load_balance=yes))(connect_data=(service_name=DWH1)))
    [oracle@rs1pre91dvdba01 admin]$ . oraenv
    ORACLE_SID = [oracle] ? DWH1
    The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 is /u01/app/oracle
    [oracle@rs1pre91dvdba01 admin]$ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://rs1pre91dvdba01.pre.ccosvc.com:5500/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/dbhome_1/rs1pre91dvdba01_DWH1/sysman/log
    How can I access Performance tab from OEM.
    thanks.

    [oracle@rs1pre91dvdba01 admin]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 02-FEB-2011 15:37:35
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 05-JAN-2011 12:06:28
    Uptime 28 days 3 hr. 31 min. 7 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/rs1pre91dvdba01/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.30.2.201)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.30.2.203)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "DWH1" has 1 instance(s).
    Instance "DWH11", status READY, has 1 handler(s) for this service...
    Service "DWH1XDB" has 1 instance(s).
    Instance "DWH11", status READY, has 1 handler(s) for this service...
    Service "MDM1" has 1 instance(s).
    Instance "MDM11", status READY, has 1 handler(s) for this service...
    Service "MDM1XDB" has 1 instance(s).
    Instance "MDM11", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@rs1pre91dvdba01 admin]$ lsnrctl service
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 02-FEB-2011 15:37:44
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:34200 refused:0 state:ready
    LOCAL SERVER
    Service "DWH1" has 1 instance(s).
    Instance "DWH11", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:106 refused:0 state:ready
    LOCAL SERVER
    Service "DWH1XDB" has 1 instance(s).
    Instance "DWH11", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: rs1pre91dvdba01.pre.ccosvc.com, pid: 6845>
    (ADDRESS=(PROTOCOL=tcp)(HOST=rs1pre91dvdba01.pre.ccosvc.com)(PORT=45445))
    Service "MDM1" has 1 instance(s).
    Instance "MDM11", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:56105 refused:0 state:ready
    LOCAL SERVER
    Service "MDM1XDB" has 1 instance(s).
    Instance "MDM11", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: rs1pre91dvdba01.pre.ccosvc.com, pid: 24224>
    (ADDRESS=(PROTOCOL=tcp)(HOST=rs1pre91dvdba01.pre.ccosvc.com)(PORT=59486))
    The command completed successfully
    [oracle@rs1pre91dvdba01 admin]$ id
    uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba)
    [oracle@rs1pre91dvdba01 admin]$ env | sort
    ASM_SID=+ASM1
    _=/bin/env
    COBBLER_SERVER=ccoshs02xvsat01.ccosvc.com
    DB_HOME_BIN=/u01/app/oracle/product/11.2.0/dbhome_1/bin
    DB_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    DISPLAY=localhost:10.0
    DWH_SID=DWH11
    G_BROKEN_FILENAMES=1
    GI_HOME_BIN=/u01/app/11.2.0/grid/bin
    GI_HOME=/u01/app/11.2.0/grid
    GRID_HOME=/u01/app/11.2.0/grid
    HISTSIZE=1000
    HOME=/home/oracle/
    HOSTNAME=rs1pre91dvdba01.pre.ccosvc.com
    INPUTRC=/etc/inputrc
    LANG=en_GB
    LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/dbhome_1/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    MDM_SID=MDM11
    NLS_DATE_FORMAT=dd-mm-yyyy hh24:mi:ss
    OLDPWD=/u01/app/oracle/product/11.2.0/dbhome_1/rs1pre91dvdba01_DWH1/sysman/config
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=DWH1
    ORACLE_UNQNAME=DWH1
    PATH=/u01/app/oracle/product/11.2.0/dbhome_1/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/home/oracle//bin
    PWD=/u01/app/oracle/product/11.2.0/dbhome_1/network/admin
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=172.30.0.125 58337 22
    SSH_CONNECTION=172.30.0.125 58337 172.30.2.201 22
    SSH_TTY=/dev/pts/0
    SVN_EDITOR=vi
    TERM=xterm
    TNS_ADMIN=/u01/app/11.2.0/grid/network/admin
    USER=oracle

Maybe you are looking for

  • Generate XML with tag names generated dynamically.

    Hi Mark, I want to generate xml in the following way using SQLXoperators. But only problem is when i use the operator, the tag name should be supplied before in hand as parameter. So it works well when the data for the tags are stored in seperate col

  • Is it possible to password protect folders?

    Is it possible to password protect a folder?

  • Design Crystal Report in VS2012

    Hello Everybody..!!! I need your help.. i want to provide resume printing facility in my web application using crystal report.. so how can i design crystal report in resume format??? I saw many example but it only shows output in table format but i w

  • Can timecapsule be used as a external harddisk?

    can timecapsule be used as a external harddisk for my mac laptop?

  • Pass Diadem Parameters through command line

    Hi, I am trying to run DIAdem through command line. I have no problem with this but can I pass a variable through the same. I would like to pass T1 with some value through command line. Can anyone please help me how can I do this. Expecting your earl