/u01/app/oracle/jre/1.1.8/JRE

Where should this link point to right now, mine points to itself. When I launch via ./JRE, I get error:
To many levels of symbolic links. I think this is becasue JRE links to JRE which links to JRE which...you get the picture.
Anyway, I am wondering where this is supposed to link to. I suppose I could just link it to:
/u01/app/oracle/jre/1.1.8/bin/jre
or should this point to the JRE external to oracle in /usr/local/java/bin/jre?
Interesting, why the need for 2 jre's on one system. Could be confusing if they were different versions.
Keehan
By the way, the links at: http://www.thomasfly.com/Oranux/ http://jordan.fortwayne.com/oracle/817.html
led to a flawlesss install of 8.1.7 on RH 7.1. Thanks to the maintainers of those sites for great info. Oracle should pay you to document their products.
Keehan

Hi,
I have the same problem when I installing Oracle Ebusiness suite 11.5.9 with Oracle RDBMS 9.2.0.3 on Solaries 10 with JDK 1.3.1_15

Similar Messages

  • Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'

    I am in middle of Oracle 10.2.0.3 pachest installation and getting this error:
    Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'
    I shutdown database and listenter prior to start of upgarde.
    Any idea? OS AIX 5.2

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • Errors in file /u01/app/oracle/admin/bdump/orcl_lgwr_413700.tr

    why i have this error?
    Errors in file /u01/app/oracle/admin/bdump/orcl_lgwr_413700.trc:
    ORA-00321: log 1 of thread 1, cannot update log file header
    ORA-00312: online log 1 thread 1: 'oradata/redo01a.log'
    give solution?

    would you please paste the result here for the following query
    SQL> select a.group#,a.thread#,a.sequence#,a.members,a.status,b.member
      2    from v$log a,v$logfile b
      3   where a.group# = b.group#
      4  /Khurram

  • LRM-00109:could not open parameter file '/u01/app/oracle/product/10.2.0/db

    hi
    i have manually created a database called ora.i have done all the relative tasks.i can open the database by startup nomount pfile.but when i try to create spfile from pfile, it is showing an error that it is already created.when i give the startup command the
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initora.ora'
    above error occurs.acutally my pfile is in another location and it is trying to open it from another loc.ihave added the line
    export ORACLE_SID=ora in bashrc file.Already there is one database called orcl and it is also been added to the
    bashrc file.
    Pz solve it for me.

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Cant not run root.sh u01/app/oracle/product/10.2.0/crs/install/rootinstall:

    Hello,
    Production machine hardware was failed which caused to reinstall the clusterware after following deinstall steps of metalink doc., but facing problems like "error invoking ntcontab.o" and error in invoking target nnfgt.o and error in invoking target client_sharedlib"
    these errors are raising at reinstall time of clusterware, if I am ignoring installation is going on but finally its showing only root.sh and not not showing the message to execute root102.sh, and even if I am trying to execute root.sh then below is the permission error
    /u01/app/oracle/product/10.2.0/crs/root.sh: line 2: /u01/app/oracle/product/10.2.0/crs/install/rootinstall: Permission denied
    even after that I changed the file permission its further stuck at error can not open libcltsh.so.10.1 file size is too short.
    Does any one have any ides about it, I have raised SR at severity 1 as it is production server but no Reply yet.
    Regards,
    Farrukh Salman,

    Hello,
    Thanks to reply, I have installed RAC 10g R2last month have to redo it coz of SAN connectivity driver failure and cross checked all the required RPMs again its all ok mean time I got a reply by metalink support as under
    As per bug
    Bug 4113186
    Looking at script /oracle/CRSHome/bin/ocrconfig, looks the installer didn't
    create the script properly as ORA_CRS_HOME is left null as below:
    ORA_CRS_HOME=
    ORACLE_HOME=/oracle/CRSHome
    Hence changing ORA_CRS_HOME to point to /oracle/CRSHome resolves this.
    Can you please help me out to understand these lines.
    Regards,

  • ORA-00202: control file: '/u01/app/oracle/product/11.2.0.2/db_1/dbs/snapcf_

    RMAN> register database;
    database registered in recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-00206: error in writing (block 29824, # blocks 64) of control file
    ORA-00202: control file: '/u01/app/oracle/product/11.2.0.2/db_1/dbs/snapcf_bibp1.f'
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 29824
    Additional information: 200704
    I have created catalog server and want to configure on both node.its RAC env. bibp1 and bibp2
    when am trying to register the database when give me above error.

    In 11.2.0.2, the Snapshot Control file must be on a Clustered File System or ASM. It cannot be on a local filesystem.
    See Oracle Support Notes
    RMAN Snapshot Controlfile Must Reside on Shared Device for RAC database in 11G [ID 1263621.1]
    In RAC environment from 11.2 onwards Backup Or Snapshot controlfile needs to be in shared location [ID 1472171.1]
    You need to :
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO <shared_location_file>;Hemant K Chitale

  • Java.lang.UnsatisfiedLinkError: /u01/app/oracle/mw_ofrdev01/Oracle_FRHome1/oui/lib/aix/liboraInstaller.so

    we are using 64bit IBM AIX machine with 7.1 os with java 64 bit version,
    while applying a patch on oracle forms and reports 11gR2, we come across of a error that opatch will not work with 64bit java, so we found this doc 1512163.1 and followed the same,
    but now while executing the below commands,
    ./opatch -lsniventory
    and ./opatch apply, we are gettting the below error,
    java.lang.UnsatisfiedLinkError: /u01/app/oracle/mw_ofrdev01/Oracle_FRHome1/oui/lib/aix/liboraInstaller.so ( 0509-022 Cannot load module /u01/app/oracle/mw_ofrdev01/Oracle_FRHome1/oui/lib/aix/liboraInstaller.so.
    0509-026 System error: Cannot run a file that does not have a valid format.)
    at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1005)
    at java.lang.System.load(System.java:485)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.ssgetUidux(OiipgEnvironment.java:528)
    at oracle.sysman.oii.oiix.OiixEnvironmentOps.ssgetUidux(OiixEnvironmentOps.java:159)
    at oracle.opatch.OUIReplacer.isRootAccess(OUIReplacer.java:832)
    at oracle.opatch.OPatch.main(OPatch.java:518)
    Exception in thread "main" java.lang.UnsatisfiedLinkError: oraInstaller (Not found in java.library.path)
    at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1005)
    at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:969)
    at java.lang.System.loadLibrary(System.java:497)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
    at java.lang.J9VMInternals.initializeI

    can someone give your inputs here to resolve the issue?

  • ORACLE_BASE=/u01/app/oracle: is not an identifier

    Hi,
    I am trying to run a script basically I am trying to import my profile file,
    But I am getting an error like
    ORACLE_BASE=/u01/app/oracle: is not an identifier
    Could you please help me on the same

    Siva,
    version: 10.1.3.4
    Your inputs may be of high use for me as well.
    I have similar requirement. I have to execute the following sql query
    select sum(salary) from emp. When I run this query using ora:orcl:query-database, I got the same exception what you have got. So do you mean if i use an alias for this, it would solve my pbm?
    select sum(salary) sal from emp+
    rgds,
    sen

  • PRCI-1113 : Directory /u01/app/grid/product/11.2.0/gridhome does not exist

    Hi All,
    I have installed Clusterware 11gR2 on two node cluster Solaris 10 U9 SPARC.
    After that I run Oracle Database installer and clicked next.
    In Installation Options I checked ""Create and Configure Database".
    After that I got the error message:
    PRCI-1113: Directory /u01/app/grid/product/11.2.0/gridhome does not exist
    and OUI terminate.
    Information from logs:
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: inventory location is/u01/app/oraInventory
    INFO: Is CRS Installed true
    INFO: inventory location is/u01/app/oraInventory
    WARNING: Error while invoking SRVM..
    Refer associated stacktrace #oracle.install.driver.oui.SRVMInstallExceptionHandler:384
    SEVERE: [FATAL] PRCI-1113 : Directory /u01/app/grid/product/11.2.0/gridhome does not exist.
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:385
    [root@gt1000a /u01/app/oraInventory/logs]#
    Please help me resolve that issue.
    Regards,
    Daniel

    For clusterware I am using grid user and for Oracle database oracle user.
    Here is the output from env command:
    [root@gt1000a /export/home/11g]# env
    MANPATH=/usr/share/man:/opt/VRTS/man:/usr/dt/man:/usr/man:/usr/openwin/share/man
    DTSOURCEPROFILE=true
    TERM=xterm
    SHELL=/bin/bash
    SDT_NO_TOOLTALK=1
    GTK_RC_FILES=/etc/gtk/gtkrc://.gtkrc-1.2-gnome2
    WINDOWID=96471252
    OLDPWD=/tmp/deinstall2011-09-10_12-04-39-AM/logs
    DTHELPSEARCHPATH=//.dt/help/root-10.182.43.169-0/%H://.dt/help/root-10.182.43.169-0/%H.sdl://.dt/help/root-10.182.43.169-0/%H.hv://.dt/help/%H://.dt/help/%H.sdl://.dt/help/%H.hv:/usr/dt/appconfig/help/%L/%H:/usr/dt/appconfig/help/%L/%H.sdl:/usr/dt/appconfig/help/%L/%H.hv:/usr/dt/appconfig/help/C/%H:/usr/dt/appconfig/help/C/%H.sdl:/usr/dt/appconfig/help/C/%H.hv
    LC_ALL=ja_JP.PCK
    USER=root
    DTDEVROOT=
    XFORCE_INTERNET=True
    OPENWINHOME=/usr/openwin
    DTXSERVERLOCATION=remote
    XMBINDDIR=/usr/dt/lib/bindings
    GNOME_KEYRING_SOCKET=/var/tmp/keyring-I5BqD8/socket
    SESSION_MANAGER=local/gt1000a:/tmp/.ICE-unix/12267,inet6/gt1000a:32901,inet/gt1000a:32902
    SESSION_SVR=gt1000a
    HELPPATH=/usr/openwin/lib/locale:/usr/openwin/lib/help
    MAIL=/var/mail/root
    PATH=/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/opt/VRTS/bin:/opt/VRTSvxfs/sbin:/opt/VRTSdbed/bin:/opt/VRTSob/bin:/opt/VRTScps/bin:/opt/VRTSvcs/bin:/opt/VRTSodm/bin:/usr/lib/vxvm/bin:/usr/sfw/bin:/usr/ccs/bin
    LC_MESSAGES=ja_JP.PCK
    PWD=/export/home/11g
    START_SPECKEYSD=no
    EDITOR=/usr/dt/bin/dtpad
    DTAPPSEARCHPATH=//.dt/appmanager:/usr/dt/appconfig/appmanager/%L:/usr/dt/appconfig/appmanager/C
    LANG=ja_JP.PCK
    TZ=Japan
    SDT_NO_DTDBCACHE=1
    XFILESEARCHPATH=/usr/openwin/lib/locale/%L/%T/%N%S:/usr/openwin/lib/%T/%N%S
    PS1=[\u@\h \w]#
    SESSIONTYPE=altDt
    HOME=/
    SHLVL=2
    DTSCREENSAVERLIST=StartDtscreenSwarm StartDtscreenQix StartDtscreenFlame StartDtscreenHop StartDtscreenImage StartDtscreenLife StartDtscreenRotor StartDtscreenPyro StartDtscreenWorm StartDtscreenBlank
    GNOME_DESKTOP_SESSION_ID=Default
    G_FILENAME_ENCODING=@locale,UTF-8
    LOGNAME=root
    AB_CARDCATALOG=/usr/dt/share/answerbooks/ja_JP.PCK/ab_cardcatalog
    DTDATABASESEARCHPATH=//.dt/types,/usr/dt/appconfig/types/%L,/usr/dt/appconfig/types/C
    XMICONSEARCHPATH=//.dt/icons/%B%M.pm://.dt/icons/%B%M.bm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B
    DTUSERSESSION=root-10.182.43.169-0
    DISPLAY=10.182.43.169:0.0
    GTK_IM_MODULE=iiim
    XMICONBMSEARCHPATH=//.dt/icons/%B%M.bm://.dt/icons/%B%M.pm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B
    G_BROKEN_FILENAMES=yes
    dtstart_sessionlogfile=/dev/null
    COLORTERM=gnome-terminal
    _=/usr/bin/env
    [root@gt1000a /export/home/11g]#
    oracle user profile:
    [root@gt1000a /export/home/11g]# cat /export/home/oracle/.bash_profile
    export ORACLE_BASE=/u01/app/oracle
    export GRID_HOME=/u01/app/grid/product/11.2.0/gridhome
    export GRID_BASE=/u01/app/gridbase
    export CRS_HOME=/u01/app/grid/product/11.2.0/gridhome
    export CRS_BASE=/u01/app/gridbase
    export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    export ORACLE_SID=orcl
    export LANGUAGE_ID=JAPANESE_JAPAN.JA16SJIS
    export NLS_LANG=JAPANESE_JAPAN.JA16SJIS
    export LD_LIBRARY_PATH_64=$ORACLE_HOME/lib
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib32
    export CLASSPATH=:/JRE:/jlib:/rdbms/jlib:/network/jlib
    export PATH=$PATH:/u01/app/oracle/product/11.2.0/db_1/bin:/u01/app/grid/bin
    [root@gt1000a /export/home/11g]#
    Edited by: nagardd on Sep 15, 2011 8:07 AM

  • /u01/app is at 100%

    I believe this oracle db related. Can I please get help in clearing this directory?
    binaries 51351627 51350416 0 100% /u01/app
    archive 359202816 31265142 327936880 9% /u01/app/oracle/archive
    data 6011486208 5459529425 551882288 91% /u02/oradata/STATS
    log 410812416 5766129 405045953 2% /u02/oradata/log
    Thanks!

    ChrisM wrote:
    -rw-r----- 1 oracle oracle 36688101400 Feb 28 02:49 /u01/app/oracle/product/10.2.0/Db_1/admin/STATS/bdump/alert_STATS.log
    -rw-r--r-- 1 oracle oracle 2090555093 Feb 27 05:20 listener.log
    -rw-r--r-- 1 oracle oracle 2090555093 Feb 27 05:20 /u01/app/oracle/product/10.2.0/Db_1/network/log/listener.log
    Very large log files. Is it safe to simply delete these logs? I can back them up of course.
    I'm not sure of the current situation, but at one time there was a 2G limit on the listener log, aside from similar OS limits, which would have various effects. But as the others pointed out, your immediate issue was adump. You might want to see if there is something you can do about that, there are some OS specific issues that generate too many files.
    Various OS's have something like rotatelog that you can put in a cron, or it's simple enough to write your own. You just have to understand which logs are kept open, in particular you can get funny things happening by renaming or compressing the listener log while it is open.
    Personally, I like to compress and keep alert logs, it's rare but there are times you want to see things in there like modified init parameters at startup in the past. I haven't seen one as big as yours, is it full of error messages? Some messages can be suppressed, others you might want to deal with.

  • Cant Open Oracle Apps 11i Forms after installing latest JRE

    We are currently on Oracle Apps 11.5.10.2. I had to install latest JRE 1.6 Update23 to be able to work on BI Publisher Templates and now I can't open any of the Oracle Forms under eBusiness Suite. IE just crashes, doesnt show any message on JInitiator Console either. Same issue with Mozilla Firefox browser.
    FYI..I have a colleague who is able to work on both...BI Publisher Template Mgr and Oracle Fin Forms with latest JRE installed..So dont think its a server issue, its just my client setup. Any help is appreciated.
    Thx

    What is the difference between your client and your colleague client (in terms of client OS, browser, installed applications, ..etc)?
    Do you meet the requirements in (Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1])?
    Can you reproduce the issue with Firefox?
    Please see if these docs help.
    Internet Explorer Crashes When Forms Is Launched [ID 430359.1]
    MS IE Browser Crashes With 'Abnormal Program Termination or 'Register Failk' When Accessing Discoverer 10g From E-Business Suite 11i (forms) or Oracle Forms [ID 396773.1]
    INTERNET EXPLORER CRASHES WITH ORACLE APPS 11I AND MICROSOFT SILVERLIGHT ADD ON INSTALLED [ID 1077496.1]
    Internet Explorer Crash With Unexpected Signal EXCEPTION_ACCESS_VIOLATION [ID 435562.1]
    Thanks,
    Hussein

  • Oracle Grid root.sh is failing onFirstNode configuration failed at /u01/app/grid/11.2.0.4/crs/instal due to ora.oc4j start timeout

    We have a 4 node Rac, oracle root.sh is failing on the First Node. when I looked at the logs I found the oc4j is timeout to start on Node1 whereas it is able to start on all other nodes with in 2 mins. this is causing to fail root.sh. Can you please help me what is the issue.
    Oracle Rac Node 1 oc4j failed on Node1 due to timeout able to start on other node.
     oracle:]/u01/app/grid/11.2.0.4/bin > ./crsctl start res ora.oc4j -n node1
    CRS-2672: Attempting to start 'ora.oc4j' node1
    CRS-2674: Start of 'ora.oc4j' on 'node1' failed
    CRS-2679: Attempting to clean 'ora.oc4j' on node1
    CRS-2681: Clean of 'ora.oc4j' on 'node1' succeeded
    CRS-4000: Command Start failed, or completed with errors.  [oracle:]/u01/app/grid/11.2.0.4/bin > ./crsctl start res ora.oc4j -n node2
    CRS-2672: Attempting to start 'ora.oc4j' on 'node2'
    CRS-2676: Start of 'ora.oc4j' on 'node2' succeeded

    Please follow Metalink Note 1050908.1.
    This might help
    Cheers
    FJFranken

  • Security Exception in Oracle Forms when using with JRE.

    Hi,
    I am am getting an exception whenl I try to dispose a message box(FWindow) received as a popup from an Oracle form page(configured using JRE).
    When I hit over the OK/Cancel button to dispose off the messagebox,it is not I get the following error.
    Exception in thread "AWT-EventQueue-2" java.lang.SecurityException: this KeyboardFocusManager is not installed in the current thread's context
         at java.awt.KeyboardFocusManager.getGlobalFocusOwner(Unknown Source)
         at java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(Unknown Source)
         at sun.awt.windows.WComponentPeer.processSynchronousLightweightTransfer(Native Method)
         at sun.awt.windows.WComponentPeer.requestFocus(Unknown Source)
         at java.awt.Component.requestFocusHelper(Unknown Source)
         at java.awt.Component.requestFocusHelper(Unknown Source)
         at java.awt.Component.requestFocus(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.requestFocus(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processMousePressed(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         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.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mousePressed(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Proxy.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    I am able to dispose the messagebox, when I configure the oracle form with Jinitiator, the issue happens only with JRE.
    These are the configurations I use.
    10g Release2
    Windows XP Professional Version 2002, Service Pack 3
    IE version 6.0.2900.5512.xpsp_sp3_gdr.090804-1435
    JInit-JInitiator 1.3.1.22, Sun JRE- 1.6.0_17
    I am working on Developer suite.
    Privilege: Windows Administrator
    Kindly guide.
    Thanks & Regards
    Sunil

    Hi Sunil,
    Did you ever find a fix for this problem?
    I'm having exactly the same issue.
    I have an oracle form with a java bean that runs against J Initiator 1.3.1.28, and it works fine, with J Initiator. The java code was compiled against JDK 1.3.
    My form now uses the Sun JRE 1.6, update 16. I've recompiled the java code against JDK 1.6.
    And now when the java code sends an event to the form and I show an alert I get the same error you were getting:
    Exception in thread "AWT-EventQueue-2" java.lang.SecurityException: this KeyboardFocusManager is not installed in the current thread's context.
    I recompiled the java code against JDK 1.3, and ran it through the Sun JVM 1.6, and I still get the error.
    Any idea how to fix this?
    Regards,
    Chris.

  • /export/app/oracle/AS101202/bin/ocssd.bin

    Hi,
    am trying to put DB 10.1.0.5 patch on Oracle 10g 10.1.0.4.2 version installate from Oralc apps server 10g
    I have closed oracle db , listener, oracle app sever but i am getting following message following processes need to be shutdown before continuing
    oracle 10640     1   0 14:13:12 ?           0:00 /export/app/oracle/AS101202/bin/ocssd.bin
    oracle 10087 10084 0 13:45:44 ? 0:00 /usr/lib/ssh/sshd
    oracle 9260 9259 0 12:39:02 ? 0:51 /usr/lib/ssh/sftp-server
    oracle 8327 8324 0 11:27:12 ? 0:07 /usr/lib/ssh/sshd
    oracle 9259 9256 0 12:39:02 ? 9:37 /usr/lib/ssh/sshd
    oracle 10539 1 0 14:08:46 pts/2 0:32 /tmp/OraInstall2009-03-06_02-08-39PM/jre/1.4
    i tried kill -9 10640 but it does not get killed
    any suggestions
    kedar

    To have to stop the process, 'kill' doesn't help, it will be respawned immediately. I don't know your OS, normally (as root)
    /etc/init.d/init.cssd stop
    should work.
    Werner

Maybe you are looking for

  • Itunes won't display my library

    I just upgraded to Itunes 11, and have noticed a huge isue.  My library is now gone.  When I click the "Artists" page, it says I can Go to the iTunes store, or Scan for Music.  When I click Scan for music, it says it is adding files, which I know are

  • Problem printing in Zebra from hand held device

    Hello , I have a problem in a label print in Zebra  printer . I have uploaded the ZPL commands in the Smartform . and Iam able to print from my desktop using the SPAD option of ' Front end printing ' . But when I use the option 'L - Local printing us

  • Querying a Worksheet from PL/SQL Dynamic Page in Oracle Portal

    Is there a way to actually ask Discoverer to give me a list of values for a report property from outside Discoverer? In my case, I am trying to add reports to Oracle Portal via the Worksheet Portlet but I want to build a select list that contains val

  • Saving things in I pad

    I have an I pad min and a I6 phone that are shaved devices...I have a lot of things in my phone photo gallery, that I want  to transfer to my I pad, and remove them from my phone's photo gallery, but keep them on the I pad.... Is their a way to do th

  • Automate installation of AD Password sync connector

    Environment: OIM 9.1.0.2 and Connector 9.1.x pack. In production environment we have 150-200 domain controller. Is there any way to automate the installer. Either through registry , xml input rather than manually inputing all the values, etc. Thanks