NetBeans IDE 6.0 Installation

Hi all,
I am a newbie to Java Server Faces. Just tried to install netbeans 6 IDE. And it didnot work. I am getting an exception relating the navigator. What are the main things to keep in mind for Netbeans Installation.
Thanks for help.

gurus-are-gurus wrote:
Hi all,
I am a newbie to Java Server Faces. Just tried to install netbeans 6 IDE. And it didnot work. I am getting an exception relating the navigator. What are the main things to keep in mind for Netbeans Installation. Normally I wouldn't consider this the main thing to keep in mind, but in your case perhaps it should be: Don't ask for help on installing Netbeans in the JSF forum. Find a Netbeans forum instead.

Similar Messages

  • Sun Studio (12,1) is unable to find a supported version of the Netbeans IDE

    Hi all,
    We're working on upgrading both the hardware and software on our application currently, and part of this involves upgrading our compiler to Sun Studio 12.1. I downloaded
    SunStudio12u1-SunOS-SPARC-pkgs-ML.tar.bz2
    from the Sun website and we installed it into the following location on our server:
    /opt/compiler/sunstudio12.1
    I successfully compiled all my code using the compiler, however, when I try to launch the debugger by typing ./sunstudio in the 'bin' directory, I get the following error:
    {opt/compiler/sunstudio12.1/bin}./sunstudio
    Sun Studio is unable to find a supported version of the NetBeans IDE.
    Sun Studio requires a NetBeans IDE version 6.5.1 with NetBeans C/C++ module (cnd
    2) enabled.
    Sun Studio looks for a valid NetBeans IDE installation in the following order:
    1) Location specified with --netbeanshome command line option
    2) At /opt/compiler/sunstudio12.1/netbeans
    I have seen references to executing 'prepare_system' on forums while I was trying to investigate this, but when our sys admin folks try to execute the command, it does not work (command not found). They've mentioned that they expected a prepare_system script in the directory where we untarred the downloaded sun studio tarfile, but it is not there:
    drwxrwxr-x 4 59001 staff 1024 Aug 20 2009 .
    drwxr-xr-x 3 yu12 lifecad 1024 Jul 2 09:48 ..
    drwxrwxr-x 4 59001 staff 1024 Aug 17 2009 LEGAL
    -rw-rw-r-- 1 59001 staff 3985 Aug 19 2009 SS12u1_README-pkgs.txt
    -rw-r--r-- 1 59001 staff 5598 Aug 20 2009 SS12u1_README-pkgs_ja.html
    -rw-r--r-- 1 59001 staff 4155 Aug 20 2009 SS12u1_README-pkgs_zh.html
    -rwxrwxr-x 1 59001 staff 517979136 Aug 6 2009 SunStudio12u1-SunOS-SPARC-pkgs.sh
    -rwxrwxr-x 1 59001 staff 11814 Aug 6 2009 install_patches.sh
    drwxrwxr-x 5 59001 staff 96 Aug 17 2009 patches
    I can see a netbeans directory was created as part of the install, but I'm not sure why sun studio thinks netbeans is not available (afraid my knowledge about netbeans is practically non existent):
    {opt/compiler/sunstudio12.1/netbeans}ls -l
    total 6062
    drwxr-x--- 2 root root 512 Apr 5 11:14 bin
    drwxr-x--- 7 root root 512 Apr 5 11:14 cnd2
    -rw-rw-r-- 1 root root 5254 Mar 5 2009 CREDITS_ja.html
    -rw-rw-r-- 1 root root 5175 Mar 5 2009 CREDITS_pt_BR.html
    -rw-rw-r-- 1 root root 4908 Mar 5 2009 CREDITS_zh_CN.html
    -rw-rw-r-- 1 root root 5434 Mar 5 2009 CREDITS.html
    -rw-rw-r-- 1 root root 1717 Mar 5 2009 DISTRIBUTION.txt
    -rw-rw-r-- 1 root root 0 Aug 6 2009 dummy
    drwxr-x--- 2 root root 512 Apr 5 11:14 etc
    drwxr-x--- 7 root root 512 Apr 5 11:14 gsf1
    drwxr-x--- 6 root root 512 Apr 5 11:14 ide10
    -rw-rw-r-- 1 root root 1845 Mar 5 2009 LEGALNOTICE.txt
    -rw-rw-r-- 1 root root 64275 Mar 5 2009 LICENSE.txt
    -rw-rw-r-- 1 root root 37141 Mar 5 2009 moduleCluster.properties
    drwxr-x--- 7 root root 512 Apr 5 11:14 nb6.5
    -rw-rw-r-- 1 root root 15822 Mar 5 2009 netbeans.css
    drwxr-x--- 8 root root 512 Apr 5 11:14 platform9
    -rw-rw-r-- 1 root root 6141 Mar 5 2009 README_ja.html
    -rw-rw-r-- 1 root root 5692 Mar 5 2009 README_pt_BR.html
    -rw-rw-r-- 1 root root 5122 Mar 5 2009 README_zh_CN.html
    -rw-rw-r-- 1 root root 5155 Mar 5 2009 README.html
    -rw-rw-r-- 1 root root 2913280 Mar 5 2009 THIRDPARTYLICENSE.txt
    drwxr-x--- 5 root root 512 Apr 5 11:14 websvccommon1
    Our server details are:
    {opt/compiler}uname -a
    SunOS a03714 5.10 Generic_142900-03 sun4v sparc SUNW,T5440
    Any advice appreciated on how to get the debugger working. Ideally, I'd prefer not to uninstall / reinstall if at all possible as we're about to start system testing our executables, and I think a reinstall would require more unit teting and delays to our project (yikes!). But any input would be appreciated here.
    Thanks,
    Brendan.

    Hi David,
    First off - thanks for the response. I do have some follow up questions if you don't mind though:
    1. When you say the install is corrupted, do you suspect
    - the file I downloaded from the website either was corrupted, or was not the correct file for my platform
    - the procedure used to install the software was incorrect
    - something else
    2. Is there a logfile that the sun studio install creates which would indicate an error during the installation procedure? I'm sure our admins who performed the install would have shouted if an error was logged... but on the offchance that the installation does not 'shout loudly' for some errors, I'd like to see a log of the error. At a minimum, I'd expect it to say why the install failed, and what we need to modify to ensure a successful install next time 'round.
    3. I successfully compiled my code using the C compiler from the install. My unit tests also look good... does this suggest that the install was at least a partial success, and would you suspect that my recompiled executables are reliable, despite the fact that I cannot launch the IDE?
    4. Today, one of our admins telnetted to our unix server - not via exceed by the way, but he did try the following test:
    - set his display env variable (he knew he would not get a display however)
    - executed the sunstudio script
    He did not get the netbeans error, and the process appeared to be running (as I mentioned, without a display) until he killed it. I've asked if they can repeat the test using an exceed session. I thought there may be something on his $PATH that I did not have - unfortunately this was not the case (although, he may have access as 'root' to something that I require to launch the IDE). My question is, would you expect this behaviour if the install was corrupted?
    Let me know what you think.
    Thanks,
    Brendan.

  • Unable to configure Netbeans IDE for IDM

    I am trying to configure Netbeans IDE for my IDM project. I am using Netbeans 6.8 with the compatible plugin with JDK 1.6.
    For creating the project, I select Identity Manager Project and then provide the war file, that I create for my existing IDM installation(so that Netbeans IDM project is connected with my existing IDM project), and then select Configure repository later.
    When I perform Build, I get the following error.
    <Error during build>
    Indexing C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\Idm-811\custom\WEB-INF\config\custom-init-postprocess.xml
    C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\Idm-811\idm-staging\sample\admins.xml: Unexpected error parsing: com.sun.idm.idebridge.util.InternalError: com.waveset.util.InternalError:
    ==> java.lang.IllegalStateException: Error attempting to encrypt: Could not initialize class javax.crypto.SunJCE_b
    com.sun.idm.idebridge.util.InternalError: com.waveset.util.InternalError:
    ==> java.lang.IllegalStateException: Error attempting to encrypt: Could not initialize class javax.crypto.SunJCE_b
    C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\Idm-811\nbproject\nbjdk.xml:8: The following error occurred while executing this line:
    C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\Idm-811\build.xml:384: Object validation failed; see object validator error output for details.
    BUILD FAILED (total time: 21 seconds)
    </Error>
    Anyone with similar issues, and workarounds would be appreciated.

    Use Netbeans 6.1 and Sun Identity Manager 8.1.1 and download plugin com-sun-idm-ide_8.1.0.20080630.nbm from http://java.net/projects/identitymanageride/downloads
    Currently i have installed it and it is working fine for me.
    OR
    re-downloaded idm ide-bundle.zip respective to your idm version and try to craete project in Netbeans 6.1 and 6.8.

  • Java 1.4.2 with NetBeans IDE 3.5 - Error Message, please help

    Hello, I have downloaded the "J2SE v 1.4.2 with NetBeans IDE v 3.5 Cobundle" for windows.
    I ran the install, everything went fine, but when the install finished it said there was an error and to please refer to the log file.
    Here is what the log file says:
    "Installing J2SDK..."
    "Finished Installing J2SDK..."
    (Jul 1, 2003 7:53:14 AM), Setup.product.install, com.sun.installer.InstallJ2sdkAction, err, Error occured while installing [0] -> D:\Program Files\j2sdk_nb\_uninst\custom-install.bat "D:\Program Files\j2sdk_nb\install.log" "D:\Program Files\j2sdk_nb\j2sdk1.4.2\" D: "D:\Program Files\j2sdk_nb\_uninst"
    Now when I try to run "NetBeans IDE 3.5" I get an error message:
    Cannont load jvm.dll
    Does anyone know how to resolve this, I have tried uninstalling and re-installing and I get the same problem.
    Thanks,
    -Mike

    Hello, I have downloaded the "J2SE v 1.4.2 with
    NetBeans IDE v 3.5 Cobundle" for windows.
    I ran the install, everything went fine, but when the
    install finished it said there was an error and to
    please refer to the log file.
    Does anyone know how to resolve this, I have tried
    uninstalling and re-installing and I get the same
    problem.
    Thanks,
    -MikeHi Mike,
    Even I got a similar error message inspite of trying to re-install atleast 10 times! So I gave up and did this:
    1) I downloded J2SE SDK 1.4.2 seperately.
    2) I then downloded JPad Pro IDE (latest version).
    Now both are working really fine for me. :-) Could'nt be bothered to try again and again.
    Its up to you if you want to get the NetBeans installation done but all I wanted was a good IDE and the latest version of the JDK. I have been using it for the last 3 days and it is working perfectly fine!
    Regards :-)
    Vijay

  • Sun Studio is unable to find a supported version of the NetBeans IDE at the

    I'm following the system install instructions in the Grid Compute Utility guide, Appendix A "Building a Local Development Environment" and am getting stuck on step 4, installing sunstudio. I'm running Solaris 5.10 on x86 and can run netbeans IDE without problem. Here is some info, I'm not sure what other system info is relevant:
    bash-3.00# which netbeans
    /opt/netbeans-5.5.1/bin/netbeans
    bash-3.00# which sunstudio
    /usr/bin/sunstudio
    bash-3.00# sunstudio
    Validating NetBeans IDE at: "/opt/SUNWspro/../netbeans-5.5.1"
    Sun Studio is unable to find a supported version of the NetBeans IDE at the specified location.
    Sun Studio requires a NetBeans IDE version 5.5.1 with NetBeans C/C++ Development Pack version 5.5.1
    installed. Sun Studio looks for a valid NetBeans IDE installation in the following order:
    1) Location specified with --netbeanshome command line option
    2) At /opt/netbeans-5.5.1 location, if exists
    3) At /opt/SUNWspro/../netbeans-5.5.1 location, if exists
    4) At /opt/SUNWspro/../../netbeans-5.5.1 location, if exists
    Please run the System Preparation Tool (prepare_system), if available, to set up your environment.
    Any help!?

    Did you install NetBeans separately or let Sun Studio installer do it? The latter usually results in working configuration.
    I think that NetBeans installation simply doesn't have c++ pack; you can install one following usual NetBeans modules installation path and then re-try starting Sun Studio.
    Another option is to uninstall NetBeans and re-install Sun Studio using its installer, which should set up NetBeans properly.

  • Java ME SDK Tools 3.0.5 Integration NetBeans IDE 6.9.1

    I've installed the NetBeans IDE v 6.9.1 and Java ME SDK Tools v 3.0.5 on a Vista (build 6001) SP1 machine and everything worked just fine. I had a system failure, and had to (attempt) uninstall / re-install. After a clean install of the OS (Vista Home Premium), the JavaME SDK folder was left over & I manually deleted it, re-installed the Java ME SDK Tools.
    My first issue was trying to get them to integrate into the Guest account. No luck. Then a standard user. No luck. And finally as an administor. No luck again.
    So basically, there seems to be some stranded registry entry (which I have tried to clean after uninstalls) that signals NetBeans 6.9.1 that the Java ME SDK (3.0.5) is installed (even when I have removed it and deleted to folder). At which point the NetBeans IDE asks continually if I would like to integrate the Java ME SDK Tools. Either way, the tools will no longer integrate.

    Ok. So I finally got it working. I had to uninstall the Java ME SDK Tools, and NetBeans (again). This time, i received no errors. Then I deleted all of the related dot folders (.nbi, .netbeans, .netbeans-registration) & "javame-sdk" from every user folder.
    For some reason it seems that NetBeans IDE 6.9.1 or Java ME SDK 3.0.5 was still trying to use the old administrator account folder (from the previous, wiped-out Windows installation). I was wondering why the old account re-appeared in the User folder!
    So if your having the same problem: Uninstall NetBeans & Java ME SDK Tools, delete all related folders, run a registry cleaner like CCleaner, reboot, re-install.
    ** If you get errors during either uninstall operation, then you will have to re-install & uninstall again! ** <- Basically, do the above steps twice =)

  • NetBeans IDE / J2SE COBUNDLE doesn't install

    I�ve been trying to install the �NetBeans IDE v 3.5.1 with J2SE v 1.4.2 COBUNDLE on Windows platform, but keep running in the following issue:
    Firstly an error:
    message = invalid LOC header (bad signature)
    STACK_TRACE: 30
    java.lang.InternalError: jzentry == 0,
    jzfile = 9890488,
    total = 2016,
    name = C:\TEMP\ENGELBJ\LRE34.tmp\windows.jar,
    i = 1251,
    message = invalid LOC header (bad signature)
    The setup continue after this, extracting some files and a stage �Creating uninstaller� (progress indicator at 1%, directory size 45.7 MB) at then stay there indefinitely. Trying to close the installer reports �The current operation cannot be cancelled�.
    Before stating the obvious, I have downloaded it 4 times already to rule out corrupt download. I have attempted installation twice on W2K SP4 PC�s, once on a W2K SP3 PC and twice on Windows XP SP1 PC�s. One of the W2K PC�s were a fresh install with only the OS and SP�s on it.
    Downloading the separate products and installing them works fine.
    Can anyone confirm if they successfully installed this product?
    Regards

    I did.
    Regards,
    Max

  • JBoss Application server setup with netbeans IDE.

    Hi All,
    I need to configure the JBoss Application server with netbeans IDE. I have tried this scenario,
    1) Unzip the jboss-4.2.2.GA.zip into jboss dir.
    2) Selected the JBoss Application server 4.
    3) And i have set the Installation location like this j:/jboss/jboss-4.2.2.GA. In this i got some problem.
    The problem is: Next button did not selected.
    Error: provide valid installation dir path.
    How to resolve this problem? Can anyone give suggestions for resolving this error?
    Its very urgent!!

    A couple of things:
    1. if you are using SJSAS 9.0 it's Glassfish v1 (not v2 - that's probably for the 9.1 version? I don't know, I'm running 9.0 and installs fine with Gf v1 - thanks for the tip, btw!)
    2. as for the domain, just pick the default offered (unless you have some specific requirement) - in any event, it's under the domains/domain1 folder
    you can always create a new one and register (it will have its very own folder under /domains) but given that's probably a dev box, I can hardly see the point (and when I did it a long time ago, it was more pain that any human being should be subjected to :-)
    Finally, one cannot but wonder why on earth someone (at Sun) developed NB and put Sun Java Application Server (developed at Sun) as one of the options that won't work with SJAS 9.0+ (developed at Sun) but one has to instead choose Glassfish (developed at Sun) and that won't work if one chooses v2 instead of v1 if it's SJAS 9.0 instead of 9.1 (or vice versa)...
    Don't these guys test the thingy with THEIR own stuff?
    Don't get me wrong, I totally love Sun, and all the good stuff they come up with (NB, SJAS, etc. etc.) but done it properly it would help them to gain market share, now, wouldn't it?

  • Error Installing Netbeans IDE in Red Hat EL 5

    Hi,
    I tried installing the netbeans IDE+SDK in the terminal as root but got the following error
    Error:Cannot Run the installer in graphical mode, pls use -console or silent flag
    can some one pass a hint.
    Thx.

    Did you try using the console flag? What was your output?

  • NetBeans IDE 4.1 & a class file

    Hello, I use NetBeans IDE 4.1 to write my java programs. I've been assigned to write a program that will prompt the user for an input. To make this easier, my University has written a file called "In.java" so we can easily get any type of input from the user. For example if we want the user to enter his/her name, we would write:
    System.out.println ("Please enter your name: ");
    String name = In.getString(); //allows user to enter a string
    The "In.java" file is supposed to be kept and compiled in the directory I'm working in. I kept it in C:\j2sdk1.4.2_09 and it works fine when I write a program in notepad but not NetBeans IDE. It does not recognize the "In.class" file. Any way to get around this? Thanks in advance.

    NetBeans 4.1 is bundled with J2sdk1.5.0_04. Check your NetBeans classpath and see if it is pointing to the newer sdk.
    If so, it needs to be changed to point to your older SDK...
    ... or, get your In.class file into the current NetBeans classpath...
    ... or read up on, and use the new Scanner class in the new sdk.

  • Swing application with JavaHelp crashes outside Netbeans IDE.

    Hi guys I have developed a small swing application in Netbeans IDE. I used the following code inside the IDE for JH.
    public void createHelp()
           try {
                   URL hsURL = new URL("jar:file:eDictionaryHelp.jar!/eDictionaryHelp/eDictionary.hs");
                   hs = new HelpSet(null, hsURL);
           catch (Exception ee)
            // Say what the exception really is
            System.out.println( "HelpSet " + ee.getMessage());
            System.out.println("HelpSet "+ helpHS +" not found");
            JOptionPane.showMessageDialog(new JFrame(), ee.getMessage(), "Error", ERROR_MESSAGE);
            hb = hs.createHelpBroker();
       }When I run the program inside the IDE and and click on the corresponding MenuItem.. JavaHelp comes up as it should! No problems with that.
    But when I build the project and tried to run it from the .jar file in the PROJECT_HOME/dist/ the swing got displayed till this function was called. and then it simply crashed.
    Investigating further and commenting out one line at a time and compiling I found out that whenever the hs = new HelpSet(null, hsURL); is encountered, the app crashes (it doesnt throw any error).
    But as I said this is not the case when i run and compile inside the IDE. I only get this problem when running the app from outside the IDE.
    I have tried all kinds of combinations of the URL .. for eg ( I am aware of Bug 4149782)
    ClassLoader cl = this.getClass().getClassLoader();
    try {
                   URL hsURL = HelpSet.findHelpSet(cl, helpHS);
    .What can be the problem guys? Any suggestions?
    Thanks!

    Anyone has an answer on this?
    I am facing the same problem.. I am using NetBeans 5.5
    arijit_datta, do u have a solution for this problem already?
    Thanks,
    SK

  • 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...

  • How  to include the inner classes in a jar file in netbeans ide

    Dear java friends
    how to say to netbeans ide that it has to include the
    inner classes in the jar file.
    (i have one single applet class
    with two inner classes that show up
    in the build/classes file but not in the jar).
    The applet works in the viewer but not
    in the browser (I believe because the
    xxx$yyy etc should be in the jar)
    willemjav

    First, please stop posting the same question multiple times:
    Duplicate of http://forum.java.sun.com/thread.jspa?threadID=5269782&messageID=10127496#10127496
    with an answer.
    Second, If your problem is that you can't do this in NetBeans, you need to post to somewhere that provides NetBeans support - like the NetBeans website's mailing list. These forums do not support NetBeans (or any other IDE) - they are Java language forums.

  • How to build jms files using netbeans ide

    hi,
    i am using the latest netbeans ide to build a simple jms java file,
    but i am getting this:
    init:
    deps-jar:
    Compiling 10 source files to
    C:\wrox\pro_jms\Chapter04\Test\build\classes
    C:\wrox\pro_jms\Chapter04\AccountsDepartment.java:4: package
    javax.jms does not exist
    import javax.jms.*;
    C:\wrox\pro_jms\Chapter04\AccountsDepartment.java:11: cannot find
    symbol
    the netbeans ide i am using is jdk_1.6, which when i use directly to
    compile in command line mode, works. can anyone tell me why this is
    happening?
    thanks.

    I take it that you are trying to build a Java applicaiton that uses JMS API. To do it in netbeans using SUN OpenMQ I usually follow those steps:
    1) I create a new project
    2) I add JMS library. This is a library that I had created in netbeans using Library Manager. It consist of jms.jar ( this jar file contains the definition of JMS API). Next jar file is the implemention of the JMS API, in case of SUN OpenMQ it's imq.jar, but if you're using a different JMS provider it may be a different file. The last jar file in my JMS library is usually fscontext.jar, this jar file provides JNDI access to a file based store. Again if you're using something like ldap then it would be a different jar file.
    That's basicly it - Tom

  • Problem in Connectivity to Derby Database in Netbeans IDE

    I am using the newest version of Netbeans IDE
    I already set the variable for JAVA_HOME and DERBY_HOME along with the path variables.
    I am trying to connect to Database in Network Mode
    using the following code
    try
    Class.forName("org.apache.derby.jdbc.ClientDriver");
    catch(ClassNotFoundException exception)
    exception.printStackTrace();
    but it is giving the runtime error that "Unable to load Driver"
    Please help me to get through this

    Try adding the following to your class:
    import org.apache.derby.jdbc.ClientDriver;
    If it produces an error, your driver *.jar file is not in the classpath.

Maybe you are looking for

  • Image in a bottle ... I mean jar

    I am trying to create an app and package it into a jar file. I however have a gif that I want to be an Icon for my program I want to include it in the jar file. When I do this it doesn't work. it seems as thought the image isn't there. I am currently

  • Wild card "*" usage in the authorization role

    Hi All, I am an ABAP consultant(not a security pro, so please put up with any incorrect wordings), and working on a requirement where i need to check if the user has access to particular values entered on a screen field. For example if the text enter

  • Error while Installing Diagnostic Agent

    Hi Experts, We are getting an error while installing Diagnostic Agent in Solman 7.1. Please find the attached Screen shot of error. Can you please suggest us what was our error... So that we can move forward. Thanks in Advance.. Regards, Krishna.M

  • Tables Count In Database using Jdbc

    what is the sql query to count the number of tables in the database i wanted to make use that query in my jdbc program i am using sql server 2000 pl provide me help urs Rajesh

  • Setup server and client

    I am new in Oracle, so have some question to ask. How to set up server and client Oracle in same pc? Can suggest any document? which version of Oracle will be recommend? I using VB as a front-end.