OWM error in 11.5.10.2

Hi,
When I am invoking owm from 8.0.6 Oracle_Home/bin, it gives the below error.
It is required for SSL configuration of forms.
$ pwd
/u06/EREP/erepora/8.0.6/bin
$ echo $DISPLAY
duc69259.kockw.com:4.0
$ owm
Starting Oracle Wallet Manager Release 2.1 - Production
/u06/EREP/erepora/8.0.6/network/jre11
java.lang.NullPointerException
at oracle.ewt.UIManager._initialize(UIManager.java:832)
at oracle.ewt.UIManager._maybeInitialize(UIManager.java:852)
at oracle.ewt.UIManager.getLookAndFeel(UIManager.java:146)
at oracle.ewt.lwAWT.BufferedFrame._init(BufferedFrame.java:1100)
at oracle.ewt.lwAWT.BufferedFrame.<init>(BufferedFrame.java:104)
at oracle.sysman.emSDK.client.appContainer.ApplicationFrame.<init>(ApplicationFrame.java:74)
at oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:2808)
The xclock is working fine.
Regards,
Regards,
Mushir

hi,
after you try suggestion from hussine and if you still face the error, dobule check note
Subject: Recommended LD_LIBRARY_PATH/ LIBPATH/SHLIB_PATH for IAS 10222 / Forms 6i
Note:271602.1
try to make your LD_LIBRARY_PATH looks exaclty like the note above and try agin
fadi

