Oracle 9i install crashes due to JRE failure

Hi there,
I am trying to install Oracle 9i on a Linux system of my own brew:
- Rock Linux 1.4.0
- Kernel 2.4.17
- GlibC 2.2.5
When I start the installation it barfs out with a SIGSEGV (see below). The problem is caused by the JRE that is unpacked into /tmp/OraInstall/jre. When I use this JRE to execute a simple HelloWorld Java program, it explodes at the same location...
Hmmm.....
An ltrace of the JRE shows that it has just executed a dlsym() and then runs into an error. All in all a mysterious case.....
++Jos.es
ltrace of the JRE:
strncmp("java/lang/ExceptionInInitializer"..., "sun/", 4) = -9
__strdup(0x0810f1c0, 0xbfffd8f0, 0xbfffd8f4, 0x40048539, 0x0810f1c0) = 0x0810f3e0
__strdup(0x0810f188, 0xbfffd900, 0xbfffd904, 0x40048547, 182) = 0x0810f3f8
__strdup(0x0810f1d0, 0xbfffd8d0, 0xbfffd8d4, 0x400653dc, 0x0810f1d0) = 0x0810f420
malloc(111) = 0x0810f440
memcpy(0x0810f444, "", 72) = 0x0810f444
dlsym(0xffffffff, "Java_java_lang_Throwable_fillInS"...) = NULL
dlsym(0x080d27b0, "Java_java_lang_Throwable_fillInS"...) = 0x4004ccd0
--- SIGSEGV (Segmentation fault) ---
SIGSEGV 11* segmentation violation
stackbase=0xbffff1cc, stackpointer=0xbffff094
See the runInstaller explode here:
jadzia:~$ /hyperspace/depot/Oracle/Disk1/runInstaller
jadzia:~$ Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please wait...
SIGSEGV 11* segmentation violation
stackbase=0xbffff1ac, stackpointer=0xbffff074
Full thread dump:
"Finalizer thread" (TID:0x4275b210, sys_thread_t:0x4d0ade0c, state:R) prio=1
"Async Garbage Collector" (TID:0x4275b258, sys_thread_t:0x4d08ce0c, state:R) prio=1
"Idle thread" (TID:0x4275b2a0, sys_thread_t:0x4d06be0c, state:R) prio=0
"Clock" (TID:0x4275b088, sys_thread_t:0x4d04ae0c, state:CW) prio=12
"main" (TID:0x4275b0b0, sys_thread_t:0x80cb0e0, state:R) prio=5 current thread
java.lang.System.initializeSystemClass(System.java)
Monitor Cache Dump:
Registered Monitor Dump:
Thread queue lock: <unowned>
Name and type hash table lock: <unowned>
String intern lock: <unowned>
JNI pinning lock: <unowned>
JNI global reference lock: <unowned>
BinClass lock: <unowned>
Class loading lock: <unowned>
Java stack lock: <unowned>
Code rewrite lock: <unowned>
Heap lock: <unowned>
Has finalization queue lock: <unowned>
Finalize me queue lock: <unowned>
Dynamic loading lock: <unowned>
Monitor IO lock: <unowned>
Child death monitor: <unowned>
Event monitor: <unowned>
I/O monitor: <unowned>
Alarm monitor: <unowned>
Waiting to be notified:
"Clock" (0x4d04ae0c)
Monitor registry: owner "main" (0x80cb0e0, 1 entry)
Thread Alarm Q:

Hi there,
I am trying to install Oracle 9i on a Linux system of my own brew:
- Rock Linux 1.4.0
- Kernel 2.4.17
- GlibC 2.2.5
When I start the installation it barfs out with a SIGSEGV (see below). The problem is caused by the JRE that is unpacked into /tmp/OraInstall/jre. When I use this JRE to execute a simple HelloWorld Java program, it explodes at the same location...
Hmmm.....Same symptoms with:
- Debian woody (glibc 2.2.4-7)
- Kernel 2.4.17
SIGSEV when starting runInstaller
/var/tmp/OraInstall/jre/bin/jre anyargument
gives same errors
Hmmmmmmmmmmm .... Yep i have the exact same problem with debian woody / some sid programs.
kernel 2.4.17
i am running devfs which may be a cause for it, as well as mem="nopentium" to fix the amd / agpgart bug.
i have yet to test it with these turned off.
i managed to get the installer running on a debian woody box with 2.4.14 but it didnt have enough ram/swap.
of course i just noticed that we are all running 2.4.17 so that could also be the problem.

