I am getting a dump while running va23 and got follwing error.

The system tried to access field "ALL_NINES" with type "C" and length
36 in the current program "ZVADQU01_NEW" using length 40.
Partial field access is not allowed with a length specification that is
larger than actual field length.
CODE EXTRACT:
DATA: index                      LIKE sy-index,
       f_type(1),
       length                     TYPE i,
       all_nines(36)             VALUE '99999999999999999999'.
FIELD-SYMBOLS: <fsin>,
                <fsout>,
                <fieldname>.
DO.
   index                           = index
                                   + 1.
   ASSIGN COMPONENT index OF STRUCTURE inrec
                                  TO <fsin>.
   ASSIGN COMPONENT index OF STRUCTURE outrec
                                  TO <fsout>.
   IF sy-subrc                    <> 0.
     EXIT.
   ENDIF.
   IF <fsin>                      <> space.
     MOVE <fsin> TO <fsout>.
   ELSE.
     DESCRIBE FIELD <fsout>     TYPE f_type.
     IF f_type                     = 'C'.
       MOVE 'ZZZZZZZZZZZZZZZZZZ'  TO <fsout>.
     ELSEIF f_type                 = 'N'.
       DESCRIBE FIELD <fsout> LENGTH length in byte mode.
ERROR OCCURED HERE****
       MOVE all_nines(length)     TO <fsout>.
     ENDIF.
   ENDIF.
ENDDO.

This even works in my nw2004s system.
report  zrich_0003.
data: begin of outrec,
      fld1(18) type c,
      fld2(10) type n,
      fld3(18) type c,
      fld4(10) type n,
      end of outrec.
field-symbols: <fs>.
data: f_type,
      length type i,
      all_nines(20) type c value '99999999999999999999'.
outrec-fld1 = 'ABCDEFGHIJKLMNOPQR'.
outrec-fld2 = '1234567890'.
outrec-fld3 = 'ABCDEFGHIJKLMNOPQR'.
outrec-fld4 = '1234567890'.
do.
  assign component sy-index of structure outrec to <fs>.
  if sy-subrc <> 0.
    exit.
  endif.
  describe field <fs> type f_type.
  if f_type = 'C'.
    move 'ZZZZZZZZZZZZZZZZZZ' to <fs>.
  elseif f_type = 'N'.
    describe field <fs> length length <b>in BYTE MODE</b> .
    move all_nines(length) to <fs>.
  endif.
  write:/ <fs>.
enddo.
Then only thing I changed was to add the IN BYTE MODE.
Regards,
Rich Heilman

