Bluetile installation with cabal - crash

Hi,
i would install Bluetile. I have read and follow this guide http://wiki.archlinux.org/index.php/Bluetile but cabal stop with this message:
[andy@Tanja ~]$ cabal install cabal-install
Resolving dependencies...
Configuring network-2.2.1.7...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
Have anyone a idea why it dosent work?
Last edited by Apollo Costa (2010-07-28 07:50:21)

I have test it in a VirtualBox with i686 and it works. It looks like it is a problem with x64 systems.
Last edited by Apollo Costa (2010-07-28 10:38:48)

Similar Messages

  • My previous computer with XP crashed. The new computer is running Windows7 and has a new C: drive. When I installed Firefox on the new C:, I didn't get the old book marks with the install. Where do I find my old bookmarks? Thank you.

    My previous computer with XP crashed. The new computer is Running Windows 7. The two old drives, previously C: (now E:) and G: (now D:) are installed in the new computer. Firefox was installed in the old C: drive (now E:). How do I get the bookmarks from the old C: drive (now E:) to work the the new installation of Firefox on the new computer C: drive?

    See this support article: <br />http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile
    Your old Profile is located here in Vista & Win7: <br />
    ''drive'':\Users\''Windows login user name''\AppData\Roaming\Mozilla\Firefox\Profiles\''profile_name''

  • Having trouble installing Elm with cabal

    Here's the result:
    $ cabal install elm
    Resolving dependencies...
    In order, the following will be installed:
    regex-base-0.93.2 (reinstall) changes: containers-0.5.1.0 -> 0.4.1.0
    regex-pcre-builtin-0.94.2.1.7.7 (new package)
    highlighting-kate-0.5.3.3 (new package)
    pandoc-1.9.4.5 +blaze_html_0_5 (new package)
    Elm-0.5.0 (new package)
    Warning: Note that reinstalls are always dangerous. Continuing anyway...
    Configuring regex-base-0.93.2...
    Building regex-base-0.93.2...
    Preprocessing library regex-base-0.93.2...
    [1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o )
    [2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o )
    [3 of 4] Compiling Text.Regex.Base ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o )
    [4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o )
    Registering regex-base-0.93.2...
    Installing library in /home/barry/.cabal/lib/regex-base-0.93.2/ghc-7.6.1
    Registering regex-base-0.93.2...
    Configuring regex-pcre-builtin-0.94.2.1.7.7...
    Building regex-pcre-builtin-0.94.2.1.7.7...
    Preprocessing library regex-pcre-builtin-0.94.2.1.7.7...
    on the commandline: Warning:
    -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead
    [1 of 6] Compiling Text.Regex.PCRE.Wrap ( dist/build/Text/Regex/PCRE/Wrap.hs, dist/build/Text/Regex/PCRE/Wrap.o )
    Text/Regex/PCRE/Wrap.hsc:348:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_compile" c_pcre_compile
    :: CString
    -> CompOption
    -> Ptr CString -> Ptr CInt -> CString -> IO (Ptr PCRE)
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:352:1:
    Unacceptable result type in foreign declaration: IO CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_exec" c_pcre_exec
    :: Ptr PCRE
    -> Ptr PCRE_Extra
    -> CString
    -> CInt -> CInt -> ExecOption -> Ptr CInt -> CInt -> IO ReturnCode
    Text/Regex/PCRE/Wrap.hsc:354:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_fullinfo" c_pcre_fullinfo
    :: Ptr PCRE -> Ptr PCRE_Extra -> InfoWhat -> Ptr a -> IO CInt
    Text/Regex/PCRE/Wrap.hsc:354:1:
    Unacceptable result type in foreign declaration: IO CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_fullinfo" c_pcre_fullinfo
    :: Ptr PCRE -> Ptr PCRE_Extra -> InfoWhat -> Ptr a -> IO CInt
    Text/Regex/PCRE/Wrap.hsc:358:1:
    Unacceptable argument type in foreign declaration: CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_config" c_pcre_config
    :: ConfigWhat -> Ptr a -> IO CInt
    Text/Regex/PCRE/Wrap.hsc:358:1:
    Unacceptable result type in foreign declaration: IO CInt
    When checking declaration:
    foreign import ccall unsafe "static pcre.h pcre_config" c_pcre_config
    :: ConfigWhat -> Ptr a -> IO CInt
    cabal: Error: some packages failed to install:
    Elm-0.5.0 depends on regex-pcre-builtin-0.94.2.1.7.7 which failed to install.
    highlighting-kate-0.5.3.3 depends on regex-pcre-builtin-0.94.2.1.7.7 which
    failed to install.
    pandoc-1.9.4.5 depends on regex-pcre-builtin-0.94.2.1.7.7 which failed to
    install.
    regex-pcre-builtin-0.94.2.1.7.7 failed during the building phase. The
    exception was:
    ExitFailure 1
    Interestingly, when I try to install regex-pcre-builtin on its own, it first reinstalls regex-base-0.93.2, then fails. When I try to install elm after this, it also installs regex-base-0.93.2 before failing as shown above. Perhaps it isn't getting registered properly?
    Google is alluding to an issue with the recent build of cabal-install or ghc. I downgraded cabal-install to 0.14 from 0.16, which did nothing. I'm very concerned about downgrading ghc, because pacman 1) warns of many broken packages if I do that, and 2) I use XMonad and don't want to break my system. I'm at a loss of how to continue. Can anyone offer insight?
    Edit: GHC 7.6.1
    Last edited by MeisBarry (2012-10-28 20:47:33)

    ghc-pkg told me that regex-posix was a broken package. I unregistered it and reinstalled it with cabal. Then tried to install elm again:
    $ cabal install elm
    Resolving dependencies...
    In order, the following would be installed:
    regex-base-0.93.2 (reinstall) changes: containers-0.5.1.0 -> 0.4.1.0
    regex-pcre-builtin-0.94.2.1.7.7 (new package)
    highlighting-kate-0.5.3.3 (new package)
    pandoc-1.9.4.5 +blaze_html_0_5 (new package)
    Elm-0.5.0 (new package)
    cabal: The following packages are likely to be broken by the reinstalls:
    regex-posix-0.95.2
    Use --force-reinstalls if you want to install anyway.
    So the install is breaking regex-posix by downgrading containers, it looks like.

  • Please Help me with this crash

    can anybody help me with this crash:
    Host Name: matt-guerins-powerbook-g4-15
    Date/Time: 2008-04-08 10:04:27.426 -0400
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: iCal
    Path: /Users/mattguerin/Library/Application Support/iCal/iCal.app/Contents/MacOS/iCal
    Parent: WindowServer [100]
    Version: 3.0.2 (1236)
    PID: 739
    Thread: Unknown
    Link (dyld) error:
    Library not loaded: /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    Referenced from: /Users/mattguerin/Library/Application Support/iCal/iCal.app/Contents/MacOS/iCal
    Reason: image not found

    Pnutbear,
    Welcome to Apple Discussions.
    Use Custom installs in Mac OS X 10.4 to reinstall iCal 2.0.X, and then use the Mac OS X 10.4.11 Combo Update (PPC) to bring iCal to the most recent version for Tiger.
    ;~)

  • Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    The latest flash player release is 11,0,1,152.
    Can you upgrade to this version and see whether the crash stil exists?
    Go to get.adobe.com/flashplayer to download and install flash player.
    In case you need direct link to installer/uninstaller, please go to http://forums.adobe.com/message/3952360#3952360 to find them.
    saranlee wrote:
    My computer crashes repeatedly and I get the message pages are not responding do you want to stop, and/or shockwave is not responding do you want to stop. I have Windows XP Service Pack 3, I am having the same issues whether I use Internet Explorer, Google Chrome, or Mozilla Firefox. My HP Pavilion Desktop has 504 MB of Ram and I am using high speed internet connection. Because it was crashing so much, I used the uninstall program for Flash player to uninstall Flash, I checked my registry and removed anything I saw that was Flash. I then uninstalled Google Chrome and Mozilla Firefox, then I reinstalled the most recent versions from their websites. I did the same for FlashPlayer and Shockwave Flash. I went to the Adobe website and had them check to see if it was working and it shows I have FlashPlayer 10.3.181.36. The page that shows  which version of flash player goes with Windows XP states that I should have 10.3.181.34 (This is what I thought I had before I updated, I was having the same problems). When I went into my computer to see what version I have, it shows 11.5.9.620 Activex and both Flash Player and Flash Player Object is listed as 10.3.181.34. My firewall for Windows is set to medium. I also am running Norton Internet Security. It takes anywhere from 3-6minutes for some of my games to load, and I have to refresh at least 3-4 times in order to play. When I do start to play it freezes frequently and I use escape to free it up. This has been going on for a month. I have no idea what to do. I am not very computer savy and I have been learning as I go.

  • Crashing Flash Player Installer, and Frequent crashes while playing

    When one is asked to upgrade, one is sent to a link where one downloads a file, which one is then supposed to run.
    Only problem is that it invariably crashes.
    Now, in trying to fix the problem, I'm offered a course on troubleshooting why the problem is. This means Adobe isn't performing its job of QC, and fixing problems, and passing the problem onto me for telling them what is wrong.
    If they don't have enough testers, they need to hire people.
    This problem of crashing installer, or frequent crashes while playing is a serious dereliction of service responsibility.
    Just provide a link that works, and a something that installs without hassles.  This has been going for years... I'm tired that it hasn't been fixed after all this time. That's one reason I don't watch much stuff that uses Flash Player.

    Hi,
    I'm having the very same problem with my MBP6,2. I had nothing of this kind during the last half a year, neither with 10.6.4 or 10.6.5, but right the very next day I've updated to 10.6.6 these weird freezes started happening. It doesn't depend on if I am running WoW or not - twice it froze right after the login screen, once during login, once it froze even in safe boot mode! Anyways, right after update to 10.6.6 it froze 13 times during first 6 hours...
    I've tried rolling back to backups from 10.6.5, 10.6.4 - still the same problem, which makes me think it's only a mere coincidence that it started with 10.6.6..
    The log is similar to yours:
    panic(cpu 0 caller 0x9fabfa): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0x7fc23000 0x0a5480a2, D0, P0/4
    Kernel Extensions in backtrace (with dependencies):
    com.apple.nvidia.nv50hal(6.2.6)@0x15bf000->0x19d3fff
    dependency: com.apple.NVDAResman(6.2.6)@0x994000
    com.apple.NVDAResman(6.2.6)@0x994000->0xc81fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x954000
    dependency: com.apple.iokit.IONDRVSupport(2.2)@0x987000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x965000
    com.apple.iokit.IONDRVSupport(2.2)@0x987000->0x993fff
    dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x965000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x954000
    com.apple.iokit.IOGraphicsFamily(2.2)@0x965000->0x986fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x954000
    ...

  • Oracle Installer 10.2 crashes without error

    Shortly after I press Install after selecting what to install the installer just crashes without an error. I am suing Windows XP.
    Any ideas?
    Ben

    I have a Windows2003 server with an Oracle version 10.2.0.2 database installed.
    I had the same problem this morning when I tried to run the OUI for the 10.2.0.3 patch installation.
    OUI let me select the ORACLE_HOME, then showed what software was about to be installed for the 10.2.0.3 patch. After I clicked the "INSTALL" button, it went to the installation progress screen and immediately hung during the "De-install" phase. After waiting a while with no activity, I canceled out of OUI. I checked the installation log files and found the same "INFO" messages mentioned by orangetwig above except for the final "INFO" message with the OUI-10125 error. I did not get that particular message in my installation log.
    There is a report of a bug in MetaLink (Bug 6475819) that looks like a problem similar to this one. It has the same installation log file "INFO" messages, except the "Method 'dispose()' not implemented" error is thrown for the OiifpNodeSelPanel class instead of the OiifpwizIntroPanel class, which is what orangetwig and I are experiencing. Oracle provides no solutions or workarounds.
    The funny thing is, I have installed the same 10.2.0.3 patch successfully on fresh Oracle 10.2.0.1 installations with no trouble at all. This morning's failure occurred when trying to apply the 10.2.0.3 patch to a database that has been running for a while and that has had APEX and BIPublisher installed on the same server. But these have nothing to do with the ORACLE_HOME that I was trying to patch, so that shouldn't be a factor, should it?
    Also, the server has been routinely receiving automatic Java and Windows OS updates/patches. Could they have broken something needed by OUI?
    I'm just making wild guesses, because Oracle hasn't provided any explanations or solutions.
    Any suggestions?

  • Itunes crashes with no crash report and won't let me delete the app...

    If noone can help me I may seriously lose it...
    Mactel user with recent crash issues with itunes...crashes consistently about twenty to thirty seconds after opening and offers no crash report...downloaded appzapper and when I try to empty my trash bin I get the following message which I suspect may have something to do with the crashing:
    The operation cannot be completed becasue the item "ituneshelper" is in use.
    This was happening with 7.0 and now with 7.1...any ideas??
    Thanks in advance!
    20" Mactel   Mac OS X (10.4.6)  

    Look in /Library/Logs for a file named itunes.crash.log.
    IF you see that file, email me a copy, and I'll take a look at it. Please also include a link to this Discussions thread.

  • Firefox wont open, it keeps coming up with the crash report, i've eve restarted the computer, it still isnt working?

    I was just checking my facebook when firefox unexpectedly stopped, then closed down. i clicked back on it and it came up with the crash report. i clicked restart firefox so many times yet it kept coming up with crash report again. i did quit then tried switching the user, logging off and even restarting the computer, all of which failed, and i still have the same problem. internet explorer is working fine. please can anyone help me, i'll be so grateful :) x

    If you get an error that says can't backup, try moving the existing backup file to a safe location and thry again. again. You can find the location of the backup file here:
    iPhone and iPod touch: About backups

  • Oracle 10g R2 installation with ASM+RAC

    Gurus,
    Need some suggestuon on Oracle 10g R2 installation with ASM and RAC option.
    We have found many documents on the Oracle, HP, HP-Oracle CTC and third party web sites, but nothing that is specific to this particular combination of separate
    ORACLE_HOMEs, ASM and 10g RAC CRS. It is unclear for me from the documentation how this combination of ASM and 10.2g RAC may best be installed.
    The high level steps i got after reading lot of docs as follows - but i am not sure whether these are correct or not. if they are correct, can any one share their experience/notes please?
    1) Install CRS
    2) Install RDBMS for ASM HOME - create separater oracle home for ASM instance using OUI
    3) Install RDBMS for RAC Database Home - create separater oracle home for RAC database using OUI
    4) Create ASM database using DBCA -
    5) Use dbca to create database.

    Oracle provides 'paint by numbers' tutorials called 'Oracle By Example'. (Go to OTN, check under the Training tab)
    They have one for a Windows based ASM/RAC that you might want to review. Not your specific environment, but the steps will be dag-nabbed close.
    I recommend walking the path (http://otn.oracle.com >> training:OBE >> Database 10g Release 1:VMWare:Installation
    http://www.oracle.com/technology/obe/obe10gdb_vmware/install/racinstallwin2k/racinstallwin2k.htm

  • Multiple independent devices on Single installation with independent monthly rental charges

    Hi Experts,
    4 Independent single register based devices installed (Tech+ Billing) in a single installation with same time slice. There is only monthly rental charges for each independent meter. No meter reading required and NO consumption charges. I believe we can do this scenario. Can anybody advise for any consequences?
    Note: number of devices can change from 2/3/4.

    Hi,
    How are you going to satisfy the meter read orders to make it billable without entering the meter reads? If you do not need any meter read, can't you use any flat rate / time dependent prices? The amount output will be same but you will not be using any settle* variant program. You may use any Lumsum* variant program. If you do not use the devices for entering meter read, do you have any requirement of installing the devices with the utility installation?
    Thanks.
    Nirmalya

  • How can i change alternative apple id to my apple id to update software that installation with alternative apple id?

    hi, my software for example games , installation with another apple id and i want to update software but i cant , how can do this change ? i should go to itunes store to do this change or i cant at all?

    you can change your apple id or password etc here http://www.apple.com/support/appleid/
    Good Luck
    Matthew

  • I have the top of the range MacBook Pro. Yet every time I open iPhoto it grinds to a halt with iPhoto crashing 1 out of every 4 times I open it. Is this normal? And if not how can I fix it?

    I have the top of the range MacBook Pro (but not the latest one with the Retina display). Yet every time I open iPhoto it grinds to a halt with iPhoto crashing 1 out of every 4 times I open it. Is this normal? And if not how can I fix it? I have 55k photo's.

    No it's not normal. What version of iPhoto?  Post the first 50 lines only of the crash report
    Regards
    TD 

  • Error in installation with NW04S

    Hi,
    error : CJS-30196. SAPBC JSF Communication role is not assigned to the user SAPJSF.
    i am getting the fallowing error in installation with NW04S. while trying to assign the above role to the user.any body help me with the solution.
    Thanks & Regards
        kiran.B

    Hi,
    Assign the Role  <b>SAP_BC_JSF_COMMUNICATION_RO</b> to the profile of SAPJSF user in production client and restart the installation.
    Regards,
    Siddhesh

  • SAP R-3 IDES 4.71 installation with Oracle9i

    Hello
    I am having problems installing SAP R-3 IDES 4.71 installation with Oracle9i on windows 2003 Server. The log file comes up with this erorr
    INFO 2008-05-14 22:50:30
    Changed working directory to C:\SAPinst ORACLE SAPINST.
    INFO 2008-05-14 22:53:59
    See 'C:\usr\sap\DEV\SYS\exe\run/startsap name=DEV nr=00 SAPDIAHOST=bw2003' output in 'C:\SAPinst ORACLE SAPINST\startsap.log'.
    TRACE
    ProgramReturnCode='-1' means error.
    ERROR 2030-05-14 22:53:59
    MOS-01012  PROBLEM: 'C:\usr\sap\DEV\SYS\exe\run/startsap name=DEV nr=00 SAPDIAHOST=bw2003' returned with '-1' which is not a defined as a success code.
    Windows 2003 Server
    AMD 2GH Dual core
    2GB Ram
    250GB HDD
    Computer name: bw2003
    Central instance: DEV
    I checked the host file system32/drivers/etc the IP adress and the host name is there.
    I am hoping  that someone could help me with the installation  thanks in advance.
    waiting .....

    ok here you go
    dev_disp
    trc file: "dev_disp", trc level: 1, release: "620"
    Sat May 18 00:27:08 2030
    kernel runs with dp version 3(ext=1) (@(#) DPLIB-INT-VERSION-3)
    length of sys_adm_ext is 304 bytes
    systemid   560 (PC with Windows NT)
    relno      6200
    patchlevel 0
    patchno    674
    intno      20020600
    pid        2276
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2276) [dpxxdisp.c   978]
         shared lib "dw_xml.dll" version 674 successfully loaded
         shared lib "dw_xtc.dll" version 674 successfully loaded
         shared lib "dw_stl.dll" version 674 successfully loaded
    MtxInit: -2 0 0
    DpShMCreate: sizeof(wp_adm)          9776     (752)
    DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpShMCreate: sizeof(comm_adm)     192000     (384)
    DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 042F0040, size: 1974816)
    DpShMCreate: allocated sys_adm at 042F0040
    DpShMCreate: allocated wp_adm at 042F0560
    DpShMCreate: allocated tm_adm_list at 042F2B90
    DpShMCreate: allocated tm_adm at 042F2BB8
    DpShMCreate: allocated wp_ca_adm at 0448F878
    DpShMCreate: allocated appc_ca_adm at 04493EC8
    DpShMCreate: allocated comm_adm_list at 04495638
    DpShMCreate: allocated comm_adm at 04495650
    DpShMCreate: allocated ca_info at 044C4450
    DpShMCreate: allocated wall_adm at 044C4458
    MBUF state OFF
    Sat May 18 00:27:09 2030
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <EsNT> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 307 MB
    <ES> 306 blocks reserved for free list.
    ES initialized.
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, NiPServToNo ( sapmsDEV) [nixxi.c      2599]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ***LOG Q0L=> DpLoopInit, nomscon () [dpxxdisp.c   1451]
    Sat May 18 00:27:18 2030
    CCMS: Initalizing shared memory of size 20000000 for monitoring segment.
    Sat May 18 00:27:32 2030
    CCMS: start to initalize 3.X shared alert area (first segment).
    Sat May 18 00:27:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    Sat May 18 00:27:50 2030
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:29:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W0 (pid 2328) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W0
    ERROR => W11 (pid 2416) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W11
    my types changed after wp death/restart 0xbf --> 0xaf
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:29:30 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W5 (pid 2368) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W5
    ERROR => W6 (pid 2376) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W6
    ERROR => W7 (pid 2384) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W7
    my types changed after wp death/restart 0xaf --> 0xad
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:29:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W2 (pid 2344) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W2
    ERROR => W8 (pid 2392) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W8
    ERROR => W10 (pid 2408) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W10
    ERROR => W12 (pid 2424) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W12
    my types changed after wp death/restart 0xad --> 0x89
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:30:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W1 (pid 2336) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W1
    Sat May 18 00:30:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:30:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W3 (pid 2352) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W3
    ERROR => W4 (pid 2360) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W4
    ERROR => W9 (pid 2400) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W9
    Sat May 18 00:32:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:51 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    Sat May 18 00:33:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:33:11 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    Sat May 18 00:33:13 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    Sat May 18 00:33:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:33:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:33 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    Sat May 18 00:37:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:30 2030
    caught signal 2
    Sat May 18 00:40:42 2030
    ***LOG Q05=> DpHalt, DPStop ( 2276) [dpxxdisp.c   7883]
    dev_w0
    trc file: "dev_w0", trc level: 1, release: "620"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Sat May 18 00:27:19 2030
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' ...
    B  Library 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' is "620.02", patchlevel (0.549)
    B  New connection 0 created
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    674
    M  intno      20020600
    M  pid        2328

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2328) [dpxxdisp.c   1028]
    I  MtxInit: -2 0 0

    M Sat May 18 00:27:24 2030
    M  DpShMCreate: sizeof(wp_adm)          9776     (752)
    M  DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    M  DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)     192000     (384)
    M  DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04AF0040, size: 1974816)
    M  DpShMCreate: allocated sys_adm at 04AF0040
    M  DpShMCreate: allocated wp_adm at 04AF0560
    M  DpShMCreate: allocated tm_adm_list at 04AF2B90
    M  DpShMCreate: allocated tm_adm at 04AF2BB8
    M  DpShMCreate: allocated wp_ca_adm at 04C8F878
    M  DpShMCreate: allocated appc_ca_adm at 04C93EC8
    M  DpShMCreate: allocated comm_adm_list at 04C95638
    M  DpShMCreate: allocated comm_adm at 04C95650
    M  DpShMCreate: allocated ca_info at 04CC4450
    M  DpShMCreate: allocated wall_adm at 04CC4458

    X Sat May 18 00:27:28 2030
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.

    M Sat May 18 00:27:33 2030
    M  calling db_connect ...
    C  Got ORACLE_HOME=C:\oracle\ora92 from environment

    C Sat May 18 00:28:05 2030
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC

    C Sat May 18 00:28:06 2030
    C  Logon as OPS$-user to get SAPDEV's password
    C  Connecting as /@DEV on connection 0 ...
    C  Attaching to DB Server DEV (con_hdl=0,svchp=062414CC,svrhp=06243724)

    C Sat May 18 00:28:17 2030
    C  Starting user session (con_hdl=0,svchp=062414CC,srvhp=06243724,usrhp=0624BEFC)

    C Sat May 18 00:28:33 2030
    C  Now I'm connected to ORACLE
    C  Got SAPDEV's password from table SAPUSER
    C  Got SAPDEV's password from OPS$-user
    C  Disconnecting from connection 0 ...

    C Sat May 18 00:28:34 2030
    C  Closing user session (con_hdl=0,svchp=062414CC,usrhp=0624BEFC)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPDEV/<pwd>@DEV on connection 0 ...
    C  Starting user session (con_hdl=0,svchp=062414CC,srvhp=06243724,usrhp=0624BEFC)
    C  Now I'm connected to ORACLE
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Database instance dev is running on BW2003 with ORACLE version 9.2.0.2.1 since 20300518

    B Sat May 18 00:28:35 2030
    B  Connection 0 opened
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT Date     Time   DBHost
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  20300518 002733 BW2003

    M Sat May 18 00:28:36 2030
    M  db_connect o.k.

    I Sat May 18 00:29:01 2030
    I  MtxInit: 0 0 0

    X Sat May 18 00:29:02 2030
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13
    B  dbtbxbuf: Buffer TABL  (addr: 0C2000C8, size: 30000000, end: 0DE9C448)
    B  dbtbxbuf: Buffer TABLP (addr: 0DEA00C8, size: 10240000, end: 0E8640C8)
    B  Layout of EIBUF buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 276 = 276
    B  2: 13 * 20 = 260
    B  3: 4001 * 40 = 160040
    B  4: 2000 * 128 = 256000
    B  5: 4001 * 4 = 16004
    B  6: 1 * 100 = 100
    B  7: 65 * 4 = 260
    B  8: 29385 * 128 = 3761280
    B  Tracing = 0, Shm Protection = 0, Force checks = 0
    I  *** ERROR => [CreateOsShm] CreateFileMapping(54,4096 KB) failed with Err=1455
                  ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation to complete.  [shmnt.c      2055]
    I  *** ERROR => ShmCreate: Create (54,4194384,1) failed [shmnt.c      469]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Intel unknown
    Processor-Count           : 1
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 1
    NT Pagefile Informations
    Config. minimum size      : 589824 K
    Config. maximum size      : 1179648 K
    Avail.  maximum size      : 1179648 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    C:\pagefile.sys
    589824 K
    1179648 K
    1179648 K
    1178900 K
    NT Task Manager Informations
    Total Handles             :        0
    Total Threads             :        0
    Total Processes           :        0
    Commit Charge Total       :  1670224 K
    Commit Charge Limit       :  1676596 K
    Commit Charge Peak        :  1670376 K
    Phys.Memory Total         :        0 K
    Phys.Memory Available     :        0 K
    File Cache                :        0 K
    Kernel Memory Total       :        0 K
    Kernel Memory Paged       :        0 K
    Kernel Memory Nonpaged    :        0 K
    Memory usage of current process
    Total virt.address space  :  2097024 K
    Avail.virt.address space  :  1133576 K
    Private Pages             :        0 K
    Total heap size           :    10729 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :     4108 K
    Allocated heap memory     :     4406 K
    Moveable heap memory      :       24 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    4
    72 K
    2100 K
    0 K
    0 K
    3
    352
    smss.exe
    212 K
    448 K
    144 K
    160 K
    0
    424
    winlogon.exe
    996 K
    9048 K
    6188 K
    6580 K
    3
    468
    services.exe
    1276 K
    3136 K
    1436 K
    1564 K
    0
    480
    lsass.exe
    2148 K
    6544 K
    7048 K
    7048 K
    1
    676
    svchost.exe
    552 K
    2508 K
    832 K
    832 K
    0
    848
    svchost.exe
    4840 K
    22520 K
    13348 K
    19208 K
    9
    972
    spoolsv.exe
    712 K
    4060 K
    3220 K
    3228 K
    1
    1124
    svchost.exe
    392 K
    1956 K
    476 K
    476 K
    0
    1176
    agntsrvc.exe
    948 K
    7720 K
    9128 K
    9128 K
    1
    1196
    TNSLSNR.exe
    2432 K
    5720 K
    5764 K
    5776 K
    1
    1212
    cmd.exe
    384 K
    1572 K
    1488 K
    1488 K
    0
    1228
    ORACLE.EXE
    122564 K
    135924 K
    203080 K
    205256 K
    38
    1324
    SAPSTARTSRV.EXE
    2520 K
    13364 K
    14828 K
    14828 K
    3
    1420
    VMwareService.exe
    928 K
    2164 K
    604 K
    604 K
    0
    1528
    dbsnmp.exe
    2240 K
    11312 K
    13608 K
    39264 K
    3
    1816
    Explorer.EXE
    2928 K
    15120 K
    10200 K
    10332 K
    13
    1864
    jusched.exe
    252 K
    1764 K
    432 K
    432 K
    0
    1872
    VMwareTray.exe
    724 K
    3144 K
    852 K
    888 K
    0
    1880
    VMwareUser.exe
    1376 K
    3284 K
    1032 K
    1048 K
    0
    1996
    svchost.exe
    488 K
    3740 K
    1440 K
    21664 K
    1
    216
    svchost.exe
    800 K
    3708 K
    2788 K
    2788 K
    0
    2080
    sapinst.exe
    82868 K
    105272 K
    84324 K
    105292 K
    41
    2088
    javaw.exe
    6944 K
    21272 K
    20396 K
    20896 K
    6
    2200
    startsap.exe
    460 K
    1772 K
    748 K
    748 K
    0
    2212
    sapstart.exe
    1244 K
    3176 K
    1188 K
    1188 K
    0
    2276
    disp+work.exe
    [DP] DEV_00
    26740 K
    42464 K
    30176 K
    30176 K
    10
    2312
    gwrd.EXE
    [GW] DEV_00
    1852 K
    6116 K
    3936 K
    8208 K
    1
    2320
    icman.EXE
    56440 K
    60192 K
    75880 K
    75880 K
    17
    2328
    disp+work.EXE
    [WP] DEV_00
    10700 K
    11516 K
    43684 K
    43788 K
    7
    2336
    disp+work.EXE
    [WP] DEV_00
    6696 K
    13084 K
    42180 K
    42180 K
    6
    2344
    disp+work.EXE
    [WP] DEV_00
    10896 K
    14092 K
    42180 K
    42180 K
    6
    2352
    disp+work.EXE
    [WP] DEV_00
    10088 K
    14588 K
    42176 K
    42176 K
    6
    2360
    disp+work.EXE
    [WP] DEV_00
    9320 K
    12960 K
    42184 K
    42184 K
    6
    2368
    disp+work.EXE
    [WP] DEV_00
    9480 K
    13076 K
    42184 K
    42184 K
    6
    2376
    disp+work.EXE
    [WP] DEV_00
    10060 K
    13220 K
    42180 K
    42180 K
    6
    2384
    disp+work.EXE
    [WP] DEV_00
    10024 K
    15128 K
    42184 K
    42184 K
    6
    2392
    disp+work.EXE
    [WP] DEV_00
    6576 K
    14752 K
    42180 K
    42180 K
    6
    2400
    disp+work.EXE
    [WP] DEV_00
    8812 K
    13436 K
    42184 K
    42184 K
    6
    2408
    disp+work.EXE
    [WP] DEV_00
    8552 K
    16140 K
    42180 K
    42180 K
    6
    2416
    disp+work.EXE
    25744 K
    25972 K
    41644 K
    43788 K
    10
    2424
    disp+work.EXE
    [WP] DEV_00
    6848 K
    11060 K
    42180 K
    42180 K
    6
    Sum
    460128 K
    1063904 K
    B  dbexpbuf[0]: Shm 54: create failed
    B  ***LOG BBF=> internal error in export/import buffer: object buf init fail   [dbexpbuf#4 @ 2611] [dbexpbuf2611 ]
    B  dbexpbuf: return code (sap_rc): 4
    B  Buffer 0 will not be available
    B  Unexpected returncode from db_exp_init(EXP_ATP) : 4
    B  db_objinit failed
    M  *** ERROR => ThCallHooks: event handler db_init for event CREATE_SHM failed [thxxtool3.c  237]
    M  *** ERROR => ThIPCInit: hook failed [thxxhead.c   1656]
    M  ***LOG R19=> tskh_init, ThIPCInit ( TSKH-IPC-000001) [thxxhead.c   1159]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: ThIPCInit (step 1, th_errno 17, action 3, level 1) [thxxhead.c   8437]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server bw2003_DEV_00 on host bw2003 (wp 0)
    M  *  ERROR       tskh_init: ThIPCInit
    M  *
    M  *  TIME        Sat May 18 00:29:02 2030
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          17
    M  *  MODULE      thxxhead.c
    M  *  LINE        8569
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  237]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2328) [dpnttool.c   346]
    M  SemCleanup: Reset blocking on semaphore (Key:4/Slot:3)
    Thanks buddy
    waiting...