Similar Messages

  • Oracle Application Server crashes due to Socket Write Error

    I am using Oracle Application Server 9.0.3. Simple JSP application is running on it. We are using the application server connection pooling functionality. Following errors are occuring on it frequently and it causes the application server crash.
    First application response gets slow and eventually application server gets lock and it wont respond and we have to restart the application server. Our application is in production mode and we need to solve this issue immediately.
    ----------------Error1---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:542)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)
    ------------Error2---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:557)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)

    I am using Oracle Application Server 9.0.3. Simple JSP application is running on it. We are using the application server connection pooling functionality. Following errors are occuring on it frequently and it causes the application server crash.
    First application response gets slow and eventually application server gets lock and it wont respond and we have to restart the application server. Our application is in production mode and we need to solve this issue immediately.
    ----------------Error1---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:542)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)
    ------------Error2---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:557)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)

  • Oracle DB offline after server reboot / hardware failure

    Hi,
    We have a server that crashed due to hardware failure and although brought back up OK Oracle DB's are no longer mounting. I am not a DBA but it looks bad to me and it seems there are no backups. Can anyone suggest a course of action? This is Oracle 11G XE running on Centos 6. I have put as much detail in as I can and could really do with some advice.
    [root@627963 trace]# sqlplus /nolog
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Sep 12 23:18:26 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    SQL> connect sys as sysdba;
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size                  2233344 bytes
    Variable Size             893389824 bytes
    Database Buffers          167772160 bytes
    Redo Buffers                5541888 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 10571
    Session ID: 62 Serial number: 3
    SQL> startup /nomount
    SP2-0714: invalid combination of STARTUP options
    SQL> startup nomount
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL>
    Alert_XE.log:
    Thu Sep 12 21:26:18 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =19
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production.
    Using parameter settings in server-side spfile /u01/app/oracle/product/11.2.0/xe/dbs/spfileXE.ora
    System parameters with non-default values:
      sessions                 = 180
      memory_target            = 1G
      control_files            = "/u01/app/oracle/oradata/XE/control.dbf"
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "/u01/app/oracle/fast_recovery_area"
      db_recovery_file_dest_size= 20G
      undo_management          = "AUTO"
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = "/u01/app/oracle/admin/XE/adump"
      db_name                  = "XE"
      open_cursors             = 300
      diagnostic_dest          = "/u01/app/oracle"
    Thu Sep 12 21:26:20 2013
    PMON started with pid=2, OS id=21388
    Thu Sep 12 21:26:20 2013
    "alert_XE.log" 342L, 17231C
    Thu Sep 12 21:26:20 2013
    PSP0 started with pid=3, OS id=21390
    Thu Sep 12 21:26:21 2013
    VKTM started with pid=4, OS id=21392
    VKTM running at (100ms) precision
    Thu Sep 12 21:26:21 2013
    GEN0 started with pid=5, OS id=21396
    Thu Sep 12 21:26:21 2013
    DIAG started with pid=6, OS id=21398
    Thu Sep 12 21:26:21 2013
    DBRM started with pid=7, OS id=21400
    Thu Sep 12 21:26:21 2013
    DIA0 started with pid=8, OS id=21402
    Thu Sep 12 21:26:21 2013
    MMAN started with pid=9, OS id=21404
    Thu Sep 12 21:26:21 2013
    DBW0 started with pid=10, OS id=21406
    Thu Sep 12 21:26:21 2013
    DBW1 started with pid=11, OS id=21408
    Thu Sep 12 21:26:21 2013
    DBW2 started with pid=12, OS id=21410
    Thu Sep 12 21:26:21 2013
    LGWR started with pid=13, OS id=21412
    Thu Sep 12 21:26:21 2013
    CKPT started with pid=14, OS id=21414
    Thu Sep 12 21:26:21 2013
    SMON started with pid=15, OS id=21416
    Thu Sep 12 21:26:21 2013
    RECO started with pid=16, OS id=21418
    Thu Sep 12 21:26:21 2013
    RECO started with pid=16, OS id=21418
    Thu Sep 12 21:26:21 2013
    MMON started with pid=17, OS id=21420
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Thu Sep 12 21:26:21 2013
    MMNL started with pid=18, OS id=21422
    starting up 4 shared server(s) ...
    ORACLE_BASE not set in environment. It is recommended
    that ORACLE_BASE be set in the environment
    Reusing ORACLE_BASE from an earlier startup = /u01/app/oracle
    Thu Sep 12 21:26:21 2013
    ALTER DATABASE   MOUNT
    Thu Sep 12 21:26:24 2013
    Sweep [inc][21794]: completed
    Sweep [inc][21793]: completed
    Sweep [inc2][21794]: completed
    Successful mount of redo thread 1, with mount id 2707110077
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE   MOUNT
    Thu Sep 12 21:26:25 2013
    ALTER DATABASE OPEN
    Beginning crash recovery of 1 threads
    Started redo scan
    Completed redo scan
    read 93 KB redo, 34 data blocks need recovery
    Started redo application at
    Thread 1: logseq 241, block 21190
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 241 Reading mem 0
      Mem# 0: /u01/app/oracle/fast_recovery_area/XE/onlinelog/o1_mf_1_8kxhwjco_.log
    Exception [type: SIGBUS, Non-existent physical address] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8, _wordcopy_bwd_dest_aligned()+280] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_ora_21440.trc  (incident=22593):
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8] [Non-existent physical address] []
    Incident details in: /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22593/XE_ora_21440_i22593.trc
    Use ADRCI or Support Workbench to package the incident.
    See Note 411.1 at My Oracle Support for error and packaging details.
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x7C7FD5E7FFEC] [PC:0x444FE70, kcbs_dump_adv_state()+946] [flags: 0x0, count: 2]
    Errors in file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_ora_21440.trc  (incident=22594):
    ORA-07445: exception encountered: core dump [kcbs_dump_adv_state()+946] [SIGSEGV] [ADDR:0x7C7FD5E7FFEC] [PC:0x444FE70] [Address not mapped to object] []
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8] [Non-existent physical address] []
    Incident details in: /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22594/XE_ora_21440_i22594.trc
    Use ADRCI or Support Workbench to package the incident.
    See Note 411.1 at My Oracle Support for error and packaging details.
    Dumping diagnostic data in directory=[cdmp_20130912212627], requested by (instance=1, osid=21440), summary=[incident=22593].
    Errors in file /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22593/XE_ora_21440_i22593.trc:
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kcbs_dump_adv_state()+946] [SIGSEGV] [ADDR:0x7C7FD5E7FFEC] [PC:0x444FE70] [Address not mapped to object] []
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8] [Non-existent physical address] []
    PMON (ospid: 21388): terminating the instance due to error 397
    System state dump requested by (instance=1, osid=21388 (PMON)), summary=[abnormal instance termination].
    System State dumped to trace file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_diag_21398.trc
    Dumping diagnostic data in directory=[cdmp_20130912212628], requested by (instance=1, osid=21388 (PMON)), summary=[abnormal instance termination].
    Instance terminated by PMON, pid = 21388
    Thu Sep 12 21:39:03 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =19
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production.
    Using parameter settings in server-side spfile /u01/app/oracle/product/11.2.0/xe/dbs/spfileXE.ora
    System parameters with non-default values:
      sessions                 = 180
      memory_target            = 1G
      control_files            = "/u01/app/oracle/oradata/XE/control.dbf"
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "/u01/app/oracle/fast_recovery_area"
      db_recovery_file_dest_size= 20G
      undo_management          = "AUTO"
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = "/u01/app/oracle/admin/XE/adump"
      db_name                  = "XE"
      open_cursors             = 300
      diagnostic_dest          = "/u01/app/oracle"
    Thu Sep 12 21:39:05 2013
    PMON started with pid=2, OS id=2483
    Thu Sep 12 21:39:05 2013
    PSP0 started with pid=3, OS id=2489
    Thu Sep 12 21:39:06 2013
    VKTM started with pid=4, OS id=2546
    VKTM running at (100ms) precision
    Thu Sep 12 21:39:06 2013
    GEN0 started with pid=5, OS id=2550
    Thu Sep 12 21:39:06 2013
    DIAG started with pid=6, OS id=2552
    Thu Sep 12 21:39:06 2013
    DBRM started with pid=7, OS id=2554
    Thu Sep 12 21:39:06 2013
    DIA0 started with pid=8, OS id=2556
    And the tracefile:
    Trace file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_ora_21440.trc
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe
    System name:    Linux
    Node name:      <blah>
    Release:        2.6.32-358.14.1.el6.x86_64
    Version:        #1 SMP Tue Jul 16 23:51:20 UTC 2013
    Machine:        x86_64
    Instance name: XE
    Redo thread mounted by this instance: 1
    Oracle process number: 24
    Unix process pid: 21440, image: <blah>(TNS V1-V3)
    *** 2013-09-12 21:26:25.858
    *** SESSION ID:(62.3) 2013-09-12 21:26:25.858
    *** CLIENT ID:() 2013-09-12 21:26:25.858
    *** SERVICE NAME:() 2013-09-12 21:26:25.858
    *** MODULE NAME:(<Blah> (TNS V1-V3)) 2013-09-12 21:26:25.858
    *** ACTION NAME:() 2013-09-12 21:26:25.858
    Thread 1 checkpoint: logseq 241, block 2, scn 8960531
      cache-low rba: logseq 241, block 21190
        on-disk rba: logseq 241, block 21377, scn 8979221
      start recovery at logseq 241, block 21190, scn 0
    *** 2013-09-12 21:26:25.869
    Started writing zeroblks thread 1 seq 241 blocks 21377-21384
    *** 2013-09-12 21:26:25.870
    Completed writing zeroblks thread 1 seq 241
    ==== Redo read statistics for thread 1 ====
    Total physical reads (from disk and memory): 4096Kb
    -- Redo read_disk statistics --
    Read rate (ASYNC): 93Kb in 0.01s => 9.13 Mb/sec
    Longest record: 2Kb, moves: 0/242 (0%)
    Change moves: 2/26 (7%), moved: 0Mb
    Longest LWN: 8Kb, moves: 0/57 (0%), moved: 0Mb
    Last redo scn: 0x0000.00890313 (8979219)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 262144
    Longest hash chain = 1
    Average hash chain = 34/34 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 377/542 = 0.7
    *** 2013-09-12 21:26:25.872
    KCRA: start recovery claims for 34 data blocks
    *** 2013-09-12 21:26:25.873
    KCRA: blocks processed = 34/34, claimed = 34, eliminated = 0
    *** 2013-09-12 21:26:25.874
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 241 Reading mem 0
    *** 2013-09-12 21:26:26.055
    Exception [type: SIGBUS, Non-existent physical address] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8, _wordcopy_bwd_dest_aligned()+280] [flags: 0x0, count: 1]
    Incident 22593 created, dump file: /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22593/XE_ora_21440_i22593.trc
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8] [Non-existent physical address] []
    Incident 22594 created, dump file: /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22594/XE_ora_21440_i22594.trc
    ORA-07445: exception encountered: core dump [kcbs_dump_adv_state()+946] [SIGSEGV] [ADDR:0x7C7FD5E7FFEC] [PC:0x444FE70] [Address not mapped to object] []
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF

    Hi Guys,
    I have copied a backup script below that it turns out has been running every night at midnight. Where does this go, how do I know if it has worked and how can I use it to restore?
    #!/bin/sh
    # The script assumes that user can connect using "/ as sysdba" and Flash
    # Recovery Area is enabled.
    # =================
    # Backup procedure
    # =================
    #    For database in NoArchiveLog mode, database is shutdown and an offline
    #    backup is done;
    #    For database in Archive log mode, online backup is done.
    #    During the backup procedure, the script stores flash recovery area
    #    location by saving complete initialization parameter to
    #    ?/dbs/spfile2init.ora file. This will be used during restore operation
    #    to find Flash Recovery Area location. If this file is lost, then user must
    #    enter Flash Recovery Area location during restore operation.
    #    Two backups are maintained in Flash Recovery Area and the corresponding
    #    log files for last two backup job are saved in
    #    $HOME/oxe_backup_current.log and $HOME/oxe_backup_previous.log
    user=`/usr/bin/whoami`
    group=`/usr/bin/groups $user | grep dba`
    if test -z "$group"; then
       if [ -f /usr/bin/zenity ]
       then
            /usr/bin/zenity --error --text="$user must be in the DBA OS group to backup the database."
       elif [ -f /usr/bin/kdialog ]
       then
            /usr/bin/kdialog --error "$user must be in the DBA OS group to backup the database."
       elif [ -f /usr/bin/xterm ]
       then
           echo "Operation failed. $user must be in the DBA OS group to backup the database."
           echo -n "Press any key to exit"
           read userinp
       fi
       exit 0
    fi
    export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
    export ORACLE_SID=XE
    export PATH=$ORACLE_HOME/bin:$PATH
    TMPDIR=/tmp
    rman_normlog=${TMPDIR}/rman_normlog$$.log
    #Fix a logfile for current, previous run and spfile2init.ora
    sqlplus /nolog > $rman_normlog << EOF
       connect / as sysdba;
       set echo off;
       set head off;
       set serveroutput on;
       set linesize 515;
       declare
          l1 varchar2(512);
       begin
          l1 := dbms_backup_restore.normalizeFilename('spfile2init.ora');
          dbms_output.put_line('-----------------');
          dbms_output.put_line(l1);
          dbms_output.put_line('-----------------');
       end;
    EOF
    rman_spfile2init=`grep "spfile2init.ora$" $rman_normlog`
    rm -f $rman_normlog
    rman_backup_current=$HOME/oxe_backup_current.log
    rman_backup_prev=$HOME/oxe_backup_previous.log
    #Choose a temporary log for this run
    rman_backup=${TMPDIR}/rman_backup$$.log
    echo XE Backup Log > $rman_backup
    #Check if flash recovery area is enabled
    rman_fra=${TMPDIR}/rman_fra$$.log
    sqlplus /nolog > $rman_fra << EOF
       connect / as sysdba;
       set head off;
       set echo off;
       set trimspool on;
       set linesize 512;
       select '$' || count(*) || '$' from v\$parameter
        where upper(name)='DB_RECOVERY_FILE_DEST'
          and value is not null;
    EOF
    fra=`grep "^$.*$" $rman_fra`
    rm -f $rman_fra
    if [ X$fra = X\$1\$ ]; then
       failed=false;
    else
       failed=true
       errstr="flash recovery area is not enabled"
    fi;
    if [ $failed = 'false' ] ; then
       #Check the mode of database
       rman_log_mode=${TMPDIR}/rman_log_mode$$.log
       sqlplus /nolog > $rman_log_mode << EOF
          connect / as sysdba;
          set head off;
          set echo off;
          set trimspool on;
          set linesize 512;
          select '$' || log_mode || '$' from v\$database;
    EOF
       mode=`grep "^$.*$" $rman_log_mode`
       rm -f $rman_log_mode
       case $mode in
          \$ARCHIVELOG\$)
          echo "Doing online backup of the database."
          rman target / >> $rman_backup << EOF
             set echo on;
             configure retention policy to redundancy 2;
             configure controlfile autobackup format for device type disk clear;
             configure controlfile autobackup on;
             sql "create pfile=''$rman_spfile2init'' from spfile";
             backup as backupset device type disk database;
             configure controlfile autobackup off;
             delete noprompt obsolete;
    EOF
          if [ $? = 0 ]; then
             failed=false;
          else
             failed=true
             errstr="RMAN error: See log for details"
          fi;
          rman target / >> $rman_backup << EOF
             sql 'alter system archive log current';
    EOF
          \$NOARCHIVELOG\$)
          echo "Warning: Log archiving (ARCHIVELOG mode) is currently disabled. If"
          echo "you restore the database from this backup, any transactions that take"
          echo "place between this backup and the next backup will be lost. It is"
          echo "recommended that you enable ARCHIVELOG mode before proceeding so "
          echo "that all transactions can be recovered upon restore. See the section"
          echo "'Enabling ARCHIVELOG Mode...' in the online help for instructions."
          echo "Backup with log archiving disabled will shut down and restart the"
          echo -n "database. Are you sure [Y/N]?"
          gotit=false
          while ! $gotit; do
            read userinp
            if [ "$userinp" = "Y" -o "$userinp" = "y" -o \
                 "$userinp" = "n" -o "$userinp" = "N" ]; then
              gotit=true
            fi
          done
          if [ "$userinp" = "n" -o "$userinp" = "N" ]; then
             rm -f $rman_backup
             exit -1;
          fi
          echo "Backup in progress..."
          rman target / >> $rman_backup << EOF
             set echo on;
             shutdown immediate;
             startup mount;
             configure retention policy to redundancy 2;
             configure controlfile autobackup format for device type disk clear;
             configure controlfile autobackup on;
             sql "create pfile=''$rman_spfile2init'' from spfile";
             backup as backupset device type disk database;
             configure controlfile autobackup off;
             alter database open;
             delete noprompt obsolete;
    EOF
          if [ $? = 0 ]; then
             failed=false;
          else
             failed=true
             errstr="RMAN error: See log for details"
          fi;
          errstr="Unknown database mode $mode"
          failed=true;
       esac;
    fi;
    #Save the error string in the log
    if [ $failed = 'true' ]; then
       echo ${errstr}. >> $rman_backup
    fi;
    #Save the last run as previous
    if [ -f $rman_backup_current ]; then
       mv -f $rman_backup_current $rman_backup_prev
    fi;
    #Save the current run
    mv -f $rman_backup $rman_backup_current
    #Display the result to user
    if [ $failed = 'true' ] ; then
       echo '==================== ERROR ========================='
       echo '             Backup of the database failed          '
       echo '==================== ERROR ========================='
       echo ${errstr}.
       echo Log file is at $rman_backup_current.
    else
       echo Backup of the database succeeded.
       echo Log file is at $rman_backup_current.
    fi
    #Wait for user to press any key
    echo -n "Press ENTER key to exit"
    read userinp

  • Backup fails for a Hyper-V guest with VSS Writer failures using DPM 2012 R2 - Hyper-V guest has Oracle application installed,

    I am trying to backup a VM which before it had Oracle installed backed up with no problems.  It is a Windows 2008 R2 server which sites on an 8 node Hyper-V 2012 R2 cluster (with CSVs).  I am using DPM 2012 R2 to run the backups which have been
    successful for the last few weeks but then Oracle was installed and the backups have failed since then.
    The job fails and a large number of VSS writers go into a 'Failed' state with the 'Last Error' showing as 'Timed out'.  I then get 4 popups appear each referring to a 'temporary' drive which appears briefly in Disk Management with a RAW file system. 
    These pops say "You need to format the disk in drive X: before you can use it.  Do you want to format it?" (where
    X: is replaced by the drive letter assigned to each 'temporary' drive).
    The System event log is populated with a large number of warnings with Event 51, Disk, stating "An error was detected on device \Device\Harddisk<number>\DR<number> during a paging operation".  There are also a
    few warnings for Ntfs (eventid 57) stating that "The system failed to flush data to the transaction log.  Corruption may occur."
    Prior to these warnings there are 5 other warnings for partmgr (eventid 58) stating "The disk signature of disk
    <number x> is equal to the disk signatuire of disk <number y>" and 4 errors (eventid 1, VDS Basic Provider), "Unexpected failure.  Error code: 490@01010004".
    There is a script which is run to stop the Oracle application on the server and if this is run then the backups will complete successfully.  We have been troubleshooting this by running a certain amount of the script and seeing which part affects the
    backup and it seems that if the Weblogic (wls_reports) service is stopped then the backup will succeed but if it is running then the backup will fail and the above symptoms occur.
    Another point which may help is that there is a pre-production server which resides on a Windows 2008 R2 Hyper-V standalone server, has the same scripts and installation of Oracle but backs up without any issues.
    I have experienced VSS writer failures before with VM backups but I have not seen this before.  It is not intermittent and I can find no work around to alleviate the problem of having no backup (except stopping this service or shutting the server down,
    but as it is a production server this is not practical).
    If anyone has experienced this before or have any suggestions / advice it would be much appreciated.
    Thanks
    Chris

    Hi Chris
    I have exactly the same issue.
    2008 R2 Server running Oracle
    6 node 2012 R2 Hyper-V Cluster with CSV
    Exact same errors and popup "format disk" message.
    DPM2012 R2
    I also have some other VM's on the same cluster which do back up through DPM
    The only difference I can see is the server which has the issue has a legacy network adapter.
    Production server so cannot make any changes until later but will add new adapter and report back.
    Interesting about the Weblogic service, may test this also.
    Cheers
    Kev.

  • During an update of the applications on the BlackBerry smartphone an error message may be displayed "BlackBerry Desktop Software failed to validate your BlackBerry device update - Aborting install due to validation failure. Some packages contained unsatis

    I have reset both my torch and playbook back to original only thing that I kept was my contact. And still problems I am a few min away from leave my loved blackberry and going android !! Or heaven help us Phone
    Issues 1) playbook wont connect to desktop manager anymore 
    2) Play book has 2 calendar icons with two different settings on them ??? I have one that is currently working with my yahoo email and calendar account. 
    3) my Phone when connected to desk top software shows the calendar as read only
    4) Unable to update my phone says During an update of the applications on the BlackBerry® smartphone an error message may be displayed "BlackBerry Desktop Software failed to validate your BlackBerry device update - Aborting install due to validation failure. Some packages contained unsatisfactory dependencies." 
    I just want my email and Calendars to work I am tried of spending nights trying to get these deices working !!! 
    someone please help me. !! 
    I know you are going to ask I have updated everything last time and it is all as update as it can get. 
    As for now as I wait I am going to wipe my phone again and just set everything up again !! If I have to even my contacts AHHHH Help I am starting to think crazy thoughts 

    Did you try to eboot the your PC or laptop where your device is connected ?
    I experienced this with my windows laptop, after a failed to do an update, I restart the laptop and my Torch, then retried, and it's worked

  • Jrockit crashes due to outofmemory and illegal memory acces

    Hello,
    We have been using jrmc-3.1.2-1.6.0 and lately we are seeing JVM crashes after every couple days. Note: We have been seeing these crashes recently , for last 1 year we did not see such crashes.
    Following are different issues that we have seen over last few days:
    1. Crash due to illegal memory access
    2. Crash due to out of memory error
    3. Sever becoming unresponsive/Idle
    For illegal memory access and out of memory crashes, there was jRockit dump file created and Dump file seems to be pointing at Jrockit libjvm.so module for the exception/crash.
    Any help would be appreciated!
    *** Dump for Illegal Memory Access
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=1 si_addr=0x10
    Version : BEA JRockit(R) R27.6.5-32_o-121899-1.6.0_14-20091001-2113-linux-ia32
    CPU : Intel Core i7 (HT) SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Core Intel64
    Number CPUs : 4
    Tot Phys Mem : 12762509312 (12171 MB)
    OS version : Red Hat Enterprise Linux Server release 5.6 (Tikanga)
    Linux version 2.6.18-164.15.1.el5PAE ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Mon Mar 1 11:14:09 EST 2010 (i686)
    Thread System: NPTL
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Djava.util.logging.config.file=/usr/local/springsource/tcServer-6.0/zplus/conf/logging.properties -Djava.util.logging.manager=com.springsource.tcserver.serviceability.logging.TcServerLogManager -Xmx2048m -Xms2048m -Djava.rmi.server.hostname=300714-web8.echovox.com -XgcPrio:pausetime -DTERRACOTTA_URL=338449-web10.echovox.com:9510,338450-web11.echovox.com:9510 -Dapp_version= -Xmanagement -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dehcache.monitor.enabled=True -Djava.endorsed.dirs=/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A/endorsed -Dcatalina.base=/usr/local/springsource/tcServer-6.0/zplus -Dcatalina.home=/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A -Djava.io.tmpdir=/usr/local/springsource/tcServer-6.0/zplus/temp -Dsun.java.launcher=SUN_STANDARD org.apache.catalina.startup.Bootstrap start
    java.home : /usr/local/jrmc-3.1.2-1.6.0/jre
    j.class.path : :/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A/bin/bootstrap.jar
    j.lib.path : /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit:/usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386:/usr/local/jrmc-3.1.2-1.6.0/jre/../lib/i386
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit:/usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386:/usr/local/jrmc-3.1.2-1.6.0/jre/../lib/i386
    LD_PRELOAD : <not set>
    LD_ASSUME_KERNEL: <not set>
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : Good; no memory allocations have failed
    GC Strategy : Mode: pausetime. Currently using strategy: genconcon
    GC Status : OC currently running, in phase: marking. This is OC#2905.
    : YC is not running. Last finished YC was YC#100045.
    OC History : Strategy genconcon was used for OC#2776.
    : Strategy genconpar was used for OC#2777 to OC#2781.
    : Strategy genconcon was used for OC#2782 to OC#2783.
    : Strategy genconpar was used for OC#2784 to OC#2790.
    : Strategy genconcon was used for OC#2791 to OC#2905.
    YC History : Ran 1 YCs before OC#2901.
    : Ran 0 YCs before OC#2902.
    : Ran 1 YCs before OC#2903.
    : Ran 0 YCs before OC#2904.
    : Ran 2 YCs before OC#2905.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x8b00000 - 0x88b00000 (Size: 2048 MB)
    Compaction : 0x49b00000 - 0x51b00000 (Current compaction type: internal)
    NurseryList : 0xaf67e18 - 0x8226c988
    KeepArea : 0x817031e8 - 0x8226c988
    NurseryMarker: [ 0x80d031f0,  0x817031e8 ]
    CompRefs : References are 32-bit.
    Registers (from ThreadContext: 0x96b75420 / OS context: 0x96b7551c):
    eax = 00000000 ecx = ffffffcc edx = 8b80eb78 ebx = 8b80eb78
    esp = 96b75814 ebp = 96b75960 esi = 96b75a48 edi = 00000000
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = b7d3a397 eflags = 00210296
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08058233 /usr/local/jrmc-3.1.2-1.6.0/jre/bin/java
    b7f24000-b7f2462b /usr/local/jrmc-3.1.2-1.6.0/jre/bin/java
    00754000-00768f17 /lib/libpthread.so.0
    006b2000-006d8a23 /lib/libm.so.6
    006ab000-006ad0fb /lib/libdl.so.2
    00550000-006a2723 /lib/libc.so.6
    00531000-0054b4f7 /lib/ld-linux.so.2
    b7c46000-b7e9fea7 */usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit/libjvm.so
    007a3000-007a9ebf /lib/librt.so.1
    b722f000-b723839b /lib/libnss_files.so.2
    b7118000-b71229bb /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libverify.so
    b70f3000-b7115f57 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libjava.so
    007ae000-007c27a7 /lib/libnsl.so.1
    b723e000-b7243ef0 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/native_threads/libhpi.so
    b59f0000-b59fe3e4 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libzip.so
    b5805000-b580a666 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libmanagement.so
    b5224000-b5236a18 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libnet.so
    b723c000-b723c6ad /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/librmi.so
    b2d42000-b2d45c2f /lib/libnss_dns.so.2
    b2d2e000-b2d3d74b /lib/libresolv.so.2
    b2d4a000-b2d503a4 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libnio.so
    b1f9d000-b1fc5857 /usr/local/springsource/tcServer-6.0/zplus/temp/tmpSigarJars841342613926113968186721535772/libsigar-x86-linux-1.6.4.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    96b75814: b7cbce41* 00000000 006772e2 b04dbab8 006a4ff4 00000030
    96b7582c: 00000002 96b758a0 00000000 00000000 00010000 0061eea8
    96b75844: b7e48510 00010000 00000000 0061eeb9 b7d8f0f8 20000000
    96b7585c: 00010000 00000000 00004022 ffffffff 00000000 96b75890
    Code:
    (* marks the word pointed to by the instruction pointer)
    b7d3a364: c0a108ec e8b7f0fe ffffffa0 f0fed4a1 ff96e8b7 b8c9ffff
    b7d3a37c: 00000001 900debc3 90909090 90909090 90909090 8be58955
    b7d3a394: 8b5d0845* d2851050 0fc0950f b60fc0b6 768dc3c0 27bc8d00
    b7d3a3ac: 00000000 53e58955 0134ec81 9d8d0000 fffffee8 04245c89
    "RMI TCP Connection(idle)" id=440712 idx=0x7c4 tid=825 lastJavaFrame=0x96b75ecc
    Stack 0: start=0x96b54000, end=0x96b78000, guards=0x96b59000 (ok), forbidden=0x96b57000
    Thread Stack Trace:
    at jniExceptionCheck+7()@0xb7d3a397
    at cmgrGenerateCode+260()@0xb7cbe024
    at generate_code2+937()@0xb7da6c99
    at generate_code+97()@0xb7da6f11
    at get_runnable_codeinfo2+275()@0xb7da74c3
    at call_java+317()@0xb7d42f0d
    at jniInvoke+110()@0xb7d451be
    -- Java stack --
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun/reflect/DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)[optimized]
    at java/lang/reflect/Constructor.newInstance(Constructor.java:513)[optimized]
    at java/lang/Class.newInstance0(Class.java:355)[inlined]
    at java/lang/Class.newInstance(Class.java:308)[optimized]
    at sun/reflect/MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:381)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:233)[inlined]
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:241)[inlined]
    at sun/reflect/MethodAccessorGenerator.generate(MethodAccessorGenerator.java:377)[optimized]
    at sun/reflect/MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:59)
    at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:28)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:597)[inlined]
    at java/io/ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)[inlined]
    at java/io/ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)[optimized]
    at java/io/ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)[inlined]
    at java/io/ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)[inlined]
    at java/io/ObjectOutputStream.writeObject(ObjectOutputStream.java:326)[optimized]
    at sun/rmi/server/UnicastRef.marshalValue(UnicastRef.java:274)
    at sun/rmi/server/UnicastServerRef.dispatch(UnicastServerRef.java:315)
    at sun/rmi/transport/Transport$1.run(Transport.java:159)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:255)[optimized]
    at sun/rmi/transport/Transport.serviceCall(Transport.java:155)
    at sun/rmi/transport/tcp/TCPTransport.handleMessages(TCPTransport.java:535)
    at sun/rmi/transport/tcp/TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    at sun/rmi/transport/tcp/TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    at java/util/concurrent/ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[inlined]
    at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[optimized]
    at java/lang/Thread.run(Thread.java:619)[optimized]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    Extended, platform specific info:
    libc release: 2.5-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00565fe0 PHOFF: 00000034 SHOFF: 0019ccbc EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 75 STIDX: 74
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00758850 PHOFF: 00000034 SHOFF: 00021474 EF: 0x0 HS: 52 PS: 32 PHN; 9 SS: 40 SHN: 40 STIDX: 39
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 0004c3a0 PHOFF: 00000034 SHOFF: 012c9a58 EF: 0x0 HS: 52 PS: 32 PHN; 4 SS: 40 SHN: 29 STIDX: 26
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================
    ****** Dump for OutOfMemory error
    Error Message: Out of memory [68]
    Signal info : si_signo=11, si_code=1 si_addr=(nil)
    Fatal Error : Reference Iteration refIterInit src/jvm/code/runtime/refiter.c:167
    Version : BEA JRockit(R) R27.6.5-32_o-121899-1.6.0_14-20091001-2113-linux-ia32
    CPU : Intel Core i7 (HT) SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Core Intel64
    Number CPUs : 4
    Tot Phys Mem : 12762509312 (12171 MB)
    OS version : Red Hat Enterprise Linux Server release 5.6 (Tikanga)
    Linux version 2.6.18-164.15.1.el5PAE ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Mon Mar 1 11:14:09 EST 2010 (i686)
    Thread System: NPTL
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Djava.util.logging.config.file=/usr/local/springsource/tcServer-6.0/zplus/conf/logging.properties -Djava.util.logging.manager=com.springsource.tcserver.serviceability.logging.TcServerLogManager -Xmx2048m -Xms2048m -Djava.rmi.server.hostname=300714-web8.echovox.com -XgcPrio:pausetime -DTERRACOTTA_URL=338449-web10.echovox.com:9510,338450-web11.echovox.com:9510 -Dapp_version= -Xmanagement -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dehcache.monitor.enabled=True -Djava.endorsed.dirs=/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A/endorsed -Dcatalina.base=/usr/local/springsource/tcServer-6.0/zplus -Dcatalina.home=/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A -Djava.io.tmpdir=/usr/local/springsource/tcServer-6.0/zplus/temp -Dsun.java.launcher=SUN_STANDARD org.apache.catalina.startup.Bootstrap start
    java.home : /usr/local/jrmc-3.1.2-1.6.0/jre
    j.class.path : :/usr/local/springsource/tcServer-6.0/tomcat-6.0.20.A/bin/bootstrap.jar
    j.lib.path : /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit:/usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386:/usr/local/jrmc-3.1.2-1.6.0/jre/../lib/i386
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit:/usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386:/usr/local/jrmc-3.1.2-1.6.0/jre/../lib/i386
    LD_PRELOAD : <not set>
    LD_ASSUME_KERNEL: <not set>
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : 1 memory allocations have failed
    : First failure was a mmMalloc of 20 bytes
    : Last failure was a mmMalloc of 20 bytes
    GC Strategy : Mode: pausetime. Currently using strategy: genconpar
    GC Status : OC is not running. Last finished OC was OC#1945.
    : YC is not running. Last finished YC was YC#90824.
    OC History : Strategy genconpar was used for OC#1745 to OC#1755.
    : Strategy genparpar was used for OC#1756 to OC#1757.
    : Strategy genconpar was used for OC#1758 to OC#1938.
    : Strategy genparpar was used for OC#1939 to OC#1940.
    : Strategy genconpar was used for OC#1941 to OC#1945.
    YC History : Ran 1 YCs before OC#1941.
    : Ran 6 YCs before OC#1942.
    : Ran 4 YCs before OC#1943.
    : Ran 6 YCs before OC#1944.
    : Ran 4 YCs before OC#1945.
    : Ran 5 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x8100000 - 0x88100000 (Size: 2048 MB)
    Compaction : 0x64100000 - 0x68100020 (Current compaction type: internal)
    NurseryList : 0x8214640 - 0x84438f20
    KeepArea : (no keeparea in use)
    NurseryMarker: [ 0x827bfd10,  0x83996a00 ]
    CompRefs : References are 32-bit.
    Registers (from ThreadContext: 0x2a96c20 / OS context: 0x2a96d1c):
    eax = 00001267 ecx = 00000000 edx = 00000042 ebx = b7eb0de4
    esp = 02a97010 ebp = 02a97028 esi = 00000044 edi = 02a97078
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = b7cfca45 eflags = 00010206
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08058233 /usr/local/jrmc-3.1.2-1.6.0/jre/bin/java
    b7f44000-b7f4462b /usr/local/jrmc-3.1.2-1.6.0/jre/bin/java
    00754000-00768f17 /lib/libpthread.so.0
    006b2000-006d8a23 /lib/libm.so.6
    006ab000-006ad0fb /lib/libdl.so.2
    00550000-006a2723 /lib/libc.so.6
    00531000-0054b4f7 /lib/ld-linux.so.2
    b7c66000-b7ebfea7 */usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/jrockit/libjvm.so
    007a3000-007a9ebf /lib/librt.so.1
    b724f000-b725839b /lib/libnss_files.so.2
    b7138000-b71429bb /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libverify.so
    b7113000-b7135f57 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libjava.so
    007ae000-007c27a7 /lib/libnsl.so.1
    b725e000-b7263ef0 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/native_threads/libhpi.so
    b5972000-b59803e4 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libzip.so
    b5803000-b5808666 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libmanagement.so
    b51a8000-b51baa18 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libnet.so
    b725c000-b725c6ad /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/librmi.so
    b2dae000-b2db1c2f /lib/libnss_dns.so.2
    b2d9a000-b2da974b /lib/libresolv.so.2
    b47ae000-b47b43a4 /usr/local/jrmc-3.1.2-1.6.0/jre/lib/i386/libnio.so
    b1ec7000-b1eef857 /usr/local/springsource/tcServer-6.0/zplus/temp/tmpSigarJars551489478996731294326116727652638760/libsigar-x86-linux-1.6.4.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    02a97010: b7ec5040* 00000200 b7eb0de4 02a97078 02a97078 02a97034
    02a97028: 02a97048 b7e78894 00000044 b7eb0de4 02a97078 00000001
    02a97040: 02a970d0 02a97110 02a97068 b7e788bf 00000044 b7eb0de4
    02a97058: 02a97078 b666692a 00000001 02a970d0 02a97088 b7e2147a
    Code:
    (* marks the word pointed to by the instruction pointer)
    b7cfca14: 4c892074 458b0824 2404c710 b7ec5040 0c244489 000200b8
    b7cfca2c: 24448900 b5dae804 01b80017 a3000000 b7ec5024 001267b8
    b7cfca44: 0000a300* 04c70000 00003f24 bdcae800 768d0017 27bc8d00
    b7cfca5c: 00000000 e589fc55 53c03157 b9e87d8d 00000004 00c0ec81
    "tomcat-http--119" id=24059 idx=0x60c tid=8771 lastJavaFrame=0xfffffffc
    Stack 0: start=0x2a74000, end=0x2a98000, guards=0x2a79000 (ok), forbidden=0x2a77000
    Thread Stack Trace:
    at dumpForceDump+117()@0xb7cfca45
    at vmFatalErrorMsgV+84()@0xb7e78894
    at vmFatalErrorMsg+31()@0xb7e788bf
    at fatalError+42()@0xb7e2147a
    at refIterInit+111()@0xb7e215bf
    at trProcessLocksForThread+41()@0xb7e300f9
    at get_all_locks+106()@0xb7d476ca
    at javaLockConvertLazyToThin+99()@0xb7d477b3
    at javaLockUnmatchedLock+802()@0xb7d488f2
    at jniMonitorEnter+48()@0xb7d66cf0
    at vmtiDetachFromThreadObject+85()@0xb7d9ec85
    at tsiThreadStub+147()@0xb7d9f0f3
    at ptiThreadStub+18()@0xb7e0e1d2
    at start_thread+226()@0x759832
    at __clone+94()@0x62245e
    -- Java stack --

    From the command-line (-Dehcache.monitor.enabled=True) you are using some form of caching.
    The out-of-memory occured as the JVM was unable the allocate an object: C Heap : 1 memory allocations have failed
    Could you check how the live data set is going (or the memory leak detector)
    Some concerns with regard to tune a JVM that runs a cache can be found here: http://middlewaremagic.com/weblogic/?p=7083
    Note that the example given discusses Coherence, but can be adopted for another caching mechanism as well.

  • Hub startup failed due to licensing failure

    Hi all.
    I have just installed weblogic 6.0 sp1 on solaris 2.8. the web server starts
    up and everything is hunky dory.
    furthermore i downloaded collaborate 1.0.1 and installed it. the
    installation went fine.
    here is my problem. when i execute the startWeblogic.sh script in the hub,
    Weblogic reports the following error:
    <24-Apr-01 13:49:03 GMT+01:00> <Error> <WLC> <<Hub> ERROR: Hub startup
    failed due to licensing failure.>
    I get this problem using jdk122 and jdk130.
    I cannot seem to find the problem.
    Any feedback would be appreciated.
    PS. My license.bea file looks as follows:
    <?xml version="1.0"?>
    <bea-licenses>
    <license-group format="1.0" product="WebLogic Collaborate"
    release="1.0">
    <license
    component="Core Server"
    expiration="2001-05-24"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    signature="2tDDH3g1qXubdlfsahWRNrR6+tc=0MC0CFCoH/XUHiZuu+yhzpuzv6UFl
    kJ44AhUA2/U26g1keq5nNoO00NC2u9ezWeA="
    />
    </license-group>
    <license-group format="1.0" product="wlpi" release="1.2">
    <license
    component="WebLogic Process Integrator"
    expiration="2001-05-24"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    users="5"
    signature="2tDDH3g1qXubdlfsahWRNrR6+tc=0MCwCFEh5H427STpTMX1y25DSmc65
    b/MVAhQMNJo1ujoB6DudzF59hL/Tx2vbGQ=="
    />
    </license-group>
    <license
    component="WebLogic"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="OFcm7oSc4jOT5vonluVZpsAHX2g=0MCwCFEmkcBweXEoxtJxzCIarx8i+
    XBguAhQvCxM9E/T4HGfbIUfb4+OiNUYsPw=="
    />
    <license
    component="SSL/Export"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="OgS8PvglCrGr5xglLHeut8tE5vc=0MC0CFQDcxuNftALK3tZYuJw6hI15
    GaqrBgIUcTi0vNzwoG1alTX1WXnvcX9EOiM="
    />
    <license
    component="2PC"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="CcdspC/3P0iELwWsETBWI/hEalw=0MC0CFQCtTlW7enw3kFZ7IU09jaa/
    BVle5wIUSSfMk23C19hznredmfr+soEYiX0="
    />
    <license
    component="In-memory Replication - Servlet"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="c+mtrQ1ZuRiKeiELua/hSxvHqew=0MC4CFQC4qvLRsblTBvC5+IEVrDI1
    Tek1YwIVAJ1NYWZE6xPHYyyVdlaXRJbhayCj"
    />
    <license
    component="In-memory Replication - EJB"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="ZenJ1bPXGf2N/Bq8XugDnDIP8sQ=0MC0CFQC+ayYQFxhpIMug7ZHtZIfS
    vg4tlwIUHIYgx30GoxIdmR19cGddWM/mp3E="
    />
    <license
    component="EJB 1.1"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="XwwhoY5ysJ8h1pjzx23ujxZI9nY=0MC4CFQC2ATLeRv6cStQE1B/gyMUT
    R6SRvQIVAMsQmtFC0/J4sF26n+B1zEyDOmv/"
    />
    <license
    component="EJB 2.0"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    units="5"
    signature="ksI9jkE6gL9u8GdVEpZNQtOvjm8=0MCwCFBUir1rQV/FLNdc+4lfdIV1x
    +xk5AhQpQwwWMfUd6TbL3UvB0u9DbZponQ=="
    />
    <license
    component="JMS"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="Z4Q4VngOAJSqSsr1UXC37DTOyVg=0MC0CFQCZtOwzb02hOSR3z9Hp6k86
    nl1uFQIUfhy+ODL+Y7B9DkGDS7yT4zQPPpE="
    />
    <license
    component="Cluster"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="Tkg9CGjEik3MbkFmi6rPsSiO0J0=0MC0CFEAV5hPKLVSgV8YoeCEVu5m7
    5ktkAhUA2lBI0PwiMigvK1E/pVS0vqmsy3w="
    />
    <license
    component="Clustered JMS"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="nEpfLZwWyM4Bo7UZZHE4hQgntMc=0MCwCFBKYtPvqZE18JdGBvU6cZomM
    xW1cAhR3moJKg7FHMxvsZphQz5jVCahrfA=="
    />
    <license
    component="jDriver/MSSQLServer4"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="Dgw2DzDWyBNob6pJunUY1Xoz7c8=0MC0CFQC4PKj8UFoC3J0XuC7pmzRL
    TtgP8QIUAhJF5DuvZ10zvf/6mxe0Ti/rG4c="
    />
    <license
    component="jDriver/Informix4"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="6O/i8fVnKIeVwzz+e0zUMQL5uRU=0MC0CFH+NK7nnRm+Qp+qRXZdeV2yF
    6YxdAhUA3vch2xTdmM5Ao+00+IOR5f3jGH0="
    />
    <license
    component="jDriver/Oracle"
    expiration="2001-05-23"
    ip="any"
    licensee="BEA Evaluation Customer"
    type="EVAL"
    units="5"
    signature="NtSVpPAloTJqBstOWKVnuh3q0H4=0MC0CFA+2ny24Zdyrb0lsL3duwfEB
    9zKMAhUAqDtTbLMN3QfJWUVhJr+NBQU/x/k="
    />
    </license-group>
    </bea-licenses>

    Gotta add listeners.ContextListener to your CLASSPATH
    in Eclipse.
    I don't think that package name is right. You've got
    another problem besides your context XML.
    %The context XML may not be the problem at all. Such tomcat errors are standard when it was unable to load required classes on startup.
    The listeners all being interfaces, it's impossible to say whether it is the standard listeners or custom listener classes (regd in your web.xml) that's not being found on startup.
    cheers,
    ram.

  • jservException Connection from /172.16.1.2 refused due to authentication failure

    We recently encountered an issue with our iStore server where the CPU spiked taking the website offline. The server was still up and running however we were forced to restart Apache to get the server back up and running. The logs were very undescriptive outside of the following error: <jservException> Connection from /172.16.1.2 refused due to authentication failure. Everything has worked fine before/since this incident.
    We are running iStore/EBS version 11.5.10 and our overall architecture is one iStore server in the DMZ with an application server and a DB server on our server VLAN all running Oracle Enterprise Linux. What steps can we take to track down this issue to find the root cause? Any help would be appreciated, thanks.

    Sharuk wrote:
    what Db version
    11g r2
    What is OS version
    OEL 5.9
    did you installed cluster
    Yes
    where the Installation Was when Power goes down ?
    This I posted in my question, power went down when it was creating OEM Files (CONFIG: Starting execution: /u01/app/oracle/product/11.2.0/dbhome_1/bin/emctl secure dbconsole -host racnode1 -sid racdb)Simply recreate OEM

  • Portal failed to access remote resource due to network failures

    Hi,
    We have a portlet that allows users to upload files to a SQL Server database and make it available for other users to access. The portlet code is on our remote servers. Everything works fine in dev environment, but certain files fail in pre-prod and prod within the portal, but work fine when the code is executed outside the portal.
    I keep getting this error:
    Error - Portal failed to access remote resource due to network failures. Try again later or contact your portal administrator.     
    What could the problem be?
    Thank you for your help.
    Rad

    If the Studio service looks good on the remote server where Studio is installed (check that
    the service is started and look in the Studio logs for any warnings or errors), you should
    also verify the configuration settings in the Studio remote server object. Is it properly
    configured and pointing to the correct remote server?
    If so, check the portal servers access to the Studio server via the port specified in the remote
    server (default is 11935). You can test this by doing a telnet test on the portal server. In a cmd
    prompt (Windows) or on the CLI (Unix), type 'telnet [studioserver] 11935', where "<servername> is
    the name of your Studio remote server. The screen should just go blank, meaning that there is
    something accepting connections on that port on the given server. (We would hope it's the Studio
    app and not another service occupying that port.) If you get "Could not open connection to the host"
    or some such similar result, check that the network between the portal and the Studio remote server
    is open (ie, make sure there isn't any port blocking or a firewall in place that would hinder the
    communication between the two servers).

  • Running Oracle 9i client code against an Oracle 10g install on PC

    On Unix I am able to run Oracle 9i client code against an Oracle 10g install by setting ORACLE_HOME to the Oracle 10g install location and then creating a symbolic link (example: ln -fs libclntsh.so.10.1 libclntsh.so.9.0).
    On PC (in particular XP SP2) I want to do something similar without using "junctions" or "junction points". Is there a way to set an environment variable or ini file to have my 9i client code point to the right libraries? I keep getting an error saying that my client code will not run due to "orasql9.dll" not being found. The "orasql10.dll" is installed on my machine.
    Any assistance would be appreciated.

    You might want to check metalink doc,
    Client / Server / Interoperability Support Between Different Oracle Versions
    Doc ID: Note:207303.1
    Even your application built on 9i, doesn't mean it will not work with 10g database. From what I can see, running 9i executable under 10g installation to create mixed blood breed will do more harm than good. Not only it's not supported but also the outcome is unpredictable.

  • Oracle 9i install failing on Solaris 10

    Oracle 9i install on Solaris 10 fails at the Database creation stage with Ora error "Out of Memory"
    I have a Ultra 10 with 1GB RAM, 2GB swap and lot of space in the filesystem where I am installing Oracle
    The oracle release notes asks for increased value for shmmax, shmmni etc by editing /etc/system and according to Solaris 10, it is not required as kernel dynamically allocates those values. It looks like it is NOT. How can I verify?
    rcladm talks about shmmax values only with projects. How can I verify that all my applications running on a this box has a higher SHMMAX values and not on per project basis.
    In older versions, sysdef could tell us the current SHMMAX values. Is there any comparable commands in Solaris 10.
    I am not that comfortable with the rcladm features. Can some one show some examples.
    Is anyone successful in installing Oracle9i on Solaris 10. I heard Oracle patch set 9.2.0.5 and 9.2.0.6 is certified with Solaris 10. Does it mean the original version of 9.2 does not install on Solaris 10?

    'Net Configuration Assistant is failing" from installation. I tried twice and got the same problem. I tried to run 'netca' from the command line and got the same problem - Java runtime problem. I tried to install patch and could not find Oracle patches for Solaris 10 and the patches are for Solaris 9.
    Does anyone have suggestion?
    $ ./netca
    ld.so.1: /usr/ora/920/oracle.swd.jre/bin/sparc/native_threads/jre: fatal: relocation error: file /usr/ora/920/oracle.swd.jre/bin/../lib/sparc/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/usr/ora/920/oracle.swd.jre/bin/../lib/sparc/native_threads/libawt.so)
    ld.so.1: /usr/ora/920/oracle.swd.jre/bin/sparc/native_threads/jre: fatal: relocation error: file /usr/ora/920/oracle.swd.jre/bin/../lib/sparc/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/usr/ora/920/oracle.swd.jre/bin/../lib/sparc/native_threads/libawt.so)
    java.lang.NullPointerException
    at oracle.ewt.lwAWT.BufferedApplet.<init>(Compiled Code)
    at oracle.net.ca.NetCA.<init>(Compiled Code)
    at oracle.net.ca.NetCA.main(Compiled Code)

  • Oracle 11g Database Crashed

    Dear All,
    We have Oracle 11g R1 64-bit database on MS Windows 2008 64-bit. It is having Oracle RAC and we have two nodes on RAC. It was crashed due to out of memory issue. Where as each node is having 16GB of RAM. I am displaying current init parameters file. Can any body suggest the correct parameters for this please?
    I have few questions do we need local listeners for this? What about Shared Server option? etc
    RacNode2.__db_cache_size=503316480
    RacNode1.__db_cache_size=167772160
    RacNode1.__java_pool_size=33554432
    RacNode2.__java_pool_size=16777216
    RacNode1.__large_pool_size=16777216
    RacNode2.__large_pool_size=16777216
    RacNode1.__oracle_base='C:\app\Administrator'#ORACLE_BASE set from environment
    RacNode2.__oracle_base='C:\app\Administrator'#ORACLE_BASE set from environment
    RacNode1.__pga_aggregate_target=369098752
    RacNode2.__pga_aggregate_target=738197504
    RacNode1.__sga_target=704643072
    RacNode2.__sga_target=1409286144
    RacNode1.__shared_io_pool_size=0
    RacNode2.__shared_io_pool_size=0
    RacNode2.__shared_pool_size=822083584
    RacNode1.__shared_pool_size=436207616
    RacNode1.__streams_pool_size=16777216
    RacNode2.__streams_pool_size=16777216
    *._spin_count=2000
    *.audit_file_dest='C:\app\Administrator\admin\RacNode\adump'
    *.audit_trail='db'
    *.cluster_database_instances=2
    *.cluster_database=true
    *.compatible='11.1.0.0.0'
    *.control_files='+DATAR10/RacNode/controlfile/current.256.710013115','+DATAR5/RacNode/controlfile/current.256.710013117'
    *.db_block_size=16384
    *.db_create_file_dest='+DATAR10'
    *.db_domain='moigis1'
    *.db_name='RacNode'
    *.db_recovery_file_dest='+DATAR5'
    *.db_recovery_file_dest_size=17179869184
    *.diagnostic_dest='C:\app\Administrator'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=RacNodeXDB)'
    RacNode2.instance_number=2
    RacNode1.instance_number=1
    RacNode1.local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = 110.48.27.14)(PORT = 1521))'
    RacNode2.local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = 110.48.27.13)(PORT = 1521))'
    *.log_archive_dest_1='LOCATION=+DATAR5/'
    *.log_archive_format='ARC%S_%R.%T'
    RacNode1.memory_max_target=3221225472
    RacNode2.memory_max_target=3221225472
    *.memory_target=2133852160
    RacNode1.memory_target=1073741824
    RacNode2.memory_target=2147483648
    *.nls_language='AMERICAN'
    *.nls_territory='USA'
    *.open_cursors=3000
    *.processes=500
    *.remote_listener='LISTENERS_RacNode'
    *.remote_login_passwordfile='exclusive'
    *.session_cached_cursors=200
    *.session_max_open_files=15
    *.sessions=555
    *.shared_servers=1
    RacNode2.thread=2
    RacNode1.thread=1
    *.transactions=550
    RacNode1.undo_tablespace='UNDOTBS1'
    RacNode2.undo_tablespace='UNDOTBS2'
    Thanks

    Use Automatic Shared Memory Management (ASMM) and start back the instance using the pfile.

  • Having trouble installing mavericks due to damaged disk

    having trouble installing mavericks due to damage disk. 

    Same here. I tried loading Mavericks on an early 2008 iMac. Apple Care says the failure is due to a bad hard drive. Even though I was not experienceing any problems prior to installing Mavericks. I’m skeptical. I must now take the iMac to Apple for repair.

  • ODBC: Oracle Universal Installer Crash on Windows 7 (Workaround found)

    Clicking 'next' on first screen in the 10g installer makes the installer crash, showing a message 'Abnormal program termination. An internal error has occurred. Please provide the following files to Oracle Support: "Unknown" "Unknown" "Unknown". Goal for the moment is just to install ODBC. The read me in the ODBC driver 10.2.0.2.0 .exe says: This section assumes the following: Oracle Universal Installer shipping with 10.2.0.0.0 has already been installed on your system. Presuming that 10.2.0.0.0 is referring to another ODBC installer, this exe is not available, so how to install this? Since the installer from 10g is crashing, tried older ones, without success. What is going on? Is it a windows setting somewhere? How to just simply install the Oracle ODBC? Really no problems installing any other software. Avoiding of space in pathnames does not make any difference. Selecting optionbutton 'basic installation' and 'advanced installation' in installer gui both crash when continuing with 'next' ('advanced' does not have any values in that stage).
    Edited by: [email protected] on 8-jun-2010 6:36

    How to just simply install the Oracle ODBC?Probably what you're after is an oracle client install, no need to install a database if you just want ODBC. There is a small Express client on the XE download page, although I'm not sure if it includes ODBC drivers. The full 11g client software is at http://www.oracle.com/technology/software/products/database/oracle11g/112010_win32soft.html
    There is a support note 781054.1, if you're on 64-bit hardware with some how-tos on getting to the 32 bit ODBC drivers.

  • Installing JDK after upgrading JRE several times - WIndows XP

    I am not certain if this is the correct forum for posting JDK installation questions (for Windows XP)? If not, please direct me to the correct one.
    I would like to install the JDK for the very first time but I noticed that I have at least two versions of the JRE and a few updates for both. Should I uninstall both JRE's and their updates before installing the latest JDK OR do I merely overinstall?
    I have the following:
    J2SE Runtime 5.0 Update 10
    J2SE Runtime 5.0 Update 11
    Java 2 Runtime, SE v1.4.2_01
    Java 6 Update 20
    Java SE Runtime 6 Update 1
    Not sure what the difference between J2SE and Java 6 and whether or not I need both to run applications.
    Thanks in advance for clearing up my confusion.

    user13707424 wrote:
    I am not certain if this is the correct forum for posting JDK installation questions (for Windows XP)? If not, please direct me to the correct one.Well you want to install a JDK thus you must have development purposes. So yes, this would be the correct forum. You do eventually want to do programming, right?
    >
    I would like to install the JDK for the very first time but I noticed that I have at least two versions of the JRE and a few updates for both. Should I uninstall both JRE's and their updates before installing the latest JDK OR do I merely overinstall?For the sake of making your life as easy as possible I would uninstall what is already there and install a clean JDK + JRE (the latest version of course). You only need one instance of Java to rule them all.
    Not sure what the difference between J2SE and Java 6 and whether or not I need both to run applications.
    Well I would make your next step finding that out. I suggest you start your adventures here: http://download.oracle.com/javase/tutorial/

Maybe you are looking for