Similar Messages

  • Short dump while running Payroll

    Dear Experts,
    I am getting short dump while running the payroll for around 150 employees, but am not able to see the short dump also as it says that "process terminated".
    please help me in this regard and also let me know if there could be any configuration errors.
    Regards
    Shansar

    Thank you all for the response.
    The issue has been resolved.  i have learnt that log field should not be flagged when you are executing payroll for more than 50 employees.
    Regards
    Shansar

  • ABAP dump while running the tcode MIGO

    Hi All,
    I am getting the abap dump while running the tcode MIGO when I searched I got two relevant sap notes but our functional team said that its not applicable in our case.
    Please find the details of ST22 analysis-:
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          17.04.2009 13:18:45
    Short text
         The current application triggered a termination with a short dump.
    What happened?
         The current application program detected a situation which really
         should not occur. Therefore, a termination with a short dump was
         triggered on purpose by the key word MESSAGE (type X).
    Error analysis
        Short text of error message:
        No RFC destination is defined for SAP Global Trade Services
        Long text of error message:
        Technical information about the message:
        Message class....... "/SAPSLL/PLUGINR3"
        Number.............. 002
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "MESSAGE_TYPE_X" " "
        "SAPLMBWL" or "LMBWLU21"
        "MB_POST_GOODS_MOVEMENT"
    SAP Notes i have reffered 1098491, 1041122
    Currently we are running on SAP_APPL     600     0007     SAPKH60007     
    Regards,
    Prashant

    Hi Rohit,
    This particular note is valid for
    Support
    Packages Release Package
    Name
    PI 2004_1_46B SAPKIPZI38
    PI 2004_1_46C SAPKIPZI48
    PI 2004_1_470 SAPKIPZI58
    PI 2004_1_500 SAPKIPZI68
    Our system is running on PI_BASIS     2006_1_700     0005     SAPKIPYM05
    Pls suggest.
    Regards,
    Prashant

  • Getting a dump while executing the standard report BUSCHDOC

    Hi,
    I am getting a dump while executing the standard report BUSCHDOC.
    I am specifying the following values:-
    Application Object : BUPA
    Business partner:<some business partner>
    Changed on: <some date>
    Changed by:<some userid>
    Below are the dump details
    Short text
        CREATE DATA: The specified type "BUSSRCH_401BUPAT" is no valid data type.
    Any suggestions to avoid the dump are welcome.
    Thanks,
    Ravindra

    Hi Ravindra,
    Can you execute report BUP_BUSSRCHGF_REPAIR and try again ?
    Also, go to transaction BUS10, click the button Geneate Selection. On next screen, give Application object = BUPA, Max no. of tables per view = 1.
    Regards,
    Rishu.

  • Core dump while running jmf application

    I am running a bit customised version of Transcode & Concat from JMF samples as a single application on Solaris 10.
    I got core dump while running the application.
    Any clue ?
    Below are the content from hs_err_pid#.out file.
    +#+
    +# An unexpected error has been detected by HotSpot Virtual Machine:+
    +#+
    +# SIGSEGV (0xb) at pc=0xfecaa04c, pid=23754, tid=97822+
    +#+
    +# Java VM: Java HotSpot(TM) Server VM (1.5.0_11-b03 mixed mode)+
    +# Problematic frame:+
    +# V [libjvm.so+0x4aa04c]+
    +#+
    ---------------  T H R E A D  ---------------
    +Current thread (0x05b62e40):  JavaThread "Loop thread: com.sun.media.parser.audio.WavParser$WavTrack@8d6f11" [_thread_in_vm, id=97822]+
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    O0=0x00008000 O1=0x00000b90 O2=0x016d8b90 O3=0xff02d024
    O4=0x0000942c O5=0x00009400 O6=0xbfa7f1e0 O7=0x00009400
    G1=0x00000000 G2=0x000077bc G3=0x00000000 G4=0x80000000
    G5=0x00000006 G6=0x00000000 G7=0xae787200 Y=0x00000000
    PC=0xfecaa04c nPC=0xfecaa050
    Top of Stack: (sp=0xbfa7f1e0)
    +0xbfa7f1e0: ff02d02c 00000002 00001ffc 00000001+
    +0xbfa7f1f0: fefd8000 ff02d028 00008800 ff03106c+
    +0xbfa7f200: ff02d9e4 00000000 00000000 05b62e40+
    +0xbfa7f210: 00008374 00009638 bfa7f240 bfd04dc4+
    +0xbfa7f220: 00000000 00000000 00000000 00000000+
    +0xbfa7f230: 00000000 00000000 00000000 00000000+
    +0xbfa7f240: feca9f1c 00007fec 00000006 00034cb8+
    +0xbfa7f250: 00000005 00000002 01000000 006d81a8+
    Instructions: (pc=0xfecaa04c)
    +0xfecaa03c: 7f f8 86 38 90 10 00 1b 8a 10 20 06 ca 26 e0 e4+
    +0xfecaa04c: ec 06 60 00 fa 05 a0 08 80 a7 60 00 02 40 00 11+
    Stack: [0xbfa00000,0xbfa80000),  sp=0xbfa7f1e0,  free space=508k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    +V  [libjvm.so+0x4aa04c]+
    +C  [libjmmpa.so+0x4dcc] Java_com_sun_media_codec_audio_mpa_NativeEncoder_nFlush+0x1c+
    +j  com.sun.media.codec.audio.mpa.NativeEncoder.nFlush(I[B)I+0+
    +j  com.sun.media.codec.audio.mpa.NativeEncoder.nFlush(I[B)I+0+
    j  com.sun.media.codec.audio.mpa.NativeEncoder.process(Ljavax/media/Buffer;Ljavax/media/Buffer;)I20+
    v  ~C2IAdapter
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.SourceThread.process()Z
    J  com.sun.media.util.LoopThread.run()V
    v  ~I2CAdapter
    v  ~StubRoutines::call_stub
    +V  [libjvm.so+0x19b95c]+
    +V  [libjvm.so+0x2c1a24]+
    +V  [libjvm.so+0x2e1010]+
    +V  [libjvm.so+0x2dcbac]+
    +V  [libjvm.so+0x67a7e0]+
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    +j  com.sun.media.codec.audio.mpa.NativeEncoder.nFlush(I[B)I+0+
    j  com.sun.media.codec.audio.mpa.NativeEncoder.process(Ljavax/media/Buffer;Ljavax/media/Buffer;)I20+
    v  ~C2IAdapter
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.BasicFilterModule.process()V
    J  com.sun.media.SourceThread.process()Z
    J  com.sun.media.util.LoopThread.run()V
    v  ~I2CAdapter
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
    +0x0557db38 JavaThread "Thread-3024" [_thread_blocked, id=97827]+
    +0x05390a28 JavaThread "Loop thread" [_thread_blocked, id=97823]+
    +=>0x05b62e40 JavaThread "Loop thread: com.sun.media.parser.audio.WavParser$WavTrack@8d6f11" [_thread_in_vm, id=97822]+
    +0x05725a68 JavaThread "JMF thread: SendEventQueue: com.sun.media.ProcessEngine" [_thread_blocked, id=97814]+
    +0x05303e38 JavaThread "JMF thread: SendEventQueue: com.sun.media.processor.unknown.Handler" [_thread_blocked, id=97813]+
    +0x053d6848 JavaThread "Loop thread" [_thread_blocked, id=97812]+
    +0x05b8d508 JavaThread "RawBufferStream Thread" [_thread_blocked, id=97811]+
    +0x04a957b8 JavaThread "JMF thread: SendEventQueue: com.sun.media.ProcessEngine" [_thread_blocked, id=97806]+
    +0x0573c8a0 JavaThread "JMF thread: SendEventQueue: com.sun.media.processor.unknown.Handler" [_thread_blocked, id=97805]+
    +0x04be2248 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=97804]+
    +0x00189ea0 JavaThread "Timer-1" daemon [_thread_blocked, id=38]+
    +0x00e2d5f8 JavaThread "OamBus" daemon [_thread_in_native, id=26]+
    +0x00e5d168 JavaThread "Dispatcher-Thread-3" daemon [_thread_blocked, id=25]+
    +0x00c972b8 JavaThread "Thread-2" [_thread_blocked, id=20]+
    +0x00c4e9b0 JavaThread "RMI TCP Accept-19912" daemon [_thread_in_native, id=18]+
    +0x00c56c90 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=17]+
    +0x00c51da0 JavaThread "Timer-0" daemon [_thread_blocked, id=16]+
    +0x001ae158 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15]+
    +0x001ac898 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14]+
    +0x001aba20 JavaThread "CompilerThread0" daemon [_thread_blocked, id=13]+
    +0x001aab08 JavaThread "AdapterThread" daemon [_thread_blocked, id=12]+
    +0x001a9d68 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11]+
    +0x001a90d8 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=10]+
    +0x0019c718 JavaThread "Finalizer" daemon [_thread_blocked, id=9]+
    +0x0019c1d8 JavaThread "Reference Handler" daemon [_thread_blocked, id=8]+
    +0x0003b260 JavaThread "main" [_thread_blocked, id=1]+
    Other Threads:
    +0x0019a0f8 VMThread [id=7]+
    +0x00c55fe0 WatcherThread [id=19]+
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 24512K, used 3242K [0xd4800000, 0xd6000000, 0xd6000000)
    eden space 24448K,  13% used [0xd4800000, 0xd4b2aa50, 0xd5fe0000)
    from space 64K,   0% used [0xd5fe0000, 0xd5fe0000, 0xd5ff0000)
    to   space 64K,   0% used [0xd5ff0000, 0xd5ff0000, 0xd6000000)
    concurrent mark-sweep generation total 499712K, used 263197K [0xd6000000, 0xf4800000, 0xf4800000)
    concurrent-mark-sweep perm gen total 50712K, used 30431K [0xf4800000, 0xf7986000, 0xf8800000)
    Dynamic libraries:
    +0x00010000      /usr/jdk/instances/jdk1.5.0/bin/java+
    +0xff390000      /usr/lib/libthread.so.1+
    +0xff360000      /usr/lib/libdl.so.1+
    +0xff200000      /usr/lib/libc.so.1+
    +0xff380000      /platform/SUNW,Netra-440/lib/libc_psr.so.1+
    +0xfe800000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/server/libjvm.so+
    +0xff300000      /usr/lib/libsocket.so.1+
    +0xff330000      /usr/lib/libsched.so.1+
    +0xff1c0000      /usr/lib/libCrun.so.1+
    +0xff190000      /usr/lib/libm.so.1+
    +0xff080000      /usr/lib/libnsl.so.1+
    +0xfe700000      /usr/lib/libm.so.2+
    +0xff160000      /usr/lib/libscf.so.1+
    +0xff140000      /usr/lib/libdoor.so.1+
    +0xff060000      /usr/lib/libuutil.so.1+
    +0xfe7d0000      /usr/lib/libgen.so.1+
    +0xfe6d0000      /usr/lib/libmd.so.1+
    +0xfe6b0000      /platform/SUNW,Netra-440/lib/libmd_psr.so.1+
    +0xfe690000      /usr/lib/libmp.so.2+
    +0xfe650000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/native_threads/libhpi.so+
    +0xfe5c0000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libverify.so+
    +0xfe580000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libjava.so+
    +0xfe560000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libzip.so+
    +0xfe410000      /usr/lib/locale/en_US/en_US.so.3+
    +0xfe310000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libmanagement.so+
    +0xfe250000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libnet.so+
    +0xcc450000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libj2pkcs11.so+
    +0xcc410000      /usr/lib/libpkcs11.so+
    +0xcc3f0000      /usr/lib/libcryptoutil.so.1+
    +0xcc340000      /usr/lib/security/pkcs11_softtoken.so+
    +0xcc3d0000      /opt/tib/EAG/tibrv/lib/libtibrvj.so+
    +0xcc310000      /opt/tib/EAG/tibrv/lib/libtibrvcmq.so+
    +0xcc250000      /opt/tib/EAG/tibrv/lib/libtibrvcm.so+
    +0xcc230000      /opt/tib/EAG/tibrv/lib/libtibrvft.so+
    +0xcc110000      /opt/tib/EAG/tibrv/lib/libtibrv.so+
    +0xccbf0000      /usr/lib/libpthread.so.1+
    +0xcc210000      /usr/lib/libkstat.so.1+
    +0xcc050000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libnio.so+
    +0xcc030000      /usr/lib/librt.so.1+
    +0xcc010000      /usr/lib/libaio.so.1+
    +0xc0680000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libawt.so+
    +0xc0500000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libmlib_image.so+
    +0xcb920000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/headless/libmawt.so+
    +0xcb850000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libjmutil.so+
    +0xbfd80000      /usr/lib/libX11.so.4+
    +0xcb810000      /usr/openwin/lib/libXext.so.0+
    +0xbfd00000      /usr/jdk/instances/jdk1.5.0/jre/lib/sparc/libjmmpa.so+
    VM Arguments:
    jvm_args: -DappInstanceId=19912 -DsocketCountPorts= -Dlog4j.configuration=DCL_BusListener-19912-5.1.2-log4j.xml -Dcfg.uri=/u01/home/ihome/ops/Server/cfg/dcl_bus_responder.xml -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Dcom.sun.management.jmxremote.port=19912 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.awt.headless=true -Dargos.group=VMABusListener -Dspring.bootstrap=spring/VoiceMailAdapter/dcl/DCLSpringBootstrapContext.xml -Xmx512m -Xms512m -verbose:gc -XX:PrintGCDetails -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:MaxNewSize=24m -XX:NewSize=24m -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=60+
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/jdk/latest
    PATH=/usr/jdk/latest/bin:/usr/local/bin:/usr/jdk/latest/bin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/sfw/bin:/opt/sfw/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/sadm/bin:/usr/proc/bin:/opt/tib/EAG/tibrv:.:/u01/home/ihome/.bin:/usr/sfw/bin:/opt/tib/EAG/tibrv/bin:/u01/app/oracle/product/10.2.0/db10g/bin:/opt/tib/EAG/tibrv:.:/u01/home/ihome/.bin:/usr/sfw/bin:/opt/tib/EAG/tibrv/bin:/u01/app/oracle/product/10.2.0/db10g/bin
    LD_LIBRARY_PATH=/usr/jdk/instances/jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk/instances/jdk1.5.0/jre/../lib/sparc:/opt/tib/EAG/tibrv/lib:/opt/tib/EAG/tibrv/lib
    SHELL=/usr/bin/bash
    Signal Handlers:
    +SIGSEGV: [libjvm.so+0x709bb4], sa_mask[0]=0xffbffeff, sa_flags=0x00000004+
    +SIGBUS: [libjvm.so+0x709bb4], sa_mask[0]=0xffbffeff, sa_flags=0x00000004+
    +SIGFPE: [libjvm.so+0x274474], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c+
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    +SIGILL: [libjvm.so+0x274474], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c+
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    +SIGQUIT: [libjvm.so+0x67bb74], sa_mask[0]=0xffbffeff, sa_flags=0x00000004+
    +SIGTERM: [libjvm.so+0x67bb74], sa_mask[0]=0xffbffeff, sa_flags=0x00000004+
    ---------------  S Y S T E M  ---------------
    OS:                       Solaris 10 11/06 s10s_u3wos_10 SPARC
    Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
    Use is subject to license terms.
    Assembled 14 November 2006
    uname:SunOS 5.10 Generic_127111-11 sun4u  (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:9.45 9.59 9.62
    CPU:total 4 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 16777216k(6702928k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_11-b03) for solaris-sparc, built on Dec 15 2006 01:18:11 by unknown with unknown Workshop:0x550

    Hello captfoss!
    The Linux video drivers are buggy. If you give them video they don't like, they crash.You seem to repeat this statement quite often......but I don't think s/he is using Linux. S/He is using Solaris10 !!!
    I don't know if Linux and Solaris are same OS.............
    Thanks! And please don't take it as a comment! :-)

  • Getting following exception while running coherence tutorial using JDev

    Hi,
    I am getting following exception while running the Oracle Coherence tutorial in Jdeveloper, but unfortunately I'm not able to figure out what's wrong with my configuration.
    Any help will be highly appreciated,
    D:\OracleSOA\Middleware\jdk160_24\bin\javaw.exe -client -classpath C:\JDeveloper\mywork\KnowledgeSOA\.adf;C:\JDeveloper\mywork\KnowledgeSOA\JPA\classes;D:\OracleSOA\Middleware\modules\com.oracle.toplink_1.0.0.0_11-1-1-5-0.jar;D:\OracleSOA\Middleware\modules\org.eclipse.persistence_1.1.0.0_2-1.jar;D:\OracleSOA\Middleware\modules\com.bea.core.antlr.runtime_2.7.7.jar;D:\OracleSOA\Middleware\modules\javax.persistence_1.0.0.0_2-0-0.jar;D:\OracleSOA\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;D:\OracleSOA\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xml.jar;D:\OracleSOA\Middleware\modules\javax.jsf_1.1.0.0_1-2.jar;D:\OracleSOA\Middleware\modules\javax.ejb_3.0.1.jar;D:\OracleSOA\Middleware\modules\javax.enterprise.deploy_1.2.jar;D:\OracleSOA\Middleware\modules\javax.interceptor_1.0.jar;D:\OracleSOA\Middleware\modules\javax.jms_1.1.1.jar;D:\OracleSOA\Middleware\modules\javax.jsp_1.2.0.0_2-1.jar;D:\OracleSOA\Middleware\modules\javax.jws_2.0.jar;D:\OracleSOA\Middleware\modules\javax.activation_1.1.0.0_1-1.jar;D:\OracleSOA\Middleware\modules\javax.mail_1.1.0.0_1-4-1.jar;D:\OracleSOA\Middleware\modules\javax.xml.soap_1.3.1.0.jar;D:\OracleSOA\Middleware\modules\javax.xml.rpc_1.2.1.jar;D:\OracleSOA\Middleware\modules\javax.xml.ws_2.1.1.jar;D:\OracleSOA\Middleware\modules\javax.management.j2ee_1.0.jar;D:\OracleSOA\Middleware\modules\javax.resource_1.5.1.jar;D:\OracleSOA\Middleware\modules\javax.servlet_1.0.0.0_2-5.jar;D:\OracleSOA\Middleware\modules\javax.transaction_1.0.0.0_1-1.jar;D:\OracleSOA\Middleware\modules\javax.xml.stream_1.1.1.0.jar;D:\OracleSOA\Middleware\modules\javax.security.jacc_1.0.0.0_1-1.jar;D:\OracleSOA\Middleware\modules\javax.xml.registry_1.0.0.0_1-0.jar;D:\OracleSOA\Middleware\jdeveloper\ide\macros\..\..\..\oracle_common\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;D:\OracleSOA\Middleware\jdeveloper\ide\macros\..\..\..\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n.jar;D:\OracleSOA\Middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;D:\OracleSOA\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;D:\Coherence\toplink\jlib\eclipselink.jar;D:\Coherence\coherence-java-3.7.1.0b27797\coherence\lib\coherence.jar;D:\Oracle\Middleware\modules\javax.persistence_1.0.0.0_1-0-2.jar;D:\Coherence\coherence-java-3.7.1.0b27797\coherence\lib\coherence-jpa.jar;D:\Coherence\ojdbc5.jar;D:\Coherence\toplink\jlib\toplink.jar -Djavax.net.ssl.trustStore=D:\OracleSOA\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dhttp.proxyHost=proxymlz.samba.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=scms.*|*.contoso.com|ldrps.*|col.wls.*|desu*|tdlintra.*|10.8.*|10.10.*|*.corp.samba.com|ckcexch1*|whoexch1*|lhoexch1*|ehoexch1*|cmzexch2*|choexch2*|cdcstg2.*|itr2.samba.com|itr.samba.com|*.session.rservices.com|cold.samba.com|sims.samba.com|intranet.samba.com|localhost|localhost.localdomain|127.0.0.1|::1|crgmz01bssu-006.corp.samba.com|crgmz01bssu-006 -Dhttps.proxyHost=proxymlz.samba.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=scms.*|*.contoso.com|ldrps.*|col.wls.*|desu*|tdlintra.*|10.8.*|10.10.*|*.corp.samba.com|ckcexch1*|whoexch1*|lhoexch1*|ehoexch1*|cmzexch2*|choexch2*|cdcstg2.*|itr2.samba.com|itr.samba.com|*.session.rservices.com|cold.samba.com|sims.samba.com|intranet.samba.com|localhost|localhost.localdomain|127.0.0.1|::1|crgmz01bssu-006.corp.samba.com|crgmz01bssu-006 -Dtangosol.coherence.cacheconfig=C:\JDeveloper\mywork\KnowledgeSOA\JPA\jpa-cache-config.xml -Dtangosol.coherence.distributed.localstorage=false -Dtangosol.coherence.log.level=3 com.samba.coherence.RunEmployee
    2012-08-12 13:36:48.447/0.265 Oracle Coherence 3.7.1.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/D:/Coherence/coherence-java-3.7.1.0b27797/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2012-08-12 13:36:48.479/0.297 Oracle Coherence 3.7.1.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/D:/Coherence/coherence-java-3.7.1.0b27797/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    Oracle Coherence Version 3.7.1.0 Build 27797
    Grid Edition: Development mode
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
    2012-08-12 13:36:48.603/0.421 Oracle Coherence GE 3.7.1.0 <Info> (thread=main, member=n/a): Loaded cache configuration from "file:/C:/JDeveloper/mywork/KnowledgeSOA/JPA/jpa-cache-config.xml"; this document does not refer to any schema definition and has not been validated.
    2012-08-12 13:36:49.290/1.108 Oracle Coherence GE 3.7.1.0 <Info> (thread=Cluster, member=n/a): This Member(Id=3, Timestamp=2012-08-12 13:36:49.118, Address=10.10.51.150:8090, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4816, Role=SambaCoherenceRunEmployee, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4) joined cluster "cluster:0xFCDB" with senior Member(Id=1, Timestamp=2012-08-12 13:31:01.774, Address=10.10.51.150:8088, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4812, Role=CoherenceServer, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4)
    2012-08-12 13:36:49.305/1.123 Oracle Coherence GE 3.7.1.0 <Info> (thread=main, member=n/a): Started cluster Name=cluster:0xFCDB
    Group{Address=224.3.7.0, Port=37000, TTL=4}
    MasterMemberSet(
    ThisMember=Member(Id=3, Timestamp=2012-08-12 13:36:49.118, Address=10.10.51.150:8090, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4816, Role=SambaCoherenceRunEmployee)
    OldestMember=Member(Id=1, Timestamp=2012-08-12 13:31:01.774, Address=10.10.51.150:8088, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4812, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=2
    Member(Id=1, Timestamp=2012-08-12 13:31:01.774, Address=10.10.51.150:8088, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4812, Role=CoherenceServer)
    Member(Id=3, Timestamp=2012-08-12 13:36:49.118, Address=10.10.51.150:8090, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4816, Role=SambaCoherenceRunEmployee)
    MemberId|ServiceVersion|ServiceJoined|MemberState
    1|3.7.1|2012-08-12 13:31:01.774|JOINED,
    3|3.7.1|2012-08-12 13:36:49.305|JOINED
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0
    TcpRing{Connections=[1]}
    IpMonitor{AddressListSize=0}
    Exception in thread "main" (Wrapped) java.io.InvalidClassException: org.eclipse.persistence.indirection.IndirectList; local class incompatible: stream classdesc serialVersionUID = 4038061360325736360, local class serialVersionUID = -494763524358427112
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:266)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ConverterFromBinary.convert(PartitionedCache.CDB:4)
         at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
         at com.samba.coherence.RunEmployee.main(RunEmployee.java:17)
    Caused by: java.io.InvalidClassException: org.eclipse.persistence.indirection.IndirectList; local class incompatible: stream classdesc serialVersionUID = 4038061360325736360, local class serialVersionUID = -494763524358427112
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1731)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at com.tangosol.util.ExternalizableHelper.readSerializable(ExternalizableHelper.java:2217)
         at com.tangosol.util.ExternalizableHelper.readObjectInternal(ExternalizableHelper.java:2348)
         at com.tangosol.util.ExternalizableHelper.deserializeInternal(ExternalizableHelper.java:2746)
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:262)
         ... 5 more
    Process exited with exit code 1.
    My Cache-Config file
    <?xml version="1.0" encoding="windows-1252" ?>
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <!-- Set the name of the cache to be the entity name -->
    <cache-name>Employees</cache-name>
    <!-- Configure this cache to use the scheme defined below -->
    <scheme-name>jpa-distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>jpa-distributed</scheme-name>
    <service-name>JpaDistributedCache</service-name>
    <backing-map-scheme>
    <read-write-backing-map-scheme>
    <!--
    Define the cache scheme
    -->
    <internal-cache-scheme>
    <local-scheme/>
    </internal-cache-scheme>
    <cachestore-scheme>
    <class-scheme>
    <class-name>com.tangosol.coherence.jpa.JpaCacheStore</class-name>
    <init-params>
    <!--
    This param is the entity name
    This param is the fully qualified entity class
    This param should match the value of the
    persistence unit name in persistence.xml
    -->
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>{cache-name}</param-value>
    </init-param>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>com.samba.coherence.{cache-name}</param-value>
    </init-param>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>JPA</param-value>
    </init-param>
    </init-params>
    </class-scheme>
    </cachestore-scheme>
    </read-write-backing-map-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    </caching-schemes>
    </cache-config>
    cache-server.cmd
    @echo off
    @rem This will start a cache server
    setlocal
    :config
    @rem specify the Coherence installation directory
    set coherence_home=D:\Coherence\coherence-java-3.7.1.0b27797\coherence
    @rem specify the JVM heap size
    set memory=512m
    :start
    if not exist "%coherence_home%\lib\coherence.jar" goto instructions
    if "%java_home%"=="" (set java_exec=java) else (set java_exec=%java_home%\bin\java)
    :launch
    if "%1"=="-jmx" (
         set jmxproperties=-Dcom.sun.management.jmxremote -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true
         shift
    set java_opts=-Xms%memory% -Xmx%memory% %jmxproperties% -Dtangosol.coherence.cacheconfig=C:\JDeveloper\mywork\KnowledgeSOA\JPA\jpa-cache-config.xml
    %java_exec% -server -showversion %java_opts% -cp "%coherence_home%\lib\coherence.jar;C:\JDeveloper\mywork\KnowledgeSOA\JPA\classes;D:\Coherence\coherence-java-3.7.1.0b27797\coherence\lib\coherence-jpa.jar;D:\Coherence\ojdbc5.jar;D:\Coherence\toplink\jlib\eclipselink.jar;D:\Oracle\Middleware\modules\javax.persistence_1.0.0.0_1-0-2.jar" com.tangosol.net.DefaultCacheServer %1
    goto exit
    :instructions
    echo Usage:
    echo ^<coherence_home^>\bin\cache-server.cmd
    goto exit
    :exit
    endlocal
    @echo on
    Many Thanks in Advance
    Zia

    Hi Zia,
    The error is...
    Caused by: java.io.InvalidClassException: org.eclipse.persistence.indirection.IndirectList; local class incompatible: stream classdesc serialVersionUID = 4038061360325736360, local class serialVersionUID = -494763524358427112
    ...which means you have two different versions of org.eclipse.persistence.indirection.IndirectList, one on the server and one in the client (JDeveloper). As these classes have different serialVersionUID values then Java throws an exception when deserializing as they are probably not compatible.
    I don't know much about the Eclipse stuff but from looking at your post I can only assume one version of the class is in D:\Coherence\toplink\jlib\eclipselink.jar on the Coherence server side and the other is in JDevloper in D:\OracleSOA\Middleware\modules\org.eclipse.persistence_1.1.0.0_2-1.jar as these are the only jar file containing "eclipse" that I can see on the classpaths.
    JK

  • Error while running adcfgclone on APPS tier (ERROR: context creation not completed successfully)

    I am getting below error while running adcfgclone on APPS tier
    ERROR : Unable to set CLASSPATH
    /corp_ex1/DRPM/drpmcomn/clone/bin/../jlib/classes111.zip: is  missing
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    ERROR: context creation not completed successfully.
    Please check /tmp/adcfgclone_29475.err file for errors
    i  copied classes111.zip from IAS_HOME to COMMON_TOP . Now I am getting below error
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    ERROR: context creation not completed successfully.
    Please check /tmp/adcfgclone_30763.err file for errors

    Please post the details of the application release, database version and OS.
    ERROR: context creation not completed successfully
    This is a generic error, please check the log files for details about the error.
    Thanks,
    Hussein

  • Error message:render error while running sales and reports

    r message:render error while running sales and reports.
    how do you fix it?

    Hello,
    Thanks for your post.
    I can't find any useful information based on the error message. Could you please elaborate your scenario with more detail? In addition, please help to collect detail log information regarding this issue.
    If this issue occured while view a SSRS report, please take a look at the following artice:
    How to diagnose issues when running reports in the report server?
    http://blogs.msdn.com/b/lukaszp/archive/2007/01/31/how-to-diagnose-issues-when-running-reports-in-the-report-server.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • While running the form-showing some error

    hi,
    while running the form-showing some error... I mentioned Below
    # An unexpected error has been detected by Java Runtime Environment:
    # Internal Error (safepoint.cpp:583), pid=3512, tid=4932
    # Error: Illegal threadstate encountered: 4
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x16788400): JavaThread "Thread-6" [_thread_in_native, id=4932, stack(0x1d7d0000,0x1d9d0000)]
    Stack: [0x1d7d0000,0x1d9d0000]
    <<<<<<<<<<<<<<<<<<<This is Another One Error>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0c307fd3, pid=5880, tid=6964
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x57fd3]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x17926000): JavaThread "Thread-14" [_thread_in_native, id=6964, stack(0x04be0000,0x04de0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0xfffffffc
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x04ddcf8c
    ESP=0x04ddcf58, EBP=0x00000000, ESI=0x04ddcf8c, EDI=0x00000400
    EIP=0x0c307fd3, EFLAGS=0x00010246
    Top of Stack: (sp=0x04ddcf58)
    0x04ddcf58: 04ddcf8c 0c3087a6 00000000 00000000
    0x04ddcf68: 00000000 0c37d855 04ddcf8c 1790e61c
    0x04ddcf78: 1790e61c 04ddd2f8 04ddd238 00000958
    0x04ddcf88: 00000000 00000000 00000001 00000000
    0x04ddcf98: 00000000 00000000 00000000 ffffffff
    0x04ddcfa8: 75966ce9 75966d91 00040000 17895c08
    0x04ddcfb8: 179b9f08 179b9f10 179ba2fc 00000400
    0x04ddcfc8: 178e9f70 0e563a98 0e563ab0 0e563b40
    Instructions: (pc=0x0c307fd3)
    0x0c307fc3: 04 56 8b f1 8b 4c 24 0c 89 06 89 46 14 89 4e 10
    0x0c307fd3: 8b 40 fc 50 89 46 04 e8 91 09 02 00 83 c4 04 85
    Stack: [0x04be0000,0x04de0000], sp=0x04ddcf58, free space=2035k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x57fd3]
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x17924000 JavaThread "Flush Queue" [_thread_blocked, id=5624, stack(0x1fb80000,0x1fc80000)]
    0x17928000 JavaThread "Busy indicator" daemon [_thread_blocked, id=5324, stack(0x1f9f0000,0x1faf0000)]
    0x17924800 JavaThread "HeartBeat" [_thread_blocked, id=5576, stack(0x1f8d0000,0x1f9d0000)]
    0x17928400 JavaThread "Forms-StreamMessageWriter" [_thread_blocked, id=5696, stack(0x1f4b0000,0x1f5b0000)]
    0x17926c00 JavaThread "Forms-StreamMessageReader" [_thread_blocked, id=5412, stack(0x1f2d0000,0x1f3d0000)]
    0x17925000 JavaThread "thread applet-oracle.forms.engine.Main" [_thread_blocked, id=3904, stack(0x1e980000,0x1ea80000)]
    0x17926800 JavaThread "Thread-16" [_thread_in_vm, id=5080, stack(0x1d100000,0x1d300000)]
    0x17921c00 JavaThread "TaskScheduler timer" [_thread_blocked, id=6188, stack(0x1cef0000,0x1cff0000)]
    0x17927400 JavaThread "Flush Queue" [_thread_blocked, id=5620, stack(0x0a600000,0x0a700000)]
    0x17922800 JavaThread "CursorIdler" [_thread_blocked, id=6120, stack(0x1bf10000,0x1c010000)]
    0x17925400 JavaThread "Busy indicator" daemon [_thread_blocked, id=5428, stack(0x1c300000,0x1c400000)]
    0x17924400 JavaThread "HeartBeat" [_thread_blocked, id=480, stack(0x1cc70000,0x1cd70000)]
    0x17929000 JavaThread "Forms-StreamMessageWriter" [_thread_blocked, id=6288, stack(0x1c050000,0x1c150000)]
    0x17922c00 JavaThread "Forms-StreamMessageReader" [_thread_blocked, id=3932, stack(0x0a1d0000,0x0a2d0000)]
    0x17927800 JavaThread "thread applet-oracle.forms.engine.Main" [_thread_blocked, id=6708, stack(0x0b570000,0x0b670000)]
    0x17928800 JavaThread "SunToolkit.PostEventQueue-6" [_thread_blocked, id=4140, stack(0x1be10000,0x1bf10000)]
    0x17922000 JavaThread "AWT-EventQueue-6" [_thread_blocked, id=6524, stack(0x0b6d0000,0x0b7d0000)]
    =>0x17926000 JavaThread "Thread-14" [_thread_in_native, id=6964, stack(0x04be0000,0x04de0000)]
    0x17923400 JavaThread "Screen Updater" [_thread_blocked, id=3812, stack(0x1a990000,0x1aa90000)]
    0x178f2400 JavaThread "JAR Cache Cleanup Thread" [_thread_blocked, id=3784, stack(0x1a360000,0x1a460000)]
    0x178ec800 JavaThread "TimerQueue" daemon [_thread_blocked, id=4844, stack(0x19fe0000,0x1a0e0000)]
    0x178e4400 JavaThread "Thread-2" [_thread_blocked, id=5800, stack(0x1a150000,0x1a250000)]
    0x178e3c00 JavaThread "Thread-1" [_thread_blocked, id=3496, stack(0x19450000,0x19550000)]
    0x0be0f400 JavaThread "Main Console Writer" [_thread_blocked, id=3324, stack(0x18ee0000,0x18fe0000)]
    0x0be0e000 JavaThread "AWT-Windows" [_thread_in_native, id=2040, stack(0x18b60000,0x18c60000)]
    0x0be0dc00 JavaThread "SunToolkit.PostEventQueue-1" [_thread_blocked, id=728, stack(0x175d0000,0x176d0000)]
    0x0be0d400 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=4000, stack(0x188a0000,0x189a0000)]
    0x0bdc5000 JavaThread "SunToolkit.PostEventQueue-0" [_thread_blocked, id=4720, stack(0x174b0000,0x175b0000)]
    0x0bdd8800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2708, stack(0x17790000,0x17890000)]
    0x0bd8d000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3772, stack(0x16cb0000,0x16db0000)]
    0x0bd86400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3780, stack(0x16fe0000,0x170e0000)]
    0x0bd85800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5828, stack(0x16dc0000,0x16ec0000)]
    0x0bd7b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2492, stack(0x16b90000,0x16c90000)]
    0x0bd72800 JavaThread "Finalizer" daemon [_thread_blocked, id=3800, stack(0x0c0e0000,0x0c1e0000)]
    0x0bd6e000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1824, stack(0x16980000,0x16a80000)]
    Other Threads:
    0x0bd6c000 VMThread [stack: 0x16840000,0x16940000] [id=3892]
    0x0bd95c00 WatcherThread [stack: 0x17160000,0x17260000] [id=4680]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1024K, used 400K [0x0e510000, 0x0e620000, 0x0e9f0000)
    eden space 960K, 35% used [0x0e510000, 0x0e5642b0, 0x0e600000)
    from space 64K, 100% used [0x0e610000, 0x0e620000, 0x0e620000)
    to space 64K, 0% used [0x0e600000, 0x0e600000, 0x0e610000)
    tenured generation total 11516K, used 10193K [0x0e9f0000, 0x0f52f000, 0x12510000)
    the space 11516K, 88% used [0x0e9f0000, 0x0f3e4780, 0x0f3e4800, 0x0f52f000)
    compacting perm gen total 12288K, used 9184K [0x12510000, 0x13110000, 0x16510000)
    the space 12288K, 74% used [0x12510000, 0x12e08140, 0x12e08200, 0x13110000)
    No shared spaces configured.
    Dynamic libraries:
    0x012f0000 - 0x013a8000      C:\Program Files (x86)\Internet Explorer\iexplore.exe
    0x77e00000 - 0x77f80000      C:\Windows\SysWOW64\ntdll.dll
    0x76980000 - 0x76a90000      C:\Windows\syswow64\kernel32.dll
    0x76b10000 - 0x76b56000      C:\Windows\syswow64\KERNELBASE.dll
    0x758b0000 - 0x75950000      C:\Windows\syswow64\ADVAPI32.dll
    0x75b40000 - 0x75bec000      C:\Windows\syswow64\msvcrt.dll
    0x76ec0000 - 0x76ed9000      C:\Windows\SysWOW64\sechost.dll
    0x770d0000 - 0x771c0000      C:\Windows\syswow64\RPCRT4.dll
    0x754e0000 - 0x75540000      C:\Windows\syswow64\SspiCli.dll
    0x754d0000 - 0x754dc000      C:\Windows\syswow64\CRYPTBASE.dll
    0x75950000 - 0x75a50000      C:\Windows\syswow64\USER32.dll
    0x77450000 - 0x774e0000      C:\Windows\syswow64\GDI32.dll
    0x756d0000 - 0x756da000      C:\Windows\syswow64\LPK.dll
    0x77030000 - 0x770cd000      C:\Windows\syswow64\USP10.dll
    0x76e60000 - 0x76eb7000      C:\Windows\syswow64\SHLWAPI.dll
    0x75d30000 - 0x7697a000      C:\Windows\syswow64\SHELL32.dll
    0x76d00000 - 0x76e5c000      C:\Windows\syswow64\ole32.dll
    0x75560000 - 0x75671000      C:\Windows\syswow64\urlmon.dll
    0x756e0000 - 0x7576f000      C:\Windows\syswow64\OLEAUT32.dll
    0x771c0000 - 0x77378000      C:\Windows\syswow64\iertutil.dll
    0x75c10000 - 0x75d2b000      C:\Windows\syswow64\WININET.dll
    0x77dd0000 - 0x77dd3000      C:\Windows\syswow64\Normaliz.dll
    0x75770000 - 0x757d0000      C:\Windows\system32\IMM32.DLL
    0x77380000 - 0x7744c000      C:\Windows\syswow64\MSCTF.dll
    0x6c5a0000 - 0x6cee6000      C:\Windows\system32\IEFRAME.dll
    0x75550000 - 0x75555000      C:\Windows\syswow64\PSAPI.DLL
    0x6dbc0000 - 0x6dbfc000      C:\Windows\system32\OLEACC.dll
    0x71710000 - 0x718ae000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
    0x76a90000 - 0x76b0b000      C:\Windows\syswow64\comdlg32.dll
    0x6b640000 - 0x6b671000      C:\Program Files (x86)\Internet Explorer\IEShims.dll
    0x73070000 - 0x730f0000      C:\Windows\system32\uxtheme.dll
    0x73870000 - 0x73878000      C:\Windows\system32\Secur32.dll
    0x73c60000 - 0x73c6b000      C:\Windows\system32\profapi.dll
    0x757d0000 - 0x75805000      C:\Windows\syswow64\WS2_32.dll
    0x75540000 - 0x75546000      C:\Windows\syswow64\NSI.dll
    0x73720000 - 0x73764000      C:\Windows\system32\dnsapi.DLL
    0x736c0000 - 0x736dc000      C:\Windows\system32\iphlpapi.DLL
    0x736b0000 - 0x736b7000      C:\Windows\system32\WINNSI.DLL
    0x73c70000 - 0x73c7e000      C:\Windows\system32\RpcRtRemote.dll
    0x70230000 - 0x70243000      C:\Windows\system32\dwmapi.dll
    0x6cef0000 - 0x6daab000      C:\Windows\system32\MSHTML.dll
    0x73d40000 - 0x73d49000      C:\Windows\system32\VERSION.dll
    0x76b60000 - 0x76cfd000      C:\Windows\syswow64\setupapi.dll
    0x75a50000 - 0x75a77000      C:\Windows\syswow64\CFGMGR32.dll
    0x75bf0000 - 0x75c02000      C:\Windows\syswow64\DEVOBJ.dll
    0x6c0a0000 - 0x6c15a000      C:\Windows\system32\d2d1.dll
    0x6ff30000 - 0x7003b000      C:\Windows\system32\DWrite.dll
    0x6c010000 - 0x6c093000      C:\Windows\system32\dxgi.dll
    0x75a80000 - 0x75aad000      C:\Windows\syswow64\WINTRUST.dll
    0x76ee0000 - 0x76ffd000      C:\Windows\syswow64\CRYPT32.dll
    0x75810000 - 0x7581c000      C:\Windows\syswow64\MSASN1.dll
    0x6bfe0000 - 0x6c00c000      C:\Windows\system32\d3d10_1.dll
    0x6bfa0000 - 0x6bfda000      C:\Windows\system32\d3d10_1core.dll
    0x73cc0000 - 0x73cd6000      C:\Windows\system32\CRYPTSP.dll
    0x73c80000 - 0x73cbb000      C:\Windows\system32\rsaenh.dll
    0x75820000 - 0x758a3000      C:\Windows\syswow64\CLBCatQ.DLL
    0x6bf30000 - 0x6bf62000      C:\Program Files (x86)\Internet Explorer\ieproxy.dll
    0x73cf0000 - 0x73d3c000      C:\Windows\system32\apphelp.dll
    0x6db60000 - 0x6db8e000      C:\Windows\system32\MLANG.dll
    0x72910000 - 0x72931000      C:\Windows\system32\ntmarta.dll
    0x75680000 - 0x756c5000      C:\Windows\syswow64\WLDAP32.dll
    0x716b0000 - 0x71702000      C:\Windows\system32\RASAPI32.dll
    0x728f0000 - 0x72905000      C:\Windows\system32\rasman.dll
    0x73d60000 - 0x73d6d000      C:\Windows\system32\rtutils.dll
    0x737a0000 - 0x737a6000      C:\Windows\system32\sensapi.dll
    0x73a70000 - 0x73aac000      C:\Windows\system32\mswsock.dll
    0x73a60000 - 0x73a65000      C:\Windows\System32\wshtcpip.dll
    0x738b0000 - 0x738c0000      C:\Windows\system32\NLAapi.dll
    0x6de50000 - 0x6deaf000      C:\Windows\system32\SXS.DLL
    0x73660000 - 0x73666000      C:\Windows\system32\rasadhlp.dll
    0x701c0000 - 0x701c7000      C:\Windows\system32\msiltcfg.dll
    0x6f290000 - 0x6f4d0000      C:\Windows\system32\msi.dll
    0x73c50000 - 0x73c53000      C:\Windows\SysWOW64\SFC.DLL
    0x73ac0000 - 0x73acd000      C:\Windows\system32\sfc_os.DLL
    0x658b0000 - 0x65a6b000      C:\Windows\SysWOW64\jscript9.dll
    0x6dbb0000 - 0x6dbbb000      C:\Windows\system32\msimtf.dll
    0x6c460000 - 0x6c555000      C:\Windows\system32\PROPSYS.dll
    0x6bbf0000 - 0x6bceb000      C:\Windows\system32\windowscodecs.dll
    0x6bd30000 - 0x6be32000      C:\Windows\system32\d3d10.dll
    0x6bcf0000 - 0x6bd23000      C:\Windows\system32\d3d10core.dll
    0x6be40000 - 0x6be6b000      C:\Windows\system32\msls31.dll
    0x728e0000 - 0x728e6000      C:\Windows\System32\wship6.dll
    0x736e0000 - 0x73707000      C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    0x73670000 - 0x736a8000      C:\Windows\System32\fwpuclnt.dll
    0x01150000 - 0x0115d000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\npjinit13122.dll
    0x09160000 - 0x0918b000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\beans.ocx
    0x73960000 - 0x73967000      C:\Windows\system32\wsock32.dll
    0x73890000 - 0x738a0000      C:\Windows\system32\napinsp.dll
    0x73780000 - 0x73792000      C:\Windows\system32\pnrpnsp.dll
    0x73710000 - 0x73718000      C:\Windows\System32\winrnr.dll
    0x089e0000 - 0x089f6000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\jpishare.dll
    0x0c2b0000 - 0x0c506000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\hotspot\jvm.dll
    0x73ad0000 - 0x73b02000      C:\Windows\system32\WINMM.dll
    0x7c340000 - 0x7c396000      C:\Windows\system32\MSVCR71.dll
    0x04960000 - 0x04967000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\hpi.dll
    0x08890000 - 0x0889d000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\verify.dll
    0x08f30000 - 0x08f48000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\java.dll
    0x08a00000 - 0x08a0d000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\zip.dll
    0x16a80000 - 0x16b8b000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\awt.dll
    0x732b0000 - 0x73301000      C:\Windows\system32\WINSPOOL.DRV
    0x09340000 - 0x0937c000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\fontmanager.dll
    0x6b130000 - 0x6b1f8000      C:\Windows\system32\OPENGL32.DLL
    0x6b100000 - 0x6b122000      C:\Windows\system32\GLU32.dll
    0x6fc20000 - 0x6fd07000      C:\Windows\system32\DDRAW.dll
    0x70210000 - 0x70216000      C:\Windows\system32\DCIMAN32.dll
    0x17a90000 - 0x187f1000      C:\Windows\system32\ig4icd32.dll
    0x08b60000 - 0x08b68000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\net.dll
    0x1a250000 - 0x1a2e4000      C:\Windows\system32\igdumdx32.dll
    0x1af50000 - 0x1b56d000      C:\Windows\system32\igdumd32.dll
    0x6b9b0000 - 0x6b9d5000      C:\Windows\system32\PowrProf.dll
    0x09190000 - 0x0919a000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\packager.dll
    0x72b50000 - 0x72b9f000      C:\Windows\System32\Wpc.dll
    0x731f0000 - 0x73207000      C:\Windows\System32\USERENV.dll
    0x72b00000 - 0x72b42000      C:\Windows\System32\wevtapi.dll
    0x738f0000 - 0x738ff000      C:\Windows\system32\samcli.dll
    0x73360000 - 0x73372000      C:\Windows\system32\SAMLIB.dll
    0x73930000 - 0x73939000      C:\Windows\system32\netutils.dll
    0x69d90000 - 0x6a9a5000      C:\Windows\system32\igd10umd32.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~2\Oracle\JINITI~1.22\lib\jaws.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\plugprov.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\javax-ssl-1_2.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\jssl-1_2.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.3.1.22 -Djavaplugin.nodotversion=13122 -DtrustProxy=true -Dapplication.home=C:\PROGRA~2\Oracle\JINITI~1.22 -Djava.protocol.handler.pkgs=sun.plugin.protocol.jdk12 -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~2\Oracle\JINITI~1.22\lib\applet. -Xbootclasspath/a:C:\PROGRA~2\Oracle\JINITI~1.22\lib\jaws.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\plugprov.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\javax-ssl-1_2.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\jssl-1_2.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.3.1.22 -Djavaplugin.nodotversion=13122 -DtrustProxy=true -Dapplication.home=C:\PROGRA~2\Oracle\JINITI~1.22 -Djava.protocol.handler.pkgs=sun.plugin.protocol.jdk12
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\PROGRA~2\Oracle\JINITI~1.22\bin;C:\PROGRA~2\Oracle\JINITI~1.22\jre\bin;E:\DevSuiteHome_1\jdk\jre\bin\classic;E:\DevSuiteHome_1\jdk\jre\bin;E:\DevSuiteHome_1\jdk\jre\bin\client;E:\DevSuiteHome_1\jlib;E:\DevSuiteHome_1\bin;E:\DevSuiteHome_1\jre\1.4.2\bin\client;E:\DevSuiteHome_1\jre\1.4.2\bin;E:\oracle\product\10.2.0\db_1\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Java\jdk1.6.0_30\jre\bin;;.
    USERNAME=free
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows NT 6.1 Build 7601 Service Pack 1
    CPU:total 4 (8 cores per cpu, 2 threads per core) family 6 model 10 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht
    Memory: 4k page, physical 4039108k(2141856k free), swap 4194303k(797372k free)
    vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++ 7.1
    time: Thu Mar 29 12:31:47 2012
    elapsed time: 7308 seconds
    Please find solution to solve the problem...

    you form is running in the browser with the help of Jinitiator which is nothing but A JavaInitiator.
    as your machine files located in the System32 folder of your windows directory as .DLL. are not able to communicate with the Jinitiator DLL Files being used
    for the JRE.
    The Form is sending the request to the internet explorer to run the object of applet ttype which is nothing but the Oracle Java Applet named as OC4J(Oracle Container for Java)
    if your form is running or trying to run and hangged due to some problems and your machine got abnormal shutdown then at that time the DLL fiels communicating each other may got corrupt
    due to any abmormal shutdown of your machine...
    the problem is there with the Java Side...
    There is no solution other then reloading the JRE and Jinitiator as per the error being thrown by your machine

  • I just bought my phone few days ago. From the day I bought it I realized the phone heats up after a little use. It gets really hot while using Wifi and downloading. Anyone else having these issues? What's the solution to this?

    From the day I bought it I realized the phone heats up after a little use. It gets really hot while using Wifi and downloading. Anyone else having these issues? What's the solution to this?

    Your VGA is definitely corrupted and it is irreparable, so just make the HP to change your vga.
    Also next time read my post on how to keep your laptop cool to avoid same issues again.
    I assume your laptop was pretty hot during some time and that's the result you've got.
    Make it easier for other people to find solutions, by marking my answer with 'Accept as Solution', if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

  • Just wanted to make sure I had the most up to date version of ITunes on my desktop first.  Tried to get on site, and got an error message saying; The folder ITunes is on a locked disk or you do not have write permissions for this folder.  Help!

    Wanted to sync up my new IPhone4, and thought that I should make sure I had the most up to date version of ITunes on my desktop first.  Tried to get on site, and got an error message saying; "The folder ITunes is on a locked disk or you do not have write permissions for this folder."   Cannot get on ITunes at all now.  Help!  Thx.

    In my case its a new computer the old one was stolen and the time machine disk did not work for a restore but did for copying the info to the new mac

  • Itunes  11.4.0.18 crashing when clicking on app store  Itunes is getting crash when clicked on app store. I tried to get some information for this crash and got the above message in debugging mode. Please fix this if required but i am unable to open

    Itunes  11.4.0.18 crashing when clicking on app store
    Itunes is getting crash when clicked on app store. I tried to get some information for this crash and got the above message in debugging mode. Please fix this if required but i am unable to open app store.

    Click here and follow the instructions to change the iTunes Store country.
    (97125)

  • I tried to run FontDoctor and got NilObjectException

    I tried to run FontDoctor and got NilObjectException

    Have you checked with the creator of FontDoctor to see if they have a Mavericks compatible version?  What are you trying to do with FontDoctor?  Font Book has the ability to activate/deactivate/repair fonts.

  • Dump while running a stock report for one year

    hi experts,
                        i'm getting  dump error while running a stock summary report for one year
            the error is as follows:
      A RAISE statement in the program "CL_GUI_CUSTOM_CONTAINER=======CP" raised the
       exception
      condition "CNTL_ERROR".
    regards,
    andrews.

    Hi Andrew,
    Did you try running the report for a smaller period of maybe a month. Check for any authorisation related issues.
    The dump has a lot of detailed and valuable information about the error. If feasible, post the dump data for further analysis.
    Regards,
    Pranav.
    Edited by: Pranav Mandelia on Sep 6, 2011 2:07 PM

  • DUMP while running the program RSAR_RSISOSMAP_REPAIR

    Hi Experts,
    I am facing the dump while executing the DTP. the dump is ITAB_DUPLICATE_KEY.to fix the error  ITAB_DUPLICATE_KEY I am referring to the below link :
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a04c82eb-ec7c-2c10-7fae-ca6e764c483a&overridelayout=true
    i have run the program RSAR_RSISOSMAP_REPAIR with the repair indicator set.
    the issue is its not executing successfully.kinldy help me in this.
    the abap errror i m getting while execution of program RSAR_RSISOSMAP_REPAIR is as :
    TSPREFIX for TCD500-1 not found.
    Kindly help me in resolving the above error TSPREFIX for TCD500-1 not found, where TCD500-1 is my development R/3 system .
    Kindly advise.
    thanks & regards ,
    M.S
    Edited by: M.S on Dec 9, 2009 6:41 AM

    Hi,
    1) TCD for testing transactions, especially those that do not use controls
    2)TCD has the following advantages
    3)It has a built in screen simulation for standard screen element
    4) No GUI is required for playback
    5)  It is suitable for load testing
    6) The TCD command has the same limitations as the CATT function of the same name. The flow of data to and from controls, as well as screen input values, are recorded. When the test script runs, the controls are deactivated and the user's actions are simulated by reading the recorded data flows
    For more info on TCD go through the below link
    http://help.sap.com/saphelp_sm32/helpdata/en/83/77cd3b4261706fe10000000a11402f/content.htm
    Regards,
    Marasa.