Similar Messages

  • OWM and error of application

    I have the JAVA application under OracleAS9.0.3
    Yesterday, when I started OWM for creation of new CSR, JAVA application issued the error 500. What could cause for such error? Should I stop the application before owm started?
    Thanks in advance.

    Hi,
    From your description, my understanding is that you get error when you want to install SharePoint 2013 in
    Windows server 2012 R2.
    As SharePoint 2013 does not support Windows 2012 R2 Server very well, that you could refer to the second link provide by mohit.goyal.
    You could refer to this article to install your SharePoint 2013:
    https://iouchkov.wordpress.com/2013/10/19/how-to-install-sharepoint-2013-on-windows-server-2012-r2/.
    Here is a similar case:https://social.technet.microsoft.com/Forums/en-US/62b72e1f-bb18-4806-bdd2-55c1b119bee1/installing-sharepoint-2013-in-a-windows-2012-r2-server-i-was-getting-the-following-error?forum=sharepointadmin.
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Errors in 9ias patch dcumentation!

    folks, this applies to all who're trying to upgrade their existing 9ias to the latest patch set version using the integrated patchset.
    this is also helpful if you're doing a first time install and there are some issues that help in getting the server started
    patch steps detailed of how to perform the 9.02.3 integrated patch update
    written by :satish ramaswamy
    NOTE:THIS IS A BEST PRACTICES (B.P)DOC AS IT HAS BEEN PERFORMED ON NUMEROUS SERVERS IN A CUSTOMER SITE
    further updates:09/09/03
    NOTE:ALL PATCHES MUST BE APPLIED ON BOTH TIERS!
    NOTE:YOUR DB LISTENER MUST LISTEN ON PORT 1521!
    if you have multiple database on the same server change the ias listener port to 1521 before applying.
    original creation date:08/13/03
    1. ensure you have good solid backup of your oracle binaries infrastructure/mid tier
    2. first check if you meet the pre-install requirements re os level and sun jdk     follow note:242548.1
    3. check the jdk version it should be 1.3 or higher java -version will show the current version
    4. goto www.sun.com and download and install the latest supported jdk 1.4.2 as of 09/09/03 per writing of
    this doc and make relevant changes to the path on both tiers
    5. downloaded db patch 2517300 and the owm & java_ssl patches 2563444 & 2282201 respectively
    and place it in the same dir say /export/home/oracle/patch/dbpatch
    THIS IS IMPORTANT AS THE owm and java_ssl patches HAVE to be applied after the db patch
    also download the integrated patch 3038037 and place it in a separate dir say /export/home/oracle/patch/integratedpatch
    6. unzip the patches
    7. goto the website and shutdown the application tier (middle tier) and stop all & do the same for the infrastructure tier
    8. shutdown db & listener at the infrastructure home
    9. check if any oracle processes are running in both the infrastructure/mid tier (ps -ef |grep oracle)
    10. if yes even though you've stopped all services from the web-site depending on which processes
    are running you may have to manually stop them
    10. if opmn managed processes OH/opmn/bin/opmn stopall
    11. if oid, OH/bin/oidmon stop and also the ldap server OH/bin/oidctl connect=iasdb server=oidldapd stop(you might get an error
    as the database and the infrastructure are already down don't worry
    12. goto OH/ldap/bin/ldpacheck to check if any of the oid processes are still up
    B.P :in you .profile include OH/opmn/bin,OH/bin and OH/ldap/bin in your path and also have aliases.
    13. if there still any processes running kill them manually (have a script like the following to do this,modify the ps to kill depending on the process)
    as you might have to for native ,Apache,opmn
    #!/bin/ksh
    #satish ramaswamy 08/13/03
    #kills the processes of opmn
    #set -x #only for debguuing comment it out
    ps -ef |grep "[o]pmn" |awk '{print $2}'|while read list
    do
    #echo $list
    kill -9 $list
    done
    14.xhost + , check by running xclock a clock should be displayed.
    15. export DISPLAY=<i.p:0.0> VERY IMPORTANT DON'T FORGET!!!
    16 ./runInstaller (start installer) from the supplied patch version
    17. after applying the db patch on the infrastructure tier/apply it on the mid tier
    18. start db up and follow instructions on db patch 2517300 readme postinstall
    19. B.P :create a script file for the post db commands if performing on a # of servers and also spool the output
    20.shutdown the db and listener before applying the java_ssl & owm patches
    20.cd to the java_ssl patch dir 2871352 and follow patch readme though detailed instructions follow
    21. chmod the patch.sh script provided for both these patches chmod u=rwx patch.sh
    22../patch.sh (run the script)
    23..perform 22 after changing your profile to the mid-tier, you'll get the message
    that the script has been run before please enter C (Continue) to continue applying patch to mid-tier
    24. cd to the owm patch dir 2563444 chmod u=rwx post_9014.sh (owm patch script)
    25.. change the profile back to the infrastructure tier and excetute this script
    26. ./post_9014.sh
    27.perform step 26 for the mid-tier by changing the environment
    28.startup up the db & listener,oidmon, oid server,emctl
    29. TEST by going to the http://i.p address:port #(admin port) start the services first on infrastructure,then mid-tier
    30. cd to the where the integrated patch is installed and fire up the installer ./runInstaller      but before
    export DISPLAY=<i.p:0.0> VERY IMPORTANT DON'T FORGET!!!
    31. follow instructions on the integrated patch readme (there is some confusion in the readme modifications mentioned here)
    32. DO NOT shutdown oidmon, oidserver until you have passed the screen where it prompts for the oracladmin
    password
    33. after you enter the password you'll get a screen prompting you to shutdown all infrastructure processes
    DON'T
    34. the next screen will ask for the sys password enter it twice and only then ensure all infrastructure
    processes are down
    35. apply the integrated patch on the app tier after appying it on the infrastructure.
    36. if you get errors while the oidpatchca.sh is being invoked from the installer(try retrying you may have to start oidmon first)
    37. you can run OH/ldap/bin/oidpatchca.sh manually n times! THIS MUST RUN SUCCESSFULLY! IT IS NOT OPTIONAL!
    38. the oid command has changed in 9.0.2.3 ./oidpatchca.sh -connect iasdb -lsnrport 1521 -syspwd <SYS password> -sudn "cn=orcladmin" -supwd <orcladmin pw> -dippwd
    <some new password matching password rules>
    39.log on to sqlplus as ods user and you MUST see 11 parameters in the following procedure
    OLADDENTRY by performing a desc oladd
    40. if you get errors that object doesn't exist check you're logged as ods user,check status of OLADD% object_name is dba_objects/user_objects.
    41. your java environment might be screwed up may have to run initjvm.sql in OH/javavm but first run rmjvm.sql
    40. also if you get errors while running oidpatchca.sh like java errors this means the java_ssl patch must be run again
    41. on the both tiers check the status of dcmctl with OH/dcmctl getstate -v (if you get java errors run java_ssl patch again!)
    42. start the relevant services on both tiers OH/dcm/bin/dcmctl start -ct [ohs/oc4j] -v
    43. start emctl, webcache on the mid tier OH/bin/webcachectl start
    44.TEST by going to the http://i.p address:port #(admin port)
    45. if you have errors open up a tar and hopefully you get analyst brett mcgee!
    46. THIS IS OPTIONAL:follow post install steps which involves applying another patch! follow readme of that patch
    47. download and apply patch # 3129219 ONLY on MID-TIER to prevent forms/reports errors (not mentioned in integated patch 3038037 readme)
    TROUBLESHOOTING TIPS:
    1.oidpatchca.sh fails (see if oidmon is up)
    2. get java errors or ADMN errors when you run dcmctl getstate -v or any dcmctl commands
    check if oidmon is up

    errata: step # 41 should read
    41. your java environment might be screwed up may have to run initjvm.sql in OH/javavm/*INSTALL*(lower case) but first run rmjvm.sql
    missing in the earlier post.
    satish

  • Solved. error in apxldimg after upgrade from 3.0 to 3.1 on 9.2.0.5 database

    Hi,
    I've upgraded my Apex installation on a 9.2.0.5 database and get an error when running the apxldimg.sql script.
    SQL> @apxldimg d:\xml
    PL/SQL procedure successfully completed.
    old   1: create directory APEX_IMAGES as '&1/apex/images'
    new   1: create directory APEX_IMAGES as 'd:\xml/apex/images'
    Directory created.
        filelist_xml        xmltype := xmltype(bfilename(upload_directory_name,file_
    list),nls_charset_id('AL32UTF8'));
    ERROR at line 15:
    ORA-06550: line 15, column 36:
    PLS-00306: wrong number or types of arguments in call to 'XMLTYPE'
    ORA-06550: line 15, column 25:
    PL/SQL: Item ignored
    ORA-06550: line 38, column 15:
    PLS-00302: component 'EXISTSRESOURCE' must be declared
    ORA-06550: line 38, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 52, column 46:
    PLS-00320: the declaration of the type of this expression is incomplete or
    malformed
    ORA-06550: line 52, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 57, column 53:
    PLS-00201: identifier 'I' must be declared
    ORA-06550: line 57, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 86, column 19:
    PLS-00306: wrong number or types of arguments in call to 'CREATERESOURCE'
    ORA-06550: line 86, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 88, column 19:
    PLS-00306: wrong number or types of arguments in call to 'CREATERESOURCE'
    ORA-06550: line 88, column 9:
    PL/SQL: Statement ignored
        if not dbms_xdb.existsResource(ro_anonymous_acl) and
    ERROR at line 18:
    ORA-06550: line 18, column 21:
    PLS-00302: component 'EXISTSRESOURCE' must be declared
    ORA-06550: line 18, column 5:
    PL/SQL: Statement ignoredWho has an idea what is the problem ?
    SQL> select comp_id,version from dba_registry;
    COMP_ID                        VERSION
    CATALOG                        9.2.0.5.0
    CATPROC                        9.2.0.5.0
    OWM                            9.2.0.1.0
    JAVAVM                         9.2.0.5.0
    XML                            9.2.0.7.0
    CATJAVA                        9.2.0.5.0
    ORDIM                          9.2.0.5.0
    SDO                            9.2.0.5.0
    CONTEXT                        9.2.0.5.0
    XDB                            9.2.0.5.0
    WK                             9.2.0.5.0
    APEX                           3.1.1.00.09Rene
    Message was edited by:
    Rene W.

    Hi Rene,
    When you found out that you misread the instrucition and you already ran the script, what did you do next? Did you restore the db and redo over? Or did you continue on? I have the same problem with you too but I'm not sure what to do next.
    Trina :)
    [email protected]

  • Error in writing to file encountered while applying patch 9.2.0.8

    Hi,
    I encountered the error message below while applying Oracle 9.2.0.8 patch set using OUI on server running Oracle 9.2.0.7 and Windows 2003 Enterprise Edition SP2:
    Error in writing to file 'C:\oracle\ora92\BIN\orapls9.dll'
    [C:\oracle\ora92\BIN\orapls9.dll (he process cannot access
    the file because it is being used by another process)]
    I've already stopped the Oracle instance and services before invoking the setup.exe.
    My question is: Why this is happening and what is the resolution to prevent this error from happening?

    I used the script in the Metalink note 454040.1 and chose 5. I typed in the orapls9.dll to see which module is locking this dll and I found out it is avrrepsvc.exe which is one of the services our application is running. I just stopped it in Services Console and run the setup.exe of the patch. The installaton of patch run successfully. I checked the version using 'select banner from v$version' and I now got this results:
    SQL> select banner from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE     9.2.0.8.0     Production
    TNS for 32-bit Windows: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production
    I have a related question. When checking from dba_registry, isn't it that versions of components should have been upgraded too? Please see below I what got:
    SQL>SELECT SUBSTR(comp_id,1,15) comp_id, status, SUBSTR(version,1,10)
    version, SUBSTR(comp_name,1,30) comp_name
    FROM dba_registry ORDER BY 1;
    COMP_ID STATUS VERSION COMP_NAME
    CATALOG VALID 9.2.0.7.0 Oracle9i Catalog Views
    CATJAVA VALID 9.2.0.7.0 Oracle9i Java Packages
    CATPROC VALID 9.2.0.7.0 Oracle9i Packages and Types
    CONTEXT VALID 9.2.0.7.0 Oracle Text
    JAVAVM VALID 9.2.0.7.0 JServer JAVA Virtual Machine
    ORDIM VALID 9.2.0.7.0 Oracle interMedia
    OWM VALID 9.2.0.1.0 Oracle Workspace Manager
    SDO VALID 9.2.0.7.0 Spatial
    XDB VALID 9.2.0.7.0 Oracle XML Database
    XML VALID 9.2.0.9.0 Oracle XDK for Java
    10 rows selected.
    What tasks did I missed int the steps?
    ADDITION:
    It looks like I forgot to run the catpatch.sql and utlrp.sql.
    Edited by: user5470917 on Jun 19, 2009 2:52 PM

  • I am getting the following error using SQL Plus on Windows "ORA-28865: SSL connection closed"

    I have set up my certificates on client and server and have tested the port using TCP and works fine.  TCPS fails with ORA-28865.  I have attached my trace file which was using level 10
    Please any assistance is appreciated
    (5888) [11-APR-2015 09:36:28:365] nsnainit: NS Connection version: 315
    (5888) [11-APR-2015 09:36:28:365] nsnainit: inf->nsinfflg[0]: 0x41 inf->nsinfflg[1]: 0x41
    (5888) [11-APR-2015 09:36:28:365] nsnainit: "or" info flags: 0x41 Translations follow:
      native service(s) is (are) wanted
    (5888) [11-APR-2015 09:36:28:365] nsnainit: "or" info flags: 0x41 Translations follow:
      native service(s) is (are) wanted
    "and" info flags: 0x41 Translations follow:
      native service(s) is (are) wanted
    (5888) [11-APR-2015 09:36:28:365] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:365] nsopen: global context check-in (to slot 0) complete
    (5888) [11-APR-2015 09:36:28:365] nsopen: lcl[0]=0xf4ffefff, lcl[1]=0x102000, gbl[0]=0xfabf, gbl[1]=0x1, tdu=2097152, sdu=8192
    (5888) [11-APR-2015 09:36:28:365] nsfull_opn: cid=0, opcode=65, *bl=0, *what=0, uflgs=0x0, cflgs=0x0
    (5888) [11-APR-2015 09:36:28:365] nsfull_opn: nsctx: state=7, flg=0x4001, mvd=0
    (5888) [11-APR-2015 09:36:28:365] nsmal: 168 bytes at 0x214d1a0
    (5888) [11-APR-2015 09:36:28:365] nsmal: 168 bytes at 0x214dbf0
    (5888) [11-APR-2015 09:36:28:365] nsmfr: 239 bytes at 0x20e53a0
    (5888) [11-APR-2015 09:36:28:365] nsdo: cid=0, opcode=67, *bl=238, *what=8, uflgs=0x0, cflgs=0x3
    (5888) [11-APR-2015 09:36:28:365] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:365] nsdo: rank=64, nsctxrnk=0
    (5888) [11-APR-2015 09:36:28:365] nsdo: nsctx: state=14, flg=0x4005, mvd=0
    (5888) [11-APR-2015 09:36:28:365] nsdo: gtn=10, gtc=10, ptn=10, ptc=8111
    (5888) [11-APR-2015 09:36:28:365] nscon: doing connect handshake...
    (5888) [11-APR-2015 09:36:28:365] nscon: sending NSPTCN packet
    (5888) [11-APR-2015 09:36:28:365] nspsend: plen=70, type=1
    (5888) [11-APR-2015 09:36:28:365] ntzwrite: entry
    (5888) [11-APR-2015 09:36:28:365] nzos_Write: entry
    (5888) [11-APR-2015 09:36:28:365] nttwr: entry
    (5888) [11-APR-2015 09:36:28:365] nttwr: socket 560 had bytes written=99
    (5888) [11-APR-2015 09:36:28:365] nttwr: exit
    (5888) [11-APR-2015 09:36:28:365] nzos_Write: exit
    (5888) [11-APR-2015 09:36:28:365] ntzwrite: exit
    (5888) [11-APR-2015 09:36:28:365] nspsend: 70 bytes to transport
    (5888) [11-APR-2015 09:36:28:365] nscon: sending 238 bytes connect data
    (5888) [11-APR-2015 09:36:28:365] nsdo: cid=0, opcode=67, *bl=238, *what=1, uflgs=0x4002, cflgs=0x0
    (5888) [11-APR-2015 09:36:28:365] nsdo: nsctx: state=2, flg=0x4005, mvd=0
    (5888) [11-APR-2015 09:36:28:365] nsdo: gtn=10, gtc=10, ptn=10, ptc=431
    (5888) [11-APR-2015 09:36:28:365] nsdo: 238 bytes to NS buffer
    (5888) [11-APR-2015 09:36:28:365] nsdofls: DATA flags: 0x0
    (5888) [11-APR-2015 09:36:28:365] nsdofls: sending NSPTDA packet
    (5888) [11-APR-2015 09:36:28:365] nspsend: plen=248, type=6
    (5888) [11-APR-2015 09:36:28:365] ntzwrite: entry
    (5888) [11-APR-2015 09:36:28:365] nzos_Write: entry
    (5888) [11-APR-2015 09:36:28:365] nttwr: entry
    (5888) [11-APR-2015 09:36:28:365] nttwr: socket 560 had bytes written=277
    (5888) [11-APR-2015 09:36:28:365] nttwr: exit
    (5888) [11-APR-2015 09:36:28:365] nzos_Write: exit
    (5888) [11-APR-2015 09:36:28:365] ntzwrite: exit
    (5888) [11-APR-2015 09:36:28:365] nspsend: 248 bytes to transport
    (5888) [11-APR-2015 09:36:28:365] nsdoacts: flushing transport
    (5888) [11-APR-2015 09:36:28:365] ntzcontrol: entry
    (5888) [11-APR-2015 09:36:28:365] ntzcontrol: Command = 4
    (5888) [11-APR-2015 09:36:28:365] ntzcontrol: unknown command 4 - calling underlying protocol adapter
    (5888) [11-APR-2015 09:36:28:365] nttctl: entry
    (5888) [11-APR-2015 09:36:28:365] ntzcontrol: operation is unsupported
    (5888) [11-APR-2015 09:36:28:365] ntzcontrol: exit
    (5888) [11-APR-2015 09:36:28:365] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:365] nsdo: nsctxrnk=0
    (5888) [11-APR-2015 09:36:28:365] nsdo: cid=0, opcode=68, *bl=2048, *what=9, uflgs=0x0, cflgs=0x3
    (5888) [11-APR-2015 09:36:28:365] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:365] nsdo: rank=64, nsctxrnk=0
    (5888) [11-APR-2015 09:36:28:365] nsdo: nsctx: state=2, flg=0x4005, mvd=0
    (5888) [11-APR-2015 09:36:28:365] nsdo: gtn=10, gtc=10, ptn=10, ptc=8111
    (5888) [11-APR-2015 09:36:28:380] nscon: recving a packet
    (5888) [11-APR-2015 09:36:28:380] nsprecv: reading from transport...
    (5888) [11-APR-2015 09:36:28:380] ntzread: entry
    (5888) [11-APR-2015 09:36:28:380] ntznzosread: entry
    (5888) [11-APR-2015 09:36:28:380] nzos_Read: entry
    (5888) [11-APR-2015 09:36:28:380] nttrd: entry
    (5888) [11-APR-2015 09:36:28:380] ntt2err: entry
    (5888) [11-APR-2015 09:36:28:380] ntt2err: exit
    (5888) [11-APR-2015 09:36:28:380] nttrd: socket 560 had bytes read=0
    (5888) [11-APR-2015 09:36:28:380] nttrd: exit
    (5888) [11-APR-2015 09:36:28:380] nzos_Read: exit
    (5888) [11-APR-2015 09:36:28:380] ntznzosread: encountered "wouldblock" error
    (5888) [11-APR-2015 09:36:28:380] ntctst: size of NTTEST list is 1 - not calling poll
    (5888) [11-APR-2015 09:36:28:396] nzos_Read: entry
    (5888) [11-APR-2015 09:36:28:396] nttrd: entry
    (5888) [11-APR-2015 09:36:28:396] nttrd: exit
    (5888) [11-APR-2015 09:36:28:396] ntt2err: entry
    (5888) [11-APR-2015 09:36:28:396] ntt2err: Read unexpected EOF ERROR on 560
    (5888) [11-APR-2015 09:36:28:396] ntt2err: exit
    (5888) [11-APR-2015 09:36:28:396] nzos_Read: exit
    (5888) [11-APR-2015 09:36:28:396] ntznzosread: SSL connection closed gracefully.
    (5888) [11-APR-2015 09:36:28:396] ntznzosread: SSL connection terminated normally.
    (5888) [11-APR-2015 09:36:28:396] ntznzosread: returning NZ error 28865 in result structure
    (5888) [11-APR-2015 09:36:28:396] ntznzosread: exit
    (5888) [11-APR-2015 09:36:28:396] nserror: nsres: id=0, op=68, ns=12537, ns2=12560; nt[0]=507, nt[1]=0, nt[2]=0; ora[0]=28865, ora[1]=0, ora[2]=0
    (5888) [11-APR-2015 09:36:28:396] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:396] nsdo: nsctxrnk=0
    (5888) [11-APR-2015 09:36:28:396] nscall: unexpected response
    (5888) [11-APR-2015 09:36:28:396] nsvntx_dei: entry
    (5888) [11-APR-2015 09:36:28:396] nsvntx_dei: exit
    (5888) [11-APR-2015 09:36:28:396] nstimarmed: no timer allocated
    (5888) [11-APR-2015 09:36:28:396] ntzcontrol: entry
    (5888) [11-APR-2015 09:36:28:396] ntzcontrol: Command = 14
    (5888) [11-APR-2015 09:36:28:396] ntzcontrol: exit
    (5888) [11-APR-2015 09:36:28:396] ntzcontrol: entry
    (5888) [11-APR-2015 09:36:28:396] ntzcontrol: Command = 15
    (5888) [11-APR-2015 09:36:28:396] ntzcontrol: exit
    (5888) [11-APR-2015 09:36:28:396] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:396] nsfull_cls: cid=0, opcode=65, *bl=0, *what=0, uflgs=0x0, cflgs=0x440
    (5888) [11-APR-2015 09:36:28:396] nsfull_cls: nsctx: state=1, flg=0x4001, mvd=0
    (5888) [11-APR-2015 09:36:28:396] nsclose: closing transport
    (5888) [11-APR-2015 09:36:28:396] ntzdisconnect: entry
    (5888) [11-APR-2015 09:36:28:396] ntzFreeNTZData: entry
    (5888) [11-APR-2015 09:36:28:396] nzos_DestroyCtx: entry
    (5888) [11-APR-2015 09:36:28:396] nzos_DestroyCtx: exit
    (5888) [11-APR-2015 09:36:28:396] ntzFreeNTZData: exit
    (5888) [11-APR-2015 09:36:28:396] nttdisc: entry
    (5888) [11-APR-2015 09:36:28:396] nttdisc: Closed socket 560
    (5888) [11-APR-2015 09:36:28:396] nttdisc: exit
    (5888) [11-APR-2015 09:36:28:396] ntzdisconnect: exit
    (5888) [11-APR-2015 09:36:28:396] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:396] nsclose: global context check-out (from slot 0) complete
    (5888) [11-APR-2015 09:36:28:396] nadisc: entry
    (5888) [11-APR-2015 09:36:28:396] nacomtm: entry
    (5888) [11-APR-2015 09:36:28:396] nacompd: entry
    (5888) [11-APR-2015 09:36:28:396] nacompd: exit
    (5888) [11-APR-2015 09:36:28:396] nacompd: entry
    (5888) [11-APR-2015 09:36:28:396] nacompd: exit
    (5888) [11-APR-2015 09:36:28:396] nacomtm: exit
    (5888) [11-APR-2015 09:36:28:396] nas_dis: entry
    (5888) [11-APR-2015 09:36:28:396] nas_dis: exit
    (5888) [11-APR-2015 09:36:28:396] nau_dis: entry
    (5888) [11-APR-2015 09:36:28:396] nau_dis: exit
    (5888) [11-APR-2015 09:36:28:396] naeetrm: entry
    (5888) [11-APR-2015 09:36:28:396] naeetrm: exit
    (5888) [11-APR-2015 09:36:28:396] naectrm: entry
    (5888) [11-APR-2015 09:36:28:396] naectrm: exit
    (5888) [11-APR-2015 09:36:28:396] nagbltrm: entry
    (5888) [11-APR-2015 09:36:28:396] nau_gtm: entry
    (5888) [11-APR-2015 09:36:28:396] nau_gtm: exit
    (5888) [11-APR-2015 09:36:28:396] nagbltrm: exit
    (5888) [11-APR-2015 09:36:28:396] nadisc: exit
    (5888) [11-APR-2015 09:36:28:396] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:396] nsvntx_dei: entry
    (5888) [11-APR-2015 09:36:28:396] nsvntx_dei: exit
    (5888) [11-APR-2015 09:36:28:396] snsbitts_ts: acquired the bit
    (5888) [11-APR-2015 09:36:28:396] nsmfr: 2944 bytes at 0x2152400
    (5888) [11-APR-2015 09:36:28:396] nsmfr: 1880 bytes at 0x2151ca0
    (5888) [11-APR-2015 09:36:28:396] nscall: connecting...
    (5888) [11-APR-2015 09:36:28:396] nladget: entry
    (5888) [11-APR-2015 09:36:28:396] nladget: exit
    (5888) [11-APR-2015 09:36:28:396] nsmfr: 238 bytes at 0x221def0
    (5888) [11-APR-2015 09:36:28:412] nsmfr: 304 bytes at 0x20d8200
    (5888) [11-APR-2015 09:36:28:412] nladtrm: entry
    (5888) [11-APR-2015 09:36:28:412] nladtrm: exit
    (5888) [11-APR-2015 09:36:28:412] nioqper:  error from nscall
    (5888) [11-APR-2015 09:36:28:412] nioqper:    ns main err code: 12537
    (5888) [11-APR-2015 09:36:28:412] nioqper:    ns (2)  err code: 12560
    (5888) [11-APR-2015 09:36:28:412] nioqper:    nt main err code: 507
    (5888) [11-APR-2015 09:36:28:412] nioqper:    nt (2)  err code: 0
    (5888) [11-APR-2015 09:36:28:412] nioqper:    nt OS   err code: 0
    (5888) [11-APR-2015 09:36:28:412] niomapnserror: entry
    (5888) [11-APR-2015 09:36:28:412] niqme: entry
    (5888) [11-APR-2015 09:36:28:412] niqme: reporting ORA-28865 error
    (5888) [11-APR-2015 09:36:28:412] niqme: exit
    (5888) [11-APR-2015 09:36:28:412] niomapnserror: exit
    (5888) [11-APR-2015 09:36:28:412] niotns: Couldn't connect, returning 28865
    (5888) [11-APR-2015 09:36:28:412] niotns: exit
    (5888) [11-APR-2015 09:36:28:412] nsbrfr: nsbfs at 0x214d1a0, data at 0x2225ca0.
    (5888) [11-APR-2015 09:36:28:412] nsbrfr: nsbfs at 0x214dbf0, data at 0x2227d90.
    (5888) [11-APR-2015 09:36:28:412] nsbrfr: nsbfs at 0x214d9e0, data at 0x21531c0.
    (5888) [11-APR-2015 09:36:28:412] nigtrm: Count in the NI global area is now 1
    (5888) [11-APR-2015 09:36:28:412] nigtrm: Count in the NL global area is now 1

    CLIENT SQLNET.ORA
    TRACE_LEVEL_CLIENT = 10
    TRACE_UNIQUE_CLIENT = ON
    TRACE_DIRECTORY_CLIENT = C:\Oracle\app\client\product\12.1.0\client_1\network\trace
    TRACE_FILE_CLIENT = sqlnet_client.trc
    LOG_FILE_CLIENT = sqlnet_client.log
    LOG_DIRECTORY_CLIENT = C:\Oracle\app\client\product\12.1.0\client_1\network\log
    DIAG_ADR_ENABLED = OFF
    TRACE_TIMESTAMP_CLIENT = ON
    SQLNET.AUTHENTICATION_SERVICES = (ALL)
    SQLNET.AUTHENTICATION_REQUIRED = FALSE
    SSL_CLIENT_AUTHENTICATION = FALSE
    WALLET_LOCATION =
      (SOURCE =
        (METHOD = FILE)
        (METHOD_DATA =
          (DIRECTORY = C:\Oracle\app\client\product\12.1.0\client_1\network\wallets)
    ADR_BASE = C:\Oracle\app\client\product\12.1.0\client_1\log
    SERVER SQLNET.ORA
    SQLNET.AUTHENTICATION_SERVICES= (ALL)
    SSL_VERSION = 0
    SSL_CLIENT_AUTHENTICATION = FALSE
    TRACE_UNIQUE_SERVER = ON
    TRACE_DIRECTORY_SERVER = /u01/app/grid/product/12.1.0/12.1.0.2/network/trace
    TRACE_FILE_SERVER = sqlnet_server.trc
    LOG_FILE_SERVER = sqlnet_server.log
    WALLET_LOCATION =
      (SOURCE =
        (METHOD = FILE)
        (METHOD_DATA =
          (DIRECTORY = /u01/app/grid/product/12.1.0/12.1.0.2/owm/wallets/grid)
    LOG_DIRECTORY_SERVER = /u01/app/grid/product/12.1.0/12.1.0.2/network/log
    SQLNET.AUTHENTICATION_REQUIRED = FALSE
    DIAG_ADR_ENABLED = OFF
    TRACE_TIMESTAMP_SERVER = ON

  • Essbase 11.1.2 studio startup error

    Hi All ,
    I m new to the EssBase. I have installed Essbase in standalone mode on windows 2003 server and used oracle 11g as DB.
    Both installation and configuration were successful.
    1) What all services must be running before starting Essbase studio server .
    2) Essbase server vs Essbase studio server.
    3) When i start Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Server\startserver.bat i get following errors and Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseStudio\Server\server.properties file is empty.
    -------------Exception--------------
    INFO: Security Key could not be read from reg.properties file.
    Throwable caught
    com.hyperion.hit.registry.exceptions.RegistryException: No database properties c
    ould be read
    at com.hyperion.hit.registry.datasource.SharedServicesDataSourceFactory.
    getDataSource(SharedServicesDataSourceFactory.java:29)
    at com.hyperion.hit.registry.datasource.SharedServicesDatabaseConnection
    Builder.getConnection(SharedServicesDatabaseConnectionBuilder.java:26)
    at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryU
    tils.java:183)
    Aug 2, 2010 11:50:10 AM com.hyperion.hit.registry.Registry lookupComponents
    SEVERE: An exception when looking up components of type SYSTEM9 matching the spe
    cified properties.
    Aug 2, 2010 11:50:10 AM com.hyperion.hit.registry.Registry lookupComponents
    SEVERE: Exception occurred.
    com.hyperion.hit.registry.exceptions.RegistryException: com.hyperion.hit.registr
    y.exceptions.RegistryException: No database properties could be read
    Caused by: com.hyperion.hit.registry.exceptions.RegistryException: No database p
    roperties could be read
    at com.hyperion.hit.registry.datasource.SharedServicesDataSourceFactory.
    getDataSource(SharedServicesDataSourceFactory.java:29)
    at com.hyperion.hit.registry.datasource.SharedServicesDatabaseConnection
    Builder.getConnection(SharedServicesDatabaseConnectionBuilder.java:26)
    at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryU
    tils.java:183)
    at com.hyperion.hit.registry.Registry.getConnection(Registry.java:152)
    ... 11 more
    =======================================================
    Aug 2, 2010 11:50:10 AM  (001)
    SEVERE: EPMCSS-001052: Failed to initialize EPM Security. EPM Security configura
    tion file is null in EPM Registry.
    Aug 2, 2010 11:50:10 AM com.hyperion.css.EPMSystem getInstance:127
    SEVERE: EPMCSS-Arguments: param1={LOCALE=en_US, operationCodeKey=001}, param2=nu
    ll, param3=E:\Ayush\Oracle\Middleware\EPMSystem11R1/logs/esbstudio,
    Aug 2, 2010 11:50:10 AM
    INFO: EPMCSS-CSS EPM system intialization failed. : [218 ms]
    Aug 2, 2010 11:50:10 AM com.hyperion.css.CSSSystem initCSSSystem:346
    SEVERE: EPMCSS-Arguments: param1={LOCALE=en_US, operationCodeKey=001}, param2=nu
    ll, param3=E:\Ayush\Oracle\Middleware\EPMSystem11R1/logs/esbstudio,
    Aug 2, 2010 11:50:10 AM
    INFO: EPMCSS-CSS system intialization failed. : [1047 ms]
    Aug 2, 2010 11:50:15 AM com.hyperion.cp.driver.util.DriverClassLoader <init>
    WARNING: Failed to load driver for sap.
    Aug 2, 2010 11:50:25 AM com.hyperion.cp.driver.util.DriverClassLoader <init>
    WARNING: Failed to load driver for teradata.
    Aug 2, 2010 11:50:25 AM com.hyperion.cp.driver.util.DriverClassLoader <init>
    WARNING: Failed to load driver for netezza.
    Aug 2, 2010 11:50:26 AM com.hyperion.cp.driver.adapters.sql.mysql.MySQLConnectio
    n createSQLConnection
    SEVERE: Unable to establish connection to MySQL server.
    Aug 2, 2010 11:50:28 AM com.hyperion.cp.driver.adapters.sql.mysql.MySQLConnectio
    n createSQLConnection
    SEVERE: Unable to establish connection to MySQL server.
    Aug 2, 2010 11:50:28 AM com.hyperion.cp.catalog.Catalog initialize
    SEVERE: Catalog.CannotInitializeStorage=Cannot initialize catalog storage. Make
    sure the server.properties file contains the correct information.
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initia
    lize data storage engine.
    Caused by: com.hyperion.cp.driver.util.DriverConnectionException: Cannot establi
    sh connection to MySQL server.
    at com.hyperion.cp.driver.adapters.sql.mysql.MySQLConnection.createSQLCo
    nnection(MySQLConnection.java:122)
    at com.hyperion.cp.driver.adapters.sql.SQLConnection$ConnectionPool.<ini
    t>(SQLConnection.java:1221)
    Please help me to resove these issues.
    Thanks in advance
    Ayush

    Hi John,
    I configured the components again. Every thing marked as green.
    But there were some errors in the log file.
    ============================ Errors=================
    [2010-08-02T16:25:32.675+05:30] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 10] [ecid: 0000IcmSJ2u9XbK_yTP5iW1CLeG^000000,0] [SRC_CLASS: com.oracle.preconfig.util.EpmLoggerPreConfigReporter] trace: Running preconfig checks...[[
    Running EPM_ORACLE_HOME check...
    EPM_ORACLE_HOME environment variable value: E:\Ayush\Oracle\Middleware\EPMSystem11R1
    JAVA_HOME environment variable value: E:\Ayush\Oracle\Middleware\EPMSystem11R1\..\jdk160_11
    EPM_ORACLE_HOME check succeeded
    Running .oracle.products check... .oracle.products check succeeded
    Running Jars manifest check...
    Time spent for manifests parsing: 7765 ms
    Maximum jars depth achieved: 9, while restriction was: unrestricted
    Parsed 439 manifests
    Total jars and classpath entries encountered: 439
    Total not-existing referenced classpath entries count: 33
    Enumerating not-existing classpath entries:
    Missing (depth 2) file E:\Ayush\Oracle\Middleware\EPMSystem11R1\common\ldap\jlib\osdt_core.jar
    Missing (depth 9) file E:\Ayush\Oracle\Middleware\modules\com.bea.cie.comdev.fr_6.1.1.0.jar
    Missing (depth 4) file E:\Ayush\Oracle\Middleware\EPMSystem11R1\common\SAP\lib\sap.logging.jar
    Missing (depth 9) file E:\Ayush\Oracle\Middleware\modules\com.bea.cie.comdev.es_6.1.1.0.jar
    Missing (depth 9) file E:\Ayush\Oracle\Middleware\modules\com.bea.cie.comdev.de_6.1.1.0.jar
    Missing (depth 4) file E:\Ayush\Oracle\Middleware\oracle_common\modules\oracle.pki_11.1.1\osdt_core.jar
    Missing (depth 3) file E:\Ayush\Oracle\Middleware\modules\xml-apis.jar
    Missing (depth 2) file E:\Ayush\Oracle\Middleware\EPMSystem11R1\common\jlib\owm\jlib\owm-3_0.jar
    Missing (depth 4) file E:\Ayush\Oracle\Middleware\EPMSystem11R1\common\SAP\lib\sapjco.jar.............
    ===========================
    HBR Configuration has not been initialized. Make sure you have logged in sucessf
    ully and there are no exceptions in the HBR log file.
    ConfigurationManager not available
    oracle.as.config.ProvisionException: Unable to create an OpmnEditor, E:\Ayush\Or
    acle\Middleware\user_projects\epmsystem1\config\OPMN\opmn\opmn.xml
    at oracle.as.config.impl.OpmnConfig.getOpmnEditor(OpmnConfig.java:50)
    at oracle.as.config.impl.OpmnConfig.insertSnippet(OpmnConfig.java:158)
    at oracle.as.config.impl.HITOpmnEditor.addOPMNSnippet(HITOpmnEditor.java
    :52)
    at com.hyperion.essbase.config.EssbaseAgentTaskProcessor.execute(Essbase
    AgentTaskProcessor.java:580)
    at com.hyperion.essbase.config.EssbaseAgentTaskProcessor.execute(Essbase
    AgentTaskProcessor.java:134)
    at com.hyperion.config.wizard.impl.RunAllTasks.executeCustomTask(RunAllT
    asks.java:725)
    at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:
    313)
    at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksSta
    te.java:89)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.management.opmn.editor.OpmnEditorException: org.xml.sax.SAX
    ParseException: cvc-minLength-valid: Value '' with length = '0' is not facet-val
    id with respect to minLength '1' for type '#AnonType_idias-componentias-instance
    process-manageropmn'.
    at oracle.as.management.opmn.editor.impl.OpmnEditorImpl.validate(OpmnEdi
    torImpl.java:410)
    at oracle.as.management.opmn.editor.impl.OpmnEditorImpl.init(OpmnEditorI
    mpl.java:359)
    at oracle.as.management.opmn.editor.impl.OpmnEditorImpl.<init>(OpmnEdito
    rImpl.java:74)
    at oracle.as.config.impl.OpmnConfig.getOpmnEditor(OpmnConfig.java:47)
    ... 8 more
    Caused by: org.xml.sax.SAXParseException: cvc-minLength-valid: Value '' with len
    gth = '0' is not facet-valid with respect to minLength '1' for type '#AnonType_i
    dias-componentias-instanceprocess-manageropmn'.
    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Un
    known Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
    Regards
    Ayush

  • OWM and Training

    Is there any OWM Oracle University training (couldn't find any)?
    I ask this because the only "official" training I have had is what is tacked onto the Oracle Spatial class, but I really need something more for both myself (lead db developer) and our head DBA.
    OWM is a great capability, and I need versioned tables to support business processes, but I cringe anytime I have to make a modification to the table or a trigger on the production system due to the complexity of OWM. Although IMHO it would be much better if Oracle would make the investment to make the implementation much more transparent (a core feature) to the developer and DBA, so that when a table is versioned it still can be modified, exported/imported, etc. without any or much special work.
    But since that is not the case, we really need to get an in-depth understanding on what exactly the mechanisms are in the metadata, created sys objects, etc. so that if we run into problems we can address them directly, much as we have done with Spatial (thanks to good training and 3rd party books in addition to the Oracle docs).
    Something beyond the basic tutorials is needed, urgently.

    Bill,
    The largest question is training, and how to obtain it to get an in-depth understanding of the mechanics behind OWM (much as we understand with Spatial).
    An example on why training is important can be shown in a recent problem one of our DBAs encountered. To best mirror our production systems so that the customer can test issues on the test system with production data, we did a full backup (minus a few schemas such as one for Toad). We then restored this on a new database instance with minimal problems (other than initially sorting out some missing sys owned, OWM created objects). But then we found that although we could create and open a workspace, commit data, and roll it up to a parent workspace without errors, the data would disappear upon reopening the parent workspace (only in test, not in the original production version).
    Now I know it's probably due to some subtle issue in the metadata, or related to the OWM sys objects, but until we fully gain an understanding of all the relationships, I wasn't sure what to do to correct the situation (other than call support). Now we are not against using support, but we would just rather fully understand why something isn't working (with training). In spatial, we know what the metadata items do, so if something isn't quite right we can quickly track down the cause of the problem, and correct it.
    Please understand, I'm just trying to become more enlightened on what to do when X happens. FAQs, best practices, etc. are a great help, they just seem to be quite sparse for OWM. I was looking for more training for our folks, but couldn't find any.
    Thanks for the reply, we'll be in contact.
    Bryan

  • What meaNing is the error: "detected in native code outside the VM"

    Hi,
    I am trying to run dbca to create database(10.2.0.1 for Linux x86) in RHEL5 beta2, after I click the OK button on the parameter confirmon window, will display the Java exception:
    detected in native code outside the VM
    How resolve the problem?
    Thanks!

    Hi, Avi:
    The the "install forum" has reply me, but error is same. entire error message and stack trace as following, I no install JDK or JRE now, because I think the db10g already has a jre and some lib.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x4A802D35
    Function=XFreeFontSet+0x15
    Library=/usr/lib/libX11.so.6
    Current Java thread:
    at sun.awt.motif.X11InputMethod.disposeXIC(Native Method)
    at sun.awt.motif.X11InputMethod.disposeImpl(X11InputMethod.java:662)
    - locked <0xa88b9d58> (a sun.awt.motif.X11InputMethod)
    at sun.awt.motif.X11InputMethod.dispose(X11InputMethod.java:689)
    at sun.awt.im.InputContext.dispose(InputContext.java:617)
    at java.awt.Window$1DisposeAction.run(Window.java:560)
    - locked <0xa88a2978> (a java.lang.Object)
    at java.awt.Window.dispose(Window.java:570)
    at java.awt.Dialog.disposeImpl(Dialog.java:638)
    at java.awt.Dialog.dispose(Dialog.java:634)
    at oracle.ewt.lwAWT.BufferedDialog.dispose(Unknown Source)
    at oracle.sysman.assistants.dbca.ui.SummaryDialog.actionPerformed(SummaryDialog.java:440)
    at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
    at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at oracle.ewt.button.PushButton.activate(Unknown Source)
    at oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
    at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
    at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
    at java.awt.Dialog$1.run(Dialog.java:540)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 08:06 883639 /usr/local/oracle/db10g/jdk/jre/bin/java
    08056000-08059000 rwxp 0000d000 08:06 883639 /usr/local/oracle/db10g/jdk/jre/bin/java
    4a61d000-4a636000 r-xp 00000000 08:01 493139 /lib/ld-2.5.so
    4a636000-4a637000 r-xp 00018000 08:01 493139 /lib/ld-2.5.so
    4a637000-4a638000 rwxp 00019000 08:01 493139 /lib/ld-2.5.so
    4a63a000-4a63c000 r-xp 00000000 08:06 9815341 /usr/lib/libXau.so.6.0.0
    4a63c000-4a63d000 rwxp 00001000 08:06 9815341 /usr/lib/libXau.so.6.0.0
    4a63f000-4a777000 r-xp 00000000 08:01 493140 /lib/libc-2.5.so
    4a777000-4a779000 r-xp 00137000 08:01 493140 /lib/libc-2.5.so
    4a779000-4a77a000 rwxp 00139000 08:01 493140 /lib/libc-2.5.so
    4a77f000-4a7a4000 r-xp 00000000 08:01 493147 /lib/libm-2.5.so
    4a7a4000-4a7a5000 r-xp 00024000 08:01 493147 /lib/libm-2.5.so
    4a7a5000-4a7a6000 rwxp 00025000 08:01 493147 /lib/libm-2.5.so
    4a7a8000-4a7aa000 r-xp 00000000 08:01 493141 /lib/libdl-2.5.so
    4a7aa000-4a7ab000 r-xp 00001000 08:01 493141 /lib/libdl-2.5.so
    4a7ab000-4a7ac000 rwxp 00002000 08:01 493141 /lib/libdl-2.5.so
    4a7ae000-4a7c1000 r-xp 00000000 08:01 493142 /lib/libpthread-2.5.so
    4a7c1000-4a7c2000 r-xp 00012000 08:01 493142 /lib/libpthread-2.5.so
    4a7c2000-4a7c3000 rwxp 00013000 08:01 493142 /lib/libpthread-2.5.so
    4a7dc000-4a7e1000 r-xp 00000000 08:06 9815342 /usr/lib/libXdmcp.so.6.0.0
    4a7e1000-4a7e2000 rwxp 00004000 08:06 9815342 /usr/lib/libXdmcp.so.6.0.0
    4a7e4000-4a8e2000 r-xp 00000000 08:06 9815343 /usr/lib/libX11.so.6.2.0
    4a8e2000-4a8e6000 rwxp 000fe000 08:06 9815343 /usr/lib/libX11.so.6.2.0
    4a8e8000-4a8f7000 r-xp 00000000 08:06 9815348 /usr/lib/libXext.so.6.4.0
    4a8f7000-4a8f8000 rwxp 0000e000 08:06 9815348 /usr/lib/libXext.so.6.4.0
    4a91d000-4a928000 r-xp 00000000 08:01 493149 /lib/libgcc_s-4.1.1-20061011.so.1
    4a928000-4a929000 rwxp 0000a000 08:01 493149 /lib/libgcc_s-4.1.1-20061011.so.1
    4aaf4000-4aafc000 r-xp 00000000 08:06 9815344 /usr/lib/libXrender.so.1.3.0
    4aafc000-4aafd000 rwxp 00007000 08:06 9815344 /usr/lib/libXrender.so.1.3.0
    4aaff000-4ab03000 r-xp 00000000 08:06 9815352 /usr/lib/libXfixes.so.3.1.0
    4ab03000-4ab04000 rwxp 00003000 08:06 9815352 /usr/lib/libXfixes.so.3.1.0
    4ab2f000-4ab38000 r-xp 00000000 08:06 9815353 /usr/lib/libXcursor.so.1.0.2
    4ab38000-4ab39000 rwxp 00008000 08:06 9815353 /usr/lib/libXcursor.so.1.0.2
    4ab3b000-4ab52000 r-xp 00000000 08:06 9815357 /usr/lib/libICE.so.6.3.0
    4ab52000-4ab53000 rwxp 00016000 08:06 9815357 /usr/lib/libICE.so.6.3.0
    4ab57000-4ab5f000 r-xp 00000000 08:06 9813468 /usr/lib/libSM.so.6.0.0
    4ab5f000-4ab60000 rwxp 00007000 08:06 9813468 /usr/lib/libSM.so.6.0.0
    4ac2c000-4ac3e000 r-xp 00000000 08:01 493154 /lib/libnsl-2.5.so
    4ac3e000-4ac3f000 r-xp 00012000 08:01 493154 /lib/libnsl-2.5.so
    4ac3f000-4ac40000 rwxp 00013000 08:01 493154 /lib/libnsl-2.5.so
    4ad29000-4ad7d000 r-xp 00000000 08:06 9815284 /usr/lib/libXt.so.6.0.0
    4ad7d000-4ad81000 rwxp 00054000 08:06 9815284 /usr/lib/libXt.so.6.0.0
    4bf57000-4bf5c000 r-xp 00000000 08:06 9813824 /usr/lib/libXtst.so.6.1.0
    4bf5c000-4bf5d000 rwxp 00004000 08:06 9813824 /usr/lib/libXtst.so.6.1.0
    a161b000-a1621000 r-xp 00000000 08:06 883543 /usr/local/oracle/db10g/jdk/jre/lib/i386/libnio.so
    a1621000-a1622000 rwxp 00005000 08:06 883543 /usr/local/oracle/db10g/jdk/jre/lib/i386/libnio.so
    a1622000-a1658000 rwxs 00000000 00:08 786446 /SYSV00000000 (deleted)
    a175a000-a1814000 r-xp 00000000 08:06 883527 /usr/local/oracle/db10g/jdk/jre/lib/i386/libfontmanager.so
    a1814000-a182f000 rwxp 000b9000 08:06 883527 /usr/local/oracle/db10g/jdk/jre/lib/i386/libfontmanager.so
    a1830000-a1837000 r-xp 00000000 08:06 9813462 /usr/lib/libXp.so.6.2.0
    a1837000-a1838000 rwxp 00006000 08:06 9813462 /usr/lib/libXp.so.6.2.0
    a183e000-a1845000 r-xp 00000000 08:06 599545 /usr/local/oracle/db10g/oui/lib/linux/liboraInstaller.so
    a1845000-a1846000 rwxp 00006000 08:06 599545 /usr/local/oracle/db10g/oui/lib/linux/liboraInstaller.so
    a1846000-a184d000 r-xs 00000000 08:06 9876851 /usr/lib/gconv/gconv-modules.cache
    a184d000-a18a0000 r-xp 00000000 08:06 883540 /usr/local/oracle/db10g/jdk/jre/lib/i386/libmlib_image.so
    a18a0000-a18a1000 rwxp 00052000 08:06 883540 /usr/local/oracle/db10g/jdk/jre/lib/i386/libmlib_image.so
    a18a1000-a1b72000 r-xp 00000000 08:06 883523 /usr/local/oracle/db10g/jdk/jre/lib/i386/libawt.so
    a1b72000-a1b88000 rwxp 002d0000 08:06 883523 /usr/local/oracle/db10g/jdk/jre/lib/i386/libawt.so
    a1d6e000-a1d7e000 r-xp 00000000 08:06 883542 /usr/local/oracle/db10g/jdk/jre/lib/i386/libnet.so
    a1d7e000-a1d7f000 rwxp 0000f000 08:06 883542 /usr/local/oracle/db10g/jdk/jre/lib/i386/libnet.so
    a1d7f000-a1d8c000 r-xp 00000000 08:06 596076 /usr/local/oracle/db10g/lib/libldapjclnt10.so
    a1d8c000-a1d8e000 rwxp 0000c000 08:06 596076 /usr/local/oracle/db10g/lib/libldapjclnt10.so
    a1d8e000-a1f6a000 r-xp 00000000 08:06 599456 /usr/local/oracle/db10g/lib/libnnz10.so
    a1f6a000-a1f90000 rwxp 001dc000 08:06 599456 /usr/local/oracle/db10g/lib/libnnz10.so
    a1f92000-a2cc3000 r-xp 00000000 08:06 598954 /usr/local/oracle/db10g/lib/libclntsh.so.10.1
    a2cc3000-a2d24000 rwxp 00d31000 08:06 598954 /usr/local/oracle/db10g/lib/libclntsh.so.10.1
    a2d38000-a2d4d000 r-xp 00000000 08:06 599256 /usr/local/oracle/db10g/lib/libnjni10.so
    a2d4d000-a2d51000 rwxp 00014000 08:06 599256 /usr/local/oracle/db10g/lib/libnjni10.so
    a2d51000-a2ef4000 r-xp 00000000 08:06 598619 /usr/local/oracle/db10g/lib/libimf.so
    a2ef4000-a2ef6000 rwxp 001a2000 08:06 598619 /usr/local/oracle/db10g/lib/libimf.so
    a2ef6000-a2f35000 r-xs 00000000 08:06 589501 /usr/local/oracle/db10g/inventory/prereqs/oui/OraPrereqChecks.jar
    a2f35000-a2f6d000 r-xs 00000000 08:06 599532 /usr/local/oracle/db10g/oui/jlib/OraPrereq.jar
    a2f6d000-a2f79000 r-xs 00000000 08:06 598522 /usr/local/oracle/db10g/oc4j/j2ee/home/db_oc4j_deploy.jar
    a2f79000-a2fac000 r-xs 00000000 08:06 598335 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/crimson.jar
    a2fac000-a338e000 r-xs 00000000 08:06 598514 /usr/local/oracle/db10g/oc4j/sqlj/lib/translator.jar
    a338e000-a3403000 r-xs 00000000 08:06 598513 /usr/local/oracle/db10g/oc4j/sqlj/lib/runtime12ee.jar
    a3403000-a340f000 r-xs 00000000 08:06 598503 /usr/local/oracle/db10g/oc4j/jlib/jssl-1_1.jar
    a340f000-a3448000 r-xs 00000000 08:06 598356 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/http_client.jar
    a3448000-a34c6000 r-xs 00000000 08:06 598498 /usr/local/oracle/db10g/oc4j/javacache/lib/cache.jar
    a34c6000-a352e000 r-xs 00000000 08:06 598357 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jem.jar
    a352e000-a35e3000 r-xs 00000000 08:06 598510 /usr/local/oracle/db10g/oc4j/rdbms/jlib/aqapi.jar
    a35e3000-a3607000 r-xs 00000000 08:06 598517 /usr/local/oracle/db10g/oc4j/webservices/lib/wsdl.jar
    a3607000-a362f000 r-xs 00000000 08:06 598516 /usr/local/oracle/db10g/oc4j/webservices/lib/wsserver.jar
    a362f000-a37c0000 r-xs 00000000 08:06 598501 /usr/local/oracle/db10g/oc4j/jdbc/lib/nls_charset12.jar
    a37c0000-a3947000 r-xs 00000000 08:06 598500 /usr/local/oracle/db10g/oc4j/jdbc/lib/classes12dms.jar
    a3947000-a39e3000 r-xs 00000000 08:06 598317 /usr/local/oracle/db10g/oc4j/j2ee/home/jazncore.jar
    a39e3000-a3a26000 r-xs 00000000 08:06 598318 /usr/local/oracle/db10g/oc4j/j2ee/home/jazn.jar
    a3a26000-a3a40000 r-xs 00000000 08:06 598337 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jaas.jar
    a3a40000-a3a47000 r-xs 00000000 08:06 598338 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jaxp.jar
    a3a47000-a3af0000 r-xs 00000000 08:06 598505 /usr/local/oracle/db10g/oc4j/lib/xmlparserv2.jar
    a3af0000-a3b35000 r-xs 00000000 08:06 598349 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/mail.jar
    a3b35000-a3b41000 r-xs 00000000 08:06 598331 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/activation.jar
    a3b41000-a3b44000 r-xs 00000000 08:06 598339 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jcert.jar
    a3b44000-a3b46000 r-xs 00000000 08:06 598346 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jnet.jar
    a3b46000-a3bc4000 r-xs 00000000 08:06 598347 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jsse.jar
    a3bc4000-a3bd3000 r-xs 00000000 08:06 598334 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/cos.jar
    a3bd3000-a3c51000 r-xs 00000000 08:06 598332 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/bcel.jar
    a3c51000-a3c56000 r-xs 00000000 08:06 598333 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/connector.jar
    a3c56000-a3cc4000 r-xs 00000000 08:06 598504 /usr/local/oracle/db10g/oc4j/lib/dms.jar
    a3cc4000-a3ccc000 r-xs 00000000 08:06 598352 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/javax88.jar
    a3ccc000-a3cd0000 r-xs 00000000 08:06 598351 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/javax77.jar
    a3cd0000-a3d27000 r-xs 00000000 08:06 598343 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jmxri.jar
    a3d27000-a3d2a000 r-xs 00000000 08:06 598348 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jta.jar
    a3d2a000-a3d31000 r-xs 00000000 08:06 598341 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jms.jar
    a3d31000-a3d3b000 r-xs 00000000 08:06 598324 /usr/local/oracle/db10g/oc4j/j2ee/home/iiop_gen_bin.jar
    a3d3b000-a3e76000 r-xs 00000000 08:06 598325 /usr/local/oracle/db10g/oc4j/j2ee/home/iiop.jar
    a3e76000-a3e78000 r-xs 00000000 08:06 598340 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jdbc.jar
    a3e78000-a3e91000 r-xs 00000000 08:06 598345 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/jndi.jar
    a3e91000-a3f35000 r-xs 00000000 08:06 598353 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/ojsp.jar
    a3f35000-a3f43000 r-xs 00000000 08:06 598350 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/servlet.jar
    a3f43000-a3f47000 r-xs 00000000 08:06 598336 /usr/local/oracle/db10g/oc4j/j2ee/home/lib/ejb.jar
    a3f47000-a44c9000 r-xs 00000000 08:06 598330 /usr/local/oracle/db10g/oc4j/j2ee/home/oc4j.jar
    a44c9000-a4866000 r-xs 00000000 08:06 599555 /usr/local/oracle/db10g/oui/jlib/OraInstaller.jar
    a4866000-a5423000 r-xs 00000000 08:06 598681 /usr/local/oracle/db10g/sysman/jlib/emCORE.jar
    a5423000-a5440000 r-xs 00000000 08:06 593960 /usr/local/oracle/db10g/jlib/ldap.jar
    a5440000-a5586000 r-xs 00000000 08:06 593848 /usr/local/oracle/db10g/jlib/emConfigInstall.jar
    a5586000-a55d9000 r-xs 00000000 08:06 593849 /usr/local/oracle/db10g/jlib/emca.jar
    a55d9000-a5dc3000 r-xs 00000000 08:06 595944 /usr/local/oracle/db10g/jlib/oemlt-10_1_0.jar
    a5dc3000-a5dd5000 r-xs 00000000 08:06 594200 /usr/local/oracle/db10g/jlib/srvmasm.jar
    a5dd5000-a5de3000 r-xs 00000000 08:06 594201 /usr/local/oracle/db10g/jlib/srvmhas.jar
    a5de3000-a5eaa000 r-xs 00000000 08:06 594199 /usr/local/oracle/db10g/jlib/srvm.jar
    a5eaa000-a6032000 r-xs 00000000 08:06 596110 /usr/local/oracle/db10g/jdbc/lib/classes12.zip
    a6032000-a607f000 r-xs 00000000 08:06 598998 /usr/local/oracle/db10g/jlib/opm.jar
    a607f000-a6127000 r-xs 00000000 08:06 594289 /usr/local/oracle/db10g/owm/jlib/owm-3_0.jar
    a6127000-a616c000 r-xs 00000000 08:06 593941 /usr/local/oracle/db10g/ldap/oidadmin/dasnls.jar
    a616c000-a6178000 r-xs 00000000 08:06 594297 /usr/local/oracle/db10g/jlib/jssl-1_1.jar
    a6178000-a6210000 r-xs 00000000 08:06 595952 /usr/local/oracle/db10g/jlib/ldapjclnt10.jar
    a6210000-a6264000 r-xs 00000000 08:06 599252 /usr/local/oracle/db10g/jlib/ojpse.jar
    a6264000-a627f000 r-xs 00000000 08:06 594291 /usr/local/oracle/db10g/jlib/oraclepki103.jar
    a627f000-a6285000 r-xs 00000000 08:06 599248 /usr/local/oracle/db10g/jlib/ojmisc.jar
    a6285000-a62ce000 r-xs 00000000 08:06 599299 /usr/local/oracle/db10g/jlib/netcfg.jar
    a62ce000-a62e2000 r-xs 00000000 08:06 595312 /usr/local/oracle/db10g/jlib/orai18n-tools.jar
    a62e2000-a6449000 r-xs 00000000 08:06 595305 /usr/local/oracle/db10g/jlib/orai18n-lcsd.jar
    a6449000-a645f000 r-xs 00000000 08:06 595311 /usr/local/oracle/db10g/jlib/orai18n-servlet.jar
    a645f000-a646b000 r-xs 00000000 08:06 595310 /usr/local/oracle/db10g/jlib/orai18n-net.jar
    a646b000-a65bf000 r-xs 00000000 08:06 595309 /usr/local/oracle/db10g/jlib/orai18n-translation.jar
    a65bf000-a66bf000 r-xs 00000000 08:06 595304 /usr/local/oracle/db10g/jlib/orai18n-collation.jar
    a66bf000-a671f000 r-xs 00000000 08:06 595307 /usr/local/oracle/db10g/jlib/orai18n-utility.jar
    a671f000-a6732000 r-xs 00000000 08:06 595306 /usr/local/oracle/db10g/jlib/orai18n-mapping.jar
    a6732000-a68c3000 r-xs 00000000 08:06 595308 /usr/local/oracle/db10g/jlib/orai18n.jar
    a68c3000-a69eb000 r-xs 00000000 08:06 598705 /usr/local/oracle/db10g/lib/xmlparserv2.jar
    a69eb000-a69f9000 r-xs 00000000 08:06 596123 /usr/local/oracle/db10g/jlib/kodiak.jar
    a69f9000-a6a80000 r-xs 00000000 08:06 593853 /usr/local/oracle/db10g/jlib/oracle_ice5.jar
    a6a80000-a6c27000 r-xs 00000000 08:06 599096 /usr/local/oracle/db10g/jlib/jewt4.jar
    a6c27000-a6c8c000 r-xs 00000000 08:06 598688 /usr/local/oracle/db10g/jlib/help4.jar
    a6c8c000-a6c9a000 r-xs 00000000 08:06 599458 /usr/local/oracle/db10g/jlib/share.jar
    a6c9a000-a6ca8000 r-xs 00000000 08:06 593852 /usr/local/oracle/db10g/jlib/ewtcompat-3_3_15.jar
    a6ca8000-a6f2d000 r-xs 00000000 08:06 599099 /usr/local/oracle/db10g/jlib/ewt3.jar
    a6f2d000-a7028000 r-xs 00000000 08:06 593843 /usr/local/oracle/db10g/assistants/jlib/assistantsCommon.jar
    a7028000-a71b5000 r-xs 00000000 08:06 592248 /usr/local/oracle/db10g/assistants/dbca/jlib/dbca.jar
    a71b5000-a7271000 r-xs 00000000 08:06 600243 /usr/local/oracle/db10g/jdk/jre/lib/ext/localedata.jar
    a7271000-a7274000 r-xs 00000000 08:06 600241 /usr/local/oracle/db10g/jdk/jre/lib/ext/dnsns.jar
    a7274000-a7281000 r-xs 00000000 08:06 600242 /usr/local/oracle/db10g/jdk/jre/lib/ext/ldapsec.jar
    a7281000-a7284000 r-xs 00000000 08:06 600152 /usr/local/oracle/db10g/jdk/jre/lib/ext/smtp.jar
    a7284000-a72c9000 r-xs 00000000 08:06 600150 /usr/local/oracle/db10g/jdk/jre/lib/ext/mail.jar
    a72c9000-a72e5000 r-xs 00000000 08:06 600244 /usr/local/oracle/db10g/jdk/jre/lib/ext/sunjce_provider.jar
    a72e5000-a730b000 r-xs 00000000 08:06 600151 /usr/local/oracle/db10g/jdk/jre/lib/ext/mailapi.jar
    a750f000-a770f000 r-xp 00000000 08:06 9813461 /usr/lib/locale/locale-archive
    b3951000-b395f000 r-xs 00000000 08:06 600153 /usr/local/oracle/db10g/jdk/jre/lib/ext/activation.jar
    b5a07000-b5fa7000 r-xs 00000000 08:06 600193 /usr/local/oracle/db10g/jdk/jre/lib/charsets.jar
    b5fa7000-b5fb8000 r-xs 00000000 08:06 600231 /usr/local/oracle/db10g/jdk/jre/lib/jce.jar
    b5fb8000-b6095000 r-xs 00000000 08:06 600232 /usr/local/oracle/db10g/jdk/jre/lib/jsse.jar
    b6095000-b60ab000 r-xs 00000000 08:06 600240 /usr/local/oracle/db10g/jdk/jre/lib/sunrsasign.jar
    b60f5000-b7aa0000 r-xs 00000000 08:06 600239 /usr/local/oracle/db10g/jdk/jre/lib/rt.jar
    b7aa0000-b7ab4000 r-xp 00000000 08:06 883546 /usr/local/oracle/db10g/jdk/jre/lib/i386/libzip.so
    b7ab4000-b7ab7000 rwxp 00013000 08:06 883546 /usr/local/oracle/db10g/jdk/jre/lib/i386/libzip.so
    b7ab7000-b7ad7000 r-xp 00000000 08:06 883531 /usr/local/oracle/db10g/jdk/jre/lib/i386/libjava.so
    b7ad7000-b7ad9000 rwxp 0001f000 08:06 883531 /usr/local/oracle/db10g/jdk/jre/lib/i386/libjava.so
    b7ad9000-b7ae2000 r-xp 00000000 08:01 491561 /lib/libnss_files-2.5.so
    b7ae2000-b7ae3000 r-xp 00008000 08:01 491561 /lib/libnss_files-2.5.so
    b7ae3000-b7ae4000 rwxp 00009000 08:01 491561 /lib/libnss_files-2.5.so
    b7ae7000-b7af7000 r-xp 00000000 08:06 883545 /usr/local/oracle/db10g/jdk/jre/lib/i386/libverify.so
    b7af7000-b7af9000 rwxp 0000f000 08:06 883545 /usr/local/oracle/db10g/jdk/jre/lib/i386/libverify.so
    b7af9000-b7eff000 r-xp 00000000 08:06 883554 /usr/local/oracle/db10g/jdk/jre/lib/i386/client/libjvm.so
    b7eff000-b7f1a000 rwxp 00405000 08:06 883554 /usr/local/oracle/db10g/jdk/jre/lib/i386/client/libjvm.so
    b7f31000-b7f33000 r-xp 00000000 08:06 593842 /usr/local/oracle/db10g/lib/libOsUtils.so
    b7f33000-b7f34000 rwxp 00001000 08:06 593842 /usr/local/oracle/db10g/lib/libOsUtils.so
    b7f34000-b7f37000 r-xs 00000000 08:06 600149 /usr/local/oracle/db10g/jdk/jre/lib/ext/jta.jar
    b7f37000-b7f3b000 rwxs 00000000 08:01 458852 /tmp/hsperfdata_ora/2961
    b7f3b000-b7f43000 r-xp 00000000 08:06 883556 /usr/local/oracle/db10g/jdk/jre/lib/i386/native_threads/libhpi.so
    b7f43000-b7f44000 rwxp 00007000 08:06 883556 /usr/local/oracle/db10g/jdk/jre/lib/i386/native_threads/libhpi.so
    b7f45000-b7f46000 r-xp b7f45000 00:00 0 [vdso]
    bfbf0000-bfc06000 rwxp bfbf0000 00:00 0 [stack]
    Heap at VM Abort:
    Heap
    def new generation total 832K, used 640K [0xa7950000, 0xa7a30000, 0xa8320000)
    eden space 768K, 75% used [0xa7950000, 0xa79e02c0, 0xa7a10000)
    from space 64K, 99% used [0xa7a10000, 0xa7a1fff8, 0xa7a20000)
    to space 64K, 0% used [0xa7a20000, 0xa7a20000, 0xa7a30000)
    tenured generation total 10388K, used 7952K [0xa8320000, 0xa8d45000, 0xaf950000)
    the space 10388K, 76% used [0xa8320000, 0xa8ae4240, 0xa8ae4400, 0xa8d45000)
    compacting perm gen total 18176K, used 18137K [0xaf950000, 0xb0b10000, 0xb3950000)
    the space 18176K, 99% used [0xaf950000, 0xb0b066a0, 0xb0b06800, 0xb0b10000)
    Local Time = Fri Apr 6 09:24:01 2007
    Elapsed Time = 326
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid2961.log.
    # Please refer to the file for further information.
    bin/dbca: line 158: 2961 Aborted $JRE_DIR/bin/java -Dsun.java2d.font.DisableAlgorithmicStyles=true -DORACLE_HOME=$OH -DDISPLAY=$DISPLAY -DJDBC_PROTOCOL=thin -mx128m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
    Thanks!

  • ORA-03106: fatal two-task communication protocol error

    Hello everyone,
    we have a problem with one of our table.
    the problem occurs when i execute
    SQL> select * from t;
    select * from t
    ERROR at line 1:
    ORA-03106: fatal two-task communication protocol error
    but i can access the data by giving the column names for the whole table.
    also there is nothing wrong with the other tables in the schema.
    many thanx in advance

    first of all thanx in advance
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Productio
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> select comp_id, version, status from dba_registry;
    COMP_ID VERSION STATUS
    CATALOG 10.2.0.1.0 VALID
    CATPROC 10.2.0.1.0 VALID
    OWM 10.2.0.1.0 VALID
    JAVAVM 10.2.0.1.0 VALID
    XML 10.2.0.1.0 VALID
    CATJAVA 10.2.0.1.0 VALID
    EXF 10.2.0.1.0 VALID
    ODM 10.2.0.1.0 VALID
    CONTEXT 10.2.0.1.0 VALID
    XDB 10.2.0.1.0 VALID
    RUL 10.2.0.1.0 VALID
    COMP_ID VERSION STATUS
    ORDIM 10.2.0.1.0 VALID
    APS 10.2.0.1.0 VALID
    XOQ 10.2.0.1.0 VALID
    AMD 10.2.0.1.0 VALID
    SDO 10.2.0.1.0 VALID
    EM 10.2.0.1.0 VALID
    but i cannot understand why..
    as far as i know, nothing changed. but maybe the other admins:)
    as i said i can query all colums in table t without using a *,
    also i can use * when i include rowid in the query
    select m.*,rowid from t m;
    i am very confused now:S

  • Error when I try to run HTTP Server

    Hi there,
    I am trying to start HTTP server so that I may setup and use WorkFlow (Process Flows). I am using OWB 9.2 and Workflow 2.6.2 on Windows XP. Here is what I get when I start the HTTP Server:
    -------------------- in a DOS Window ----------------
    Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf:
    FastCgiServer: redefinition of a previously defined FastCGI server "c:/oracle/ora92/bin/isqlplus"
    Note the errors or messages above, and press <ESC> key to exit. ...
    I tried reinstalling HTTP server but it did not help. I am not sure what is wrong and hot fix it. I think without HTTP server, I may not be able to run my "Process Flows".
    Please advise!
    TIA,
    Muhammad Amer

    Thanks Igor!
    I understand that in order to run Process Flows from within OWB, I do not need HTTP server. But I want to be able to schedule the "Process Flows" and some of the documentation I have read suggests that I need to configure and run HTTP Server. I am not quite sure if OEM fits into this process, too?
    Could you kindly let me know if I'd need to schedule the jobs through OWM or OWF Manager is enough?
    Also, whether we can run non-OWB jobs using OWF - for example, a PL/SQL Package and/or a Unix script? If the answer is yes, what is required to accomplish this? My organization does not have a job-scheduling tool and I want to find out if OWF can do this for us.
    Thank you once again and I look to hearing from you soon.
    Best regards,
    Amer

  • Problem fixing compile error in wm generated procedure

    Dear OWM Wizards,
    I have made an error in an update trigger during a BeginDDL and CommitDDL session:
    exec dbms_wm.BeginDDL('TABLE1');
    exec dbms_wm.BeginDDL('TABLE2');
    create or replace trigger table1_ut
    before update
    on table1_lts
    for each row
    begin
    update table2_lts
    set ....
    end;
    exec dbms_wm.CommitDDL('TABLE2');
    exec dbms_wm.CommitDDL('TABLE1');
    Note the _lts* in the update above.
    The last command succeed with complie errors, but left the table in CDDL state.
    Using the information Unable to run BeginDDL on a version enabled table on OWM 9.2.0.8, I was able to bring the table back into "VERSIONED" state (using ignore_last_error => true in CommitDDL).
    Now I have a wm$table1_ut procedure referencing a non-existing table2_lts and am unable to start a ddl session on TABLE1:
    $ exec dbms_wm.BeginDDL('TABLE1');
    ERROR:
    ORA-24344: Erfolg mit Kompilierungsfehler
    ORA-06512: in "SYS.OWM_DDL_PKG", Zeile 3200
    ORA-06512: in "SYS.LT", Zeile 11857
    ORA-06512: in Zeile 1
    $ select * from all_wm_vt_errors;
    Es wurden keine Zeilen ausgewählt
    TABLE1_LTS is not created. And recompiling the procedure does not work, with ORA-20037 attempt to modify a WM generated procedure
    What can I do?
    Any help appreciated,
    Jens
    Edited by: user535318 on Aug 14, 2009 5:37 AM

    Hi,
    You could have called dbms_wm.beginDDL on TABLE2 prior to executing it on TABLE1. This would have recreated the TABLE2_LTS table, allowing the trigger to be successfully created. You would then be able to redefine the trigger.
    Regards,
    Ben

  • Unexpected error. server getting restarted

    Hi All,
    i am using oracle app server which supports JEE 1.3. When i deploy my application and run for few minutes itself my server getting restarted and i am getting the following error in my log.
    Unexpected Signal : 11 occurred at PC=0x55A38B2D
    Function=(null)+0x55A38B2D
    Library=/u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/server/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 08:12 227272                             /u01/app/oracle/product/10gr2as/jdk/bin/java
    08056000-08059000 rwxp 0000d000 08:12 227272                             /u01/app/oracle/product/10gr2as/jdk/bin/java
    55555000-5556b000 r-xp 00000000 08:12 24979                              /lib/ld-2.3.3.so
    5556b000-5556c000 rwxp 00016000 08:12 24979                              /lib/ld-2.3.3.so
    5558b000-55598000 r-xp 00000000 08:12 25006                              /lib/tls/libpthread.so.0
    55598000-55599000 rwxp 0000d000 08:12 25006                              /lib/tls/libpthread.so.0
    5559b000-5559d000 r-xp 00000000 08:12 24988                              /lib/libdl.so.2
    5559d000-5559e000 rwxp 00001000 08:12 24988                              /lib/libdl.so.2
    5559e000-556ad000 r-xp 00000000 08:12 25004                              /lib/tls/libc.so.6
    556ad000-556b6000 rwxp 0010f000 08:12 25004                              /lib/tls/libc.so.6
    556ba000-55c6c000 r-xp 00000000 08:12 226685                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/server/libjvm.so
    55c6c000-55cc6000 rwxp 005b1000 08:12 226685                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/server/libjvm.so
    55cd9000-55ce1000 r-xp 00000000 08:12 226683                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/native_threads/libhpi.so
    55ce1000-55ce2000 rwxp 00007000 08:12 226683                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/native_threads/libhpi.so
    55ce2000-55ce6000 rwxs 00000000 08:12 545492                             /tmp/hsperfdata_oracle/8936
    55cf7000-55d08000 r-xp 00000000 08:12 24991                              /lib/libnsl.so.1
    55d08000-55d09000 rwxp 00011000 08:12 24991                              /lib/libnsl.so.1
    55d0b000-55d2c000 r-xp 00000000 08:12 25005                              /lib/tls/libm.so.6
    55d2c000-55d2d000 rwxp 00021000 08:12 25005                              /lib/tls/libm.so.6
    55d2d000-55d3d000 r-xp 00000000 08:12 226555                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/libverify.so
    55d3d000-55d3f000 rwxp 0000f000 08:12 226555                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/libverify.so
    55d3f000-55d5f000 r-xp 00000000 08:12 226560                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/libjava.so
    55d5f000-55d61000 rwxp 0001f000 08:12 226560                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/libjava.so
    55d61000-55d75000 r-xp 00000000 08:12 226602                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/libzip.so
    55d75000-55d78000 rwxp 00013000 08:12 226602                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/libzip.so
    55d78000-5771f000 r-xs 00000000 08:12 226530                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/rt.jar
    57769000-5777f000 r-xs 00000000 08:12 225949                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/sunrsasign.jar
    5777f000-5785c000 r-xs 00000000 08:12 226531                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/jsse.jar
    5785c000-5786d000 r-xs 00000000 08:12 225956                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/jce.jar
    5786d000-57dc6000 r-xs 00000000 08:12 226542                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/charsets.jar
    59e6e000-59e6f000 r-xs 00000000 08:12 535927                             /u01/app/oracle/product/10gr2as/j2ee/home/default-web-app/WEB-INF/lib/looptags.jar
    62072000-620a5000 r-xp 00000000 08:12 160900                             /usr/lib/locale/en_GB.utf8/LC_CTYPE
    620a5000-620ab000 r-xs 00000000 08:12 30507                              /usr/lib/gconv/gconv-modules.cache
    62831000-62841000 r-xp 00000000 08:12 226642                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/libnet.so
    62841000-62842000 rwxp 0000f000 08:12 226642                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/i386/libnet.so
    628c3000-628d7000 r-xp 00000000 08:12 529121                             /u01/app/oracle/product/10gr2as/lib/libocijdbc10.so
    628d7000-628d8000 rwxp 00013000 08:12 529121                             /u01/app/oracle/product/10gr2as/lib/libocijdbc10.so
    62f87000-62f8a000 r-xs 00000000 08:12 226693                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/dnsns.jar
    62f8a000-62f8d000 r-xs 00000000 08:12 225161                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/jta.jar
    62f8d000-62f9b000 r-xs 00000000 08:12 225184                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/activation.jar
    62f9b000-62fc1000 r-xs 00000000 08:12 225163                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/mailapi.jar
    62fc1000-62fc2000 r-xs 00000000 08:12 537913                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/sslqueries.jar
    62fc2000-63007000 r-xs 00000000 08:12 225162                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/mail.jar
    63007000-6300d000 r-xs 00000000 08:12 537927                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/ojmisc.jar
    6300d000-63029000 r-xs 00000000 08:12 226692                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/sunjce_provider.jar
    63029000-63036000 r-xs 00000000 08:12 226694                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/ldapsec.jar
    63036000-63039000 r-xs 00000000 08:12 225183                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/smtp.jar
    63039000-630f5000 r-xs 00000000 08:12 226695                             /u01/app/oracle/product/10gr2as/jdk/jre/lib/ext/localedata.jar
    630f5000-6367c000 r-xs 00000000 08:12 535970                             /u01/app/oracle/product/10gr2as/j2ee/home/oc4j.jar
    6367c000-63680000 r-xs 00000000 08:12 535949                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/ejb.jar
    63680000-6368e000 r-xs 00000000 08:12 535968                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/servlet.jar
    6368e000-63736000 r-xs 00000000 08:12 535967                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/ojsp.jar
    63736000-6374f000 r-xs 00000000 08:12 535962                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jndi.jar
    6374f000-63751000 r-xs 00000000 08:12 535956                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jdbc.jar
    63751000-6388c000 r-xs 00000000 08:12 535929                             /u01/app/oracle/product/10gr2as/j2ee/home/iiop.jar
    6388c000-63896000 r-xs 00000000 08:12 535930                             /u01/app/oracle/product/10gr2as/j2ee/home/iiop_gen_bin.jar
    63896000-6389d000 r-xs 00000000 08:12 535958                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jms.jar
    6389d000-638a0000 r-xs 00000000 08:12 535965                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jta.jar
    638a0000-638f7000 r-xs 00000000 08:12 535960                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jmxri.jar
    638f7000-638fb000 r-xs 00000000 08:12 535952                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/javax77.jar
    638fb000-63903000 r-xs 00000000 08:12 535953                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/javax88.jar
    63903000-6390d000 r-xs 00000000 08:12 532533                             /u01/app/oracle/product/10gr2as/opmn/lib/ons.jar
    6390d000-63917000 r-xs 00000000 08:12 532962                             /u01/app/oracle/product/10gr2as/opmn/lib/optic.jar
    63917000-6399b000 r-xs 00000000 08:12 532625                             /u01/app/oracle/product/10gr2as/lib/dms.jar
    6399b000-639dd000 r-xs 00000000 08:12 532630                             /u01/app/oracle/product/10gr2as/diagnostics/lib/ojdl.jar
    639dd000-639f9000 r-xs 00000000 08:12 533529                             /u01/app/oracle/product/10gr2as/jlib/oraclepki.jar
    639f9000-63a4d000 r-xs 00000000 08:12 533232                             /u01/app/oracle/product/10gr2as/jlib/ojpse.jar
    63a4d000-63ae8000 r-xs 00000000 08:12 532648                             /u01/app/oracle/product/10gr2as/jlib/ldapjclnt10.jar
    63ae8000-63b30000 r-xs 00000000 08:12 533454                             /u01/app/oracle/product/10gr2as/jlib/netcfg.jar
    63b30000-63b3c000 r-xs 00000000 08:12 534279                             /u01/app/oracle/product/10gr2as/jlib/jssl-1_1.jar
    63b3c000-63b41000 r-xs 00000000 08:12 534278                             /u01/app/oracle/product/10gr2as/jlib/javax-ssl-1_1.jar
    63b41000-64020000 r-xs 00000000 08:12 531800                             /u01/app/oracle/product/10gr2as/jlib/orai18n.jar
    64020000-640cb000 r-xs 00000000 08:12 533528                             /u01/app/oracle/product/10gr2as/owm/jlib/owm-3_0.jar
    640cb000-640d0000 r-xs 00000000 08:12 535946                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/connector.jar
    640d0000-6414e000 r-xs 00000000 08:12 535945                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/bcel.jar
    6414e000-6415d000 r-xs 00000000 08:12 535947                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/cos.jar
    6415d000-641db000 r-xs 00000000 08:12 535964                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jsse.jar
    641db000-641dd000 r-xs 00000000 08:12 535963                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jnet.jar
    641dd000-641e0000 r-xs 00000000 08:12 535955                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jcert.jar
    641e0000-641ec000 r-xs 00000000 08:12 535944                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/activation.jar
    641ec000-64231000 r-xs 00000000 08:12 535966                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/mail.jar
    64231000-64336000 r-xs 00000000 08:12 534100                             /u01/app/oracle/product/10gr2as/javavm/lib/jasper.zip
    64336000-64411000 r-xs 00000000 08:12 531419                             /u01/app/oracle/product/10gr2as/lib/xmlparserv2.jar
    64411000-64418000 r-xs 00000000 08:12 535954                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jaxp.jar
    64418000-64432000 r-xs 00000000 08:12 535951                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jaas.jar
    64432000-64475000 r-xs 00000000 08:12 535932                             /u01/app/oracle/product/10gr2as/j2ee/home/jazn.jar
    64600000-646a4000 r-xs 00000000 08:12 535938                             /u01/app/oracle/product/10gr2as/j2ee/home/jazncore.jar
    646a4000-646c0000 r-xs 00000000 08:12 538122                             /u01/app/oracle/product/10gr2as/jlib/infratool.jar
    646c0000-64761000 r-xs 00000000 08:12 531394                             /u01/app/oracle/product/10gr2as/jlib/srvm.jar
    64761000-64767000 r-xs 00000000 08:12 533230                             /u01/app/oracle/product/10gr2as/jlib/ojmisc.jar
    64767000-64779000 r-xs 00000000 08:12 532611                             /u01/app/oracle/product/10gr2as/jlib/repository.jar
    64779000-648da000 r-xs 00000000 08:12 529241                             /u01/app/oracle/product/10gr2as/jdbc/lib/classes12dms.jar
    648da000-64db9000 r-xs 00000000 08:12 529242                             /u01/app/oracle/product/10gr2as/jdbc/lib/nls_charset12.jar
    64db9000-64f19000 r-xs 00000000 08:12 529240                             /u01/app/oracle/product/10gr2as/jdbc/lib/classes12.jar
    64f19000-64f62000 r-xs 00000000 08:12 535124                             /u01/app/oracle/product/10gr2as/soap/lib/soap.jar
    64f62000-64f8b000 r-xs 00000000 08:12 532543                             /u01/app/oracle/product/10gr2as/webservices/lib/wsserver.jar
    64f8b000-64faf000 r-xs 00000000 08:12 532549                             /u01/app/oracle/product/10gr2as/webservices/lib/wsdl.jar
    64faf000-65079000 r-xs 00000000 08:12 534241                             /u01/app/oracle/product/10gr2as/rdbms/jlib/aqapi.jar
    65079000-650e1000 r-xs 00000000 08:12 535957                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/jem.jar
    650e1000-65175000 r-xs 00000000 08:12 534228                             /u01/app/oracle/product/10gr2as/javacache/lib/cache.jar
    65175000-65194000 r-xs 00000000 08:12 531418                             /u01/app/oracle/product/10gr2as/lib/xschema.jar
    65194000-651ce000 r-xs 00000000 08:12 535950                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/http_client.jar
    651ce000-65243000 r-xs 00000000 08:12 532446                             /u01/app/oracle/product/10gr2as/sqlj/lib/runtime12ee.jar
    65243000-65629000 r-xs 00000000 08:12 532447                             /u01/app/oracle/product/10gr2as/sqlj/lib/translator.jar
    65629000-6565c000 r-xs 00000000 08:12 535948                             /u01/app/oracle/product/10gr2as/j2ee/home/lib/crimson.jar
    6565c000-65665000 r-xs 00000000 08:12 533233                             /u01/app/oracle/product/10gr2as/jlib/ojpcs.jar
    65665000-65699000 r-xs 00000000 08:12 533234                             /u01/app/oracle/product/10gr2as/jlib/ojpcp.jar
    65699000-656b2000 r-xs 00000000 08:12 533235                             /u01/app/oracle/product/10gr2as/jlib/ojpcms.jar
    659c1000-659c6000 r-xs 00000000 08:12 535088                             /u01/app/oracle/product/10gr2as/BC4J/lib/adfmtl.jar
    659df000-659e7000 r-xp 00000000 08:12 24994                              /lib/libnss_files.so.2
    659e7000-659e8000 rwxp 00008000 08:12 24994                              /lib/libnss_files.so.2
    65b9b000-65dee000 r-xs 00000000 08:12 535083                             /u01/app/oracle/product/10gr2as/BC4J/lib/bc4jmt.jar
    65dee000-65df4000 r-xs 00000000 08:12 535089                             /u01/app/oracle/product/10gr2as/BC4J/lib/adfmweb.jar
    65df4000-65e34000 r-xs 00000000 08:12 535077                             /u01/app/oracle/product/10gr2as/BC4J/lib/collections.jar
    65e34000-65e46000 r-xs 00000000 08:12 535085                             /u01/app/oracle/product/10gr2as/BC4J/lib/bc4jmtejb.jar
    65e46000-65e5c000 r-xs 00000000 08:12 535078                             /u01/app/oracle/product/10gr2as/BC4J/lib/bc4jdomorcl.jar
    65e5c000-65e63000 r-xs 00000000 08:12 535086                             /u01/app/oracle/product/10gr2as/BC4J/lib/bc4jctejb.jar
    65e63000-65e7e000 r-xs 00000000 08:12 535082                             /u01/app/oracle/product/10gr2as/BC4J/lib/bc4jimdomains.jar
    66000000-66155000 r-xs 00000000 08:12 535087                             /u01/app/oracle/product/10gr2as/BC4J/lib/adfm.jar
    66155000-662b3000 r-xs 00000000 08:12 535084                             /u01/app/oracle/product/10gr2as/BC4J/lib/bc4jct.jar
    662b3000-662c9000 r-xs 00000000 08:12 529159                             /u01/app/oracle/product/10gr2as/ord/jlib/ordim.jar
    662c9000-662de000 r-xs 00000000 08:12 529160                             /u01/app/oracle/product/10gr2as/ord/jlib/ordhttp.jar
    662de000-662f5000 r-xs 00000000 08:12 535075                             /u01/app/oracle/product/10gr2as/jlib/jdev-cm.jar
    662f5000-66458000 r-xs 00000000 08:12 532548                             /u01/app/oracle/product/10gr2as/lib/dsv2.jar
    66458000-66488000 r-xs 00000000 08:12 532437                             /u01/app/oracle/product/10gr2as/lib/xsu12.jar
    66488000-664f9000 r-xs 00000000 08:12 535941                             /u01/app/oracle/product/10gr2as/j2ee/home/jsp/lib/taglib/ojsputil.jar
    664f9000-66559000 r-xs 00000000 08:12 535940                             /u01/app/oracle/product/10gr2as/j2ee/home/jsp/lib/taglib/jaxen.jar
    66559000-665b4000 r-xs 00000000 08:12 535942                             /u01/app/oracle/product/10gr2as/j2ee/home/jsp/lib/taglib/standard.jar
    665b4000-665ce000 r-xs 00000000 08:12 531528                             /u01/app/oracle/product/10gr2as/j2ee/home/jsp/lib/taglib/ordjsptag.jar
    665ce000-665d4000 r-xs 00000000 08:12 533257                             /u01/app/oracle/product/10gr2as/uix/taglib/uix2tags.jar
    665d4000-665ff000 r-xs 00000000 08:12 532460                             /u01/app/oracle/product/10gr2as/lib/oraclexsql.jar
    665ff000-66600000 r-xs 00000000 08:12 532464                             /u01/app/oracle/product/10gr2as/lib/xsqlserializers.jar
    6665f000-66663000 r-xp 00000000 08:12 24993                              /lib/libnss_dns.so.2
    66663000-66664000 rwxp 00003000 08:12 24993                              /lib/libnss_dns.so.2
    66664000-66673000 r-xp 00000000 08:12 25000                              /lib/libresolv.so.2
    66673000-66674000 rwxp 0000f000 08:12 25000                              /lib/libresolv.so.2
    66676000-666b2000 r-xs 00000000 08:12 617410                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/struts-taglib-1.3.5.jar
    66800000-66a95000 r-xs 00000000 08:12 617406                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/spring.jar
    66a95000-66a9f000 r-xs 00000000 08:12 617409                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/struts-extras-1.3.5.jar
    66a9f000-66abd000 r-xs 00000000 08:12 617411                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/struts-tiles-1.3.5.jar
    66abd000-66ad3000 r-xs 00000000 08:12 617400                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/commons-chain-1.1.jar
    66ad3000-66c5a000 r-xs 00000000 08:12 617398                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/classes12.jar
    66c5a000-66c64000 r-xs 00000000 08:12 617402                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/commons-logging-1.0.4.jar
    66c64000-66c6a000 r-xs 00000000 08:12 617404                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/jstl.jar
    66c6a000-66c94000 r-xs 00000000 08:12 617401                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/commons-digester-1.6.jar
    66c94000-66cb2000 r-xs 00000000 08:12 617403                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/commons-validator-1.3.0.jar
    66cb2000-66cc2000 r-xs 00000000 08:12 617405                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/oro-2.0.8.jar
    66cc2000-66d23000 r-xs 00000000 08:12 617407                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/standard.jar
    66d23000-66d71000 r-xs 00000000 08:12 617408                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/struts-core-1.3.5.jar
    66d71000-66d72000 r-xs 00000000 08:12 617412                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/trimflt.jar
    66d72000-66da1000 r-xs 00000000 08:12 617399                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/commons-beanutils-1.7.0.jar
    66da1000-66df9000 r-xs 00000000 08:12 617397                             /u01/app/oracle/product/10gr2as/j2ee/CMI/applications/cmi/cmi/WEB-INF/lib/antlr-2.7.2.jar
    67b00000-6858c000 r-xp 00000000 08:12 538268                             /u01/app/oracle/product/10gr2as/lib/libclntsh.so.10.1
    6858c000-68692000 rwxp 00a8c000 08:12 538268                             /u01/app/oracle/product/10gr2as/lib/libclntsh.so.10.1
    686a7000-68816000 r-xp 00000000 08:12 531253                             /u01/app/oracle/product/10gr2as/lib/libnnz10.so
    68816000-6883a000 rwxp 0016e000 08:12 531253                             /u01/app/oracle/product/10gr2as/lib/libnnz10.so
    Heap at VM Abort:
    Heap
    def new generation   total 1728K, used 1599K [0x59e70000, 0x5a040000, 0x5a580000)
      eden space 1600K,  99% used [0x59e70000, 0x59fffff8, 0x5a000000)
      from space 128K,   0% used [0x5a000000, 0x5a000000, 0x5a020000)
      to   space 128K,   0% used [0x5a020000, 0x5a020000, 0x5a040000)
    tenured generation   total 13208K, used 6900K [0x5a580000, 0x5b266000, 0x5de70000)
       the space 13208K,  52% used [0x5a580000, 0x5ac3d018, 0x5ac3d200, 0x5b266000)
    compacting perm gen  total 16640K, used 16417K [0x5de70000, 0x5eeb0000, 0x61e70000)
       the space 16640K,  98% used [0x5de70000, 0x5ee786e0, 0x5ee78800, 0x5eeb0000)
    Local Time = Fri May  9 06:57:59 2008
    Elapsed Time = 885
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_06-b03 mixed mode)
    #even though i explicitly set -Xms512m -Xmx512m -Xmn250m. still i am getting container restarted even for a single user. Please help me if you have any suggestions.
    Regards,
    A.

    Surendrajain,
    kindly send event viewer as well as alert<sid>.log file
    It seems this issue is OS related & alert log file wont help here as it gives all DB related error messages.
    Thanks
    Sushil
    Edited by: Sushil Suryawanshi on Jun 10, 2009 1:15 AM

  • Lsnrctl start/stop "message not found" errors

    When I installed 10g I selected a global database name of 'orcl.clearbean.com' and a sid of 'dev1'. Below are my environment variables, tnsnames.ora file and listener.ora file. I can connect and use the database, but I am getting errors messages when I do a lsnrctl stop/start. I am running Oracle and Apache together on a server running Fedora Core 4 (linux). Any help would be greatly appreciated.
    Supporting information:
    [oracle@emerson ~]$ env | grep ORA
    ORACLE_SID=dev1
    ORACLE_BASE=/u01/app/oracle
    ORACLE_TERM=xterm
    ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1
    [oracle@emerson ~]$ cat $ORACLE_HOME/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.1.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = emerson.clearbean.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.clearbean.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    [oracle@emerson ~]$ cat $ORACLE_HOME/network/admin/listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = emerson.clearbean.com)(PORT = 1521))
    [oracle@emerson ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 07-OCT-2005 01:19:22
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Message 1053 not found; No message file for product=network, facility=TNSTNS-12541: Message 12541 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00511: Message 511 not found; No message file for product=network, facility=TNS
    Linux Error: 2: No such file or directory
    Message 1053 not found; No message file for product=network, facility=TNSTNS-12541: Message 12541 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00511: Message 511 not found; No message file for product=network, facility=TNS
    Linux Error: 111: Connection refused
    [oracle@emerson ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 07-OCT-2005 01:19:30
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Message 1070 not found; No message file for product=network, facility=TNSTNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Message 459 not found; No message file for product=network, facility=NL
    Message 279 not found; No message file for product=network, facility=NL
    Message 1073 not found; No message file for product=network, facility=TNSMessage 1073 not found; No message file for product=network, facility=TNS
    Message 1053 not found; No message file for product=network, facility=TNSMessage 1020 not found; No message file for product=network, facility=TNSMessage 1021 not found; No message file for product=network, facility=TNSMessage 1022 not found; No message file for product=network, facility=TNSMessage 1023 not found; No message file for product=network, facility=TNSMessage 1026 not found; No message file for product=network, facility=TNSMessage 1034 not found; No message file for product=network, facility=TNSMessage 1024 not found; No message file for product=network, facility=TNSMessage 1025 not found; No message file for product=network, facility=TNSMessage 1040 not found; No message file for product=network, facility=TNSMessage 1033 not found; No message file for product=network, facility=TNSMessage 1028 not found; No message file for product=network, facility=TNSMessage 1415 not found; No message file for product=network, facility=TNS Message 1050 not found; No message file for product=network, facility=TNS
    Message 1050 not found; No message file for product=network, facility=TNS
    Message 1029 not found; No message file for product=network, facility=TNSMessage 1411 not found; No message file for product=network, facility=TNS
    Message 1408 not found; No message file for product=network, facility=TNS
    Message 1052 not found; No message file for product=network, facility=TNS[oracle@emerson ~]$

    Thx for the feedback; however after defining TNS_ADMIN and turning of the firewall I am still getting the message errors. Any other suggestions?
    [oracle@emerson ~]$ ls $ORACLE_HOME
    admin emerson.clearbean.com_dev1 ldap oraInst.loc sqlj
    assistants flash_recovery_area lib ord sqlplus
    bin has md oui srvm
    cdata hs mesg owm sysman
    cfgtoollogs install mgw perl uix
    config install.platform network plsql ultrasearch
    css inventory nls precomp wwg
    ctx javavm oc4j racg xdk
    dbs jdbc olap rdbms
    demo jdk OPatch relnotes
    diagnostics jlib opmn root.sh
    dm jre oracore slax
    [oracle@emerson ~]$ ls $TNS_ADMIN
    listener.ora samples sqlnet.ora tnsnames.ora.orig
    listener.ora.orig shrept.lst tnsnames.ora
    [oracle@emerson ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 07-OCT-2005 22:43:44
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Message 1053 not found; No message file for product=network, facility=TNSMessage 1052 not found; No message file for product=network, facility=TNS[oracle@emerson ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 07-OCT-2005 22:43:51
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Message 1070 not found; No message file for product=network, facility=TNSTNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Message 459 not found; No message file for product=network, facility=NL
    Message 279 not found; No message file for product=network, facility=NL
    Message 1073 not found; No message file for product=network, facility=TNSMessage 1073 not found; No message file for product=network, facility=TNS
    Message 1053 not found; No message file for product=network, facility=TNSMessage 1020 not found; No message file for product=network, facility=TNSMessage 1021 not found; No message file for product=network, facility=TNSMessage 1022 not found; No message file for product=network, facility=TNSMessage 1023 not found; No message file for product=network, facility=TNSMessage 1026 not found; No message file for product=network, facility=TNSMessage 1034 not found; No message file for product=network, facility=TNSMessage 1024 not found; No message file for product=network, facility=TNSMessage 1025 not found; No message file for product=network, facility=TNSMessage 1040 not found; No message file for product=network, facility=TNSMessage 1033 not found; No message file for product=network, facility=TNSMessage 1028 not found; No message file for product=network, facility=TNSMessage 1415 not found; No message file for product=network, facility=TNS Message 1050 not found; No message file for product=network, facility=TNS
    Message 1050 not found; No message file for product=network, facility=TNS
    Message 1029 not found; No message file for product=network, facility=TNSMessage 1411 not found; No message file for product=network, facility=TNS
    Message 1408 not found; No message file for product=network, facility=TNS
    Message 1052 not found; No message file for product=network, facility=TNS[oracle@emerson ~]$

  • Netbeans IDE6.0--deployment error

    i am getting an error while running a web application using sun java system application server.it is as below:"Starting Sun Java System Application Server 9.1 (build b41d-beta2) ...
    A conflict occured on port 8080 . Server is shutting down."
    Other messages i am getting are:
    D:\ebooks\ebooks\nbproject\build-impl.xml:500: Deployment error:
    <nbdeploy debugmode="false" clientUrlPart="${client.urlPart}" forceRedeploy="${forceRedeploy}"/>-----this is 500 line from build_impl.xml file.
    other messages are:
    Starting Sun-Java-System/Application-Server.
    Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080
    Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181
    Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848 Self Management Rules service is enabled
    i have IIS server other than this and i am using oracle 10g as database, how should i know which server is taking which port??
    please help me asap......

    Thanks for you suggestion sir, i tried netstat and it is listening for port 8080, now how should i stop that service or program using it coz as far as i know i did not install tomcat which generally uses dat port ans sun application server is using 4248 port as i see it in netbeans, so how should i know which program is using dat port ans stop it. i used "telnet 8080" command and it says "Connecting To 8080...Could not open connection to the host, on port 23: Connect failed".
    i searched for server.xml file on my system and found abt 3 copies of them , they could be some temporary files or of my previous installations of tomcat and they are using port 8080 but i am not able to modify this file and the files are as follows:
    C:\Documents and Settings\Administrator\Local Settings\Temp\Temporary Directory 3 for tomcat.zip\tomcat\conf\server.xml
    C:\Documents and Settings\Administrator\Local Settings\Temp\Temporary Directory 7 for jakarta-tomcat-5.0.14.zip\jakarta-tomcat-5.0.14\conf\server.xml
    But i am using apache- tomcat s/w
    D:\apache-tomcat-6.0.10\conf\server.xml and this is not using port 8080 as i see in server.xml, but right now i did not add this server in netbeans and i am only trying to run with sun java application server and it is giving me deployment error.
    i even tried running my application with apache-tomcat alone by adding it as server in netbeans but it is also giving error saying "Access to Tomcat server has not been authorized. Set the correct username and password with the "manager" role in the Tomcat customizer in the Server Manager.
    See the server log for details."
    i tried setting the username as "ide" and password as "ideide", my owm, but it didnt work, how do i set them?
    please help me asap

Maybe you are looking for

  • ISE 1.2.1 Installation fails

    Hi, I have a ISE POC that I need to get running for a customer, but the installation seems to fails everytime. This runs on a VMWare environment. The install goes through but after final reboot and system restart none of the services is starting up.

  • How can I remove all non alpha/space characters from a string

    Subject changed by moderator.  Please use a meaningful subject in future. Hi all, Can anyone tell me. how to get only alphabets & spaces from the string.. suppose.. raj*&{]afhajk ajkf_+#fkh jah jka7767jk hhha I need only rajafhajk ajkf fkh jah jkajk

  • Windows Vista Home, Visual Studio 2008 sp1, Oracle 11g  Error Access

    Hi: Im new in occi for visual studio, im try to do some with occi, i dowloaded and installed vc9 libs and inc and instant client basic and sdk, but i can connect, can you help me? this is my history First-chance exception at 0x52902721 (GEOM.arx) in

  • Not able to add URL

    Hi all, i am not able to add URL of my website to my profile ........Please help [link removed]

  • Need help with Extract in CS2

    extract is not working on cs2 for me.  I can only extract if I use the force foreground and then its just washed out