Solaris 8: Error "access exceeded protections" - SEGV

Hello:
I getting this error " access exceeded protections" - SEGV, when I am doing a memset. The structure which is being memset is of 2M size.
Code Snipets:
abc_t abc;
memset((char*)&abc, '\0', sizeof(abc_t));
The abc_t struct consists of many variable of type int, char and more structures. Its max size is 2M.
Now, here are things which I have already tried:
Increasing the stack size to unlimited, or using the setrlimit from the running process. But still it fails.
Help is appritiated at this front, as I am unable to get it fixed in prod. Currenlty i have a work-around to put everything on the HEAP.
-K_P

There are 2 types of stacks.
The first is the process stack size, which you can set with the "limit" command. (You
have already done this)
The second is the individual thread stacks. This is what you may be overflowing.
If you are creating your own threads, like thr_create(), try giving more memory
to the stack size parameter. See "man -s 3C thr_create" for more info.
If you are letting OpenMP create your threads with a compiler, the environment variable
${STACKSIZE} controls the thread stack size. Try increasing this, it's units are in MB.
To set the thread stack size to 8MB, for example, do :
% setenv STACKSIZE 8000

Similar Messages

  • Segmantation Fault  ---- signal SEGV (access to address exceeded protection

    Hi,
    I am using Sun Studio 12. When I am debugging my application it gave segmentation fault. Is this related to stack overflow.
    Appreciated your help in advance.
    DBX
    (dbx) cont
    t@27 (l@27) signal SEGV (access to address exceeded protections) in t_splay at 0
    xf6d55040
    0xf6d55040: t_splay+0x0198: st %o0, [%o1 + 24]
    Current function is MANH::CLS::StringW::AllocBufferAlways
    dbx: warning: can't find file "/export/home/clsdev/cls/3.0/ClsStringW.cpp"
    dbx: warning: see `help finding-files'
    (dbx) where
    current thread: t@27
    dbx: warning: undefined type number (0,3652) at /u02/wmpso/math2006r1qa/programs
    /PkShipWaveS:PickWave.cpp stab #3778 nHAny_ptr(0,125):t(0,3651)=*(0,3652),
    assuming type `(int {assumed})'
    dbx: warning: undefined type number (0,2371) at /u02/wmpso/math2006r1qa/programs/PkSWaveS:SWave.cpp stab #2629 nHAny_ptr(0,133):t(0,2370)=*(0,2371),
    assuming type `(int {assumed})'
    [1] t_splay(0x17c9310, 0xf8b558f8, 0xf8f9eb6c, 0xf8b6db60, 0x1932420, 0xf8b558f8), at 0xf6d55040
    [2] t_delete(0x17c9310, 0x80, 0xf8f9eb6c, 0xf8589994, 0xf6de8288, 0x1932420), at 0xf6d54d40
    [3] realfree(0x17c9288, 0x81, 0x939ac, 0xf6dbb88c, 0x0, 0x1), at 0xf6d54954
    [4] cleanfree(0x0, 0x1e, 0x930fc, 0xf6dbbb78, 0xf6de8288, 0xf6defad4), at 0xf6d551dc
    [5] mallocunlocked(0x20, 0x80, 0x17c9288, 0x17c9290, 0xf57d0090, 0x391e9), at 0xf6d54334
    [6] malloc(0x20, 0x1, 0x940a8, 0xf85b7744, 0xf6de8288, 0xf6df09b0), at 0xf6d54224
    [7] operator new(0x20, 0x1, 0xc, 0x137d4, 0xf9bea810, 0xf3473e6c), at 0xf9bd7064
    =>[8] AllocBufferAlways(this = 0xf34761f4, DataLength = 4U), line 6423 in "StringW.cpp"
    [9] AllocBufferCopyData(this = 0xf34761f4, DataLength = 4U, pSource = 0x1295994 "WAVE"), line 6453 in "StringW.cpp"
    [10] StringW::StringW(this = 0xf34761f4, pSource = 0x1295994 "WAVE"), line 292 in "StringW.cpp"
    [11] PWave::runWave(this = 0x1805c60), line 332 in "PWave.cpp"
    [12] SWave::runPickWave(this = 0x17f1c60), line 975 in "SWave.cpp"
    [13] SWave::runWaveForSelection(this = 0x17f1c60), line 702 in "SWave.cpp"
    (dbx)
    The ptrace of the corefile:
    $ pstack core.8
    core 'core.8' of 3812: /mos-app/mosapp/programs/SWaveS -n SWaveS -d MDSPROD -e /w
    ----------------- lwp# 1 / thread# 1 --------------------
    f6dc0154 __lwp_park (161a460, 161a428, 0, 0, 0, 0) + 14
    f6dba1e4 cond_wait_queue (161a460, 161a428, 0, 0, 0, 0) + 28
    f6dba764 cond_wait (161a460, 161a428, 0, 1000, 0, 0) + 10
    f923b5a8 __1cMVISConditionEwait6MrnIVISMutex__v_ (161a440, 161a420, 0, 0, 0, 438dac) + 20
    f8b3c588 __1cSVISProtocolManagerRwait_for_shutdown6M_v_ (1619b88, 1000, 0, f8f7526c, 6714, 1) + cc
    f8ac048c __1cGVISORBDrun6M_v_ (1619b88, 0, 0, f8f95e88, fffffffc, 162a950) + b8
    fe239888 __1cIPkServerJrunServer6Mippw_i_ (ffbff35c, 9, ffbff508, 137d4, f9dda810, 15e9cb0) + de0
    001eea54 __1cFwmain6Fippw_i_ (9, ffbff508, 20, 151234c, 1512310, f5a68b00) + dc4
    001edb88 main (9, ffbff674, ffbff69c, 1517800, f5a68a40, f5a68a80) + 138
    001ed620 _start   (0, 0, 0, 0, 0, 0) + 108
    ----------------- lwp# 2 / thread# 2 --------------------
    f6dc0e80 __pollsys (f58fbd08, 0, f58fbd70, 0, 0, 0) + 8
    f6d61f24 pselect (f58fbd08, f6deba68, f6deba68, 0, f58fbd70, 0) + 1c8
    f6d6229c select (0, 0, 0, 0, f58fbddc, 6) + a0
    fb44dd88 __1cGPkMSOSFsleep6FI_v_ (a, f58fbf0c, 0, 0, 0, 0) + 90
    fe222618 __1cKPkTimerIntDRun6M_v_ (15e9a10, 0, 0, 0, 0, 1) + d0
    f85b21a4 __1cEMANHDCLSHThread2KThreadMain6Fpv_3_ (15e9a10, f58fc000, 0, 0, f85b2118, 1) + 8c
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 3 / thread# 3 --------------------
    f6dc0154 __lwp_park (1629c00, 1629b58, f42fbda0, 1, 0, 0) + 14
    f6dba1e4 cond_wait_queue (1629c00, 1629b58, f42fbda0, 0, 0, 0) + 28
    f6dba65c cond_wait_common (1629c00, 1629b58, f42fbda0, 0, 0, 0) + 298
    f6dba7f4 condtimedwait (1629c00, 1629b58, f42fbe68, 0, f5936020, 0) + 34
    f6dba8e8 cond_timedwait (1629c00, 1629b58, f42fbe68, 47f25504, 847509, 211d424) + 14
    f923b744 __1cMVISConditionJtimedwait6MrnIVISMutex_L_C_ (1629be0, 1629b50, 12c, 0, 0, 0) + 54
    f8bc2650 __1cNVISThreadPoolQ_garbage_collect6M_v_ (1629b48, 0, 0, 0, 0, 0) + 48
    f8bc3a34 ???????? (161ca08, 0, 0, 0, f8faa3bc, f8bc3a30)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (161ca08, f42fc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 4 / thread# 4 --------------------
    f6dc1818 doorreturn (0, 0, 0, 0, f5920400, f6decbc0) + 10
    f5f30c30 door_create_func (0, f41fc000, 0, 0, f5f30c10, 0) + 20
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 5 / thread# 5 --------------------
    f6dc0e80 __pollsys (1644b58, 3, f40fbc18, 0, 0, 7530) + 8
    f6d5cf48 poll (1644b58, 3, 7530, 10624c00, 0, 0) + 7c
    f8bccbf4 __1cOVISSocketMTSCMFbegin6M_v_ (16297d8, 1644b58, f8f7526c, f5f7d530, 1624a5c, 0) + 12c
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (1629980, f40fc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 6 / thread# 6 --------------------
    f6dc0154 __lwp_park (162b130, 162b088, f3ffbda0, 1, 0, 0) + 14
    f6dba1e4 cond_wait_queue (162b130, 162b088, f3ffbda0, 0, 0, 0) + 28
    f6dba65c cond_wait_common (162b130, 162b088, f3ffbda0, 0, 0, 0) + 298
    f6dba7f4 condtimedwait (162b130, 162b088, f3ffbe68, 0, f5920c00, 0) + 34
    f6dba8e8 cond_timedwait (162b130, 162b088, f3ffbe68, 47f25504, 9c1e63, 270798c) + 14
    f923b744 __1cMVISConditionJtimedwait6MrnIVISMutex_L_C_ (162b110, 162b080, 12c, 0, 0, 0) + 54
    f8bc2650 __1cNVISThreadPoolQ_garbage_collect6M_v_ (162b078, 0, 0, 0, 0, 0) + 48
    f8bc3a34 ???????? (161cb48, 0, 0, 0, f8faa3bc, f8bc3a30)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (161cb48, f3ffc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 7 / thread# 7 --------------------
    f6dc0e80 __pollsys (1644f18, 3, f3efbc18, 0, 0, 7530) + 8
    f6d5cf48 poll (1644f18, 3, 7530, 10624c00, 0, 0) + 7c
    f8bccbf4 __1cOVISSocketMTSCMFbegin6M_v_ (162ad08, 1644f18, f8f7526c, f5f7d530, 1624cb4, 1) + 12c
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (162aeb0, f3efc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 8 / thread# 8 --------------------
    f6dc0e80 __pollsys (162cd00, 1, f3dfbeb0, 0, 0, 7530) + 8
    f6d5cf48 poll (162cd00, 1, 7530, 10624c00, 0, 0) + 7c
    f8c06ca4 ???????? (162dc90, 0, 0, f924915c, 162de24, 162de8c)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (162de38, f3dfc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 9 / thread# 9 --------------------
    f6dc0154 __lwp_park (162ff18, 162fee0, f3cfbd48, 1, 0, 0) + 14
    f6dba1e4 cond_wait_queue (162ff18, 162fee0, f3cfbd48, 0, 0, 0) + 28
    f6dba65c cond_wait_common (162ff18, 162fee0, f3cfbd48, 0, 0, 0) + 298
    f6dba7f4 condtimedwait (162ff18, 162fee0, f3cfbe10, 0, 0, 0) + 34
    f6dba8e8 cond_timedwait (162ff18, 162fee0, f3cfbe10, 0, 24aaa48, 4bb2e) + 14
    f923b9e4 __1cMVISConditionJtimedwait6MrnIVISMutex_X_C_ (162fef8, 162fed8, 0, 0, 162fee0, 162ff18) + c8
    f5dceca0 __1cSNotifierMainThreadFbegin6M_v_ (162fe38, 0, 0, 0, f5ee5acc, 1a4e068) + 4a0
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (162fe38, f3cfc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 10 / thread# 10 --------------------
    f6dc0e80 __pollsys (1633980, 3, f3bfbe28, 0, 0, a7f8) + 8
    f6d5cf48 poll (1633980, 3, aaad, 10624c00, a5395d, 294e5740) + 7c
    f8a645fc __1cNVISDispatcherIdispatch6MpnHtimeval__I_ (1637830, f8fdf8d8, 1, f8a64864, 0, f9271e58) + 38
    f8a7395c __1cGDSUserFbegin6M_v_ (16308e8, f5f7d530, 0, 0, f8f8f078, f8a7a7f0) + 104
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (163090c, f3bfc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 14 / thread# 14 --------------------
    f6dc0154 __lwp_park (162b0c0, 162b088, 0, 0, 0, 0) + 14
    f6dba1e4 cond_wait_queue (162b0c0, 162b088, 0, 0, 0, 0) + 28
    f6dba764 cond_wait (162b0c0, 162b088, 0, 1000, 0, f8fab0c4) + 10
    f923b5a8 __1cMVISConditionEwait6MrnIVISMutex__v_ (162b0a0, 162b080, 1, 1, f8fab17c, 2) + 20
    f8bc2490 __1cNVISThreadPoolN_perform_task6MpnOVISTPoolWorker__v_ (162b078, 1645cc8, 0, 1, 5, f8f7526c) + 240
    f8bc3890 ???????? (1645cc8, 0, 0, 0, f8faa3d0, 3b19f0)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (1645cc8, f37fc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 15 / thread# 15 --------------------
    f6dc0154 __lwp_park (162b0c0, 162b088, 0, 0, 0, 0) + 14
    f6dba1e4 cond_wait_queue (162b0c0, 162b088, 0, 0, 0, 0) + 28
    f6dba764 cond_wait (162b0c0, 162b088, 0, 1000, 0, f8fab0c4) + 10
    f923b5a8 __1cMVISConditionEwait6MrnIVISMutex__v_ (162b0a0, 162b080, 1, 1, f8fab17c, 2) + 20
    f8bc2490 __1cNVISThreadPoolN_perform_task6MpnOVISTPoolWorker__v_ (162b078, 16305b0, 0, 1, 4, f8f7526c) + 240
    f8bc3890 ???????? (16305b0, 0, 0, 0, f8faa3d0, 3b19f0)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (16305b0, f36fc000, 0, 0, f92399b8, 1) + 28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 16 / thread# 16 --------------------
    f6dc0154 __lwp_park (165e798, 165e778, f38fbb20, 1, 0, 0) + 14
    f6dba1e4 cond_wait_queue (165e798, 165e778, f38fbb20, 0, 0, 0) + 28
    f6dba65c cond_wait_common (165e798, 165e778, f38fbb20, 0, 0, 0) + 298
    f6dba7f4 condtimedwait (165e798, 165e778, f38fbc64, ff3ee0f8, ff3f06d0, 0) + 34
    f6dba8e8 cond_timedwait (165e798, 165e778, f38fbc64, ff3ee0f8, ff3f06d0, 0) + 14
    f6dba928 pthread_cond_timedwait (165e798, 165e778, f38fbc64, 0, f858a490, f38fbc64) + c
    f846d454 __1cEMANHDCLSLConditionalEWait6MkI_i_ (165e790, 1d4c0, a, 0, 0, f6decbc0) + 12c
    fb49bb84 __1cGPkPingDRun6M_v_ (165e760, 0, 0, 0, 0, 1) + 3a4
    f85b21a4 __1cEMANHDCLSHThread2KThreadMain6Fpv_3_ (165e760, f38fc000, 0, 0, f85b2118, 1) + 8c
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 17 / thread# 17 --------------------
    f6d54dd8 t_splay (1a0f848, 80, 2, f8589994, f6de8284, 9) + 10
    f6d54874 realfree (1a0f7c0, 81, 93a88, 25dee0, 0, 80000) + 8c
    f6d550fc cleanfree (0, 1b, 931d8, 2364c0, f6de8284, f6defad4) + 5c
    f6d54254 mallocunlocked (20, 80, 1a0f7c0, 1a0f7c8, 0, f5922c00) + f4
    f6d54144 malloc (20, 1, 94184, f85b7744, f6de8284, f6df09b0) + 4c
    f9dc7064 __1c2n6FI_pv_ (20, 16, 1c, 137d4, f9dda810, f35f3e6c) + 2c
    f859b6dc __1cEMANHDCLSHStringWRAllocBufferAlways6MkI_b_ (f35f61f4, 4, 4, 1, 16, 1c) + 94
    f859b88c __1cEMANHDCLSHStringWTAllocBufferCopyData6MkIpkw_b_ (f35f61f4, 4, 1295994, 137d4, f9dda810, 1a0f7c8) + ac
    f8589994 __1cEMANHDCLSHStringW2t5B6Mpkw_v_ (f35f61f4, 1295994, f35f66b0, f35f66ac, f35f66a8, 0) + 74
    0025dee0 __1cIPickWaveHrunWave6M_v_ (184e518, f35f83cc, f35f83d4, 128da9c, 0, 80000) + 3270
    002364c0 __1cIShipWaveLrunPickWave6M_i_ (180ca78, 15d6164, 0, f35f97b4, f35f97b0, 33) + 488
    0022c924 __1cIShipWaveTrunWaveForSelection6M_i_ (180ca78, 5, 0, 128bff4, 0, 34) + 1954
    002254a8 __1cIShipWaveHrunWave6M_v_ (180ca78, 1658740, 1657f58, 1657f04, 1e24, 80000) + 14c0
    001fccac __1cKWaveIFImplLrunShipWave6M_v_ (1657ef0, 528, 1288cac, 1288cec, 0, 80000) + 1fc
    0020c3fc __1cKWaveThreadDRun6M_v_ (17dd2e0, 0, 0, 0, 0, 1) + 84
    f85b21a4 __1cEMANHDCLSHThread2KThreadMain6Fpv_3_ (17dd2e0, f35fc000, 0, 0, f85b2118, 1) + 8c
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    + 8
    f6d61f24 pselect (f58fbd08, f6deba68, f6deba68, 0, f58fbd70, 0) + 1c8
    f6d6229c select (0, 0, 0, 0, f58fbddc, 6) + a0
    fb44dd88 __1cGPkMSOSFsleep6FI_v_ (a, f58fbf0c, 0, 0, 0, 0) + 90
    fe222618 __1cKPkTimerIntDRun6M_v_ (15e9a10, 0, 0, 0, 0, 1) + d0
    f85b21a4 __1cEMANHDCLSHThread2KThreadMain6Fpv_3_ (15e9a10, f58fc000, 0, 0, f85b
    2118, 1) + 8c
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 3 / thread# 3 --------------------
    f6dc0154 __lwp_park (1629c00, 1629b58, f42fbda0, 1, 0, 0) + 14
    f6dba1e4 cond_wait_queue (1629c00, 1629b58, f42fbda0, 0, 0, 0) + 28
    f6dba65c cond_wait_common (1629c00, 1629b58, f42fbda0, 0, 0, 0) + 298
    f6dba7f4 condtimedwait (1629c00, 1629b58, f42fbe68, 0, f5936020, 0) + 34
    f6dba8e8 cond_timedwait (1629c00, 1629b58, f42fbe68, 47f25504, 847509, 211d424)
    + 14
    f923b744 __1cMVISConditionJtimedwait6MrnIVISMutex_L_C_ (1629be0, 1629b50, 12c,
    0, 0, 0) + 54
    f8bc2650 __1cNVISThreadPoolQ_garbage_collect6M_v_ (1629b48, 0, 0, 0, 0, 0) + 48
    f8bc3a34 ???????? (161ca08, 0, 0, 0, f8faa3bc, f8bc3a30)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (161ca08, f42fc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 4 / thread# 4 --------------------
    f6dc1818 doorreturn (0, 0, 0, 0, f5920400, f6decbc0) + 10
    f5f30c30 door_create_func (0, f41fc000, 0, 0, f5f30c10, 0) + 20
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 5 / thread# 5 --------------------
    f6dc0e80 __pollsys (1644b58, 3, f40fbc18, 0, 0, 7530) + 8
    f6d5cf48 poll (1644b58, 3, 7530, 10624c00, 0, 0) + 7c
    f8bccbf4 __1cOVISSocketMTSCMFbegin6M_v_ (16297d8, 1644b58, f8f7526c, f5f7d530,
    1624a5c, 0) + 12c
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (1629980, f40fc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 6 / thread# 6 --------------------
    f6dc0154 __lwp_park (162b130, 162b088, f3ffbda0, 1, 0, 0) + 14
    f6dba1e4 cond_wait_queue (162b130, 162b088, f3ffbda0, 0, 0, 0) + 28
    f6dba65c cond_wait_common (162b130, 162b088, f3ffbda0, 0, 0, 0) + 298
    f6dba7f4 condtimedwait (162b130, 162b088, f3ffbe68, 0, f5920c00, 0) + 34
    f6dba8e8 cond_timedwait (162b130, 162b088, f3ffbe68, 47f25504, 9c1e63, 270798c)
    + 14
    f923b744 __1cMVISConditionJtimedwait6MrnIVISMutex_L_C_ (162b110, 162b080, 12c,
    0, 0, 0) + 54
    f8bc2650 __1cNVISThreadPoolQ_garbage_collect6M_v_ (162b078, 0, 0, 0, 0, 0) + 48
    f8bc3a34 ???????? (161cb48, 0, 0, 0, f8faa3bc, f8bc3a30)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (161cb48, f3ffc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 7 / thread# 7 --------------------
    f6dc0e80 __pollsys (1644f18, 3, f3efbc18, 0, 0, 7530) + 8
    f6d5cf48 poll (1644f18, 3, 7530, 10624c00, 0, 0) + 7c
    f8bccbf4 __1cOVISSocketMTSCMFbegin6M_v_ (162ad08, 1644f18, f8f7526c, f5f7d530,
    1624cb4, 1) + 12c
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (162aeb0, f3efc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 8 / thread# 8 --------------------
    f6dc0e80 __pollsys (162cd00, 1, f3dfbeb0, 0, 0, 7530) + 8
    f6d5cf48 poll (162cd00, 1, 7530, 10624c00, 0, 0) + 7c
    f8c06ca4 ???????? (162dc90, 0, 0, f924915c, 162de24, 162de8c)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (162de38, f3dfc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 9 / thread# 9 --------------------
    f6dc0154 __lwp_park (162ff18, 162fee0, f3cfbd48, 1, 0, 0) + 14
    f6dba1e4 cond_wait_queue (162ff18, 162fee0, f3cfbd48, 0, 0, 0) + 28
    f6dba65c cond_wait_common (162ff18, 162fee0, f3cfbd48, 0, 0, 0) + 298
    f6dba7f4 condtimedwait (162ff18, 162fee0, f3cfbe10, 0, 0, 0) + 34
    f6dba8e8 cond_timedwait (162ff18, 162fee0, f3cfbe10, 0, 24aaa48, 4bb2e) + 14
    f923b9e4 __1cMVISConditionJtimedwait6MrnIVISMutex_X_C_ (162fef8, 162fed8, 0, 0,
    162fee0, 162ff18) + c8
    f5dceca0 __1cSNotifierMainThreadFbegin6M_v_ (162fe38, 0, 0, 0, f5ee5acc, 1a4e06
    8) + 4a0
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (162fe38, f3cfc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 10 / thread# 10 --------------------
    f6dc0e80 __pollsys (1633980, 3, f3bfbe28, 0, 0, a7f8) + 8
    f6d5cf48 poll (1633980, 3, aaad, 10624c00, a5395d, 294e5740) + 7c
    f8a645fc __1cNVISDispatcherIdispatch6MpnHtimeval__I_ (1637830, f8fdf8d8, 1, f8a
    64864, 0, f9271e58) + 38
    f8a7395c __1cGDSUserFbegin6M_v_ (16308e8, f5f7d530, 0, 0, f8f8f078, f8a7a7f0) +
    104
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (163090c, f3bfc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 14 / thread# 14 --------------------
    f6dc0154 __lwp_park (162b0c0, 162b088, 0, 0, 0, 0) + 14
    f6dba1e4 cond_wait_queue (162b0c0, 162b088, 0, 0, 0, 0) + 28
    f6dba764 cond_wait (162b0c0, 162b088, 0, 1000, 0, f8fab0c4) + 10
    f923b5a8 __1cMVISConditionEwait6MrnIVISMutex__v_ (162b0a0, 162b080, 1, 1, f8fab
    17c, 2) + 20
    f8bc2490 __1cNVISThreadPoolN_perform_task6MpnOVISTPoolWorker__v_ (162b078, 1645
    cc8, 0, 1, 5, f8f7526c) + 240
    f8bc3890 ???????? (1645cc8, 0, 0, 0, f8faa3d0, 3b19f0)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (1645cc8, f37fc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 15 / thread# 15 --------------------
    f6dc0154 __lwp_park (162b0c0, 162b088, 0, 0, 0, 0) + 14
    f6dba1e4 cond_wait_queue (162b0c0, 162b088, 0, 0, 0, 0) + 28
    f6dba764 cond_wait (162b0c0, 162b088, 0, 1000, 0, f8fab0c4) + 10
    f923b5a8 __1cMVISConditionEwait6MrnIVISMutex__v_ (162b0a0, 162b080, 1, 1, f8fab
    17c, 2) + 20
    f8bc2490 __1cNVISThreadPoolN_perform_task6MpnOVISTPoolWorker__v_ (162b078, 1630
    5b0, 0, 1, 4, f8f7526c) + 240
    f8bc3890 ???????? (16305b0, 0, 0, 0, f8faa3d0, 3b19f0)
    f92399e0 __1cJVISThreadG_start6Fpv_1_ (16305b0, f36fc000, 0, 0, f92399b8, 1) +
    28
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 16 / thread# 16 --------------------
    f6dc0154 __lwp_park (165e798, 165e778, f38fbb20, 1, 0, 0) + 14
    f6dba1e4 cond_wait_queue (165e798, 165e778, f38fbb20, 0, 0, 0) + 28
    f6dba65c cond_wait_common (165e798, 165e778, f38fbb20, 0, 0, 0) + 298
    f6dba7f4 condtimedwait (165e798, 165e778, f38fbc64, ff3ee0f8, ff3f06d0, 0) +
    34
    f6dba8e8 cond_timedwait (165e798, 165e778, f38fbc64, ff3ee0f8, ff3f06d0, 0) + 1
    4
    f6dba928 pthread_cond_timedwait (165e798, 165e778, f38fbc64, 0, f858a490, f38fb
    c64) + c
    f846d454 __1cEMANHDCLSLConditionalEWait6MkI_i_ (165e790, 1d4c0, a, 0, 0, f6decb
    c0) + 12c
    fb49bb84 __1cGPkPingDRun6M_v_ (165e760, 0, 0, 0, 0, 1) + 3a4
    f85b21a4 __1cEMANHDCLSHThread2KThreadMain6Fpv_3_ (165e760, f38fc000, 0, 0, f85b
    2118, 1) + 8c
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)
    ----------------- lwp# 17 / thread# 17 --------------------
    f6d54dd8 t_splay (1a0f848, 80, 2, f8589994, f6de8284, 9) + 10
    f6d54874 realfree (1a0f7c0, 81, 93a88, 25dee0, 0, 80000) + 8c
    f6d550fc cleanfree (0, 1b, 931d8, 2364c0, f6de8284, f6defad4) + 5c
    f6d54254 mallocunlocked (20, 80, 1a0f7c0, 1a0f7c8, 0, f5922c00) + f4
    f6d54144 malloc (20, 1, 94184, f85b7744, f6de8284, f6df09b0) + 4c
    f9dc7064 __1c2n6FI_pv_ (20, 16, 1c, 137d4, f9dda810, f35f3e6c) + 2c
    f859b6dc __1cEMANHDCLSHStringWRAllocBufferAlways6MkI_b_ (f35f61f4, 4, 4, 1, 16,
    1c) + 94
    f859b88c __1cEMANHDCLSHStringWTAllocBufferCopyData6MkIpkw_b_ (f35f61f4, 4, 1295
    994, 137d4, f9dda810, 1a0f7c8) + ac
    f8589994 __1cEMANHDCLSHStringW2t5B6Mpkw_v_ (f35f61f4, 1295994, f35f66b0, f35f66
    ac, f35f66a8, 0) + 74
    0025dee0 __1cIPickWaveHrunWave6M_v_ (184e518, f35f83cc, f35f83d4, 128da9c, 0, 8
    0000) + 3270
    002364c0 __1cIShipWaveLrunPickWave6M_i_ (180ca78, 15d6164, 0, f35f97b4, f35f97b
    0, 33) + 488
    0022c924 __1cIShipWaveTrunWaveForSelection6M_i_ (180ca78, 5, 0, 128bff4, 0, 34)
    + 1954
    002254a8 __1cIShipWaveHrunWave6M_v_ (180ca78, 1658740, 1657f58, 1657f04, 1e24,
    80000) + 14c0
    001fccac __1cKWaveIFImplLrunShipWave6M_v_ (1657ef0, 528, 1288cac, 1288cec, 0, 8
    0000) + 1fc
    0020c3fc __1cKWaveThreadDRun6M_v_ (17dd2e0, 0, 0, 0, 0, 1) + 84
    f85b21a4 __1cEMANHDCLSHThread2KThreadMain6Fpv_3_ (17dd2e0, f35fc000, 0, 0, f85b
    2118, 1) + 8c
    f6dc00b0 lwpstart (0, 0, 0, 0, 0, 0)

    No, this doesn't look like stack overflow.
    Stack overflow usually happens with recursive functions that call each other
    so many times that they exhaust the memory available for the stack. These
    are easy to spot from the stack trace; you can see many many frames.
    There's is a related problem, buffer overflow unto the stack.
    If you have a local array and you write past the end of it you may
    write unto your stack. Often what you write over is the return address
    so the problem manifests itself when the current function tries to
    return. Often, in these cases you cannot get a good stack trace.
    That is not the case here either.
    the clue to what is the case here is the tell-tale segv happening in malloc code:
    [2] t_delete(), at 0xf6d54d40
    [3] realfree(), at 0xf6d54954
    [4] cleanfree(), at 0xf6d551dc
    [5] mallocunlocked(), at 0xf6d54334
    [6] malloc(), at 0xf6d54224
    A bug in malloc? No.
    This is usually a sign of the following:
    Your code has written past one of the objects you have allocated and
    overwritten mallocs own data structures. As a result, at some later
    point in time, when malloc accesses those data structures it bombs.
    Debugging these is hard since the symptom may occur quite a while
    after the overwriting has happenned.
    However, all is not lost. Runtime Memory Checking may help you.
    Bring up The Properties dialog of the project you are debugging.
    Select the Advanced->RuntimeMemoryChecking category.
    Check "Enable RTC While Debugging" and then debug your application.
    You will get reports of possible memory violations.

  • Access Denied error (0x80070005) when trying to access System Protection or Restore

    When I attempt to access System Protection or System Restore, I get an error message "Access Denied- (0x80070005)". I hope someone knows a fix for this problem.

    Satellite P205-S7476 
    When I attempt to access ... System Restore, I get an error message "Access Denied- (0x80070005)".
    That probably indicates corruption in the restore points. The only way to fix it is to turn System Restore off and then on again. Unfortunately, that remove all the existing restore points.
       Turn System Restore on or off
    -Jerry

  • To run OHS at port 80 using solaris role based access control

    Hi.
    I already know & have done setuid root to ohs/bin/.apachectl to allow ohs to listen to port 80. Now on a new OFM 11.1.1.4 install, I want to use Solaris Role Based Access Control (RBAC) instead. Is it possible? RBAC does work as I can run a home built apache2 httpd at port 80 withOUT suid root.
    On Solaris 10, I enabled oracle uid to run process below port 1024 using RBAC
    /etc/user_attr:
    oracle::::type=normal;defaultpriv=basic,net_privaddr
    Change OHS httpd.conf Listen from port 8888 to port 80.
    However, opmnctl startproc process-type=OHS
    failed as below with nothing showing in the diag logs:
    opmnctl startproc: starting opmn managed processes...
    ================================================================================
    opmn id=truffle:6701
    0 of 1 processes started.
    ias-instance id=asinst_1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    ohs1/OHS/OHS/
    Error
    --> Process (index=1,uid=187636255,pid=25563)
    failed to start a managed process after the maximum retry limit
    Thx,
    Ken

    Just to add my two cents here.
    The commando used on Solaris to assign the right privilege to bind TCP ports < 1024 is:
    # usermod -K defaultpriv=basic,*net_privaddr* <your_user_name>
    Restart the opmnctl daemond.
    After that OHS/Apache user can bind to lower TCP ports.
    Regards.
    Edited by: Tuelho on Oct 9, 2012 6:05 AM

  • HTTP 403 when trying to access a protected resource

    I'm setting up a very simple enviornment to test the basic functionalities of Access Manager 7.1 but I keep on getting an "HTTP 403 forbidden" error when trying to access a protected resouce. I think I've set the required policies, rules, etc., but still, I may have missed a step. Any ideas / advice will be greatly appreciated. Thanks.
    Here's my setup and steps I took.
    iamsys05.iamtest.com ¡V policy server, Access Manager 7.1 Update 1
    iamsys06.iamtest.com ¡V protected resource, Apache 2.2.8 web server
    On Policy Server (iamsys05):
    1.     Created ¡§Apache Policy 1¡¨ on top-level realm.
    2.     Under Apache Policy 1, created rule ¡§apache root¡¨ with service type = URL Policy agent and resource name: http://iamsys06.iamtest.com:8080/*
    3.     Under Apache Policy 1, created subjects ¡§all users¡¨ with type=Acess Manager Identity Subject and selected all users under the realm. One of these users is amAdmin.
    4.     Created agent profile user ¡§webagent¡¨ on top-level realm (amserver) [amserver „³ Subjects „³ Agent ].
    5.     Created user ¡§webagent¡¨ on top-level realm [amserver „³ Subjects „³ User].
    6.     Created role ¡§webagentrole¡¨ on top-level realm [amserver „³ Subjects „³ Role].
    7.     Assigned user ¡§webagent¡¨ to role ¡§webagentrole¡¨.
    8.     Set the privileges for webagentrole to ¡§Read and write access to all realm and policy properties¡¨
    9.     Added the webagent user account to com.sun.identity.authentication.special.users in AMConfig.properties file.
    com.sun.identity.authentication.special.users=
    cn=dsameuser,ou=DSAME Users,dc=sun, dc=com|cn=amService-UrlAccessAgent,ou=DSAME Users,dc=sun,dc=com |uid=dmgr,ou=people,dc=sun,dc=com|uid=webagent,ou=People,dc=amserver,dc=com
    10.     Restarted amserver application.
    On Protected Resource (iamsys06):
    1.     Installed Apache 2.2.8 web server and set listening port to 8080. Tested by opening http://iamsys06.iamtest.com:8080. Home page displayed (It works!)
    2.     Installed Policy Agent for Apache 2.2.
    3.     Restarted apache 2.2 web server
    4.     Opened http://iamsys06.iamtest.com:8080.
    5.     Browser redirected to http://iamsys05:9080/amserver/UI/Login?goto=http%3A%2F%2Fiamsys06.iamtest.com%3A8080%2F
    6.     Access Manager login page displayed
    7.     Entered a valid ID and password (amadmin). This is the Access manager admin account I use to login to the AM Admin console so I know the id and password are valid. Hit Login.
    8.     After about 30 seconds, browser is redirected to http://iamsys05:9080/amserver/UI/Login?AMAuthCookie=AQIC5wM2LY4SfcyNiM%2B36w9DDhY5NmKc2PF6%2Fx4x2%2FUJ18M%3D%40AAJTSQACMDE%3D%23. Brwser displays "HTTP 403 Forbidden. This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage." I get this with IE6.
    9.     Using Firefox, I get a ¡§Redirect Loop¡¨ error message ¡§Firefox has detected that the server is redirecting the request for this address in a way that will never complete.¡¨
    Thanks
    -Armand

    Installed tamper data and from what I can tell, the requests go back and forth between AM server and protected resource. Here's the Request Graph output.
    http://iamsys06.iamtest.com:8080/ 302 103
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 16
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 200 16
    http://iamsys05:9080/favicon.ico 404 50
    http://iamsys05:9080/.../Login?AMAuthCookie=AQIC5wM2LY4Sfcz... 302 183
    http://iamsys06.iamtest.com:8080/ 302 30
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 17
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 10711
    http://iamsys06.iamtest.com:8080/ 302 23
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 15
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 16
    http://iamsys06.iamtest.com:8080/ 302 18
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 17
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 13
    http://iamsys06.iamtest.com:8080/ 302 13
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 10
    http://iamsys06.iamtest.com:8080/ 302 16
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 11
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 12
    http://iamsys06.iamtest.com:8080/ 302 12
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 12
    http://iamsys06.iamtest.com:8080/ 302 12
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    | | | | |
    URI Status Duration 20:59:52.542 20:59:56.512 21:00:00.482 21:00:04.451 21:00:08.421

  • RECEIVER: ERROR: Access to requested resource is not authorized for user

    Hi,
    I installed two instances of COREid Federation in my machine. Also installed SiteMinder and LDAP. Source Domain of COREid (8101) uses LDAP as IdMBridge and Destination Domain (9101) uses SiteMinder as IdMBridge. I am trying to access the resource protected by the SiteMinder from the source domain using the URL which is constructed using the pattern given in the PDF:
    http://mymachine.domain.com:8101/shareid/saml/ObSAMLTransferService?DOMAIN=DestinationDomain&method=POST&TARGET=http://mymachine.domain.com:8887/Source/Source.html
    Assertions are generated and I can see the assertion in the Source domain and transferred to the Destination Domain.
    when i try to access the Source.html protected with siteminder, I get the following error in the Destination Domain Shareid Log file:
    ERROR - [http10113-Processor3] - RECEIVER: ERROR: Access to the requested resource is not authorized for user uid=username, ou=People, dc=xyz,dc=com
    Please help me to solve this issue?
    Note: When the resource is accessed directly, siteminder authorizes the same user.

    We also occationaly have this error.  See my log for an example :
    Transaction completed successfuly for DocEntry = 54358 : In company FIXTHISPLEASE on 3/2/2010 9:48:49 AM
    Transaction completed successfuly for DocEntry = 54365 : In company FIXTHISPLEASE on 3/2/2010 10:24:55 AM
    Transaction completed successfuly for DocEntry = 54403 : In company FIXTHISPLEASE on 3/2/2010 12:14:53 PM
    -5006 - The requested action is not supported for this object. for DocEntry = 0 : In company FIXTHISPLEASE on 3/2/2010 1:38:45 PM
    Transaction completed successfuly for DocEntry = 54424 : In company FIXTHISPLEASE on 3/2/2010 2:40:44 PM
    Transaction completed successfuly for DocEntry = 54425 : In company FIXTHISPLEASE on 3/2/2010 3:01:51 PM
    Transaction completed successfuly for DocEntry = 54426 : In company FIXTHISPLEASE on 3/2/2010 3:03:41 PM
    Transaction completed successfuly for DocEntry = 54427 : In company FIXTHISPLEASE on 3/2/2010 3:05:12 PM
    As you can see from 9:48am to 3:05pm, one occurance of this error occured.  And they say that the transaction was
    tried a few seconds later and it worked.
    the STARTTRANSACTION() and ENDTRANSACTION() are used by the DI API so I'm really in the blank about this error and it starts to anoy the customer.  Their SAP is 2007 SP01 PL08
    Any concrete ideas about this ?

  • Changes in Solaris 10 Patch Access Policy

    Solaris 10 x86 User Community
    As of November 29th, Sun will be changing its Solaris 10 patch access policy. Now that Solaris 10 is freely available, support services require the purchase of a Sun Service Plan.
    Under this new policy, access to patches is restricted. Security fixes and hardware driver updates are publicly available for free, but access to all other patches requires a Sun Service Plan.
    Please see http://www.sun.com/service/sunconnection/solaris10patches.html for available access options.
    Please send any questions to [email protected]

    hi,
    As a technical specialist I can understand everyone needs revenues to keep on going. But $120 for a min. level service plan it's really foolish on the policy makers. This would result in severe dent for the Solaris initiative itself in the long run. There should be reasonable pricing model, especially when Sun is projecting Solaris as an alternative to Linux! I do strongly suggest as a loyal Sun developer since 1996 to re-consider the service plan rates.
    thanks,
    Su37

  • OOABAP-How to access the protected methos from a class

    How to access the protected methos from a class..There is a built in class..For tht class i have created a object..
    Built in class name : CL_GUI_TEXTEDIT
    method : LIMIT_TEXT.
    How to access this..help me with code

    hi,
    If inheritance is used properly, it provides a significantly better structure, as common components only
    need to be stored once centrally (in the superclass) and are then automatically available to subclasses.
    Subclasses also profit immediately from changes (although the changes can also render them invalid!).
    Inheritance provides very strong links between the superclass and the subclass. The subclass must
    possess detailed knowledge of the implementation of the superclass, particularly for redefinition, but also in
    order to use inherited components.
    Even if, technically, the superclass does not know its subclasses, the
    subclass often makes additional requirements of the superclass, for example, because a subclass needs
    certain protected components or because implementation details in the superclass need to be changed in
    the subclass in order to redefine methods.
    The basic reason is that the developer of a (super)class cannot
    normally predict all the requirements that subclasses will later need to make of the superclass.
    Inheritance provides an extension of the visibility concept: there are protected components. The visibility of
    these components lies between that of the public components (visible to all users, all subclasses, and the class itself), and private (visible only to the class itself). Protected components are visible to and can be used by all subclasses and the class itself.
    Subclasses cannot access the private components  particularly attributes) of the superclass. Private
    components are genuinely private. This is particularly important if a (super)class needs to make local
    enhancements to handle errors: it can use private components to do this without knowing or invalidating
    subclasses.
    Create your class inse24 and inherit this CL_GUI_TEXTEDIT
    class in yours. You can then access the protected methods.
    Hope this is helpful, <REMOVED BY MODERATOR>
    Edited by: Runal Singh on Feb 8, 2008 1:08 PM
    Edited by: Alvaro Tejada Galindo on Feb 19, 2008 2:19 PM

  • Accessing inner protected class with .new

    My weak understanding is that inner classes are no different in terms of access modification as other class members, thus I was expecting the following to compile:
    package A;
    public class ClassA {
        protected void protectedMethod() {}
        protected class ProtectedInnerClass {}
    }is being used over here in package B
    package B;
    import A.*;
    public class ClassB extends ClassA {
    public static void main(String[] args) {
    ClassB b = new ClassB();
    b.protectedMethod(); // works fine. I am inheriting ClassA and calling the protected method.
    ClassB.ProtectedInnerClass c = b.new ProtectedInnerClass(); // compiler error: ProtectedInnerClass is protected
    }Why can I not access the protected inner class when ClassB is inheriting it as is the case with the protected method?
    thanks in advance!

    So classes that inherit other classes with protected inner classes will not be able to instantiate these inner classes regardless of the inheritance relationship.No, that's not true. Example:
    package A;
    public class ClassA {
         protected void protectedMethod() {
         protected class ProtectedInnerClass { // class is protected
              public ProtectedInnerClass() { } // <-- nota bene
    package B;
    import A.ClassA;
    public class ClassB extends ClassA {
         public static void main(String[] args) {
              ClassB b = new ClassB();
              b.protectedMethod(); // works fine.
              ClassB.ProtectedInnerClass c = b.new ProtectedInnerClass(); // works fine, too.
    }It's section 6.6.2.2 that describes this behavior, as I quoted above. The last bullet point of that section reads (to repeat): "A protected constructor can be accessed by a class instance creation expression (that does not declare an anonymous class) only from within the package in which it is defined."
    ~

  • Error Access violation address 000835D7

    Hi,
    Does anyone know what Error Access violation address 000835D7 in Diadem 2012 is??
    Thanks

    Hi Leillo,
    If it never throws an error when you run it without debugging, then I'd suggest you debug with MsgBox commands instead of the VBScript Debugger.  Probably it will throw an error when run without debugging, though.  If you can describe a recipe for causing this error, please send/post all required files ([email protected]) and the recipe description to us, and we'll see if we can track down the problem.  Those hex error codes mean nothing to me.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Flex encounters "Security error accessing url.Unable to load WSDL"

    i have created a flex application which connects to SAP via web service.
    when i try to run my flex application i encounter the following error.
    "Security error accessing url.Unable to load WSDL"
    i went through various posts relating a BSP application and crossdomain.xml
    i have created the crossdomain.xml file in the application and
    i tried those options and still not able to figure out the problem.
    the security error is because of the absence of the crossdomain.xml file, and in which path should i be saving the file?
    Kindly help me solve the problem.
    Thanks in advance.

    Have you seen this blog
    "Crossdomain.xml" in ABAP Web AS Server cache

  • Security error accessing ur unable to load wsdl

    HI
    I am using a webservice(.net webservice) that is on my
    localhost and using it in flex application that is also on my
    system. Means both the webservice and flex application are on the
    same system.
    But when i gives the reference of the webservice using the
    system ip and run the application by the flex builder it generates
    the error as:
    mx.messaging.messages::ErrorMessage)#0
    body = (Object)#1
    clientId = "DirectHTTPChannel0"
    correlationId = "24CD6542-F141-1A05-BA35-00A108CB30A0"
    destination = ""
    extendedData = (null)
    faultCode = "Channel.Security.Error"
    faultDetail = "Destination: DefaultHTTP"
    faultString = "Security error accessing url"
    headers = (Object)#2
    messageId = "CC123DF0-0E6C-05FF-7894-00A109676283"
    rootCause = (flash.events::SecurityErrorEvent)#3
    bubbles = false
    cancelable = false
    currentTarget = (flash.net::URLLoader)#4
    bytesLoaded = 0
    bytesTotal = 0
    data = (null)
    dataFormat = "text"
    eventPhase = 2
    target = (flash.net::URLLoader)#4
    text = "Error #2170: Security sandbox violation:
    http://localhost:3000/MYCIMS/flex_bin/Design.swf
    cannot send HTTP headers to
    http://myip/MyServer/AdminWS.asmx."
    type = "securityError"
    timestamp = 0
    timeToLive = 0
    I have put crossdomain.xml file in the root of the localhost
    and made every changes possible in the crossdomain.xml file but the
    application is not running.
    Please somebody provide an effective solution, I have spend
    lots of time to resolve the problem but its not being....
    Thanks in advance
    Gopi Saini

    Have you seen this blog
    "Crossdomain.xml" in ABAP Web AS Server cache

  • Security error accessing url (Unable to load WSDL)

    Hi folks.
    I have a Flex project that use a WCF webservice. In my localhost everything is allright, but I want to upload my flex project to a web host (http://www.dorj.ir) and upload my WCF webservice to a server that has a valid IP...
    After going to http://www.dorj.ir, you can see this error
    Security error accessing url
    Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://ip/service.svc?wsdl)
    I put the crossdomain.xml file in the root of my server:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
         <allow-access-from domain="http://www.dorj.ir" />
         <allow-http-request-headers-from domain="http://www.dorj.ir" headers="SOAPAction"/>
    </cross-domain-policy>
    But I have the same error, yet...!
    what should I do?!

    Have you seen this blog
    "Crossdomain.xml" in ABAP Web AS Server cache

  • Error accessing file template file not found (error code 2)

    We have 3 admins that work on the website so we use the Check In/ Check Out feature of DW. We all have DW CS6.
    When I update the template I have no problem (I work on a mac). However, if one of the other admins (Windows) tries he gets the following message: Error accessing file template file "C:\filepath\filename.dwt": file not found (error code 2).
    I looked at this thread: Re: Dreamweaver Template not updating pages error code 2? but the only solution offered there is to change the template tag from <!-- InstanceBegin... to <!-- TemplateBegin... If this is the solution, how do you do this?
    When I go to the url of the template http://www.christophorushouse.com.au/Templates/chrv-main-template.dwt it says it's been (re)moved or renamed, but then I have a feeling you can't view/access a template this way. All pages of the website feed of this template.
    Any help would be appreciated.
    Thanks

    We have 3 admins that work on the website so we use the Check In/ Check Out feature of DW. We all have DW CS6.
    When I update the template I have no problem (I work on a mac). However, if one of the other admins (Windows) tries he gets the following message: Error accessing file template file "C:\filepath\filename.dwt": file not found (error code 2).
    I looked at this thread: Re: Dreamweaver Template not updating pages error code 2? but the only solution offered there is to change the template tag from <!-- InstanceBegin... to <!-- TemplateBegin... If this is the solution, how do you do this?
    When I go to the url of the template http://www.christophorushouse.com.au/Templates/chrv-main-template.dwt it says it's been (re)moved or renamed, but then I have a feeling you can't view/access a template this way. All pages of the website feed of this template.
    Any help would be appreciated.
    Thanks

  • Error encountered while signing: The Windows Cryptographic Service Provider reported an error: Access was denied because of a security violation. Error Code: 2148532330

    Last night when i tried to sign a document i received the mesage below and after that it says this document can't be signed what can i do to fix this problem.
    Error encountered while signing:
    The Windows Cryptographic Service Provider reported an error:
    Access was denied because of a security violation.
    Error Code: 2148532330

    I assume you are implying "biztax" application here, right?
    I have contacted their program lead, with no result at all.
    Past days I have been searching for a solution - reinstalls / new systems - no solution.
    This issue appeared a week or two ago only.
    I found http://forums.adobe.com/message/5338853 useful - but no positive results either.
    http://test.eid.belgium.be/faq/faq_nl.htm obviously didnt help either.
    If anyone finds a solution to this issue, please do let me know - any help is appreciated.
    Biztax tells to use the "signature", not the "authentication"  - but it is only Auth. that is showing up as option to sign (that works)
    ps, did you fiddle with the Adobe Reader XI security settings and import that PKI etc as well? I hoped that would be the breaktrough. Sadly i'm still crying in my chair.
    Oh, and dont forget: they claim nobody else got this issue. Maybe one or two people. (We got about 8 customers experiencing exactly the same symptoms at the same time )
    >  I noticed that when I try to open the pdf  document that is 'signed' by the government it is not showing the filename in the title bar, but only " - Adobe Reader".    every piece of info helps I guess.
    Obviously last version of Reader   11.0.03

Maybe you are looking for

  • Textarea as html body in email

    Hi there, I am trying to send an email within Apex (4.1.1.00.23) by putting the content of a textarea (within a form) as html body. However, the carriage returns and blanks are automatically erased and thus a text like this: This is a Test!looks in t

  • Is there a way to find what projects are included into aproject through

    Greetings All, I've been wondering if there is a way to find out what projects have a "Project" included? I would think that there is some undocumented TOOL code that does this or a undocumented fscript command that does it. Does anybody know about t

  • My iMac will not install flash player

    It has downloaded the installer but will not instal the flash player.    My Safari system is 6.0.3

  • Does find my iphone work after restore

    my iphone was stolen, after one day i could see it in icloud with diffrent name. after a few days it was gone. as i understand to change the i phones name you have to restore it. so can it be that it was restored and i can still use find my iphone to

  • IMessage not working properly? Same with iTunes

    I just came home today, and my iPad, (version 6.0.1) was working all day, except now. My iMessage is not signing in and my iTunes isn't connecting for some reason. I've reset my network settings and everything, but it just won't work. Any ideas?