Maybe you are looking for

  • Zero size files in Sender File Adapter

    Hello! I have the problem with my Sender File Adapter (ftp). Sometimes in ftp directory there are empty files or messages with a zero-sized payload. This situation cause an error and Adapter "sleep" until I save-active it in a configuration. (before

  • External hard drive not showing up on my iMac

    I am pretty new to the world of Mac but am trying to get used to it. Just bought a iMac desk top and tried connecting my external hard drive via USB to get my photos etc off so i can play with them on iphoto but i dont see it anywhere? Kids have plug

  • Windows apps doesn't display properly

    Hello I am having a problem with windows apps. It only shows a part of the app. For example my Mail app in an email it only shows part of the message the rest of the message is beyond of the screen but I don't horizontal or vertical scroll. I hope I

  • Is there any TCODE or Report Program or way to display the enterprise struc

    Hi, Is there any TCODE or Report Program or way to display the enterprise strucdture in a pictorial view. I want to see like: Financial Accounting       Company        Business Area        Functional Area        FM Area         Segment        Profit

  • 24p export to Blue-ray

    Could someone fill me in on the settings I need in ENCORE and PREMIERE PRO in order to successfully produce a Blu-ray disk from material recorded at 24P? There are so many confusing settings in BOTH applications. I've tried originating my PREMIERE pr