Maybe you are looking for

  • Windows cannot find Photoshop CS5 Error in Bridge

    This is really about Photoshop CS6 Beta but this error is generated whenever I tried to open a file from Bridge, either Bridge [12.1 or 13.0].  It was frustrating at first. I tried to figure out why I was receiving this message.  Originally, I had Ph

  • Strange image sharpening problem

    Hallo folks, I've been tasked to work with a developer on an iPhone app in development. I've never developed for iOS before so this is probably a really easy on to solve. Basically I've created a standard png-24 image with alpha and we're using it in

  • Itunes displays the error message

    Hi All, I installed latest iTunes from apple. I can play the songs on the list (imported from CD). When I plug-in the IPod shuffle I get the following error message: The software required for communicating with the Ipod installed correctly. Please re

  • Connecting to 74.50.117.107 appears in firefox bottom right or bottom left side on google.ca site why?

    connecting to 74.50.117.107 appears in firefox bottom right or bottom left side of screen as a text overlay when I go to google.ca homepage why? Searching google for it isn't much help.

  • Address Book cannot be opened

    I keep getting the message 'You can't use this version of the application Address Book.app with this version of Mac OS X You have Address Book.app 4.1.2 I am running OS 10.6.2 and the only change is that I am booting from the drive from my dead iBook